1752512 Members
4861 Online
108788 Solutions
New Discussion юеВ

Re: Serviceguard NFS

 
SOLVED
Go to solution
Jannik
Honored Contributor

Serviceguard NFS

I have a 3 node cluster and i try to start the NFS cluster on all nodes. For some reson, it fails on one of the nodes.

It seem to be someting with the rpc.statd.

###### Node "osi0621": Starting package at Mon Jan 19 15:15:16 CET 2009 ######
Attempting to addtag to vg vgusers01...
addtag was successful on vg vgusers01.
Jan 19 15:15:17 - Node "osi0621": Activating volume group vgusers01 .
Jan 19 15:15:17 - Node "osi0621": Checking filesystems:
/dev/vgusers01/users
e2fsck 1.39 (29-May-2006)
/dev/vgusers01/users: clean, 38/261632 files, 17217/523264 blocks
Jan 19 15:15:17 - Node "osi0621": Mounting /dev/vgusers01/users at /exports/users
Jan 19 15:15:17 - Node "osi0621": Exporting filesystem on /exports/users
Jan 19 15:15:17 - Node "osi0621": Starting NFS daemons.
portmap had been running on this node.
Starting rpc.statd daemon
statd: Could not chdir: No such file or directory
ERROR: Function nfs_defined_run_cmds
ERROR: Failed to start a NFS daemon
Jan 19 15:15:17 - Node "osi0621": Unexporting filesystem on *:/exports/users
ERROR: Function verify_ha_server; Failed to start HA servers
Jan 19 15:15:17 - Node "osi0621": Unmounting filesystem on /exports/users
Jan 19 15:15:17 - Node "osi0621": Deactivating volume group vgusers01
Attempting to deltag to vg vgusers01...
deltag was successful on vg vgusers01.
###### Node "osi0621": Package start FAILED at Mon Jan 19 15:15:17 CET 2009 ######
jaton
4 REPLIES 4
Steven E. Protter
Exalted Contributor
Solution

Re: Serviceguard NFS

Shalom,

Maybe use nmap to check the open ports on these systems firewalls. There may be a firewall problem.

Also, check that entries in /etc/exports and the serviceguard package configuration exist and have appropriate permissions.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Emil Velez
Honored Contributor

Re: Serviceguard NFS

might want to make sure nfs is configured to start

check /etc/rc.config.d/*nfs* and make sure the processes are setup

then run the /sbin/init.d/*nfs* start

run all of the nfs scripts to start the daemons on all systems.
Jannik
Honored Contributor

Re: Serviceguard NFS

I needed to install this pkg:
nfs-utils-1.0.9-35z.el5_2

it was the nmap that got me on the track tnx SEB.
jaton
Jannik
Honored Contributor

Re: Serviceguard NFS

sorry SEP
jaton