3Com MSR 50 Series Configuration Manual page 772

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

Advertisement

772
C
52: FEP I
HAPTER
NSTALLATION AND
n
n
C
ONFIGURATION
Insert the floppy disk into the floppy drive of the Unix server and then run the
mount command to mount the floppy drive.
# mount /dev/fd0 /mnt
Copy the executable files to the Unix server.
# cp /mnt/ttyd /etc/ttyd
# cp /mnt/TTYADMCMD /etc/ttyadmcmd
# cp /mnt/TTYADM /etc/ttyadm
Change the file mode of the files to the executable mode.
# chmod 744 /etc/ttyd /etc/ttyadm /etc/ttyadmcmd
File names are case-sensitive in Unix. Use the ls /mnt command to view the names
of the files before copying them.
Thus, the ttyd, ttyadmcmd, and ttyadm programs are installed.
After completing the above-mentioned tasks, make sure you use the umount
command to unmount the floppy drive as follows:
# cd /
# umount /mnt
Using FTP
You can also use FTP to install the ttyd programs. The following describes the
installation procedure using FTP on a Windows system.
1 Place the ttyd programs in a directory
You must place the ttyd programs under a directory of the Windows system, for
example, c:tyd.
2 Open the DOS window and run the ftp command.
Open the DOS window. Run the ftp command under the directory c:tyd to
connect to the Unix server and log in as root. The following configuration example
assumes that the IP address of the FEP is 10.110.96.53:
C: tyd>ftp 10.110.96.53
Connected to 10.110.96.53.
220-
220 sco2 FTP server (Version 2.1WU(1)) ready.
User (10.110.96.53:(none)):User (10.110.96.53:(none)): root
331 Password required for root.
Password:
230 User root logged in.
ftp>
3 Enter the directory /etc of the Unix server, and transfer the programs ttyd and
ttyadmcmd to the Unix server in binary format (ttyd and ttyadmcmd are binary
executables).
ftp> cd /etc
ftp> bin

Hide quick links:

Advertisement

Table of Contents

Troubleshooting

loading

Table of Contents