Starting and Stopping Signalware
To start the Signalware system manually, execute: /$OMNI_HOME/bin/go.omni.
To stop Signalware, execute: /$OMNI_HOME/bin/Terminate 0.
Configuring Signalware to Start Automatically on Reboot
Configuring Signalware to Start Automatically on Reboot
We recommend that you configure Signalware so that it restarts automatically when the system is rebooted. If you choose not to configure Signalware in this way, you need to restart Signalware with the go.omni command whenever the system reboots.
To configure Signalware to start automatically on reboot:
Change to superuser mode.
Execute:
$suCopy the S91omni file as omni into the directory /etc/init.d. The S91omni file is located at radius/samples/SIM.
Edit the omni file to change the SHM= line to specify the SHM value set during Signalware installation.
Example:
SHM = 102To find your user ID (which is the same as the SHM), execute id at the prompt.
Change the run permissions.
Execute:
$ chmod 755 omniCreate links into the /etc/rc3.d directory.
Execute:
$ ln -s /etc/init.d/omni /etc/rc3.d/S91omni
Make sure a subdirectory called Logs is in the directory where Signalware is installed. If necessary, create the Logs directory.