7.4

Table Of Contents
Prerequisites
Add multiple NICs to vRealize Automation appliances or IaaS Windows servers.
Procedure
1 Log in to the vRealize Automation appliance command line as root.
2 Open the routes file in a text editor.
/etc/sysconfig/network/routes
3 Locate the default line for the default gateway, but do not modify it.
Note In cases where the default gateway needs to change, use the vRealize Automation
management interface instead.
4 Below the default line, add new lines for static routes. For example:
default 10.10.10.1 - -
172.30.30.0 192.168.100.1 255.255.255.0 eth0
192.168.210.0 192.168.230.1 255.255.255.0 eth2
5 Save and close the routes file.
6 Restart the appliance.
7 In HA clusters, repeat the process for each appliance.
8 Log in to the IaaS Windows server as an administrator.
9 Open a command prompt as administrator.
10 To configure a static route, enter the route -p add command, where -p persists the static route
across restarts. For example:
C:\Windows\system32> route -p add 172.30.30.0 mask 255.255.255.0 192.168.100.1 metric 1
OK!
For more information about configuring static routes in Windows, see the Microsoft documentation.
Access Patch Management
Technical support for your vRealize Automation installation might involve a software patch that you install
or remove using the vRealize Automation appliance management interface.
The patch interface cannot patch the following vRealize Automation components.
n
The Management Agent
n
Non vSphere agents such as XenServer, VDI, or Hyper-V
Prerequisites
n
Take snapshots of all nodes in your vRealize Automation installation.
Installing vRealize Automation
VMware, Inc. 146