Open main menu

CDOT Wiki β

Changes

OPS335 NIS Lab

506 bytes added, 15:22, 18 March 2012
Part C: Adding the other VM's
*Ensure ypbind will start at boot and restart the vm.
*Again SSH to the machine, this time using your learnid account. You should now be able to see the files in your home directory with the correct mapping.
*Edit the fstab and remove the entry for NFS.
===Part D: Adding autofs maps:===
 
*Copy the autofs files from vm03 to your host machine
scp /etc/auto.{home,master} root@f16:/etc/
*Regenerate your NIS maps and run:
ypcat auto.home
*You will need to look the the map file to determine how to add auto.home and auto.master to the list of files shared by NIS.
*After making changes to your Makefile, regenerate your maps again and run the same command as above. You should now see the file and its contents.
==Completing the Lab==
1
edit