home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 mARCH / PCWK3A99.iso / Unixware / IMAGES / README.TXT < prev    next >
Text File  |  1998-08-19  |  3KB  |  109 lines

  1.  
  2. This CD-ROM contains images of the diskettes used to install
  3. and troubleshoot UnixWare 7. 
  4.  
  5. The diskette images are:
  6. ______________________________________________________________________
  7.  
  8. boot.image.C.1        UnixWare 7.0.1 Installation Diskette 1 of 2
  9. boot.image.C.2        UnixWare 7.0.1 Installation Diskette 2 of 2
  10. hba.image        UnixWare 7.0.1 Host Bus Adapter Diskette
  11.  
  12. These diskettes are provided with the media kit; the images
  13. are available here in case you misplace them.
  14. ______________________________________________________________________
  15.  
  16. magic.image        Magic Diskette 
  17.  
  18. This diskette is used for installation troubleshooting and
  19. is generally not required.  
  20. ______________________________________________________________________
  21.  
  22. netinstall.image.1    Network Installation Diskette 1 
  23. netinstall.image.2    Network Installation Diskette 2
  24.  
  25. These diskettes are required if you want to install UnixWare 7
  26. from a configured Install Server.
  27. ______________________________________________________________________
  28.  
  29. Creating the diskettes: UnixWare
  30.  
  31. From your UnixWare system:
  32.  
  33. 1. Log onto the system as root.
  34.  
  35. 2. Mount the CD-ROM. Enter:
  36.  
  37.    mount -F cdfs -r /dev/cdrom/cCbBtTlL /mnt
  38.  
  39.    where C, B, T, L are the controller, bus, target (SCSI ID), and
  40.    logical unit number (LUN) of your CD-ROM device.
  41.    _______________________________________________________________________
  42.  
  43.       NOTE  In many cases, you can substitute the wildcard * in place
  44.       of the full device name; for example /dev/cdrom/*.
  45.    _______________________________________________________________________
  46.  
  47. 3. Enter:
  48.  
  49.    cd /mnt/info/images/
  50.  
  51. 4. Format a blank diskette, by entering it into the primary
  52.    diskette drive and entering:
  53.  
  54.    format -V /dev/rdsk/f03ht
  55.  
  56.    You can skip this step if the disk is already formatted.
  57.  
  58. 5. Copy the desired image onto the diskette, by entering:
  59.  
  60.    dd if=<image> of=/dev/rdsk/f03ht bs=512k
  61.  
  62.    <image> is the name if the image from the list above.
  63.  
  64. 6. Verify the checksum, by comparing the value listed in
  65.    /mnt/info/images/sums.txt with the results of this command:
  66.  
  67.    sum -r /dev/rdsk/f03ht
  68.   
  69.    The checksums should match. If they do not, your diskette
  70.    may be damaged. Repeat steps 4-6 with a different diskette.
  71.  
  72. ______________________________________________________________________
  73.  
  74. Creating the diskettes: OpenServer
  75.  
  76. From your OpenServer system:
  77.  
  78. 1. Log onto the system as root.
  79.  
  80. 2. Mount the CD-ROM. Enter:
  81.  
  82.    mount -f ISO9660 -r /dev/cd0 /mnt
  83.  
  84. 3. Enter:
  85.  
  86.    cd /mnt/info/images/
  87.  
  88. 4. Format a blank diskette, by entering it into the primary
  89.    diskette drive and entering:
  90.  
  91.    format /dev/rfd0135ds18
  92.  
  93.    You can skip this step if the disk is already formatted.
  94.  
  95. 5. Copy the desired image onto the diskette, by entering:
  96.  
  97.    dd if=<image> of=/dev/rfd0135ds18 bs=32b
  98.  
  99.    <image> is the name if the image from the list above.
  100.  
  101. 6. Verify the checksum, by comparing the value listed in
  102.    /mnt/info/images/sums.txt with the results of this command:
  103.  
  104.    sum -r /dev/rfd0
  105.   
  106.    The checksums should match. If they do not, your diskette
  107.    may be damaged. Repeat steps 4-6 with a different diskette.
  108.  
  109.