Troubleshooting
Verifying a Unix host can access NIS
A simple way to verify that a Unix host has visibility of the NIS server is to issue a ypcat command to list one of the databases.
Verifying NFS share access
#showmount –e mainfileserver.domain.local
/decosf (everyone)
/Redhat (everyone)
/unixcfg (everyone)
/unixhome (everyone)
Handling the failure of a NIS server
The NIS service runs on both domain controllers in the domain.local domain.
Next (Ownership and permissions)Back to menu
