This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
backup:atape [2021/09/27 16:29] manu |
backup:atape [2021/09/27 16:48] (current) manu [Tapeutil or ITDT] |
||
---|---|---|---|
Line 6: | Line 6: | ||
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 move X Y |Move tape from slot element number X to slot element number Y| | + | |itdt -f /dev/smc0 move X Y |Move tape from slot element number X to slot element number Y| |
- | |tapeutil -f /dev/smc0 devids |Display device ID element status information for all drives| | + | |itdt -f /dev/smc0 devids |Display device ID element status information for all drives| |
- | |tapeutil -f /dev/rmt1 status |Query drive status| | + | |itdt -f /dev/rmt1 status |Query drive status| |
- | |tapeutil -f /dev/rmt1 vpd |Display drive Vital Product Data (VPD)| | + | |itdt -f /dev/rmt1 vpd |Display drive Vital Product Data (VPD)| |
- | |tapeutil -f /dev/rmt1 devinfo |Show device information| | + | |itdt -f /dev/rmt1 devinfo |Show device information| |
- | |tapeutil -f /dev/rmt1 path |Check tape and path SCSI information| | + | |itdt -f /dev/rmt1 path |Check tape and path SCSI information| |
- | |tapeutil -f /dev/rmt1 fuser |Display which process is using the drive| | + | |itdt -f /dev/rmt1 fuser |Display which process is using the drive| |
- | |tapeutil -f /dev/rmt1 mount <element number> |Mount tape from element number on drive rmt0| | + | |itdt -f /dev/rmt1 mount <element number> |Mount tape from element number on drive rmt0| |
- | |tapeutil -f /dev/rmt1 unmount <element number> |Dismount tape from element number on drive rmt0| | + | |itdt -f /dev/rmt1 unmount <element number> |Dismount tape from element number on drive rmt0| |
- | |tapeutil -f /dev/rmt1 inqpage 83 |Show drive serial| | + | |itdt -f /dev/rmt1 inqpage 83 |Show drive serial| |
- | |tapeutil -f /dev/rmt1 encryption |Display encryption information| | + | |itdt -f /dev/rmt1 encryption |Display encryption information| |
===== mtlib ===== | ===== mtlib ===== |