This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
backup:atape [2021/09/27 16:26] manu |
backup:atape [2021/09/27 16:48] (current) manu [Tapeutil or ITDT] |
||
---|---|---|---|
Line 2: | Line 2: | ||
- | Tapeutil or ITDT | + | ===== Tapeutil or ITDT ===== |
If you are using IBM Tape Diagnostic Tool (ITDT), you just need to replace tapeutil by itdt. | If you are using IBM Tape Diagnostic Tool (ITDT), you just need to replace tapeutil by itdt. | ||
- | |tapeutil -f /dev/smc0 elementinfo |Displays element information - library information| | + | |itdt -f /dev/smc0 elementinfo |Displays element information - library information| |
- | |tapeutil -f /dev/smc0 inventory |Displays the element status information| | + | |itdt -f /dev/smc0 inventory |Displays the element status information| |
- | |tapeutil -f /dev/smc0 inventory -i |Display only the import/export element status information| | + | |itdt -f /dev/smc0 inventory -i |Display only the import/export element status information| |
- | |tapeutil -f /dev/smc0 inventory |grep -p Import |Display only the import/export element status| information| | + | |itdt -f /dev/smc0 move X Y |Move tape from slot element number X to slot element number Y| |
- | |tapeutil -f /dev/smc0 inventory |sed -n '/Import/,/^$/p' |Display only the import/export element status information| | + | |itdt -f /dev/smc0 devids |Display device ID element status information for all drives| |
- | |tapeutil -f /dev/smc0 inventory -i |awk '/Tag/ {if ( $4 != "" ) print $4; else print "IO_SLOT_EMPTY"}' |Display tapes in the I/O door| | + | |itdt -f /dev/rmt1 status |Query drive status| |
- | |tapeutil -f /dev/smc0 move X Y |Move tape from slot element number X to slot element number Y| | + | |itdt -f /dev/rmt1 vpd |Display drive Vital Product Data (VPD)| |
- | |tapeutil -f /dev/smc0 devids |Display device ID element status information for all drives| | + | |itdt -f /dev/rmt1 devinfo |Show device information| |
- | |tapeutil -f /dev/rmt1 status |Query drive status| | + | |itdt -f /dev/rmt1 path |Check tape and path SCSI information| |
- | |tapeutil -f /dev/rmt1 vpd |Display drive Vital Product Data (VPD)| | + | |itdt -f /dev/rmt1 fuser |Display which process is using the drive| |
- | |tapeutil -f /dev/rmt1 devinfo |Show device information| | + | |itdt -f /dev/rmt1 mount <element number> |Mount tape from element number on drive rmt0| |
- | |tapeutil -f /dev/rmt1 path |Check tape and path SCSI information| | + | |itdt -f /dev/rmt1 unmount <element number> |Dismount tape from element number on drive rmt0| |
- | |tapeutil -f /dev/rmt1 fuser |Display which process is using the drive| | + | |itdt -f /dev/rmt1 inqpage 83 |Show drive serial| |
- | |tapeutil -f /dev/rmt1 mount <element number> |Mount tape from element number on drive rmt0| | + | |itdt -f /dev/rmt1 encryption |Display encryption information| |
- | |tapeutil -f /dev/rmt1 unmount <element number> |Dismount tape from element number on drive rmt0| | + | |
- | |tapeutil -f /dev/rmt1 inqpage 83 |Show drive serial| | + | |
- | |tapeutil -f /dev/rmt1 encryption |Display encryption information| | + | |
- | mtlib | + | ===== mtlib ===== |
|mtlib -l /dev/lmcp0 -qL |Library status| | |mtlib -l /dev/lmcp0 -qL |Library status| |