This chapter contains information to assist you in troubleshooting problems with your DMS server and lists the server files and processes to check if a client is having trouble booting.
If a DMS client has trouble booting, you can check several aspects of server operation to ensure that the server's end of the network connection is functioning properly:
#
rcmgr get NFSSERVING
If the response is a 1, the system is an NFS server. If the response is a 0, the system is not an NFS server. Run nfssetup to configure the server to be an NFS server.
panic: vfs_mountroot: cannot mount root
If this message appears on the client, check to make sure that the following daemons are running on the server:
Enter the following command on the server to see if the daemons are
running:
#
ps ax | grep -E "portmap|mountd|nfsd|nfsiod"
Process status will appear for any of those daemons that are running. (A line will also appear showing your egrep command.)
If the daemons are not all running, you must start the inoperative ones.
Proper
/etc/exports
entries should look similar to the entry shown below. In this
example, the client name is
client1.
/clients/client1 -r=0 client1 /var/adm/dms/dms0.alpha/root/usr -r=0 -ro
The contents of these entries are described in the exports(5) reference page.
#
rm -rf usr/sys/conf/DATALESS
#
rm -rf usr/sys/DATALESS