forked from docs/doc-exports
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-authored-by: Wang , Deng Ke <wangdengke2@huawei.com> Co-committed-by: Wang , Deng Ke <wangdengke2@huawei.com>
7.3 KiB
7.3 KiB
Adding Cluster Instance Nodes
Scenarios
This section guides you on how to add nodes to a DB instance.

- You can add nodes when the instance status is Available, Deleting backup, or Checking restoration.
- A DB instance cannot be deleted when one or more nodes are being added.
Add mongos
- Log in to the DDS console.
- On the Instance Management page, click the target cluster instance.
- On the mongos tab in the Node Information area, click Add mongos.
- On the displayed page, specify Node Class, mongos Quantity, and Parameter Group. Then, click Submit.
A cluster instance of Community Edition supports a maximum of 16 mongos nodes.
- View the result of adding nodes.
- This process takes about 10 to 15 minutes. The status of the DB instance in the instance list is Adding node.
- In the upper right corner of the DB instance list, click
to refresh the list. The instance status changes to Available.
- On the mongos tab in the Node Information area, view the information about the node you added.
- If the mongos fail to be added, you can revert them in batches or delete them one by one. For details, see section Reverting Cluster Instance Nodes.
Add shard
- Log in to the DDS console.
- On the Instance Management page, click the target cluster instance.
- On the shard tab in the Node Information area, click Add shard.
- On the displayed page, specify Node Class, Storage Space, shard Quantity, and Parameter Group. Then, click Submit.
- The storage space you applied for will contain the system overhead required for inode, reserved block, and database operation. The storage space must be an integer multiple of 10.
- A cluster instance of Community Edition supports a maximum of 16 shard nodes.
- View the result of adding nodes.
- This process takes about 10 to 15 minutes. The status of the DB instance in the instance list is Adding node.
- In the upper right corner of the DB instance list, click
to refresh the list. The instance status changes to Available.
- On the shard tab in the Node Information area, view the information about the node you added.
- If the shards fail to be added, you can revert them in batches or delete them one by one. For details, see section Reverting Cluster Instance Nodes.
Parent topic: Storage