- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: NFS problem
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
07-10-2003 06:30 AM
07-10-2003 06:30 AM
NFS problem
Some of the discs on our nfs server (HPUX Server) is not seen by some of our HPUX client ( This was working ok this morning ).
As a result I tried to stop and start the nfs.client on one these clients machine. But I got the error shown below.
Then I rebooted the same client machine with the hope fixing the problem, but it didn't fix anything at all, and the same problem is still there.
Considering nothing has changed since this morning, it is very strange to see problem.
Any help is appreciated.
Thanks
__Mehdi
killing rpc.lockd
killing rpc.statd
umountall: umount : has failed.
umountall: diagnostics from umount
nfs umount: nfs_unmount: /home/workexp: is busy
umountall: umount : has failed.
umountall: diagnostics from umount
nfs umount: nfs_unmount: /net/usr: is busy
umountall: umount : has failed.
umountall: diagnostics from umount
umount: cannot unmount /home : Device busy
umountall: umount : has failed.
umountall: diagnostics from umount
umount: cannot unmount /net : Device busy
killing biod
killing automountd
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2003 06:36 AM
07-10-2003 06:36 AM
Re: NFS problem
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2003 06:36 AM
07-10-2003 06:36 AM
Re: NFS problem
problem.But all NFS client side daemons are
dead - lockd,statd,biods...Ok,this is natural
to nfs client to claim back his mounts after
hang/reboot...
What mount -v shows?What is on server side about this disk in ioscan -fnCdisk and syslog?
Zeev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2003 06:39 AM
07-10-2003 06:39 AM
Re: NFS problem
check and clean the /etc/rmntab, you can find funny entried in it after a dirty shutdown...
Massimo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2003 06:47 AM
07-10-2003 06:47 AM
Re: NFS problem
From about 10 clients 6 of them can see the disk and everything works ok, only 4 clients can see the disk!!!
Thanks
__Mehdi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2003 07:18 AM
07-10-2003 07:18 AM
Re: NFS problem
before that to see what appears there.
I'd also clean /var/statmon files (stop lockd,statd before)
rm -rf /var/statmon/sm.back , state.back
mv /var/statmon/sm sm.back , state to state.back.
Zeev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2003 08:20 AM
07-10-2003 08:20 AM
Re: NFS problem
/sbin/init.d/nfs.client start
/sbin/init.d/nfs.server start
/sbin/init.d/nfs.core start
/sbin/init.d/nfs.client start
/sbin/init.d/nfs.server start
/sbin/init.d/nfs.core start
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2003 06:13 AM
07-11-2003 06:13 AM
Re: NFS problem
Thanks for all the replies.
The problem hasn't been solved yet.
I 've restarted the NFS server and I also cleaned the "/var/statmon". The command showmount -a shows that the directory is been exported to the client machines, But some of the client machines can't see it.
When I rebooted one of the client machine, in boot time I got the error:
Start Software Distributor agent daemon ... Failed
Configuring all unconfigured software filesets ... Failed
I am not sure that has got anything to do with my current problem.
In file "/etc/rc.log" shows:
ERROR: Cannot contact the 'swagentd' daemon because the local
hostname 'computer name' cannot be resolved.
Thanks again
__Mehdi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2003 06:16 AM
07-11-2003 06:16 AM
Re: NFS problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2003 06:22 AM
07-11-2003 06:22 AM
Re: NFS problem
This could well be related to your NFS issues!
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2003 06:45 AM
07-11-2003 06:45 AM
Re: NFS problem
Also the nslookup works ok and can resolve the IP or the host names in both server and client sides.
__Mehdi