Technical data
BayRS and Site Manager Software Installation
2
305303-B Rev 00
If you need to reinstall or modify BayRS, you should review Configuring and
Managing Routers with Site Manager before using this guide.
Mounting a CD-ROM Drive (UNIX Only)
The command for mounting the CD-ROM drive varies depending on the
requirements of the system. If the suggested
mount
command fails, consult your
operating system documentation.
To mount a CD-ROM drive:
1.
Insert the appropriate CD and drive tray into the CD-ROM drive.
2.
Log in as root by entering:
su
3.
At the password prompt, enter your root password.
4.
If a subdirectory or file system does not already exist for the CD, create
one by entering the following command:
• For SunOS or HP-UX, enter:
mkdir /cdrom
• For AIX, enter:
crfs -v cdrfs -p ro -d’cd0’ -m /cdrom -A’no’ -t’no’
5.
Mount the CD-ROM drive.
• For SunOS, enter:
mount -r -t hsfs /dev/
<cdrom_address>
/cdrom
• For Solaris, the Volume Manager automatically mounts the CD onto
/cdrom/release_13xx_7xx. If the CD does not automatically mount, stop
the vold daemon and manually mount the drive.
a.
Display the daemon’s process ID by entering:
ps -ef | grep vold
b.
If there is a process running for the
vold
daemon, enter:
kill
<process_id>