Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

automounting

Status
Not open for further replies.

gtp36

Computer
Joined
Jul 21, 2003
Messages
4
Location
US
I am trying to do NIS automount from are sun station to hp workstations. It is not working for me, the sun station is the nis server all the directoies are on the server. On the workstation side they see the auto_master, auto_home from the server but it is being ignored. what setting am a missing
 
gtp36,
I presume that by now you have solved the automount problem. If you did, then ignore this, if not then check the AUTOMOUNT configuration file: NFSCONF

For the HP, the file is located at: /etc/rc.config.d
This file stores the options for AUTOMOUNT
The comments inside the file will help setting up the options.
Example
NFS_CLIENT=1
NFS_SERVER=1
..........
AUTOMOUNT=1
AUTO_MASTER="/etc/auto_master"
AUTO_OPTIONS="-f $AUTO_MASTER"

Automount or AUTOFS should start next time you reboot the system.

Hope this helps.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top