

# Installing Conductor Live on nodes
<a name="migrate-topic-install-cl3"></a>

1. From the Linux command line, log in to the Conductor node where you want to install Conductor Live software. Use the *elemental* user credentials.

1. Run the installer:
   + For the **primary** (or only) Conductor Live, enter this command:

     ```
     [elemental@hostname ~]$ sudo sh ./elemental_production_conductor_live247_3.26.x.12345.run --skip-all --start -xeula 
     ```

     Where:

     `--skip-all` skips all the prompts, which means you won't change anything about the configuration. 

     Don't change anything about the configuration as part of the upgrade either of the Conductor nodes. Don't change the hostname. If you want to change anything about the configuration, you can do so after you've completed the migration. 

     `--start` restarts the software after installation. 

     `--xeula` skips the display of the license agreement. There is no need to view this prompt because you have previously accepted the agreement.
   + For the **secondary** Conductor Live, enter this command:

     ```
     [elemental@hostname ~]$ sudo sh ./elemental_production_conductor_live247_3.26.x.12345.run --cleandb --skip-all --start -xeula
     ```

     Where:

     `--cleandb` deletes the application database. This option is required on the secondary Conductor node. You don't need the application database because when you add the secondary Conductor node back into the cluster, the secondary Conductor node will synchronize with the database of the primary Conductor node.

     Note that this option doesn't clean operating system configuration data.

     `--skip-all` skips all the prompts, which means you won't change anything about the configuration. 

     Don't change anything about the configuration as part of the upgrade either of the Conductor nodes. Don't change the hostname. If you want to change anything about the configuration, you can do so after you've completed the migration. 

     `--start` restarts the software after installation. 

     `--xeula` skips the display of the license agreement. There is no need to view this prompt because you have previously accepted the agreement.

1. Make sure that the elemental\$1se service restarts. Look for this prompt on the primary Conductor command line:

   ```
   Starting elemental_se:            [OK]
   ```