Increase memory buffers on java client
On your workstation open the java folder and find "Setconf.bat" RIGHT click and edit this file. Find the set of lines as shown below. (Yours may look a little different but the same lines will exist)
SET INITIAL_MEMORY=36M
SET MAX_MEMORY=256M
SET MEM_USE_WARNING=80
SET NBJAVA_CONNECT_OPTION=1
SET NBJAVA_CLIENT_PORT_WINDOW=0 0
SET FORCE_IPADDR_LOOKUP=0
SET USE_NBJAUTH_WITH_ENHAUTH=0
SET BPJAVA_PORT=13722
SET VNETD_PORT=13724
REM SET NBJAVA_CORBA_DEFAULT_TIMEOUT=60
REM SET NBJAVA_CORBA_LONG_TIMEOUT=1800
SET NBJDIR=%INSTALL_PATH%
SET VXSSATLIBPATH=%VXSSAT_INSTALL_PATH%\bin
SET JAVALIBPATH=%NBJDIR%;%VXSSATLIBPATH%
Now Change the Following lines :
OLD
SET INITIAL_MEMORY=36M
SET MAX_MEMORY=256M
SET FORCE_IPADDR_LOOKUP=1
NEW
SET INITIAL_MEMORY=128M
SET MAX_MEMORY=512M
SET FORCE_IPADDR_LOOKUP=0
Save and Close the file. Now reopen Netbackup Java 6.5 and enjoy loading the client list in a minute or two tops.
ENJOY