====== Tapeutil, itdt használat ====== ===== Tapeutil or ITDT ===== ^ parancs ^ leírás ^ | tapeutil -f /dev/smc0 elementinfo | Displays element information - library information| | tapeutil -f /dev/smc0 inventory | Displays the element status information| | tapeutil -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| | tapeutil -f /dev/smc0 inventory %%|%% sed -n '/Import/,/%%^%%$/p' | Display only the import/export element status information| | tapeutil -f /dev/smc0 inventory -i %%|%% awk '/Tag/ {if ( $4 != "" ) print $4; else print "IO_SLOT_EMPTY"}' | Display tapes in the I/O door| | tapeutil -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| | tapeutil -f /dev/rmt1 status | Query drive status| | tapeutil -f /dev/rmt1 vpd | Display drive Vital Product Data (VPD)| | tapeutil -f /dev/rmt1 devinfo | Show device information| | tapeutil -f /dev/rmt1 path | Check tape and path SCSI information| | tapeutil -f /dev/rmt1 fuser | Display which process is using the drive| | tapeutil -f /dev/rmt1 mount | Mount tape from element number on drive rmt0| | tapeutil -f /dev/rmt1 unmount | Dismount tape from element number on drive rmt0| | tapeutil -f /dev/rmt1 inqpage 83 | Show drive serial| forrás: [[http://thobias.org/tsm/tapeutil/]] [[http://www-01.ibm.com/support/docview.wss?uid=ssg1S1002706|IBM TotalStorage Tape Diagnostic Tool README (ITDT) v1.2]]