NCP-DB-6.10 · Question #29
An administrator needs to increase storage for a MongoDB database provisioned using NDB. After launching the NDB CLI, the administrator begins with creating the input file for this operation. Which…
The correct answer is A. extend_storage. To increase storage for a MongoDB database provisioned using NDB, the administrator needs to use the extend_storage parameter in the input file for the NDB CLI. This parameter specifies the amount of additional storage to be added to the database server VM in GB. For example…
Question
An administrator needs to increase storage for a MongoDB database provisioned using NDB. After launching the NDB CLI, the administrator begins with creating the input file for this operation. Which parameter should the administrator include within the input file?
Options
- Aextend_storage
- Bupdate
- Cdatabase
- Ddata_percent
How the community answered
(30 responses)- A80% (24)
- B7% (2)
- C10% (3)
- D3% (1)
Explanation
To increase storage for a MongoDB database provisioned using NDB, the administrator needs to use the extend_storage parameter in the input file for the NDB CLI. This parameter specifies the amount of additional storage to be added to the database server VM in GB. For example, if the current storage size is 100 GB and the administrator wants to increase it to 150 GB, the input file should contain the following line: extend_storage: 50
Topics
Community Discussion
No community discussion yet for this question.