- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: NIS Automount Issue
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
07-09-2012 03:30 AM
07-09-2012 03:30 AM
NIS Automount Issue
Hi All
I have a NIS server running on HPUX 11.23. When I create a account with Automount after that the maps for auto.home is not updating even after running ypmake command several time.. Can some tell how to update the maps for auto.home
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2012 02:30 AM
07-10-2012 02:30 AM
Re: NIS Automount Issue
On your NIS server, try doing a 'ypcat auto.home' to see if it sees the changes. If it does, log onto your NIS client machine, and execute the 'automount' command (with no parameters) as root.
Hope that helps,
Gary
- Tags:
- ypcat
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2012 03:09 AM
07-10-2012 03:09 AM
Re: NIS Automount Issue
Ypcat auto.home is showing the list but its not updating if i make any modification in /etc/auto.home file.
I have even executed ypmake command to rebuild the maps but its not updating
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2012 04:58 AM
07-10-2012 04:58 AM
Re: NIS Automount Issue
Hi Sridhar,
When I make updates to my NIS automount file (auto_home), I execute the following commands on the NIS server (as root)...
# cd /var/yp # Important to do this
# /usr/ccs/bin/make auto.home
Then on all NIS clients (as root)...
# automount
Hope that helps.
Regards,
Gary