<hms-auto-install-hbragent-vib>false</hms-auto-install-hbragent-vib>example:
If you prefer using the command line over the vSphere Client API Explorer, you can apply the VMware-HBR-Agent solution directly from the vCenter Server Appliance shell using dcli.
Prerequisites:
Ensure you have the target cluster ID (e.g., domain-c9) and the exact version string of the vib (e.g., 8.0.3-0.0.24143343).
1. Apply the solution
Run the following command from your VCSA shell. Replace <USERNAME>, <YOUR_PASSWORD>, and <CLUSTER_DOMAIN> with your specific environment details:
dcli +server localhost +skip-server-verification +username <USERNAME> +password '<YOUR_PASSWORD>' com vmware esx settings clusters software solutions set-task --cluster <CLUSTER_DOMAIN> --solution VMware-HBR-Agent --components '[{"component":"VMware-HBR-Agent"}]' --version 8.0.3-0.0.24143343
Successful Output:
The command will return a task ID confirming the process has started:
5224ce2d-113c-e8b6-339f-a9548ce710ab:com.vmware.esx.settings.clusters.software.solutions
2. Verify the solution configuration
Run the following command to confirm the solution is correctly associated with the cluster:
dcli +server localhost +skip-server-verification +username <USERNAME> +password '<YOUR_PASSWORD>' com vmware esx settings clusters software solutions list --cluster <CLUSTER_DOMAIN>
Expected Output:
You should see a JSON-formatted list detailing the configured components and versions:
VMware-HBR-Agent: components: - component: VMware-HBR-Agent details: components: - component: VMware-HBR-Agent display_version: 8.0.3-0.0.24143343 vendor: VMware display_name: Host Based Replication Agent for ESX display_version: 8.0.3-0.0.24143343 display_name: VMware-HBR-Agent version: 8.0.3-0.0.24143343
Once the verification command returns the output above, the solution is registered. You can now navigate to vSphere Cluster Updates in your vSphere Client to proceed with remediation.