NCP-MCA · Question #85
An administrator wants to create two database VMS using replicas and needs to access the same mount_path for hosting the backup files during the deployment on both VMs, What should the administrator…
The correct answer is A. Set mount_path = u01/app/backup as a runtime variable. Runtime variables are used to pass information between different components of a Blueprint, such as VMs, services, tasks, and replicas. They can be defined in the Blueprint YAML file or in the UI. By setting the mount_path as a runtime variable, the administrator can ensure…
Question
An administrator wants to create two database VMS using replicas and needs to access the same mount_path for hosting the backup files during the deployment on both VMs, What should the administrator do on the Blueprint to achieve this requirement?
Options
- ASet mount_path = u01/app/backup as a runtime variable
- BSet mount_path = u01/app/backup as a runtime replica
- CSet mount_path = u01/app/backup as a runtime task
- DSet mount_path = u01/app/backup as a runtime service
How the community answered
(24 responses)- A83% (20)
- B4% (1)
- C4% (1)
- D8% (2)
Explanation
Runtime variables are used to pass information between different components of a Blueprint, such as VMs, services, tasks, and replicas. They can be defined in the Blueprint YAML file or in the UI. By setting the mount_path as a runtime variable, the administrator can ensure that both database VMs use the same value for the mount_path during the deployment. This way, the backup files can be hosted on the same location for both VMs.
Topics
Community Discussion
No community discussion yet for this question.