Top
PRIMECLUSTER  Web-Based Admin ViewOperation Guide
FUJITSU Software

2.4.2 Setting the Web-Based Admin View Language

The locale of Web-Based Admin View is set to English as default. On clients with a Japanese environment, messages from monitoring nodes are displayed in English.

If you want to display the messages in Japanese, take the following steps to set up environment variables of Web-Based Admin View. You need to set up the variables using a system administrator access privilege on all the nodes and the cluster management servers that construct a cluster system.

This operation must be executed with the system administrator authority for all the cluster nodes and the cluster management server that make up the cluster system.

Table 2.1 Environment variable for the operation language of Web-Based Admin View

Attribute

Variable

Possible values

Meaning

sys

Lang

C, ja

Language environment in which Web-Based Admin View operates.

C: Operates in English.

ja: Operates in Japanese.

If this variable is not set, Web-Based Admin View operates in the English environment.

Operation Procedure:
  1. Stop Web-Based Admin View on all the management servers and nodes.

    # /etc/init.d/fjsvwvcnf stop
    # /etc/init.d/fjsvwvbs stop
  2. Add the environment variable to the definition file (/etc/opt/FJSVwvbs/etc/webview.cnf) of Web-Based Admin View, and set the language.

    Execute the following command on all the management servers and nodes, referring to the example.

    # /etc/opt/FJSVwvbs/etc/bin/wvSetparam -add <attribute> <environment-variable> <setting_value>

    Example: Add the environment variable and set the operation language to Japanese.

    # /etc/opt/FJSVwvbs/etc/bin/wvSetparam -add sys lang ja
  3. Restart Web-Based Admin View on all the management servers and nodes.

    - For RHEL6
    # /etc/opt/FJSVwvbs/etc/bin/wvCntl restart
    # /etc/init.d/fjsvwvcnf start
    - For RHEL7
    # /etc/init.d/fjsvwvbs restart
    # /etc/init.d/fjsvwvcnf start

Note

  • It is necessary to set the locale to Japanese on personal computers that are used as clients. If the above setting is changed on the clients with an English environment, messages might be garbled.

  • To change the environment variable again after it is added by the above procedure, execute the following command:

    # /etc/opt/FJSVwvbs/etc/bin/wvSetparam lang <setting_value>

    For details on the command, see "4.5.3 Environment variable modification".