Please enter search query.
Search <product_name> all support & community content...
Article: 100019709
Last Published: 2020-04-17
Ratings: 5 5
Product(s): NetBackup & Alta Data Protection
Problem
Reduce java console load time and improve performance through the settings introduced in this article.
Solution
If the java console is too slow and/or timing out there are a couple quick things to check; the
IP lookup variable and the
memory allocated to java. Changing these parameters will usually resolve the issue:
Workaround:
To reduce the amount of time it takes to load the java console:
To disable IP Address lookup:
Workaround:
To reduce the amount of time it takes to load the java console:
To disable IP Address lookup:
- Shut down the java console.
- Add/edit the following line in the following java configuration file:
UNIX:/usr/openv/java/nbj.conf
FORCE_IPADDR_LOOKUP=0
Windows:install_path\NetBackup\java\setconf.bat
SET FORCE_IPADDR_LOOKUP=0 - Restart the java console.
Note: This is the default setting.
To increase the amount of java memory:
- Shut down the java console.
- Add/edit the following line in the following java configuration file:
UNIX:/usr/openv/java/nbj.conf
INITIAL_MEMORY=512M #(default is 256M)
MAX_MEMORY=1024M #(default is 512M)
Windows:install_path\NetBackup\java\setconf.bat
SET INITIAL_MEMORY=512M REM #(default is 256M)
SET MAX_MEMORY=1024M REM #(default is 512M) - Restart the java console.
Related Knowledge Base Articles
References
Etrack : 1373657
Etrack : 3143130