PRIMECLUSTER Web-Based Admin View Operation Guide |
Contents Index |
Part 1 Introduction | > Chapter 2 Web-Based Admin View installation | > 2.4 Initial Setup of Web-Based Admin View |
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 nodes and the cluster management servers that construct a cluster system.
This operation must be executed with the system administrator authority for all cluster nodes and the cluster management server that make up the cluster system.
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. |
# /etc/init.d/fjsvwvcnf stop
# /etc/init.d/fjsvwvbs stop
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
# /etc/opt/FJSVwvbs/etc/bin/wvCntl restart
# /etc/init.d/fjsvwvcnf start
# /etc/opt/FJSVwvbs/etc/bin/wvSetparam lang <setting_value>
For details on the command, see "Environment variable modification."
Contents Index |