You can use additional options when installing or upgrading UCP Advisor.
The following are the additional command options that you can use when installing UCP Advisor on a standalone VM , upgrading UCP Advisor on a multi-node configuration, updating command devices on a standalone VM or in a multi-node configuration.
- Installing UCP Advisor on a one node VM or a bare metal server
- Install UCP Advisor with user name and password displayed in the command:
sudo ./installer -m <Master Node IP Address> -u <username> -p <password> -s <SCP server IP Address>
- Install UCP Advisor with the -P option. If you use this option, you must enter the user name and password when prompted.
sudo ./installer -m <Master Node IP Address> -P -s <SCP server IP Address>
- Install UCP Advisor along with the command devices. sdb and sdc are the command devices.
sudo ./installer -m <Master Node IP Address> -P -c sdb sdc -s <SCP server IP Address>
- Install UCP Advisor and take the Linux snapshot. sdd is the Linux snapshot name.
sudo ./installer -m <Master Node IP Address> -P -c sdb sdc -s <SCP server IP Address> -lsd sdd
- Install UCP Advisor without the entitlement pod.
sudo ./installer -m <Master Node IP Address> -P -c sdb sdc -s <SCP server IP Address> -lsd sdd -ee false
Note: By default, UCP Advisor is installed with the entitlement pod. - Updating command devices on a one node VM or bare metal server
- Replace command devices. For example, replace the sdb sdc command devices with sdc sdd command devices.
sudo ./installer -U -m <Master Node IP Address> -P -c sdc sdd
- Remove a command device. For example, remove the sdd command device and retain only the sdc command device.
sudo ./installer -U -m <Master Node IP Address> -P -c sdc
- Add a new command device. For example, add a new command device, sdd.
sudo ./installer -U -m <Master Node IP Address> -P -c sdc sdd
- Updating command devices in a multi-node configuration
- Replace command devices. For example, replace the sdb sdc command devices with sdc sdd command devices.
sudo ./installer multi-node -U -m <Master Node IP Address> -w <Worker Node1 IP address> <Worker Node2 IP address> -P -c sdc sdd
- Remove a command device. For example, remove the sdd command device and retain only the sdc command device.
sudo ./installer multi-node -U -m <Master Node IP Address> -w <Worker Node1 IP address> <Worker Node2 IP address> -P -c sdc
- Add a new command device. For example, add a new command device, sdd.
sudo ./installer multi-node -U -m <Master Node IP Address> -w <Worker Node1 IP address> <Worker Node2 IP address> -P -c sdc sdd
- Update command devices with the user credentials displayed in the command.
sudo ./installer multi-node -U -m <Master Node IP address> -w <Worker Node1 IP address> <Worker Node2 IP address> -u <UCP Advisor username> -p <UCP Advisor password> -uu <Node username> -up <Node password> -c sdc sdd
- Upgrading UCP Advisor
- Upgrade UCP Advisor.
sudo ./installer multi-node -U -m <Master Node IP Address> -w <Worker Node1 IP address> <Worker Node2 IP address> -u <UCP Advisor username> -p <UCP Advisor password> -s <SCP Server IP Address>
- Upgrade UCP Advisor using the node user name and node password.
sudo ./installer multi-node -U -m <Master Node IP Address> -w <Worker Node1 IP address> <Worker Node2 IP address> -u <UCP Advisor username> -p <UCP Advisor password> -uu <Node username> -up <Node password> -s <SCP Server IP Address>
- Upgrade UCP Advisor using the -P option. If you use this option, you must enter the user name and password when prompted.
sudo ./installer multi-node -U -m <Master Node IP Address> -w <Worker Node1 IP address> <Worker Node2 IP address> -P
- Upgrade UCP Advisor without the entitlement pod.
sudo ./installer multi-node -U -m <Master Node IP address> -w <Worker Node1 IP address> <Worker Node2 IP address> -P -s <SCP Server IP Address> -ee false
- Common options for both standalone VM and multi-node VM configurations
- For more command options:
sudo ./installer --h
- For the build version of the UCP Advisor software:
sudo ./installer -V