User's Manual Part 2
NPort W2004 User’s Manual Installing and Configuring the Software
6-22
program moxattyd.
User can use vi or any edit to modify it. It's a text
file.
For more configuration information, please take a look
at moxattyd.cf file. We put detail decription on it.
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Please note that the "Device Name" is depended on OS.
See "E. Device Naming Rule" for more information.
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
step 5 : Add program moxattyd into /etc/inittab and any tty name
you configued at moxattyd.cf.
eg. for Linux:
ts:2:respawn:/usr/etc/moxattyd
p1:345:respawn:/etc/mingetty ttyp1
p2:345:respawn:/etc/mingetty ttyp2
finish : You have finished the installation and configuration
of MOXA TTY.
Start moxattyd program
Run "init q" or reboot your UNIX.
Add additional server
Step 1 : Modify "moxattyd.cf" file to add additional server.
User can use vi or any edit to modify it. It's a text
file.
For more configuration information, please take a look
at moxattyd.cf file. We put detail decription on it.
Step 2 : Find the proccess id (PID) of program "moxattyd".
# ps -ef | grep moxattyd
Step 3 : Update configuration of moxattyd program.
# kill -USR1 PID
(ex. if "moxattyd" PID = 404, "kill -USR1 404")
finish : You have finished to add additional server.