- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- NIS AND automounter
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
05-15-2002 05:03 AM
05-15-2002 05:03 AM
I need your help once again
I have a B-class to be configured for NIS and k Class for NFS
Now i want to integrate nis and automounter
i have configured basic nis and tested the user login it is working fine
Now the big job automounter integration. i have gone to the docs and its very confusing . Can someone give me the steps to do right from creating automounter files
TIA
venu
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2002 05:36 AM
05-15-2002 05:36 AM
Re: NIS AND automounter
This document may help you (TKB #KBRC00001012):
http://us-support.external.hp.com/cki/bin/doc.pl/sid=1f7d52aa0c2abbddc0/screen=ckiDisplayDocument?docId=200000048086768
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2002 06:03 AM
05-15-2002 06:03 AM
SolutionOn your NIS server create auto.direct map
1. create /etc/auto.direct file
2. add entry like
/bonnie/home bonnie:/home
i.e automount filesystem /home from system bonnie.
3. create auto.direct
4. push that map
Now on your client check that if you have auto.direct map or not.
#ypcat -k auto.direct
Then edit /etc/auto_master file so it look like
/- auto.direct -nosuid,soft
i.e use auto.direct map and mount to / filesystem.
Then edit three line on /etc/rc.config.d/nfsconf file
AUTOMOUNT=1
AUTO_MASTER="/etc/auto_master"
AUTO_OPTIONS="-tl 3600 -M /nfs -f $AUTO_MASTER"
/sbin/rc2.d/S430nfs.client stop
/sbin/rc2.d/S430nfs.client start
This will creates mount point /bonnie/home in your client.
Then assign some point.
Though I don't care because I just pass 2500 yesterday and I am not going to reach 7500 very soon. But it is good to assign point.
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2002 06:17 AM
05-15-2002 06:17 AM
Re: NIS AND automounter
dont worry i will assign points for all you replies...so go ahead and reply me and get more points
now i want to know in detail the 3 point in you answer ie
create auto.direct
please use the same naming conventions
how to do this
cheers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2002 07:21 AM
05-15-2002 07:21 AM
Re: NIS AND automounter
#makedbm /etc/auto.direct /var/yp/auto.direct
For more info man on makedbm
Or
#cd /var/yp
#make auto.direct (assuming that your make file is using /etc/auto.direct file as input, it is default).
This will generates map and push it to secondary server (assuming you have map for ypservers)
You can create secondary servers map
1. vi /tmp/ypservers
Add your secondary servers name
2.cat /tmp/ypservers | makedbm - /var/yp/`domainname`/ypservers
(space and ` are important).
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2002 04:29 AM
05-21-2002 04:29 AM
Re: NIS AND automounter
Thanks for all who replied. i could complete the configuration with you help
Thanks once again
Regards
Venu