nerdexam
Nutanix

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…

Manage Automation Workflows

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)
  • A
    83% (20)
  • B
    4% (1)
  • C
    4% (1)
  • D
    8% (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

#Blueprint variables#runtime variables#VM replicas#mount path

Community Discussion

No community discussion yet for this question.

Full NCP-MCA Practice