OnCell G3100 Series
Software Installation/Configuration
14-22
Adding an additional server
1.
Modify the text file
oncellttyd.cf
to add an additional server. User may use
vi
or any text editor to modify
the file. For more configuration information, look at the file
oncellttyd.cf
, which contains detailed
descriptions of the various configuration parameters.
2.
Find the process ID (PID) of the program
oncellttyd
.
# ps -ef | grep oncellttyd
3.
Update configuration of oncellttyd program.
# kill -USR1 [PID]
(e.g., if oncellttyd PID = 404, kill -USR1 404)
This completes the process of adding an additional server.