- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Mount 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
02-09-2006 03:29 AM
02-09-2006 03:29 AM
When i execute bdf appears all information about Filesystems and more this:
/ 524288 216800 305136 /net/apollo
apollo is an servername. What's it's this?
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2006 03:36 AM
02-09-2006 03:36 AM
Re: Mount problem
can you copy and paste whole bdf o/p please.
Regards ..BL.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2006 03:37 AM
02-09-2006 03:37 AM
Re: Mount problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2006 03:38 AM
02-09-2006 03:38 AM
Re: Mount problem
Thanks ..BL.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2006 03:43 AM
02-09-2006 03:43 AM
Re: Mount problem
Joel
please post full bdf output
at first glance it looks like you may have an NFS mount from another server.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2006 03:44 AM
02-09-2006 03:44 AM
Re: Mount problem
Is the message true? Is apollo a server name?
Take a look at /etc/fstab , there is something a bit strange or in /etc/mnttab file.
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
02-09-2006 04:41 AM
02-09-2006 04:41 AM
Re: Mount problem
My guess is you're running the new autofs rather than the old automount. When I switched over I started noticing the same thing. There don't seem to be any ill effects, though.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2006 04:43 AM
02-09-2006 04:43 AM
Re: Mount problem
My guess is you're running the new autofs rather than the old automount. When I switched over I started noticing the same thing. There don't seem to be any ill effects, though.
To check, look for AUTOFS=1 in /etc/rc.config.d/nfsconf
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2006 05:42 AM
02-09-2006 05:42 AM
SolutionPeace.
It seems you are running automounter/autofs. can you post your:
/etc/auto_master
/etc/auto*
If you do not want to see it anymore AND you are sure there is really no need for it. You can simply do:
edit /etc/rc.config.d/nfsconf and set AUTOMOUNT=0
Then stop the automounter:
/sbin/int.d/nfsclient stop
IF you really need NFS client services, then start it once more but automounter will no longer be active.