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?
A.
Set mount_path = u01/app/backup as a runtime variable
B.
Set mount_path = u01/app/backup as a runtime replica
C.
Set mount_path = u01/app/backup as a runtime task
D.
Set mount_path = u01/app/backup as a runtime service
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. References:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit