Installing And Using Ttyd Administration Program Ttyadm - 3Com MSR 50 Series Configuration Manual

3com msr 30-16: software guide
Hide thumbs Also See for MSR 50 Series:
Table of Contents

Advertisement

780
C
52: FEP I
HAPTER
NSTALLATION AND
Installing and Using ttyd
Administration Program
ttyadm
c
C
ONFIGURATION
echo "Stop ttyd ..."
pid='ps -ef | grep ttyd | awk '{if ($3 == 1) print $0}' | aw
k '{print $2}''
if [ ! "$pid" = "" ]
then
kill $pid
fi
;;
esac
3 Save your configuration and exit.
4 Link the file to the startup directory.
# chmod u+x /etc/init.d/ttyd
# ln -s /etc/init.d/ttyd
# ln -s /etc/init.d/ttyd
A terminal administration program named ttyadm is provided for managing ttyd
easily on a Unix server. It consists of two executable files: ttyadmcmd and ttyadm.
ttyadm is a shell program and can be modified as needed and run without
compilation, greatly facilitating maintenance. You can use this tool to manage ttyd
processes, without the need of entering complex commands manually. You can
also add your own shell commands into the ttyadm program as desired.
CAUTION: The programs ttyadm, ttyd, and ttyadmcmd must be placed under the
same directory.
After logging into the Unix server as root, enter /etc/ttyadm at the prompt to
launch ttyd administration program. The following main interface appears:
******************************
ttyd Administration Program
******************************
Main menu
1 - Process management
2 - View TCP connections.
3 - View system resources.
4 - View router status.
5 - View statistics.
6 - Edit ttyd configuration file.
0 - Exit
Enter:
You can select a function by entering the corresponding number displayed on the
screen. The following describe each of the functions.
Process management
In the main interface, select option 1 to enter the process management submenu.
Then, you can manage ttyd processes by selecting the corresponding options.
******************************
/etc/rc2.d/S99ttyd
/etc/rc0.d/K00ttyd
ttyd Administration Program
******************************
Process management
1 - Start ttyd.
2 - Display ttyd processes.

Hide quick links:

Advertisement

Table of Contents

Troubleshooting

loading

Table of Contents