- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- nfs.server wil not start - weird error
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
05-18-2005 07:08 AM
05-18-2005 07:08 AM
nfs.server wil not start - weird error
------------------
starting NFS SERVER networking
starting up the rpcbind daemon
rpcbind already started, using pid: 616
Reading in /etc/exports
starting up the mount daemon
/usr/sbin/rpc.mountd
./nfs.server[177]: 0: A test command parameter is not valid.
starting up the Status Monitor daemon
rpc.statd already started, using pid: 677
starting up the Lock Manager daemon
rpc.lockd already started, using pid: 683
starting up the PC-NFS daemon
/usr/sbin/rpc.pcnfsd
-----------------
Any idea where to look for the problem with nfs.server? Is it in /etc/rc.config.d/nfsconf? I have tried to modify nfsconf and remove each parameter individually with no luck. ANy help would be appreciated.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2005 07:27 AM
05-18-2005 07:27 AM
Re: nfs.server wil not start - weird error
looks like a problem in /etc/exports file. see man exports and check your entries accordingly.
Before that first stop the nfs.
# /sbin/init.d/nfs.client stop
# /sbin/init.d/nfs.server stop
# /sbin/init.d/nfs.core stop
Edit exports file and put correct entries.
Start the nfs server
# /sbin/init.d/nfs.core start
# /sbin/init.d/nfs.server start
# /sbin/init.d/nfs.client start
This should work.
Hope that helps.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2005 07:32 AM
05-18-2005 07:32 AM
Re: nfs.server wil not start - weird error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2005 07:34 AM
05-18-2005 07:34 AM
Re: nfs.server wil not start - weird error
-----------------
/opt/3mhis/pps
-----------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2005 07:39 AM
05-18-2005 07:39 AM
Re: nfs.server wil not start - weird error
stop client
stop server
stop core
start core
start server
start client
Same results
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2005 07:44 AM
05-18-2005 07:44 AM
Re: nfs.server wil not start - weird error
/usr/sbin/nfsd $NUM_NFSD && echo " starting up the NFS daemons" && echo "\t/usr/sbin/nfsd $NUM_NFSD"
I am running HPUX 11iv1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2005 07:45 AM
05-18-2005 07:45 AM
Re: nfs.server wil not start - weird error
Well, my script has follgoin if statement at line no.177.
You can check if the test condition inside has changed accidently. It should be as:
if [ $LFS -eq 0 -a $NUM_NFSD -gt 0 -a -f /usr/sbin/nfsd ] ;
One of the test parameter inside the bracket is wrong it seems.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2005 07:49 AM
05-18-2005 07:49 AM
Re: nfs.server wil not start - weird error
How are U?? Dpending upon what os this is, line may vary.
User should check it with the one that is working fine?? Did you play with file, USER???
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2005 07:49 AM
05-18-2005 07:49 AM
Re: nfs.server wil not start - weird error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2005 07:58 AM
05-18-2005 07:58 AM
Re: nfs.server wil not start - weird error
Well, this is amazing point assignment.
Anyways...thanks