vCloud Availability for vCloud Director: Part 10: Integrating VCAV With Deployed Components

Now we have deployed all components needed to form the VCAV stack. It’s time to integrate all of them with VCAV. Let’s start.

At this point of time, I am assuming that you have already declared the following variables as per your environment

Configure vSphere Replication Manager

1: Configure the VRMS appliance

2: Verify that the HMS service starts successfully.

Configure Cassandra Servers

1: Create a password file for the Cassandra host root user in /.ssh/cassandra.root.password.

2: Create a trusted connection between the vCloud Availability Installer Appliance and Cassandra hosts.

Note: If, on running the above command, you getan  error message “ERROR – Unable to SSH to ‘Your-vRCS-Node’, then run the below command

3: Add the vSphere Replication Cloud Service certificate to the Cassandra truststore so that the Cassandra host accepts SSL connections from the vSphere Replication Cloud Service. 

Note: Run the following command for every Cassandra server and every vRCS appliance

4: Register the Cassandra hosts with the lookup service.

Configure vSphere Replication Cloud Service

1: Configure the vSphere Replication Cloud Service Appliance.

Note: The cassandra-replication-factor argument in the following command refers to the number of nodes in your Cassandra cluster

2: Run the following command to verify that the HCS service starts successfully.

Configure vSphere Replication Server

1: Configure vSphere Replication Server

2: Verify that the HBR service starts successfully.

Configure vCAV Portal Host

There are a few tweaks recommended by VMware, and they are documented here. Use them if it suits your requirement. For lab purposes, you can skip the mentioned tweaks.

Configure vCAV Administration Portal Host

You can now login to the Admin Portal by typing https://vcav-ui02-fqdn:8443 using admin credentials.

From this portal, you can get a complete overview of all DR-related activities. I have not configured any tenant yet, so it’s showing empty for me.

Tenants login to the vCAV Portal host using their credentials. 

Post-Installation vCD Configuration

Before tenants can start replicating their workloads in vCD, we need to enable the tenant org for replication. Use the commands below to do so.

1: Assign vSphere Replication Cloud Service Rights to the vCD Org Admin Role

2: Fetch org details. 

3: Fetch Org-vDC details 

4: Enable vDC for Replication

With this, we have now finished the service provider side installation.

For tenant installation, please refer to this article

And that’s it for this post.

I hope you enjoyed reading this post. Feel free to share this on social media if it’s worth sharing. 

Leave a Reply