Last updated
Last updated
Storware Backup & Recovery provides tape libraries support. The tape storage provides a scalable and easy to configure storage solution.
From the main administrative console you can manage all operations on libraries and tapes, such as:
Managing tape libraries
Managing tape drives
Managing tapes
Browse
Delete
Editing barcode
Assign them to offsite location
Before creating Tape Manager in Storware Backup & Recovery you need to install Tape Manager service on machine with tape library. You can download Tape Manager RPM file from .
Example:
Tape Manager service by default runs on ports 8686 (HTTP) and 8787 (HTTPS).
For correct discover tape library and drives, is required to configure udev rule. Tape drives order in udev should be the same as drives order in the tape library.
Display first 10 devices by command:
Example output:
I have here 2 tape drives, and one changer visible by two paths.
To make persistent names for my tape devices I need create udev rules. Create a file /etc/udev/rules.d/sbr.rules
with content:
Value of ATTRS{wwid}==
must be equal to values from previous udevadm output.
By value SYMLINK=
you create your own name for changer, or tape drive.
For Storware Backup & Recovery use schema name "LIBRARY_DRIVE".
To apply our changes we must execute two command:
To validate it, you need check if persistent devices were created:
To create Tape Manager, log in to Storware Backup & Recovery and go to Backup Destinations
-> Tape Pools
-> Tape Managers
tab and click Create
button. You need to specify:
Name of Tape Manager instance
URL of Tape Manager service
Node Config for scanning Inventory of Tape Manager service
Secret Key generated by Tape Manager service
Secret Key is generated during first startup of Tape Manager service. It’s located in service directory /opt/vprotect/tapemanager/config/secretKey.jwk
. In Storware Backup & Recovery you need to provide the value from “k” property without quotation marks.
Example of secretKey.jwk:
If you remove this file, new secret api key will be generated at startup of Tape Manager service.
After creating Tape Manager you need to run Inventory Synchronization to fetch all Tape Libraries, Tape Drives and Tapes from Tape Manager.
In Tape Manager details you have access to all Tape Libraries, Tape Drives and Tapes associated with this Tape Manager.
In Tape Libraries View you have access to all Tape Libraries synced from Tape Manager service. Currently you can only browse or delete Libraries from this view.
In Tape Drives View you have access to all Tape Drives synced from Tape Manager service. Currently you can only browse or delete Drives from this view.
In Tapes View you have access to all Tapes synced from Tape Manager service. In this view, you can:
Browse Tapes.
Delete them (this operation will result in loosing all data stored on them).
If they are not present you can change their name (barcode).
If they are not present you can assign them to location where they are physically stored.
Locations are physical places where you store Tapes when they are outside of Tape Library.
To create Location you need to specify name with an optional description.
You can only assign not present tapes to Location. During Tape Manager Inventory Sync Task if a Tape that is in Location will be present again it will be automatically removed from Location.
Only environments with a single Tape Library per Tape Manager are supported. Drives visible by the operating system need to be in the same order as drives in Tape Library.
Before creating a Tape Pool Backup destination you need to:
Have working Tape Manager.
Do a Tape Inventory Synchronization.
To create Tape Pool you need to specify:
Name of Backup Destination.
Tape Manager.
Tape Library from previously selected Tape Manager.
Tape Drive from selected Library.
One or more Tapes from selected Library.
After creating or updating Tape Pool Backup Destination wait for a Backup Destination Initialization Task. This Task will initialize all Tapes associated with this Tape Pool. After that your Backup Destination is ready to use.
At all times only one task that uses certain Tape Pool can run, (affects Tasks: Export, Store, Restore, Backup Destination Initialization), all other tasks will wait in queue.
Moving Tapes between Tape Pools will result in erasing all their contents.
You are not allowed to assign or remove Tape with valid backups.
Updating the Tape Pool when there are running tasks that use it is prohibited.