- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: service guard + "rpc" problem ..require immedi...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2001 04:06 PM
09-21-2001 04:06 PM
I have a two node nfs cross mounted cluster.
server names are "x" and "y".
runnig 2 package "1" and "2" respectively.
package 2 failed and switched to server x.
now when i am trying to start in again on "y".
i am getting a lots of error mesgs.
now the scenario is different.
when i am starting cluster , package on y that is 2 is running while package 1 is not running.
it gives me rpc error.
it mounts all the file system , cluster comes up.
and than it gives me error "
"could not ping rpc.statd"
and than it starts unmounting all the file systems from "x".
y is still running with package 2.
when i try to check rpc daemons , all the daemons are running properly.
but when i am giving
#rpcinfo -u 127.0.0.1 (or localhost) 100020
it works on "y" but it gives me error on "x"
100020 is the port for rpc.lockd
but all th nfs daemons are running properly.
.but some time "y" shows high loadon it.
load is reaching to 6-7 in top output.
ninode is reaching to its maximum.
actually all are different issues, i am totally confused.
can any one help me on this.
Thanks in advance..
Sachin Soni
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2001 04:32 PM
09-21-2001 04:32 PM
Re: service guard + "rpc" problem ..require immediate help...
Look for the package log file in the diectory
/etc/cmcluster/pkg_name/pkg_name.log
also look for the error message in /var/adm/syslog/syslog.log
These two files log the messages involved in the startup of the cluster and package. Can you get something over there. Can you attach the pkg log file from /etc/cmcluster/pkg_name/pkg_name.log and syslog.log file.
Hope this helps.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2001 04:34 PM
09-21-2001 04:34 PM
Re: service guard + "rpc" problem ..require immediate help...
What do you mean by NFS cross mounted cluster. Are you trying to convey that the disks are on shared paths.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2001 04:49 PM
09-21-2001 04:49 PM
Re: service guard + "rpc" problem ..require immediate help...
The setup is of cross-mounting the filesystems i.e. both the servers export the file-systems and both of them mount all of the exported file systems.
The log file says what I mentioned in my last posting. I tried debugging the "mon"-script, it fails while doing -
rpcinfo -u 127.0.0.1 100020
Though the process rpc.lockd (program # 100020) is running, rpcinfo is not able to communicate with it! When the server fails to do so.. it stops the package on itself.
Thanks.
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2001 06:40 AM
09-22-2001 06:40 AM
Solutionhttp://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0x0d5d46ff9277d511abcd0090277a778c,00.html
Regards,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2001 09:27 AM
09-22-2001 09:27 AM
Re: service guard + "rpc" problem ..require immediate help...
It seems u have no. of problems together.. I assume the meaning of ur description of cross mounted file systems in the cluster should be NFS automounted filesystems. Then if you feel the machine is overloaded in terms of nninode then you should be getting a message in the syslog.log file :file table full - verify the usage of ninode by "sar v 10 10" command.
I think Rita has given you a good hint how the rpc.lockd gives teouble.
Hope it helps..,
Cheers !!!
Varghese Mathew
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2001 09:36 AM
09-22-2001 09:36 AM
Re: service guard + "rpc" problem ..require immediate help...
i solved problem , same way by removing host entry from /var/statmon/sm.
i was not able to understand whats this file,but it worked.
i though some kind of mess.now its clear.
thanks rita
actually someone tried to ** my machine.
he removed all the raw file entry from one vg's directory in /dev/vg05.
he changed maxswapchunks to very low value.
my secondry swap was not coming up.
changed ninode, nfiles.
and also removed sulogs and few more things.
i am sure it was not a "virus"
thanks to all.