|
|
(36 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
− | '''List the tapes in the Load ports, If there is a tape in a port you will see "full=1", if empty "full=0" <br>'''
| + | |
− | :''echo "s i q" | tldtest -r /dev/sg/c0tw500104f0009f24d7l0'' <br>
| + | |
− | '''For interactive menu to move tapes<br>'''
| + | |
− | :''tldtest -r /dev/sg/c0tw500104f0009f24d7l0''<br>
| + | |
− | For example, to move a tape from load port 4 to slot 23 <br>
| + | |
− | :''m p4 s23''<br>
| + | |
− | To see if there are any tapes in the load ports<br>
| + | |
− | :''s i q'' ( there are spaces between each letter )<br>
| + | |
− | ''' To find the empty slots in tape library, this will list all of the full slots, the ones not listed are empty, should be easy to pick out the gaps'''<br>
| + | |
− | :''available_media | nawk '{ print $5}' | sort -n | grep '^[1-9]'''
| + | |