Restarting a Clerk
To restart a clerk, follow these steps:
1. Log into the clerk system as superuser (root).
2. Enter the following command to see if the dced process is already running:
# ps -e
3. If the dced process appears on the list of active processes, proceed to step 4. If the dced process does not appear on the list of active processes, enter the following command
to start the process:
# dced
4. Enter the following command to start the cdsadv process:
# cdsadv
|