
Parameter Variables
Parameter variables are passed between steps during failover plan execution, and are available when editing and adding a step parameter.
You can define the following variables for any step parameter that allows plain text to be entered:
Parameter Variable | Content |
---|---|
%vm_fqdn% | FQDN of the VM guest OS |
%current_vm_ip% | IP address of the currently processing VM |
%current_vm_ip_list% | All IP addresses of the currently processing VM |
%replica_vm_ip% | IP address of the currently processing replica VM |
%replica_vm_ip_list% | All IP addresses of the currently processing replica VM |
%replica_vm_name% | Name of the currently processing replica VM |
%replica_vm_state% | State of the currently processing replica VM |
%source_vm_ip% | IP address of the source VM |
%source_vm_ip_list% | All IP addresses of the source VM |
%source_vm_name% | Name of the source VM |
%plan_name% | Name of the failover plan |
%site_name% | Name of the VAO site |
%plan_state% | Current state of the failover plan |
%plan_test_mode% | Boolean variable that indicates whether the plan is currently tested (True/False) |
%group_name% | Name of the current/last VM group processed |
%plan_summary% | Output information on the failover plan (error/warning/success for all steps) |
%group_summary% | Output information on the current/last VM group processed |
%vm_summary% | Output information on the current/last VM processed |
%vao_ui% | URL to access HOME page of the DR VAO UI |
%vao_dr_server% | Name of the DR VAO server |
%vao_prod_server% | Name of the Production VAO server |