- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- editing automount
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
06-23-2005 01:59 AM
06-23-2005 01:59 AM
editing automount
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2005 02:01 AM
06-23-2005 02:01 AM
Re: editing automount
You should check the /etc/fstab and see if they are being mounted from there at system boot time. If this is oracle data, I'm not sure automount is a good idea.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2005 02:04 AM
06-23-2005 02:04 AM
Re: editing automount
Check the AUTO_MASTER parameter in /etc/rc.config.d/nfsconf. That should tell you where the config file is.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2005 02:13 AM
06-23-2005 02:13 AM
Re: editing automount
/etc/auto.master and /etc/auto.home
/etc/auto.master defines one or more mount points to be managed by the automounter.
/etc/auto.home is an indirect map file.
these might be good areas to start looking at
Neil.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2005 02:18 AM
06-23-2005 02:18 AM
Re: editing automount
The default location, pointed out above, is listed in /etc/rc.config.d/nfsconf in:
AUTO_MASTER="/etc/auto_master"
$ cd /etc/
$ cat auto_master
/- /etc/auto.direct -soft
$ cat auto.direct
/sysadm cel1543-dm03:/sssd_unix_tools
/stormgt cel1543-dm01:/stormgt
You also need to know whether you are using the old "automounter" or the new "autofs".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2005 02:20 AM
06-23-2005 02:20 AM
Re: editing automount
Anil