How do we stop an entire logical library from archiving or retrieval operations?
Does this cta-admin ll ch --disable true
command do it or do we mark all the drives in the DOWN state, or both?
How do we stop an entire logical library from archiving or retrieval operations?
Does this cta-admin ll ch --disable true
command do it or do we mark all the drives in the DOWN state, or both?
Hi Jeff,
only one command is needed and in general both options will have almost the same result.
However, this one is simpler:
cta-admin ll ch -n LIBRARY_NAME -d true --dr 'WHO (WHEN): for what reason'
Because:
-d false
Otherwise:
Please note that if you disable a library and then run cta-admin dr ls
all tape drives in that logical library will have !
in front of their names. This is to highlight that something is not normal there.
Let me know if you need more explanations. Best regards,
Vladimir