Top
PRIMECLUSTER  Web-Based Admin ViewOperation Guide 4.5
FUJITSU Software

7.1 Network address

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:

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:

  1. Stop Web-Based Admin View running on the management server or monitoring node.

    Refer to "6.1 Stop".

  2. 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
  3. 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".

  4. 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 IP (IPv4 or IPv6) addresses can be set to the primary management server, the secondary management server, and httpip. Note that IPv6 link local addresses cannot be set to these servers.