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/11 12:06] michaeltape_device_driver [2021/04/24 07:40] (current) – external edit 127.0.0.1
Line 39: Line 39:
        
        
-Neuinstallation tape device Driver: +====== Neuinstallation tape device Driver: ====== 
-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 -x ask=true atdd in HP-UX 11i v1, and v2 
 +  # swinstall -x autoreboot=true -x ask=true atdd in HP-UX 11i v3 
 + 
 +Nach der Installation sind folgende Files up to Date:\\ 
 +  srvhzdtsmlin1:/proc/scsi # ll 
 +  total 0 
 +  -r--r--r-- 1 root root 0 Apr 11 14:05 IBMchanger 
 +  -r--r--r-- 1 root root 0 Apr 11 14:05 IBMtape 
 + 
 + 
 +Löschen und Neuanlegen der Special Files: 
 +   /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 
 + 
 + 
  
-Nach der Installation sind folgende Files up to Date: 
-srvhzdtsmlin1:/proc/scsi # ll 
-total 0 
--r--r--r-- 1 root root 0 Apr 11 14:05 IBMchanger 
--r--r--r-- 1 root root 0 Apr 11 14:05 IBMtape 
  
tape_device_driver.1334146004.txt.gz · Last modified: 2021/04/24 07:38 (external edit)