The IP address used for Web-Based Admin View is set. It corresponds to the displayed node name after of executing "uname -n". There are following two purposes:
The IP address or host name for identifying own host (mip)
This is used for communication among management servers and monitoring nodes.
The IP address used for a client (httpip)
WWW server's IP addresses or host name.
Normally, these IP addresses are identical. If you need to modify the network environment to multi-network between server and client by classified use, set up the IP address respectively. For the detail, refer to "7.5 Multi-network between server and client by classified use".
Take the following steps to modify these IP addresses:
Stop Web-Based Admin View running on the management server or monitoring node.
Refer to "6.1 Stop".
Set up IP address.
Execute the following command:
# /etc/opt/FJSVwvbs/etc/bin/wvSetparam mip <IP address or Host name for identifying own host>
# /etc/opt/FJSVwvbs/etc/bin/wvSetparam httpip <IP address used for client>
For example, if you need to change the <IP address or Host name for identifying own host> to "100.100.100.100", execute the following:
# /etc/opt/FJSVwvbs/etc/bin/wvSetparam mip 100.100.100.100
Similarly, if you need to change the <IP address used for client> to "100.100.100.100", execute the following:
# /etc/opt/FJSVwvbs/etc/bin/wvSetparam httpip 100.100.100.100
Change a management server.
If the modified monitoring node acts as a management server, modify the management server settings. Refer to "7.3 Management server". Skip this step for the single node cluster operation.
Restart Web-Based Admin View on the management server or monitoring node on which the IP address is changed.
Refer to "6.2 Restart".
Note
<IP address used for client> might not be required to modify when <IP address for identifying own host> and <IP address used for client> is different. httpip is described<IP address used for client>, mip is described <IP address for identifying own host>.
When the value specified for the environment variable mip of Web-Based Admin View is a host name, specify name resolution.
Only the IP address can be set to a primary management server, secondary management server, and httpip.