- 论坛徽章:
- 0
|
ftp://ftp.software.ibm.com/storage/devdrvr/Solaris/IBMtape.README\r\n\r\nI believe you are using Sun branded HBA. That is Sun design that all of tape drives are always configured with Sun native st driver by the Sun SAN Foundation Software. Follow the instruction to fix the issue in IBMtape.Readme:\r\n\r\n4). Configure with Sun FC HBA\r\n a) Attach IBM tape devices on the host\r\n b) Install the appropriate version of Sun HBA driver\r\n c) Run # cfgadm -al to display the configuration between HBA and the tape device\r\n Run # cfgadm -c configure device to configure the tape device with the HBA if needed\r\n d) Install the IBMtape tape driver\r\n e) Add the following appropriate lines in /etc/driver_aliases\r\n IBMtape \"scsiclass,01.vIBM.pXXX\"\r\n IBMtape \"scsiclass,08.vIBM.pXXX\"\r\n\r\n where 01 is the type of tape drive and 08 is the type of medium changer,\r\n XXX is the product ID string in the standard inquiry data. In an example, for IBM\r\n LTO-2 drive with the product ID of ULT3580-TD2, XXX is ULT3580-TD2. The above entry\r\n needs to be add in the file.\r\n IBMtape \"scsiclass,01.vIBM.pULT3580-TD2\"\r\n\r\n A list of the entry for the supported IBM tape devices:\r\n For the tape drives:\r\n IBMtape \"scsiclass,01.vIBM.pULT3580-TD1\"\r\n IBMtape \"scsiclass,01.vIBM.pULTRIUM-TD1\"\r\n IBMtape \"scsiclass,01.vIBM.pULT3580-TD2\"\r\n IBMtape \"scsiclass,01.vIBM.pULTRIUM-TD2\"\r\n IBMtape \"scsiclass,01.vIBM.pULT3580-TD3\"\r\n IBMtape \"scsiclass,01.vIBM.pULTRIUM-TD3\"\r\n IBMtape \"scsiclass,01.vIBM.pULT3580-HH3\"\r\n IBMtape \"scsiclass,01.vIBM.pULTRIUM-HH3\"\r\n IBMtape \"scsiclass,01.vIBM.pULT3580-TD4\"\r\n IBMtape \"scsiclass,01.vIBM.pULTRIUM-TD4\"\r\n IBMtape \"scsiclass,01.vIBM.p03590B1A\"\r\n IBMtape \"scsiclass,01.vIBM.p03590E1A\"\r\n IBMtape \"scsiclass,01.vIBM.p03590H1A\"\r\n IBMtape \"scsiclass,01.vIBM.p03590E11\"\r\n IBMtape \"scsiclass,01.vIBM.p03590H11\"\r\n IBMtape \"scsiclass,01.vIBM.p03592J1A\"\r\n IBMtape \"scsiclass,01.vIBM.p03592E05\"\r\n\r\n For the medium changers,\r\n IBMtape \"scsiclass,08.vIBM.p03584L32\"\r\n IBMtape \"scsiclass,08.vIBM.p03584L22\"\r\n IBMtape \"scsiclass,08.vIBM.pULT3582-TL\"\r\n IBMtape \"scsiclass,08.vIBM.pULT3583-TL\"\r\n IBMtape \"scsiclass,08.vIBM.pULT3581-TA\"\r\n IBMtape \"scsiclass,08.vIBM.pULT3581-TA2\"\r\n IBMtape \"scsiclass,08.vIBM.p03590B11\"\r\n IBMtape \"scsiclass,08.vIBM.p03590E11\"\r\n IBMtape \"scsiclass,08.vIBM.p03590H11\"\r\n IBMtape \"scsiclass,08.vIBM.p3576-MTL\"\r\n IBMtape \"scsiclass,08.vIBM.p3573-TL\"\r\n IBMtape \"scsiclass,08.vIBM.p3577-TL\"\r\n\r\n Note:\r\n The entry is also added running # update_drv command on Solaris 8 (need patch 111804-03),\r\n Solaris 9 and later version OS. For example,\r\n # update_drv -av -i \'\"scsiclass,01.vIBM.pULT3580-TD2\"\' IBMtape\r\n\r\n f) Reboot the system running # reboot -- -r\r\n g) Run # /opt/IBMtape/tapelist -l to display the configured tape devices information |
|