- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- need Info on passwd map
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
11-15-2002 12:55 AM
11-15-2002 12:55 AM
need Info on passwd map
Can some one one clarify why we need to create a link from a mount point to users defined home dir.Can not we specify a wildcard and it will work.Since link is again contacting the defined mount point in passwd map.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2002 01:10 AM
11-15-2002 01:10 AM
Re: need Info on passwd map
I'm not exactly sure what you are trying to do. Can you explain further?
In your passwd file you can directly specify a users home directory in the second last field on the entry.
Chuck J
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2002 01:28 AM
11-15-2002 01:28 AM
Re: need Info on passwd map
Sorry i forgot to explain..
Actually i am setting up a -paawd file based automounter map. I think it would be clear to you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2002 03:47 AM
11-18-2002 03:47 AM
Re: need Info on passwd map
If I understand you correctly, I think you should set up entries in /etc/auto_home such as follows;
user1 remotehost:/export/home/user1
user2 remotehost:/export/home/user2
user3 remotehost:/export/home/user3 ...etc.
(tabs between fields)
..... and back that with an entry in /etc/auto_master as follows;
/home auto_home -nobrowse
(again tabs between fields)
/home is empty while auto-mounts are NOT live, and is populated with user1, user2, user3 home dirs when they are.
Does this help?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2002 07:35 AM
11-18-2002 07:35 AM
Re: need Info on passwd map
If all the user home directories are exported from /export/home/
& remotehost:/export/home/&
..if you have one or two users bill and sue who mount from a different NFS server, then just put their entries before the "&" wildcard entries.
Automount wildcards explained in man automount, also HP NFS Manaul and 'Reilly "Managing NFS and NIS".
Hope this helps,
-> Brian Hackley