Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

NFS mount within KickStart...

bobthesungeek76036Jan 24 2012 — edited Jan 25 2012
I have a customer that has an application centrally located on an NFS server that I would like to install inside a Kickstart post script (RHEL6). The problem is that the software has an NFS mount command inside the install script and the mount is failing because there is no statd running on the host:

<pre>mount.nfs: rpc.statd is not running but is required for remote locking.
mount.nfs: Either use '-o nolock' to keep locks local, or start statd.
mount.nfs: an incorrect mount option was specified</pre>

Customer doesn't want to modify the script. It worked under RHEL5 but it's not working under RHEL6. I have tried to start the statd daemon within the post script in several ways:

service nfslock start

sh /etc/init.d/nfslock start

/sbin/rpc.statd -dL

Not having much success. The service and init.d script return "Starting NFS statd: [FAILED]". The other returns nothing. Has anyone run across this and have a solution?

Thanks.
This post has been answered by Dude! on Jan 24 2012
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 22 2012
Added on Jan 24 2012
2 comments
1,329 views