- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- nfs mount stopped working (hp ux 11.23)
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
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
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-28-2010 01:17 PM
05-28-2010 01:17 PM
Solved! Go to Solution.
- Tags:
- NFS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2010 01:34 PM
05-28-2010 01:34 PM
Re: nfs mount stopped working (hp ux 11.23)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2010 05:05 PM
05-28-2010 05:05 PM
Re: nfs mount stopped working (hp ux 11.23)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2010 07:06 PM
05-28-2010 07:06 PM
SolutionStart the nfs services on server as like
/sbin/init.d/nfs.client stop
/sbin/init.d/nfs.server stop
/sbin/init.d/nfs.core stop
/sbin/init.d/nfs.core start
/sbin/init.d/nfs.server start
/sbin/init.d/nfs.client start
check showmount -e shows any exporred mount points
Chandra
- Tags:
- showmount
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2010 09:31 PM
05-28-2010 09:31 PM
Re: nfs mount stopped working (hp ux 11.23)
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1334452
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2010 04:08 AM
05-29-2010 04:08 AM
Re: nfs mount stopped working (hp ux 11.23)
the next question is what could have happened that caused it to stop ??
these are the events as best i can remember that took place between the time nfs was working and when it stopped:
i restarted snmp, i updated some kernel entries, but had not rebooted the server..(yet a who -r showed a reboot about the time i did the kernel changes ?)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2010 05:02 PM
05-29-2010 05:02 PM
Re: nfs mount stopped working (hp ux 11.23)
Many sysadmins ask the question: What does it take to keep NFS working?
A great book on NFS for HP-UX is Optimizing NFS Performance: Tuning and Troubleshooting NFS on HP-UX Systems by Dave Olker. NFS is critically dependent on the server and client plus every step between the two. There's not a lot you can determine after a disconnect, and only a few things you can turn on before the next failure. Ideally, there would be a nettl or Wireshark trace of the network so you can see some of the possible problems. Even then, a flaky router may have caused the problem. NFS doesn't seem to recover reliably from network problems. Try to connect directly to bypass switches and routers.
The good news (as you've seen) is that restarting NFS services will get things repaired. And of course, the very latest patches for networking and NFS are mandatory.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2010 05:09 PM
05-31-2010 05:09 PM
Re: nfs mount stopped working (hp ux 11.23)
am i tilting a windmills ??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2010 09:35 PM
05-31-2010 09:35 PM
Re: nfs mount stopped working (hp ux 11.23)
You don't use CDE when booting. It is either the ITE or some type of xterm/serial console window.
>is there some way I should do the restart that I would know if the startup process was hung?
Have you logged on to the MP in console mode so you can see the progress?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2010 12:14 PM
06-01-2010 12:14 PM
Re: nfs mount stopped working (hp ux 11.23)
is there anyway of displaying what the actual mount command looked like when it was created ? i created an nfs mount using a mount -F nsf -o hard..... but i can't rember the full construction of the command or where it might be located ??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2010 02:49 AM
06-02-2010 02:49 AM
Re: nfs mount stopped working (hp ux 11.23)
But not on the console.
>I assume the management port would be a better way to shutdown and restart the server
Yes, much.
>is there anyway of displaying what the actual mount command looked like when it was created?
Well, if it is mounted on boot, then you can look at /etc/fstab.
Or you can look at /etc/mnttab. Or must type mount to format /etc/mnttab.
>I created an nfs mount using a mount -F nfs -o hard... but I can't remember the full construction of the command or where it might be located?
If you did this manually on a previous boot, this is lost, unless it is around in your shell history file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2010 04:43 AM
06-02-2010 04:43 AM
Re: nfs mount stopped working (hp ux 11.23)
/u06/ldif (everyone)
/u06/rman_backup (everyone)
a showmount -a:
(anon):/u06/ldif
(anon):/u06/rman_backup
sc0gllb1.lccc.edu:/u06/TEST_NSF
but when i try to access them from my other server it tells me the nfs server is not responding...
i've done an exportfs -a...
i modified some kernal entries, but haven't rebooted yet... would this somehow affect the nfs mount ??
is there something else i can look at that would give me a clue as to what's going on
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2010 06:44 AM
06-02-2010 06:44 AM
Re: nfs mount stopped working (hp ux 11.23)
nfsstat -m
/u03/rman_restore from apollo:/u06/rman_backup (Addr 10.2.2.20)
Flags: vers=3,proto=tcp,auth=unix,hard,printed,intr,noac,link,symlink,devs,rsize=32768,wsize=32768,retrans=5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2010 07:42 AM
06-02-2010 07:42 AM
Re: nfs mount stopped working (hp ux 11.23)
How does your networking look?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2010 07:53 AM
06-02-2010 07:53 AM
Re: nfs mount stopped working (hp ux 11.23)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2010 11:34 AM
06-02-2010 11:34 AM
Re: nfs mount stopped working (hp ux 11.23)
sfsktcpd, then restart the nfs server the nfs mount comes back ???
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2010 12:04 PM
06-02-2010 12:04 PM