chkconfig --list
List which programs that shall be started at boot time. This command first list the program name and then seven columns that represents different run-levels. All you have to care about is runlevel 3 which is the default runlevel for op5 System.
chkconfig smsd on
chkconfig smsd off
Tells the system to start or stop the smsd program during boot time.
service monitor stop
service monitor start
Turns on and off OP5 Monitor during runtime.
Shutdown or restart
To shutdown the system in a proper way you should log onto the system as root user and issue the following command.
shutdown -h now.