VASC Modifications
This page documents modifications that are applied to facilitized linux machines to make them work in the VASC environment.
Machine and exports need to be added to the NIS server.
1) install automount RPM
# rpm -i /afs/cs/archive/redhat/redhat-9/i386/RedHat/RPMS/autofs-*
2) configure NIS
edit /etc/yp.conf add:
domain IUS server europa.ius.cs.cmu.edu
domain IUS server shed.ius.cs.cmu.edu
domain IUS server silo.ius.cs.cmu.edu
edit /etc/sysconfig/network add:
NISDOMAIN=IUS
edit /etc/nsswitch.conf add "nis" to lines passwd, group, netgroup,
automount:
passwd files nis
group files nis
netgroup files nis
automount files nis
3) configure NFS exports
edit /etc/exports
/tmp1 @IUS(rw)
/hws1 @IUS(rw)
4) turn on services
# chkconfig ypbind on
# chkconfig nfs on
# chkconfig autofs on
5) add local admins to /.klogin.local
6) reboot