Top
PRIMECLUSTER  Web-Based Admin ViewOperation Guide 4.6
FUJITSU Software

2.4.2 Setting the Web-Based Admin View Language

The language environment in which Web-Based Admin View operates is set to English as default. Even though the client has a Japanese environment, the text of the messages that are sent from the monitoring node is displayed in English.

If you want to display the messages in Japanese, take the following steps to set up an environment variable of Web-Based Admin View. For the environment variable, see the following table.

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.

    # /etc/init.d/fjsvwvbs restart
    # /etc/init.d/fjsvwvcnf restart

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