home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 4 Drivers / 04-Drivers.zip / ultra34f.zip / UNIX / README.UNX < prev   
Text File  |  1993-02-19  |  2KB  |  49 lines

  1. ULTRASTOR UNIX DEVICE DRIVER CONVERSION PROCEDURES
  2.  
  3.  
  4. Followings are the instructions to convert DOS readable UNIX device drivers
  5. to UNIX readable files.
  6.  
  7. These procedures apply to ULTRA 14F ISA SCSI Host Adapter and the following
  8. UNIX operating systems:
  9.  
  10. - 14SCO324.Z    SCO UNIX 3.2.4 (BTLD driver)    (uses a high density diskette) 
  11. - 14SVR40.Z     System V Release 4 (SVR4)       (uses a high density diskette)
  12. - 14SVR42.Z     System V Release 4.2 (SVR4.2)   (uses a high density diskette)
  13. - 14ISC30.Z     ISC UNIX 3.2 v3.0 Driver        (uses a low density diskette)
  14.  
  15.  
  16. To convert the UNIX drivers in DOS readable format to UNIX readable format:
  17. ---------------------------------------------------------------------------
  18.  
  19. 1.  Login to an existing UNIX system and change to the "/tmp" directory.
  20.  
  21. 2.  Insert the DOS driver diskette in drive A: and type
  22.  
  23.     # doscp a:14SCO324.Z 14SCO324.Z      (for SCO UNIX 3.2.4)
  24.           or
  25.     # doscp a:14SVR40.Z 14SVR40.Z        (for UNIX System V Release 4.0)
  26.           or
  27.     # doscp a:14SVR42.Z 14SVR42.Z        (for UNIX System V Release 4.2)
  28.           or
  29.     # dosget a:14ISC30.Z 14ISC30.Z       (for ISC UNIX 3.2 v2.2.x and 3.0.x)
  30.  
  31. 3.  Uncompress the file by typing
  32.  
  33.     # uncompress DRIVER_NAME.Z
  34.     where DRIVER_NAME is 14SCO324, 14SVR40, 14SVR42, or 14ISC30.
  35.  
  36. 4.  Insert a UNIX formatted disk in drive A: and type
  37.  
  38.     # dd if=DRIVER_NAME of=/dev/dsk/f0d9dt   (for 5.25" low density diskette)
  39.           or 
  40.     # dd if=DRIVER_NAME of=/dev/dsk/f03dt    (for 3.5" low density diskette)
  41.           or
  42.     # dd if=DRIVER_NAME of=/dev/dsk/f0q15dt  (for 5.25" high density diskette)
  43.           or
  44.     # dd if=DRIVER_NAME of=/dev/dsk/f03ht    (for 3.5" high density diskette)
  45.  
  46. 5.  The UltraStor UNIX device driver diskette has been created.
  47.  
  48. 6.  Refer to your ULTRA 14F Reference Manual for UNIX installation procedures.
  49.