Install the .pak files for vSphere Replication and Site Recovery Manager to add the management packs as a solution to vRealize Operations Manager for Site Protection and Disaster Recovery for VMware Cloud Foundation.
PAK Type |
PAK File |
---|---|
vRealize Operations Management Pack for vSphere Replication |
vrAdapterPak-build_number.pak |
vRealize Operations Management Pack for VMware Site Recovery Manager |
VMware-srm-vrops-mp-build_number.pak |
UI Procedure for vRealize Operations Manager 8.5 or earlier
- Log in to the vRealize Operations Manager operations interface at https://<vrealize_operations_manager_fqdn> with a user assigned the Administrator role.
- In the left pane, click Administration.
In the left pane, select to
.In the Other management packs pane, click Add/upgrade.
On the Select a solution page, click Browse, navigate to the .pak file of the management pack for vSphere Replication, click Open, and click Upload.
When the upload finishes, click Next.
On the End user license agreement page, accept the license agreement and click Next.
When the installation finishes, on the Install solution page, click Finish.
Repeat this procedure to install the management pack for Site Recovery Manager.
UI Procedure for vRealize Operations Manager 8.6 or later
- Log in to the vRealize Operations Manager operations interface at https://<vrealize_operations_manager_fqdn> with a user assigned the Administrator role.
- In the left pane, navigate to .
Click the Repository tab and click Add.
The Add solution wizard opens.
On the Select a solution page, click Browse, navigate to the .pak file of the management pack for vSphere Replication, click Open, and click Upload.
When the upload finishes, click Next.
On the End user license agreement page, accept the license agreement and click Next.
When the installation finishes, on the Install solution page, click Finish.
Repeat this procedure to install the management pack for Site Recovery Manager.
PowerShell Procedure
Start Windows PowerShell.
Replace the values in the sample code with values from your VMware Cloud Foundation Planning and Preparation Workbook and run the commands in the PowerShell console.
$sddcManagerFqdn = "sfo-vcf01.sfo.rainpole.io" $sddcManagerUser = "administrator@vsphere.local" $sddcManagerPass = "VMw@re1!"
Perform the configuration by running the command in the PowerShell console.
Enable-vROPSManagementPack -server $sddcManagerFqdn -user $sddcManagerUser -pass $sddcManagerPAss -packType SrmAdapter
Navigate to the Site Recovery Manager Management pack .pak file and click Open.
Perform the configuration by running the command in the PowerShell console.
Enable-vROPSManagementPack -server $sddcManagerFqdn -user $sddcManagerUser -pass $sddcManagerPAss -packType VrAdapter
Navigate to the vSphere Replication Management pack .pak file and click Open.