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]

For example:

kv-> plan deploy-sn -zn Boston -host <host1> -port 5000 -wait
Executed plan 2, waiting for completion...
Plan 2 ended successfully

The 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.