Technical data
Installing Site Manager on a SPARCstation
117342-B Rev. 00
10-3
Loading Site Manager Software
Load Site Manager software on the SPARCstation as follows:
• Mount a CD-ROM drive.
• Install the software.
• Unmount the drive.
Mounting a CD-ROM Drive on SunOS and Solaris
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:
mkdir /cdrom
5.
Mount the CD-ROM drive.
• For SunOS, enter:
mount -r -t hsfs /dev/
sr0
/cdrom
sr0 is the CD-ROM drive’s address.
• For Solaris, the Volume Manager automatically mounts the CD onto
/cdrom/release_1210_610. 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>
Note:
The command for mounting the CD-ROM drive varies depending on
your system, for example, the number of CD-ROM drives. If the suggested
mount command fails, consult your operating system documentation.