Setup guide

Software
Installation
25
QMS CrownNet Setup Guide
3 Type the following command to go to the root directory:
cd /
4 If you already have a directory on the system named cdrom,
skip to step 5.
If you don't have a directory on the system named cdrom, type
the following command to make one:
mkdir /cdrom
5 Mount the CD-ROM file system:
mount -r -t hsfs
device_filename
/cdrom
For
device_filename
substitute the complete pathname of the
device associated with the CD-ROM drive. On SunOS systems,
device_filename is usually /dev/sr0. If it isn’t, check your SunOS
system documentation.
6 Verify that the CD-ROM file system has been mounted by list-
ing the contents of the directory:
ls /cdrom
The directory contains several subdirectories, including unix.
7 Change to the location in which you want the CrownAdmin 3
directory to be created.
» Note:
The directory in which crnadm.exe resides must be able to
be mounted by all network nodes that need to access the printer.
8 Extract the files from the CD-ROM.
For example:
tar xvf /cdrom/platform/unix/crnadm/sunos/
sunos.tar
This creates a crnadm directory containing CrownAdmin 3.
» Note:
See the main readme file on the CD-ROM for the exact
location of this file.
9 Unmount the CD-ROM file system:
umount
device_filename