Deploying the virtual appliances in Azure using PowerShell script
To know about virtual appliance deployment in Veritas Resiliency Platform:
See About deploying the Resiliency Platform virtual appliances.
You can deploy the Resiliency Platform virtual appliances using the following two files provided by Veritas along with the product files:
See Downloading the Veritas Resiliency Platform virtual appliances.
A PowerShell script that handles the entire deployment of virtual appliances in Azure environment.
A text file that has all the parameters required for deployment in Azure environment. You need to update the values assigned to the parameters in the text file. These values are used by the PowerShell script while deploying the virtual appliances.
To deploy the virtual appliances in Azure
- Ensure that the prerequisites for deploying virtual appliances in Azure are met.
See Prerequisites for deploying the virtual appliances in Azure and Azure Stack.
- Log in to the Azure portal and create a general purpose storage account (and not account type as blob storage). Create a container with private access type under this storage account. Follow the documentation of Azure to create the storage account and container.
- Create a static network interface for the virtual appliance. A static network interface in Azure ensures that the IP of the appliance does not change after reboot.
- Download or copy the Azure deployment files on your local Windows system.
- Update the values of all the parameters in the text file
VRPVSADeployInputs.txtaccording to your environment.Virtual Machine Appliance
Compatible Sizes
Recommended Sizes
Resiliency Manager
Standard_DS5_v2
Standard_DS13_v2
Standard_E8s_v3
Standard_D8s_v3
Standard_E8_v3
Standard_F16s_v2
Standard_F16s
Standard_A8m_v2
Standard_D13
Standard_D8s_v3
Standard_DS5_v2
Infrastructure Management Server
Standard_F8s
Standard_F8s_v2
Standard_D8s_v3
Standard_DS4_v2
Standard_D4_v2
Standard_DS4
Standard_D4
Standard_A8_v2
Standard_A4
Standard_F8s
Standard_F8s_v2
Standard_A8_v2
Replication Gateway
Standard_F8s
Standard_F8s_v2
Standard_D8s_v3
Standard_DS4_v2
Standard_D4_v2
Standard_DS4
Standard_D4
Standard_A8_v2
Standard_A4
Standard_F8s
Standard_F8s_v2
Standard_A8_v2
It is recommended that the Replication Gateway should be of virtual machine size which supports ultra disk and premium storage disk type.
- Open the PowerShell command prompt and run the following command to log in to Azure:
Add-AzureRmAccount
- Enter the absolute path and filename and then press the Enter key to run the Powershell script.
More Information