Service manual
70 Cyclades ACS 5000 Advanced Console Server Command Reference Guide
The Process Table
The process table displays which processes are running. Type ps -a to see a table similar to
the following.
To restart the cy_ras process, use its process ID or execute the following command.
# runconf
This executes the ps command, searches for the cy_ras process id, then sends the signal hup to the
process, all in one step. Never kill cy_ras with the signals -9 or SIGKILL.
Start and Stop Services
This feature enables or disables services without rebooting the console server.
Syntax
daemon.sh [-h|help] | [{[stop|restart] service_id}...]
where service_id may be any choice of:
EVTGEN NIS RPC DB NET LOG SSH NTP SNMP IPSEC PMD LP WEB LOGPIPE ADSAP2
The daemon.sh may be executed in two ways.
1. Without parameters in the command line. It checks the configuration files of the service and
restart or stop it if needed.
2. It performs the requested action (stop/restart) in the list of services given in the command line
regardless of any configuration changes.
The following example restarts power management and data buffering services and it stops SSH
and network timer client services.
# daemon.sh PMD stop SSH NTP restart DB
Table 5.1: Process Table
PID UID VmSize State Command
1 root 592 S /sbin/inetd
31 root 928 S /sbin/inetd
32 root 584 S /sbin/cy_ras
36 root 1148 S /sbin/cy_wdt_led wdt led
154 root 808 R /ps -a