This command adds a DBox to the cluster.
Usage
dbox add --cluster-id CLUSTER_ID
--dnode-ips DNODE_IPs
[--empty-box]
[--migrate-target]
[--lab-deploy]
[--no-hardware-management]
[--rack-name RACK_NAME]
[--rack-unit RACK_UNIT]Required Parameters
| Specify cluster ID. |
| Specify the bond IPs of the DNodes. Separate the IPs with a comma. |
Options
| Without SSD and NVRAM devices (for D-Box replacement). |
| D-Box will act as a D-Box migration target (has SSDs and NVRAMs). |
| Execute in lab deploy mode (lab only!). |
| Alias for |
| Specify the rack name. |
| Specify the rack unit. |
Example
This example shows how to add a DBox with specified DNode bond IP addresses to cluster 1:
vcli: admin> dbox add --cluster-id 1 --dnode-ips 12.1.1.11,12.1.1.12