BE Command Line interface
Can some one please help me on how to label a tape using BEMCLI? I verified the documents, still i am not clear. If possible can someone send me the screenshoot of executing the commands?
Try this if you are using a stand-alone tape drive
Get-BETapeDriveDevice "hp1" | Submit-BELabelMediaJob -Label <label>
where <label> is the label string. Change hp1 to your tape drive name in BE.
If you are using a tape library, you would first have to get the slot that you want using the BEMCLI cmdlet
Get-BERoboticLibrarySlot
and then filtering the result. After that, use the cmdlet in this format
Submit-BELabelMediaJob -RoboticLibrarySlot <BERoboticLibrarySlot> -Label <String>
If you are using barcode labels, then there is no need to label your tapes. They would automatically be labeled with the barcode label.