- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- NFS mounting
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
Discussions
Discussions
Discussions
Forums
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
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-22-2002 06:53 AM
тАО05-22-2002 06:53 AM
NFS mounting
Thanks,
Mike
- Tags:
- NFS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-22-2002 06:58 AM
тАО05-22-2002 06:58 AM
Re: NFS mounting
I've wondered about the same thing, but I havn't really had time to play with it. I suppose that in the rc script where it mounts, you could add your own conditions, something that would be like
if successful contact with server then run mount command else skip
I'm sure that someone out there probably has it written already. Myself, I'm not sure how to do the check for positive connection. step in the right direction, I guess.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-22-2002 07:01 AM
тАО05-22-2002 07:01 AM
Re: NFS mounting
I used to have this problem back in the 10.20 days. I now use hard mounts in 11.0 and 11.i and don't have the problem. Perhaps you need to get current on NFS and/or patches.
Good luck,
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-22-2002 07:14 AM
тАО05-22-2002 07:14 AM
Re: NFS mounting
Try the NFS mount options with the mount command or in /etc/fstab,
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B1031-90048/B1031-90048_top.html&con=/hpux/onlinedocs/B1031-90048/00/00/9-con.html&toc=/hpux/onlinedocs/B1031-90048/00/00/9-toc.html&searchterms=mount%20timeout&queryid=20020522-081958
Also Take a look at this thread,
http://us-support3.external.hp.com/cki/bin/doc.pl/sid=c41f4e7f0a403634b7/screen=ckiDisplayDocument?docId=200000006441210
The Doc id is :CDS9209231413
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-22-2002 07:18 AM
тАО05-22-2002 07:18 AM
Re: NFS mounting
timeo=600
i.e 60 secs. However I have not try this before, so couldn't comment much.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-22-2002 07:38 AM
тАО05-22-2002 07:38 AM
Re: NFS mounting
With timeo you can use retrans and retry for faster recovery.
if you only have timeo then
timeo=600 = 60 seconds then if it can't mount then it will try 120 second then 240second then 480second then it will timeout. that is because value of retrans is 4 so it is retransmitting 4 times
Also you can specity retry option the default is 1.
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-22-2002 07:44 AM
тАО05-22-2002 07:44 AM
Re: NFS mounting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-22-2002 11:00 PM
тАО05-22-2002 11:00 PM