- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- auto mount loader problem into HP-Ux 10.20
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-11-2008 10:51 AM
01-11-2008 10:51 AM
auto mount loader problem into HP-Ux 10.20
Scenario like this
NIS Server: NISMaster (Solaris box with Suns Solaris 9 x86))
All users are on NIS Master Server
NFS Server : NFS Server (Solaris box with Sun Solaris 5.9)
/builds/tools
/ builds /unixhome
/ builds /allbuilds
/ builds /p4ws/windows
/users/unixhome
/users/miscel
NIS Clinet Box : HP-Ux 10.20
# showmount -e 10.218.2.225
export list for 10.218.2.225:
/builds/tools (everyone)
/ builds /unixhome (everyone)
/ builds /allbuilds (everyone)
/ builds /p4ws/windows (everyone)
/users/unixhome (everyone)
/users/miscel (everyone)
On HP-Ux 10.20 client box
Local directory /unixhome -> mount point for all users of nis master server
# cat /etc/auto.master
/unixhome /etc/auto.home -nosuid
# cat /etc/auto.home
* &/users/unixhome/&
#
When I logged in by using any nis user into hp-ux 10.20 box home directory of that particular is mounted automatically.
Any help on this please
Thanks
S. Ali
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2008 11:21 AM
01-11-2008 11:21 AM
Re: auto mount loader problem into HP-Ux 10.20
It's not clear to me what desired behavior you're looking for or what problem you're having. Is something not working the way you want? If so, what is failing? When it fails, what error does it report?
Regards,
Dave
I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2008 06:17 AM
01-14-2008 06:17 AM
Re: auto mount loader problem into HP-Ux 10.20
My question is:
1. Whether HP-Ux 10.20 support automount?
2. If so what are the steps.
HP-Ux box is NIS Client.
NIS Users home directory should be automatically mounted on this box.
A home directory of NIS user not mounted. It shows / (root) only when NIS user connect from this box.
Thanks
S.Ali
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2008 08:30 AM
01-14-2008 08:30 AM
Re: auto mount loader problem into HP-Ux 10.20
> 1. Whether HP-Ux 10.20 support automount?
Yes, 10.20 supports both the old automounter and AutoFS. We delivered AutoFS with the ACE 2.0 release in April 1998.
> 2. If so what are the steps.
Here is the link to the "Installing and Administering NFS Services with 10.20 ACE and HWE" manual:
http://www.docs.hp.com/en/B1031-90043/B1031-90043.pdf
It should cover all topics of installing and configuring NIS, AutoFS, etc.
Regards,
Dave
I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2008 11:00 AM
01-14-2008 11:00 AM
Re: auto mount loader problem into HP-Ux 10.20
your syntax in auto.home is incorrect:
>>
# cat /etc/auto.home
* &/users/unixhome/&
<<
Change it to contain a colon between the hostname and directory name part:
* &:/users/unixhome/&
and try again. NTL, here may be other hints as well ....
mfG Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2008 11:21 AM
01-14-2008 11:21 AM
Re: auto mount loader problem into HP-Ux 10.20
you might want to search this site using "history nfs" as search args