Create a Machine for the Administration Server Enabling the Administration Server to Listen on the Virtual IP Address
Creating a Domain with the Administration Server and First Managed Server 5-7
Server must be configured to listen on this virtual IP Address. The steps to enable a virtual IP Address are completely dependent on the operating system.
Follow the steps in this section to enable a virtual IP Address on APPHOST1. In a UNIX environment, the command must be run as the root user:
1.
On APPHOST1, run the ifconfig command to get the value of the netmask. In a UNIX environment, run this command as the root user. For example:
[rootAPPHOST1 ~] sbinifconfig eth0
Link encap:Ethernet HWaddr 00:11:43:D7:5B:06
inet addr:139.185.140.51 Bcast:139.185.140.255
Mask:255.255.255.0 inet6 addr: fe80::211:43ff:fed7:5b0664 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500
Metric:1 RX packets:10626133 errors:0 dropped:0 overruns:0 frame:0
TX packets:10951629 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000
RX bytes:4036851474 3.7 GiB TX bytes:2770209798 2.5 GiB
Base address:0xecc0 Memory:dfae0000-dfb00000
2.
On APPHOST1, bind the virtual IP Address to the network interface card using ifconfig. In a UNIX environment, run this command as the root user. Use a
netmask value that was obtained in Step 1.
The syntax and usage for the ifconfig command is as follows: sbinifconfig networkCardInterface Virtual_IP_Address netmask netMask
For example: sbinifconfig eth0:1 100.200.140.206 netmask 255.255.255.0
3.
Update the routing table using arping. In a UNIX environment, run this command as the root user.
sbinarping -q -U -c 3 -I networkCardInterface Virtual_IP_Address For example:
sbinarping -q -U -c 3 -I eth0 100.200.140.206 See also
Section 2.2.3.1, Enabling Virtual IPs for the Managed Servers for information
about enabling VIP2 and VIP3 for the Managed Servers on APPHOST1 and APPHOST2.