Command options to install or upgrade UCP Advisor

Unified Compute Platform (UCP) Advisor Software Installation Guide

Version
4.6.x
Audience
anonymous
Part Number
MK-92UCP120-15

You can use additional options when installing or upgrading UCP Advisor and when installing UCP Advisor remote gateway VM.

The following are the additional command options that you can use when installing UCP Advisor on a standalone VM , upgrading UCP Advisor, and updating command devices.

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 <UCP Advisor VM 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 <UCP Advisor VM 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 <UCP Advisor VM 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 <UCP Advisor VM IP Address> -P -c sdb sdc -s <SCP server IP Address> -lsd sdd
Installing UCP Advisor remote gateway VM
Install UCP Advisor remote gateway VM as ucpadmin:
installer [-h] [-V] [-U] [-P] [-u NODE_USERNAME] [-p NODE_PASSWORD]
                 [-m MASTER_NODE] [-c COMMAND_DEVICES [COMMAND_DEVICES ...]]
Where:
  • -h : (Optional) Displays the command options.
  • -V: (Optional) Displays the build version of the UCP Advisor remote gateway.
  • -U: (Optional) To update command devices.
  • -c COMMAND_DEVICES: (Optional) To add command devices during installation.
    Note: Specify a list of command devices to be added separted by a comma. Verify that the first two letters of the command devices are 's' and 'd' respectively. For example, sdb and sdc.
  • -m MASTER_NODE: The remote gateway VM IP address.
  • -P: Prompts the user to enter the username and password.
  • -u NODE_USERNAME: Enter the username of the remote gateway VM in the command.
  • -p NODE_PASSWORD: Enter the password of the remoter gateway VM in the command.
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 <UCP Advisor VM 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 <UCP Advisor VM IP Address> -P -c sdc
Add a new command device. For example, add a new command device, sdd. Use one of the following commands:
  • sudo ./installer -U -m <UCP Advisor VM IP Address> -P -c sdc sdd
  • sudo ./installer -U -m <UCP Advisor VM IP Address> -u <Node username> -p <Node password> -uu <UCP Advisor username> -up <UCP Advisor password> -c sdc sdd
Upgrading UCP Advisor
Upgrade UCP Advisor.
 ./installer -U -m <UCP Advisor VM IP address> -u <Node username> -p <Node password> -uu <UCP Advisor username> -up <UCP Advisor password>
Upgrade UCP Advisor using the -P option. If you use this option, you must enter the user name and password when prompted.
sudo ./installer -U -m <UCP Advisor VM IP Address> -P
Common options
For more command options:
sudo ./installer --h
For the build version of the UCP Advisor software:
sudo ./installer -V