home *** CD-ROM | disk | FTP | other *** search
/ pc.louisiana.edu/pub/unix/ / Louisiana_UNIX.tar / Louisiana_UNIX / sol2_4c1_3u.tar / README < prev    next >
Text File  |  1997-03-25  |  4KB  |  114 lines

  1.  
  2. DISTRIBUTION:     Exabyte Medium Changer Device Driver 
  3.     sol2_4c1_3u.tar.Z        Compressed tar file
  4.     sol2_4c1_3u.tar.gz        GNUzip'ed tar file
  5.  
  6. CONTENTS:
  7.     LICENSE        Exabyte license agreement.
  8.     README        This file.
  9.     solchgr.pkg        Exabyte medium changer device driver package.
  10.  
  11. EXTRACTION:
  12.     Download the driver package file, copy it to a temporary directory and
  13.     uncompress using the appropriate uncompression program. Then install
  14.     using the solaris pkgadd program.
  15.  
  16.         # cp sol2_4c1_3u.tar.Z /tmp
  17.         # cd /tmp
  18.         # zcat sol2_4c1_3u.tar.Z | tar xf -
  19.     or
  20.         # cp sol2_4c1_3u.tar.gz /tmp
  21.         # cd /tmp
  22.         # gunzip sol2_4c1_3u.tar.Z 
  23.         # tar xf sol2_4c1_3u.tar
  24.  
  25. INSTALLATION:
  26.     Install and configure your medium changer device, as described in
  27.     the device's user installation manual.  Failure to properly install
  28.     the device will cause the driver installation to fail.
  29.  
  30.     Check for previously installed versions of this package.
  31.     # pkginfo | grep EXB
  32.  
  33.     Remove previously installed versions:
  34.     (execute as root)
  35.     # pkgrm [ pkginst1 [ pkginst2 ]...]
  36.  
  37.     If you manually installed a previous release of this driver, you
  38.     will need to manually uninstall it (i.e., unload the driver, and
  39.     remove any associated files).  The pkgadd installation scripts
  40.     provided with this release will attempt to clean up after earlier
  41.     releases, however it cannot predict what directories you may have
  42.     installed to.
  43.  
  44.     Install new release:
  45.     (execute as root)
  46.     # cd to directory containing un-tar'ed distribution (/tmp)
  47.     # pkgadd -d `pwd`/solchgr.pkg
  48.  
  49.         Shutdown the system and perform a reconfiguration-boot.
  50.  
  51.     # /usr/sbin/shutdown -y -g0 -i0
  52.     ok> boot -r
  53.  
  54.     For additional information, refer to the chgr(7), chgrio(7), and
  55.     chs(1) man pages (placed in /usr/share/man directory tree during
  56.     installation).  Verify that your MANPATH environment variable
  57.     includes this directory.
  58.  
  59.     The following files and directories are created during package
  60.     installation:
  61.     /kernel/drv/chgr
  62.     /kernel/drv/chgr.conf
  63.     /usr/include/sys/chgrio.h
  64.     /usr/include/sys/scsi/targets/chgrdef.h
  65.     /usr/share/man/man1/chs.1
  66.     /usr/share/man/man7/chgr.7
  67.     /usr/share/man/man7/chgrio.7
  68.     /usr/bin/chs
  69.     /opt/EXBTchgr/LICENSE
  70.     /opt/EXBTchgr/bin/chs
  71.     /opt/EXBTchgr/bin/display
  72.     /opt/EXBTchgr/doc/changer.ps
  73.     /opt/EXBTchgr/src/sample
  74.     /opt/EXBTchgr/src/sample/Makefile
  75.     /opt/EXBTchgr/src/sample/chs.c
  76.     /opt/EXBTchgr/src/sample/display.c
  77.     /opt/EXBTchgr/src/sample/chstest.sh
  78.  
  79. NOTES:
  80.     This distribution is part of a current development project, and as
  81.     such may be subject to change.  Although preliminary testing indicated
  82.     the driver to be stable and functional, it has not been rigorously
  83.     tested.  Further development and testing will continue.  Comments,
  84.     suggestions, and constructive feedback are welcome and encouraged.
  85.     Contact:    Elisa Wade
  86.             Software Products Mgr
  87.     Phone:        (303) 417-7933
  88.     Email:        swdev@exabyte.com
  89.         
  90. DISCLAIMER:
  91.  
  92. CAVEATS AND CONSTRAINTS:
  93.     At least one medium changer device must be installed on the system
  94.     that this driver is being installed on.  If the medium changer device
  95.     is not properly attached and configured, or not powered on, then the
  96.     driver installation program will fail with a message like:
  97.  
  98.         ## Executing postinstall script.
  99.         drvconfig: System call 'modctl_modconfig' failed: No such device or
  100.         Address
  101.         Warning: Driver (chgr) configuration failed. System could not install
  102.         driver.
  103.         pkgadd: ERROR: postinstall script did not complete successfully
  104.  
  105.         Installation of <EXBTchgr> partially failed.
  106.  
  107.  
  108.     The medium changer device must be configured to accept control commands
  109.     via the SCSI interface.  Most EXABYTE medium changer devices provide
  110.     several control mode options.  If the control mode is set to anything
  111.     other than the SCSI interface, then applications such as the chs utility
  112.     provided with this distribution, will not function correctly.
  113.  
  114.