翻译声明
请注意,此内容包含由英文机译而来的文本。Veritas 不保证翻译版本的准确性和完整性。若要了解本知识库文章的最新信息,请参考英文版本。
NetBackup Java Administration Console Language Pack (article 100033052)
摘要
描述
Problem
This is the NetBackup language pack for the following programs (collectively referred to as 'Java GUI' ).
- NetBackup-Java Administration Console
- NetBackup-Java Remote Administration Console on a Windows desktop
- Backup, Archive, and Restore on a NetBackup UNIX/Linux client
This set of message resource and online help files provides the localized user interface to Java GUI without installing the whole NetBackup language pack. This package will keep the readability of log files by leaving back-end message strings in English if NetBackup is deployed in a heterogeneous environment.
Note: Because NetBackup Appliance doesn't provide the local Java user interface, NetBackup language pack is not compatible with a master or media sever inside NetBackup Appliance. This package will serve as a complement to the NetBackup language pack for NetBackup Appliance.
Problem
This is the NetBackup language pack for the following programs (collectively referred to as 'Java GUI' ).
- NetBackup-Java Administration Console
- NetBackup-Java Remote Administration Console on a Windows desktop
- Backup, Archive, and Restore on a NetBackup UNIX/Linux client
This set of message resource and online help files provides the localized user interface to Java GUI without installing the whole NetBackup language pack. This package will keep the readability of log files by leaving back-end message strings in English if NetBackup is deployed in a heterogeneous environment.
Note: Because NetBackup Appliance doesn't provide the local Java user interface, NetBackup language pack is not compatible with a master or media sever inside NetBackup Appliance. This package will serve as a complement to the NetBackup language pack for NetBackup Appliance.
Solution
How to display the localized Graphical user interface of Java GUI.
Prerequisite:
Veritas recommends that all locale parameters including system locale, user locale a(and Display language in Windows) are properly configured in order for Java to load a localized message resource bundle.
In order to do this, please set these locale parameters to compatible with the language of localized resource files in this package, because the Java .properties files of Java GUI use the standard Java localization mechanism.
Windows:
- To change the system locale (also called "Language for Non-Unicode Programs of Windows"), the Set-WinSystemLocale Powershell commandlet can also be used.
- To change the user locale (also called "Standards and formats of Windows"), the Set-Culture Powershell commandlet can be used.
- To change the display language, the Set-WinUILanguageOverride Powershell commandlet can also be used.
For example, if you want to display French Java GUI on your French Canadian Windows desktop using this package, Windows regional setting will be as follows. For more details about setting a language in Windows, please refer to appropriate documents from Microsoft.
- System locale (Language for non-Unicode programs): "French (Canada)"
- User locale (Format) : "French (Canada)"
- Display language: "French (Canada)"
UNIX/Linux:
- To change the system locale on Solaris, open the file /etc/default/init and edit the following line: LANG=<locale>
- To change the system locale on HP-UX, use the geocustoms command.
- To change the system locale on AIX, use the smit lang or chlang command.
- To change the system locale on Red Hat Linux, open the file /etc/sysconfig/i18n and edit the following line: LANG=<locale>. If this file doesn't exist in the system, submit sudo localectl set-locale LANG=<locale>
- To change the system locale on SUSE Linux, use the yast command.
Installation:
- Complete installing Java GUI.
- If Java GUI is running, close the program.
- Locate Java GUI program folder. It always be located in the folder named "java" under "Veritas" or "openv" folder by default.
- Download NetBackup_<Version>_javamessages_L10N.zip in this document.
- Copy to NetBackup_<Version>_javamessages_L10N.zip to the "java" folder mentioned above.
- Using any file decompression utility, extract NetBackup_<Version>_javamessages_L10N.zip in the Java GUI program folder.
The files and folders will be extracted from the zip to the Java GUI program folder as follows: <LANG> should be read fr, ja and zh.
Windows:
Note: In case, you want to install this set of files to Java GUI in NetBackup server or client. install_path\java should be replaced with install_path\NetBackup\java afterward.
- C:\Program Files\Veritas\java\vrts\nbvsm_l10n\<LANG>\help\NBDB2.vxa
- C:\Program Files\Veritas\java\vrts\nbvsm_l10n\<LANG>\help\NBOracle.vxa
- C:\Program Files\Veritas\java\vrts\nbvsm_l10n\<LANG>\help\nbu_sa.vxa
- C:\Program Files\Veritas\java\vrts\nbvsm_l10n\<LANG>\help\NetBackup_AdminHelp_BMR.vxa
- C:\Program Files\Veritas\java\vrts\nbvsm_l10n\<LANG>\help\NetBackup_AdminHelp_Vault.vxa
- C:\Program Files\Veritas\java\vrts\nbvsm_l10n\<LANG>\help\NetBackup_BAR_Help_Unix.vxa
- C:\Program Files\Veritas\java\vrts\nbvsm_l10n\dbexti18n_<LANG>.properties
- C:\Program Files\Veritas\java\vrts\nbvsm_l10n\i18n_<LANG>.properties
UNIX/Linux:
- /usr/openv/java/vrts/nbvsm_l10n/<LANG>/help/NBDB2.vxa
- /usr/openv/java/vrts/nbvsm_l10n/<LANG>/help/NBOracle.vxa
- /usr/openv/java/vrts/nbvsm_l10n/<LANG>/help/nbu_sa.vxa
- /usr/openv/java/vrts/nbvsm_l10n/<LANG>/help/NetBackup_AdminHelp_BMR.vxa
- /usr/openv/java/vrts/nbvsm_l10n/<LANG>/help/NetBackup_AdminHelp_Vault.vxa
- /usr/openv/java/vrts/nbvsm_l10n/<LANG>/help/NetBackup_BAR_Help_Unix.vxa
- /usr/openv/java/vrts/nbvsm_l10n/dbexti18n_<LANG>.properties
- /usr/openv/java/vrts/nbvsm_l10n/i18n_<LANG>.properties
6. Set Java to load Java GUI with the language you want, and start Java GUI
Windows:
Note: Proceed Step #1 to #4 below, if you want to run Java GUI with a different language from the Display language of your Windows desktop mentioned above. If not, skip to #5.
- Open nbjava.bat
- Go to an else clause starting from line #80. It should look like
ELSE (
start "" "%JREPATH%\jre\bin\javaw.exe" -Xms%INITIAL_MEMORY% .......)
- Specify a language you want to display Java GUI by inserting -Duser.language=<language>. For example, if you want to start Java GUI in French, then this line will be:
ELSE (
start "" "%JREPATH%\jre\bin\javaw.exe" -Duser.language=fr -Xms%INITIAL_MEMORY% .......) -Duser.language=ja
orzh
can be used as well.- Save nbjava.bat
- Start Java GUI by double-clicking nbjava.bat or clicking Java GUI in the start menu
UNIX/Linux:
Note: Step #2 below is required only if you want to run Java GUI with a different locale from one you have set to system locale mentioned above):
- Open Terminal
- Set a locale you want to display Java GUI to LANG. The name of locale will depend on your platform. If you want to start Java GUI in fr_FR.utf-8 locale then submit
LANG=fr_FR; export LANG
- Run /usr/openv/java/jbpSA or jnbSA
Removal:
These files can be removed by any of these ways.
- Manually remove the copied files above.
- Remove Java GUI.
适用于以下产品版本
更新文件
|
文件名 | 描述 | 版本 | 平台 | 大小 |
---|
download-knowledgeBase
NetBackup Japanese language pack causes garbage characters in Activity Monitor, backup job failure,etc.
2022-04-12Problem In Japanese language pack installed environment, the following issue may occur. Issue 1. bptm.exe may crash and it results in backup failure if following conditions are all met; eventlog file exists in NetBackup\db\config Execution of VMw...