08-17-2009 06:39 AM
08-17-2009 02:58 PM
Hi,
are you sure that all the partitions were mounted during the boot as expected?
This log:
/usr/netscreen/GuiSvr/var/webproxy/axis2/tldCache.
is quite suspicious...
please check that the directories
/var/netscreen/GuiSrv/
/var/netscreen/DevSvr
/usr/netscreen/GuiSvr/
/usr/netscreen/DevSvr/
are available and readeable from the user 'nsm'.
As "root", you can use:
su - nsm
to switch to user "nsm" and move to these directories.
Also, check the disk space as tipically if a server run out of space the "/etc/init.d/guiSvr status" doesn't show any output.
Hope this helps!
Daniele
08-17-2009 05:54 PM - edited 08-17-2009 06:01 PM
For the space this is the output of the df -h
[root@MCIT-NSM installers]# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/cciss/c0d0p1 16G 1.4G 14G 10% /
/dev/cciss/c0d0p5 5.7G 156M 5.3G 3% /tmp
/dev/cciss/c0d0p3 13G 12G 0 100% /var
/dev/cciss/c0d0p2 16G 6.6G 7.8G 46% /usr
tmpfs 1013M 0 1013M 0% /dev/shm
Where VAR is utilizing 100% of the space
The following directory is not even present by logging with root server,
[root@MCIT-NSM ~]# cd /usr/netscreen/GuiSvr/var/webproxy/axis2
-bash: cd: /usr/netscreen/GuiSvr/var/webproxy/axis2: No such file or directory
Instead
[root@MCIT-NSM ~]# cd /usr/netscreen/GuiSvr/var/webproxy/installers
[root@MCIT-NSM installers]# ls
SESSIONS.ser tldCache.ser
is present and inside the installers direcoty tldcahce.ser is present
Does it seems to me that I have the "SIZE" issue, I put the size of 13gb for var during the installation, How much should I put it as the hardisk I have is only 80GB
Please guide me in this regards in details
Thanks
08-18-2009 12:15 AM
On the Installation Guide there's an appendix with the Hardware Recommendations, but I would definitively put at least 20GB on the /var partition...
As an example, this is the partition table of an NXMxpress appliance that has 2x250GB HDD:
[root@saruman ~]# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda2 4.9G 1.9G 2.8G 41% /
none 2.0G 0 2.0G 0% /dev/shm
/dev/sda9 3.9G 83M 3.6G 3% /tmp
/dev/sda7 20G 4.6G 14G 26% /usr
/dev/sda6 81G 11G 66G 15% /var
/dev/sda3 49G 85M 46G 1% /var/cores
/dev/sdb2 224G 1.9G 211G 1% /var/netscreen/DevSvr
/dev/sda5 49G 360M 46G 1% /var/netscreen/DevSvr/profiler_data
/dev/sda8 20G 3.9G 15G 22% /var/netscreen/GuiSvr
Ciao ![]()
Daniele