Deploy Storage Node
After you have created the zones in your data store, you can deploy the individual storage nodes into the defined zones as follows:
plan deploy-sn -zn <id> | -znname <name> -host <host> -port <port> [-plan-name <name>] [-json] [-wait]
[-noexecute] [-force]-zn <id> | -znname <name>Specifies the zone where the Storage Node is going to be deployed.
-hostSpecifies the host name of the Storage Node that is going to be deployed into the zone.
-portSpecifies the port number of the host.
For example:
kv-> plan deploy-sn -zn Boston -host <host1> -port 5000 -waitExecuted plan 2, waiting for completion...
Plan 2 ended successfullyThe above command deploys the Storage Node, node01, in Boston zone. If you are configuring multiple Storage Nodes in your data store, you can deploy the remaining nodes into their defined zones in a similar way. Storage Node ID numbers increment sequentially with each Storage Node you add. If the last Storage Node you created was assigned an ID of 10, then the next Storage Node is automatically assigned ID 11.