Operating System - HP-UX
1836632 Members
1802 Online
110102 Solutions
New Discussion

nfs package not responding

 
SOLVED
Go to solution
lawrenzo_1
Super Advisor

nfs package not responding

Hello,

we periodically reboot servers as part of a maint window. the current situation is we have nfspkg1 and nfspkg2 running /home is mounted on nfs package2.

nfspkg1 stopped and restarted fine on the other node. When nfspkg2 was stopped there where issue's with exceed and all sysadmins were locked out.

I pressume this happened due to /home not being mounted therefor the users lost connection to cde etc.

Where can I find detailed logs to interigate serviceguard - I have checked syslog.log for some entries. When pkg1 is up on the other node why would we have issues with the mounted file system?

Thanks
hello
3 REPLIES 3
Sanjay_6
Honored Contributor
Solution

Re: nfs package not responding

Hi,

whatever package logs are there should be under /etc/cmcluster/pkg_name/pkg_name.cntl.log

if the package control file is pkg_name.cntl.

hope this helps.

Regds
melvyn burnard
Honored Contributor

Re: nfs package not responding

Is there really a good reason why you reboot these servers? You should not have to do this.

As for the package issues, check the package log for the relevant package on the node that you are running th epackage.
Did the package in question actually start ok?
There may be another reason outside of Serviceguard casuing your issue.
My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
lawrenzo_1
Super Advisor

Re: nfs package not responding

solution:

yes unfortunatley these servers do reboots from time to time due to known application issues.

the problem was due to the user halting the package, which /home is nfs mounted on the server where he is logged into cde.

#nohup cmhaltpkg -n ; cmrunpkg -n

Thanks chaps.
hello