- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- 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
12-18-2007 12:31 PM
12-18-2007 12:31 PM
automount
I have an automaster entry like this.But it looks like i'm not able to access the home.Please let me know what is wrong.
# more /etc/auto_master
/net -hosts -nosuid,soft,nobrowse
/homes amdx.homes
amdx.homes is a nis map.
Thanks in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2007 03:18 PM
12-18-2007 03:18 PM
Re: automount
So much useful information.
Perhaps compare your auto_master file to one on a system that works? Or is this the first time.
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
12-18-2007 07:04 PM
12-18-2007 07:04 PM
Re: automount
Could some one please give me an example entry that uses automount for home directory in a nis based systems
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2007 08:43 PM
12-18-2007 08:43 PM
Re: automount
I hope from the below link u may get ur details.
http://forums12.itrc.hp.com/service/forums/questionanswer.do?threadId=1121965
while providing information.Try to provide with full details of ur setup.It will be easy for the people to give solution.
Regds
Palani
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2007 08:53 AM
12-19-2007 08:53 AM
Re: automount
You haven't given us much to go on.
1. Is the system the NIS master, slave or client?
2. What does the file amdx.homes contain?
3. Where is amdx.homes?
4. Is your automaster file really 'automaster' or 'auto_master' or 'auto.master'.
5. What about your /etc/nsswitch.conf file? What does it contain?
6. If this is the NIS client, are you sure that the contents of the amdx.homes map is exported on the server?
All these questions are important and without this information, your question cannot be answered.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2007 12:46 PM
12-19-2007 12:46 PM
Re: automount
System is a slave
2. What does the file amdx.homes contain?
it is nis home directory map,here is the example entry
zhangsx1 rhost:=rmas;rfs:=/vol/vol1/rmas.105/${path}
3. Where is amdx.homes?
/var/yp/domainname
4. Is your automaster file really 'automaster' or 'auto_master' or 'auto.master'.
auto_master is also a nis map
the default automaster file contains entry as below
+auto_master
5. What about your /etc/nsswitch.conf file? What does it contain?
it has files and nis for automount and all other stuffs
6. If this is the NIS client, are you sure that the contents of the amdx.homes map is exported on the server?
yes ,this system is a slave. Also able to map the home manually.
Thanks Much