VMware’s vRealize Suite of Products are great, and each provides a lot of features and capabilities, and VMware has been working hard on integration between the products. However, these products are very much standalone with no cohesion between them from a lifecycle management perspective. This creates a lot of management overhead to install, upgrade, configure and manage all these products, as well the additional solution extensions.
In comes vRealize Suite LifeCycle Manager (vRSLCM) which is a relatively new product and is available to all customers with a vRealize Suite license. It automates the installation, configuration, and upgrading of the following products:
- vRealize Automation
- vRealize Operations Managers
- vRealize Log Insight
- vRealize Business for Cloud
In this blog, I am going to provide the steps on how to import an existing distributed Enterprise vRA 7.2 environment and perform the upgrade to 7.4 using vRSLCM 1.2.
Let’s start off with the initial creation of the environment, which does require a lot of information up front, but once you create or import products into the environment at a later time, it will make use of this stored environment information.
- Log in to your vRSLCM

- Select Create Environments

- Enter Environment Data
- Data Center (this you should have created during the initial configuration of your vRSLCM environment)
- Environment Type
- Environment Name
- Administrator email
- Default root password
- Click Next
- Create Environment

- Check the box for vRealize Automation
- Since we already have an environment that we need to import, select the import Radio button.
- Click Next
- EULA
- Scroll down to bottom.
- Check the box to accept the terms and conditions.
- License

- Either pick a vRealize Suite license which will populate from your my.vmware.com account, or enter one manually.
- Click Next
- Infrastructure Details (This information is used if you deploy new products)

- Select vCenter Server where your vRealize Suite products reside in.
- Select Cluster
- Select Network
- Select Datastore
- Select preferred Disk format for product deployments.
- Click Next
- Network (This information is used if you deploy new products)

- Enter default gateway of the network where your vRealize Suite products are deployed or will be deployed too.
- Enter Domain Name
- Enter search path
- Enter DNS
- Enter Netmask
- Click Next
- Certificates (I import a wildcard certificate or you can use multi-domain certificate would be a good choice to simplify the process)

- Click Next to use the self-signed generated certificate or click the import certificate button to add existing wildcard or SAN certificate.
- Click Next
- Import (Since we selected import we now get ask questions about our existing environment)

- Enter vRA root password
- Enter vRA Default Administrator password
- Enter Tenant User name.
- Selecting the “administrator” user works just fine here.
- Enter vRA Primary Node FQDN
-
Enter IaaS Username.
- I used the domain service account assigned to all IaaS servers
- Default vRA Tenant name is select “vsphere.local”
- Enter vRA Tenant password
- Enter IaaS Password for the domain account.
- Select vCenter Server from the drop-down where the vRA server is running on.
- Click Next
- Review summary
- Click Download configuration to save the JSON file for later use.
- Click Submit
- This will run for a while to configure the environment and import vRA
- If it fails, you have a couple of options
- Review the requests

- Under actions select retry and verify the information that you have entered.
- Delete the environment and start over (1.2 provides the ability to specify if you also want to delete the VMs when you delete a fully configured environment, definitely not recommended to do so in most cases!)
- If you want to pause the import, you can always come back later and resume\
- Verify the vRA product environment
- Select Environment tab on the left side

- Select View details of the newly created environment

- Verify that all the information of your distributed vRA environment is accurate. vRSLCM collects all your VIP names, vRA-, IaaS- and Database Servers as well as where each component resides.

Continue reading →