7.4

Table Of Contents
2 Create a plan file to upgrade the Software Agent on a Linux or a Windows virtual machine.
n
Modify the migrate params file under /var/log/vcac/agentupdate/{tenant}/{subtenant-UUID} to
contain the value of the private IP address corresponding to the AWS or Azure endpoint.
"key": "ipAddress",
"value": {
"type": "string",
"value": "<$PrivateIp:$PrivatePort>"
}
n
Use this command for updating a Linux machine.
/usr/lib/vcac/server/webapps/ROOT/software/updateSoftwareAgents.py -a <$DestionationVRAServer>
-t <$Tenant> -S <$SourceVRAServer> -tu <$TenantUser> -CL Software.LinuxAgentUpdate74 --
source_cloud_provider azure
n
Use this command for updating a Windows machine.
/usr/lib/vcac/server/webapps/ROOT/software/updateSoftwareAgents.py -a <$DestionationVRAServer>
-t <$Tenant> -S <$SourceVRAServer> -tu <$TenantUser> -CW Software.WindowsAgentUpdate74 --
source_cloud_provider azure
n
This command runs the plan file.
/usr/lib/vcac/server/webapps/ROOT/software/updateSoftwareAgents.py -a <$DestionationVRAServer>
-t <$Tenant> -tu <$TenantUser> --plan_file /usr/lib/vcac/server/webapps/ROOT/software/plan
Migrating vRealize Automation to 7.4
VMware, Inc. 50