If your UCP system uses a storage system, you must provision the UCP Advisor Worker Node VM with a command device. It must be created in the meta_resource resource group.
Use the following procedure to provision a new command device to the
UCP Advisor Worker Node VM on the management node.
Identify the Worker Node where the command device must be provisioned. Log on to the Master Node VM and run the following command:
kubectl get node -o wide -l app=ucp
- Log on to vCenter Server Appliance.
- Right-click UCP Advisor Worker Node VM, then select Edit Settings.
- In New device, click Select.
-
Select RDM Disk, then click Add.
-
Select the target LUN, then click OK.
- Click OK.
- Using an SSH client, log on to the Master Node VM as ucpadmin.
- Navigate to the installer folder.
- Run the following command:
sudo ./installer multi-node -U --prompt --master-node <Master Node IP/FQDN Address> --worker-nodes <Worker Node1 IP/FQDN Address> <Worker Node2 IP/FQDN Address>
Note: You will be prompted to enter the Master Node VM username and password, and the UCP Advisor username and password. Verify that the username and password are the same for all the nodes. The UCP Advisor credentials are optional. However, Hitachi recommends to provide the UCP Advisor credentials to verify the tasks in the UCP Advisor UI.
- Enter y when prompted.
The console displays the following message:
"Congratulations, the upgrade was successful."
- Verify that the command devices are successfully added.
- In a web browser, enter the following URL:
https://<UCP-Advisor-Address>:8444/services/cmd-devices
This lists all the command devices.
Sample output:
{
"cmdDevices" :
[
{
"devicePath" : "/dev/sdd",
"identity" :
{
"deviceClass" : "RAID",
"deviceID" : 410117,
"deviceModel" : "VSP_G400_G600",
"deviceType" : "VSP_FX00",
"logicalUnitId" : 9550,
"naaId" : "naa.60060e80122785005040278500002S4e"
},
"isCommandDevice" : true,
"isRemoteCommandDevice" : false,
"productId" : "OPEN-V-CM",
"vendorId" : "HITACHI"
},
{ "devicePath" : "/dev/sde",
"identity" :
{
"deviceClass" : "RAID",
"deviceID" : 40001,
"deviceModel" : "UNKNOWN",
"deviceType" : "VSP_5X00H",
"logicalUnitId" : 89,
"naaId" : "naa.60060e80089c410000509c4100000059"
},
"isCommandDevice" : true,
"isRemoteCommandDevice" : false,
"productId" : "OPEN-V-CM",
"vendorId" : "HITACHI"
)
]
}