home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1999 mARCH
/
PCWK3A99.iso
/
Unixware
/
IMAGES
/
README.TXT
< prev
next >
Wrap
Text File
|
1998-08-19
|
3KB
|
109 lines
This CD-ROM contains images of the diskettes used to install
and troubleshoot UnixWare 7.
The diskette images are:
______________________________________________________________________
boot.image.C.1 UnixWare 7.0.1 Installation Diskette 1 of 2
boot.image.C.2 UnixWare 7.0.1 Installation Diskette 2 of 2
hba.image UnixWare 7.0.1 Host Bus Adapter Diskette
These diskettes are provided with the media kit; the images
are available here in case you misplace them.
______________________________________________________________________
magic.image Magic Diskette
This diskette is used for installation troubleshooting and
is generally not required.
______________________________________________________________________
netinstall.image.1 Network Installation Diskette 1
netinstall.image.2 Network Installation Diskette 2
These diskettes are required if you want to install UnixWare 7
from a configured Install Server.
______________________________________________________________________
Creating the diskettes: UnixWare
From your UnixWare system:
1. Log onto the system as root.
2. Mount the CD-ROM. Enter:
mount -F cdfs -r /dev/cdrom/cCbBtTlL /mnt
where C, B, T, L are the controller, bus, target (SCSI ID), and
logical unit number (LUN) of your CD-ROM device.
_______________________________________________________________________
NOTE In many cases, you can substitute the wildcard * in place
of the full device name; for example /dev/cdrom/*.
_______________________________________________________________________
3. Enter:
cd /mnt/info/images/
4. Format a blank diskette, by entering it into the primary
diskette drive and entering:
format -V /dev/rdsk/f03ht
You can skip this step if the disk is already formatted.
5. Copy the desired image onto the diskette, by entering:
dd if=<image> of=/dev/rdsk/f03ht bs=512k
<image> is the name if the image from the list above.
6. Verify the checksum, by comparing the value listed in
/mnt/info/images/sums.txt with the results of this command:
sum -r /dev/rdsk/f03ht
The checksums should match. If they do not, your diskette
may be damaged. Repeat steps 4-6 with a different diskette.
______________________________________________________________________
Creating the diskettes: OpenServer
From your OpenServer system:
1. Log onto the system as root.
2. Mount the CD-ROM. Enter:
mount -f ISO9660 -r /dev/cd0 /mnt
3. Enter:
cd /mnt/info/images/
4. Format a blank diskette, by entering it into the primary
diskette drive and entering:
format /dev/rfd0135ds18
You can skip this step if the disk is already formatted.
5. Copy the desired image onto the diskette, by entering:
dd if=<image> of=/dev/rfd0135ds18 bs=32b
<image> is the name if the image from the list above.
6. Verify the checksum, by comparing the value listed in
/mnt/info/images/sums.txt with the results of this command:
sum -r /dev/rfd0
The checksums should match. If they do not, your diskette
may be damaged. Repeat steps 4-6 with a different diskette.