Environment Variables - Avaya CS700 Administration And Maintenance

Meeting exchange 5.0 conferencing server
Hide thumbs Also See for CS700:
Table of Contents

Advertisement

Managing Files
Tip:
You can set up SSH so that it starts automatically when the system starts. Create
Tip:
a file named S99ssh in /etc/rc2.d:

Environment Variables

Use the following procedure to create an environment variable for each user who will use SSH
to remotely perform administration tasks on the system.
Note:
Follow this procedure only when you plan to use Bridge Talk as a workstation.
Note:
Bridge Talk workstations connected to this system require configuration as
documented in the Bridge Talk Managing and Scheduling Conferences Guide
242 Administration and Maintenance of the CS700/CS780 Audio Conferencing Server
#!/bin/sh
#
# Start/Stop SSH
#
SSHD=/usr/local/sbin/sshd
SSHDPID=/usr/local/etc/sshd.pid
#set -vx
case "$1" in
start)
$SSHD
;;
stop)
if [ -f $SSHDPID ]
then
read sshdpid < $SSHDPID
kill $sshdpid
fi
;;
*)
exit 1
esac
exit 0
The file must contain the following lines:
.

Advertisement

Table of Contents
loading

This manual is also suitable for:

Cs780

Table of Contents