User Tools

Site Tools


tape_device_driver

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
tape_device_driver [2012/04/24 09:21] michaeltape_device_driver [2021/04/24 07:40] (current) – external edit 127.0.0.1
Line 43: Line 43:
 http://www-01.ibm.com/support/docview.wss?uid=ssg1S7002972&aid=1 \\ http://www-01.ibm.com/support/docview.wss?uid=ssg1S7002972&aid=1 \\
  
-# swinstall -p -x ask=true atdd (preview option) +  # swinstall -p -x ask=true atdd (preview option) 
-# swinstall -x ask=true atdd in HP-UX 11i v1, and v2 +  # swinstall -x ask=true atdd in HP-UX 11i v1, and v2 
-# swinstall -x autoreboot=true -x ask=true atdd in HP-UX 11i v3+  # swinstall -x autoreboot=true -x ask=true atdd in HP-UX 11i v3
  
 Nach der Installation sind folgende Files up to Date:\\ Nach der Installation sind folgende Files up to Date:\\
Line 56: Line 56:
 Löschen und Neuanlegen der Special Files: Löschen und Neuanlegen der Special Files:
    /opt/atdd/bin/atdd_mksf     /opt/atdd/bin/atdd_mksf 
 +
 +====== "Wiederfinden" von Drives nach Microcode Upgrade ======
 +
 +In manchen fällen ändert sich bei Microcode Upgrade die ID eines Drives. Somit funktionieren die Links nicht mehr.
 +
 +# count drives
 +  ioscan -FNkCtape | grep -c CLAIM
 +
 +# do ioscan
 +  ioscan 
 +
 +# count drives again ;)
 +  ioscan -FNkCtape | grep -c CLAIM
 +
 +#remove old special files where CLAIMED = NO
 +  rm -H /dev/rtape/...
 +
 +# set links (for the one drive, or for all by script)
 +  ln -s /dev/rtape/....nb /dev/rmt/$yourname
 +
 +
 +
 +
  
tape_device_driver.1335259288.txt.gz · Last modified: 2021/04/24 07:38 (external edit)