- 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
09-23-2003 10:44 PM
09-23-2003 10:44 PM
NFS problem ??
Sep 24 11:12:22 lsgpdv01 vmunix: NFS server lpgpdg01 not responding still trying
Sep 24 11:12:47 lsgpdv01 vmunix: bindresvport:loop_twice port assigned 512
Sep 24 11:27:57 lsgpdv01 vmunix: bindresvport:loop_twice port assigned 512
Sep 24 11:29:31 lsgpdv01 vmunix: NFS server lsgpmo01 not responding still trying
I cant access my server from one IP address..however I can access the system using the other IP...Both Lancards are up...and when running bdf it hangs
Any ideas what could be the problem??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2003 10:52 PM
09-23-2003 10:52 PM
Re: NFS problem ??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2003 10:53 PM
09-23-2003 10:53 PM
Re: NFS problem ??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2003 10:54 PM
09-23-2003 10:54 PM
Re: NFS problem ??
Take a look at Patch
s700_800 11.04 (VVOS) ONC/NFS General Release/Perf Patch
or for 11.11
http://www5.itrc.hp.com/service/patch/patchDetail.do?patchid=PHNE_28983&context=hpux:800:11:11
http://www5.itrc.hp.com/service/cki/patchDocDisplay.do?patchId=PHNE_28882
Regards,
Robert-Jan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2003 10:55 PM
09-23-2003 10:55 PM
Re: NFS problem ??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2003 01:52 AM
09-24-2003 01:52 AM
Re: NFS problem ??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2003 05:15 AM
09-24-2003 05:15 AM
Re: NFS problem ??
Resolution : While attempting to access the server even though the server system is up. In this case, NFS/TCP onthe server has become inoperable due to a hang.
(b)vmunix: bindresvport:loop_twice port assigned 512
Resolution:
Provide a kernel variable that by default disables these messages. To re-enable these messages, the kernel parameter 'loop_twice_msg' must be set to
one, by patching the vmunix file and rebooting, or by patching the kernel image in memory. To patch the vmunix file (survives a reboot), use this command:
echo 'loop_twice_msg?W 0d1' |
adb -w /stand/vmunix /dev/kmem
To patch the in-memory kernel (does not survive a reboot), use this command:
echo 'loop_twice_msg/W 0d1' |
adb -w /stand/vmunix /dev/kmem
A kernel regeneration will require these steps to be done again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2003 05:50 PM
09-24-2003 05:50 PM
Re: NFS problem ??
Check this link, which is similar to your problem.
http://forums1.itrc.hp.com/service/forums/parseCurl.do?CURL=%2Fcm%2FQuestionAnswer%2F1%2C%2C0x8f807d4cf554d611abdb0090277a778c%2C00.html&admit=716493758+1064404715632+28353475
Regards,
Bala
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2003 11:07 PM
09-24-2003 11:07 PM
Re: NFS problem ??
First you pls check in the /etc/hosts
file. check the entry for remote hostname
using the rpcinfo -p command check the locally all the service running
and one more thing, are you able to access that server from the other host.
If not then pls check in the server side check the nfsd, mountd, biod, lockd, statd. these daemons are running or not
issue the rpcinfo -p command to check the which service is register.
Thanx