Sending options with the send command
Use the Oracle RMAN send command in an RMAN script to pass IBM Storage Protect™ options to the IBM Storage Protect API.
Before you begin
About this task
- You can specify multiple IBM Storage Protect API options in the same send command.
- The ENABLELANFREE and DEDUPLICATION options are mutually exclusive. If both options are defined, client-side data deduplication does not occur.
- The ENABLECLIENTENCRYPTKEY and DEDUPLICATION options are also mutually exclusive. If both options are defined, client-side data deduplication does not occur.
- You can specify any IBM Storage Protect API option with the send command.
Procedure
Specify the send command in an RMAN
script. You can specify one or more IBM Storage
Protect options
in a send command string. The send command
string can contain up to 512 bytes.
To back up an Oracle
database to the IBM® Storage Protect
server named halley at
TCP/IP port 1601, and to enable the cache for client-side data deduplication
for only channel t1, specify the following statements
in an RMAN script:
allocate channel t1 type 'SBT_TAPE';
SEND channel 't1' '-TCPSERVER=halley -TCPPORT=1601 -ENABLEDEDUPCACHE=YES';Results
You can specify any IBM Storage
Protect API
option that typically goes into the dsm.opt file
and the following client system options (dsm.sys):
- ENABLECLIENTENCRYPTKEY
- ENABLELANFREE
- TCPSERVERADDRESS
- TCPPORT
- ASNODENAME
- FROMNODE
- FROMOWNER
- FASTQUERYBACKUP
- E2AOBJNAME
- ALLOWWILDCARDCH
- DEDUPCACHEPATH
- ENABLEDEDUPCACHE
- EXCLUDE.ENCRYPT
- FORCEFAILOVER
- ENABLEARCHIVERETENTIONPROTECTION