This command creates the Oracle Secure Backup host object associated with the
1.
media server to which the VTL is attached.
mkhost --access ob --ip ipname osb_media_server
This command creates the Oracle Secure Backup host object associated with the
2.
embedded NDMP server contained within the VTL.
mkhost --access ndmp --ip ipname ndmp_server
This command configures an Oracle Secure Backup device object that is associated
3.
with the virtual library vlib.
mkdev --type library --class vtl
--attach osb_media_server:/dev/obl0,ndmp_media_server:/dev/sg0 vlib
This library and its drives are accessible through the Oracle Secure Backup media
server and the embedded NDMP server.
This command configures an Oracle Secure Backup device object that is associated
4.
with virtual tape drive vdrive1, which is contained in the virtual library vlib.
mkdev --type tape --library vlib --dte 1
--attach osb_media_server:/dev/obt0,ndmp_media_server:/dev/nst0 vdrive1
This command must be repeated for each tape drive in the virtual tape library.
This command configures an Oracle Secure Backup device object that is associated
5.
with the physical library plib.
mkdev --type library --attach ndmp_media_server:/dev/sg1 plib
This library and its drives are accessible only through the embedded NDMP
server.
This command configures an Oracle Secure Backup device object that is associated
6.
with tape drive pdrive1, which is contained in the physical library plib.
mkdev --type tape --library plib --dte 1
--attach ndmp_media_server:/dev/nst1 pdrive1
Adding a Tape Device Attachment
Oracle Secure Backup distinguishes between a tape device and a device attachment. A
device attachment is the means by which that tape device is connected to a host. Each
tape device can have one or more attachments, where each attachment describes a data
path to the tape device from a host in the administrative domain.
An attachment is defined by the identity of the host to which the tape device is
attached, and one of these names that represents the tape device on the host:
Linux or UNIX
■
Windows device name
■
NAS device name
■
Oracle Secure Backup Administrator's Guide for more
See Also:
information on NDMP copy-enabled virtual tape libraries
attach point
Note:
For some older NAS devices, Oracle Secure Backup requires
additional information to complete the attachment definition.
Adding Tape Devices to an Administrative Domain
name
Configuring and Managing the Administrative Domain 5-21
Need help?
Do you have a question about the Secure Backup and is the answer not in the manual?