HP StorageWorks Clustered File System 3.6.0 Windows Storage Server Edition Administration Guide (403103-005, January 2008)

Table Of Contents
Chapter 15: Configure Virtual Hosts 185
Change the Virtual IP Address for a Virtual Host
When you change the virtual IP address of a virtual host, you will also
need to update your name server and to configure applications to
recognize the new virtual IP address. The order in which you perform
these tasks is dependent on your application and the requirements of
your site.
You can use mx commands to change the virtual IP address of a virtual
host. Complete these steps:
1. At the Command Prompt, run the following command:
mx matrix dump > mxdump.out
2. Edit the mxdump.out file, replacing all occurrences of the old IP
address with the new IP address.
3. At the beginning of the mxdump.out file, add a line such as the
following to remove the old IP address from the virtual host
configuration:
vhost delete <old_IP_address>
4. Delete any lines in mxdump.out that do not need to change.
5. Run the following command to update the cluster configuration with
the new IP address:
mx --file mxdump.out
Virtual Hosts and Failover
When you create a virtual host, you specify a list of network interfaces on
which the virtual host can be located. The interfaces are placed in order:
primary, backup #1, backup #2, and so on. The ClusterPulse process
considers the “health” of the servers providing those interfaces when
determining where to place a virtual host. The status and enablement of
the service and device monitors associated with the virtual host also
contribute to a servers health calculation. When a server is completely
“healthy,” all of the services associated with the virtual host are up and
enabled.