- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- the infamous NFS server not responding still tryin...
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
01-18-2004 08:47 PM
01-18-2004 08:47 PM
the infamous NFS server not responding still trying
I have NO NFS configuration, i've set to "0" every keyword in /etc/rc.config.d/nfsconf (NFS_SERVER, NFS_CLIENT, AUTOMOUNT), I have no pfsd daemons running, and a "ps -ef | grep nfs" just yields "nfskd".
WHY does the system keep on trying to mount the cdrom by nfs (/etc/mnttab contain this line:
server:/cdrom /cdrom nfs ro,nointr,retrans=3,timeo=7,wsize=2048 0 0 1074508533),
and bdf hangs with the infamous "NFS Server..."
I have installed the patches to avoid pfsd, and rebooted several times. After rebooting, everything works ok for a few minutes, then "something" tries to nfs-mount /cdrom...
What am I forgetting? TIA.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2004 12:01 AM
01-19-2004 12:01 AM
Re: the infamous NFS server not responding still trying
Also, checkout files in /etc/rc.config.d. Sometimes there is a copy of the file overriding the values in the real file. For example, if you have a nfsconf but also a nfsconf.old, the values in nfsconf.old are also read, overriding in some cases the values in nfsconf!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2004 12:09 AM
01-19-2004 12:09 AM
Re: the infamous NFS server not responding still trying
Anyway, thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2004 12:12 AM
01-19-2004 12:12 AM
Re: the infamous NFS server not responding still trying
Hi
entry in /etc/mnttab shows that /cdrom is an NFS mount
(server:/cdrom /cdrom nfs ...)
comment that entry in /etc/mnttab and reboot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2004 04:52 AM
01-19-2004 04:52 AM
Re: the infamous NFS server not responding still trying
- swinstall?
- mount -a?
- their own pfs_*?
- some other program/application with root that could be mounting things?
Just $.02.
Mic
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2004 05:20 AM
01-19-2004 05:20 AM
Re: the infamous NFS server not responding still trying
Try the script i'm attaching as an alternative for oracle installs.
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
01-20-2004 03:15 AM
01-20-2004 03:15 AM
Re: the infamous NFS server not responding still trying
/etc/inittab for something that is respawning.
Also, look for any cron jobs that run from a users' cron.
There may also be another startup script that is running at system boot which tries to mount the CD drive.