Storage Profiles

The following syntax is used to generate a statement for each exported Storage Profile.

CREATE STORPROF storageprofilename 
   [DESC //description//] 
   FIXED_SEGMENT_SIZE n
   REMOVABLE_SEGMENT_ SIZE n 
   CREATE_DUPLICATE {Y|N}
   PRIM_PERFORM_BACKUP {Y|N}
   [PRIM_BACKUP_TAPESYS {TIVOLI | NETWORKER |CENTERA}] 

   WORM_PRIM_TYPE {SnapLock | Arc | HCAP | Other}
   WORM_PRIM_MIN_ RETENTION {Interval | Max | None}
   WORM_PRIM_MIN_ RETENTION_YEARS n
   WORM_PRIM_MIN_ RETENTION_DAYS n
   [DUPL_ALTFILEPATH //path// 
   WORM_DUPL_TYPE {SnapLock | Arc | HCAP | Other}
   WORM_DUPL_MIN_ RETENTION {Interval | Max | None}
   WORM_DUPL_MIN_ RETENTION_YEARS n
   WORM_DUPL_MIN_ RETENTION_DAYS n
   [TIV_RECALLPATH //path//
   TIV_OPTSPATH //path//
   TIV_FILESPACE_PREFIX filespaceprefix
   TIV_MANAGEMENT_CLASS mgmtclass]
   [NET_RECALLPATH //path//
   NET_BACKUPTYPE {SAVE | ARCHIVE}
   [NET_VERIFY_ARCHIVE {Y|N}]
   NET_USERID userid
   NET_PASSWORD password
   NET_DOMAIN domain
   NET_SERVER server
   [NET_POOL poolname]
   [NET_CLONEPOOL clonepoolname]
   [NET_GROUP groupname]]
   [CEN_RECALLPATH //path//
   MIN_RETENTION {DEFAULT | NONE | INTERVAL |INFINITE} 

   [MIN_RETENTION_YEARS n]
   [MIN_RETENTION_DAYS n]
   CEN_POOLADDRESSES //addr1, addr2, … addrn//]
   [ARC_RETENTION {I|A|K}  
   [ARC_RETENTION_DAYS n
   ARC_RETENTION_HRS n]
   RECALL_RETENTION {I|A} 
   [RECALL_RETENTION_DAYS n
   RECALL_RETENTION_HRS n]]
   FILE_AUTO_DELETE n;

Keywords

The keywords correspond to values that can be specified for a Storage Profile. For more information about individual parameters, see the Archive User Manual

.

STORPROF storageprofilename
The name of the Storage Profile, specified as a single string (storageprofilename), is required following the CREATE STORPROF keyword.
DESC //description//
Description of the Storage Profile, delimited by double slashes.
FIXED_SEGMENT_SIZE n
Segment size in megabytes (0 - 9999) for use when the target destination is a fixed drive (i.e. hard disk).
REMOVABLE_SEGMENT_SIZE n
Segment size in megabytes (1 - 9999) for use when the target destination is a removable device (i.e., floppy disk, zip drive).
CREATE_DUPLICATE {Y|N}
Indicates whether a duplicate Archive File is created.
Y
Duplicate is created.
N
Duplicate is not created.

Primary Copy

PRIM_PERFORM_BACKUP {Y|N}
Indicates whether to copy the primary Archive File to a backup device.
Y
Copy to a backup device.
N
Do not copy to a backup device.
PRIM_BACKUP_TAPESYS {TIVOLI| NETWORKER|CENTERA}
For the primary Archive File, copy to and recall from the selected backup device.
TIVOLI
Use IBM® Tivoli®.
NETWORKER
Use EMC NetWorker.
CENTERA
Use EMC Centera.
WORM_PRIM_TYPE {SnapLock | Arc | HCAP | Other}
For the primary Archive File, store the file on the selected WORM device.
SnapLock
NetApp SnapLock
Arc
Archivas ArCSan
HCAP
Hitachi Data Systems
Other
A WORM device is used, but no retention period is defined.
WORM_PRIM_MIN_RETENTION {Interval | Max | None}
Indicates the period of time for which a primary Archive File on a WORM device is protected from deletion, measured from the time the Archive Process saves the file to the device.
Interval
Use a number of years, days, or a combination of both.
Max
Use the maximum date, 01/17/2071.
None
Do not use a retention period; allow the file to be deleted at any time.
WORM_PRIM_MIN_RETENTION_YEARS n
Specifies the number of years to protect a primary Archive File on a WORM device from deletion. The default value is zero (0).
WORM_PRIM_MIN_RETENTION_DAYS n
Specifies the number of days (0 to 999) to protect a primary Archive File on a WORM device from deletion. The default value is zero (0).

Duplicate Copy

DUPL_ALTFILEPATH //path//
Specifies the path to a directory for the duplicate Archive File.
WORM_DUPL_TYPE {SnapLock | Arc | HCAP | Other}
For the duplicate Archive File, store the file on the selected WORM device.
SnapLock
NetApp SnapLock
Arc
Archivas ArCSan
HCAP
Hitachi Data Systems
Other
A WORM device is used, but no retention period is defined.
Note: If Other is selected, or users are not allowed to override the WORM device default set in Product Options, this is the only WORM device keyword for the duplicate file.
WORM_DUPL_MIN_RETENTION {Interval | Max | None}
Indicates the period of time for which a duplicate Archive File on a WORM device is protected from deletion, measured from the time the Archive Process saves the file to the device.
Interval
Use a number of years, days, or a combination of both.
Max
Use the maximum date, 01/17/2071.
None
Do not use a retention period; allow the file to be deleted at any time.
WORM_DUPL_MIN_RETENTION_YEARS n
Specifies the number of years to protect a duplicate Archive File on a WORM device from deletion. The default value is zero (0).
WORM_DUPL_MIN_RETENTION_DAYS n
Specifies the number of days (0 to 999) to protect a duplicate Archive File on a WORM device from deletion. The default value is zero (0).

Tivoli

TIV_RECALLPATH //path//
Specifies the complete path to the directory for storing Archive Files when recalled from Tivoli.
TIV_OPTSPATH //path//
Specifies the complete path to the Tivoli options file (dsm.opt).
TIV_FILESPACE_PREFIX filespaceprefix
The name of the filespace prefix that identifies where a group of Archive Files are stored in Tivoli.
TIV_MANAGEMENT_CLASS mgmtclass
For Tivoli, the name of a management class that defines the policy for backup device operations.

NetWorker

NET_RECALLPATH //path//
Specifies the complete path to the directory for storing Archive Files when recalled from NetWorker.
NET_BACKUPTYPE {SAVE|ARCHIVE}
Indicates the NetWorker backup type to use during processing.
SAVE
NetWorker can retain the file temporarily.
ARCHIVE
NetWorker can retain the file forever.
NET_VERIFY_ARCHIVE {Y|N}
If the NetWorker backup type is ARCHIVE, indicates whether to verify the Archive File after copying to NetWorker.
Y
Verify the Archive File.
N
Do not verify the Archive File.
NET_USERID userid
The User ID under which NetWorker commands are run.
NET_PASSWORD password
The password for the User ID that allows you to access the NetWorker backup device.
NET_DOMAIN domain
The name of the Domain under which NetWorker is run.
NET_SERVER server
The name of the network computer that runs the NetWorker server software.
NET_POOL poolname
The name of the NetWorker pool in which backed up data is stored.
NET_CLONEPOOL clonepoolname
The name of the NetWorker clone pool in which an exact copy of the backed up data is stored, if NET_BACKUPTYPE is ARCHIVE.
NET_GROUP groupname
The name of the NetWorker group that determines the policy for backup device operations, if NET_BACKUPTYPE is SAVE.

Centera

CEN_RECALLPATH //path//
Specifies the complete path to the directory for storing Archive Files when recalled from Centera.
MIN_RETENTION {DEFAULT|NONE|INTERVAL |INFINITE}
Indicates the period of time for which an Archive File on Centera is protected from deletion, measured from the time the Archive Process copies the file to Centera.
DEFAULT
Use the Centera default retention period.
NONE
Do not use a retention period; allow the file to be deleted at any time.
INTERVAL
Use a number of years, days, or a combination of both.
INFINITE
Keep an Archive File forever; the file cannot be deleted.
MIN_RETENTION_YEARS n
Specifies the number of years (0 to 100) to protect an Archive File from deletion.
MIN_RETENTION_DAYS n
Specifies the number of days (0 to 18300) to protect an Archive File from deletion.
CEN_POOLADDRESSES //addr1,addr2, … addrn//
The DNS names or IP addresses required to access the Centera server.

File Retention

ARC_RETENTION {I|A|K}
Indicates the period of time for which the Archive File is retained on disk after copying to a backup device.
I
Delete the Archive File from disk immediately after the Archive Process is complete.
A
Delete the Archive File from disk after the specified period, measured from the time the Archive File was last accessed, either by Optim or other software.
K
Do not delete the Archive File from disk.
ARC_RETENTION_DAYS n
Number of days (0 to 999) to keep the Archive File on disk since last accessed, if ARC_RETENTION is A.
ARC_RETENTION_HRS n
Number of hours (0 to 23) to keep the Archive File on disk since last accessed, if ARC_RETENTION is A.
RECALL_RETENTION {I|A}
Indicates how long a recalled Archive File remains on disk after the recall is complete.
I
Delete the Archive File from disk immediately after the recall is complete.
A
Delete the Archive File from disk a specified number of days/hours after the recall is complete.
RECALL_RETENTION_DAYS n
Number of days (0 to 999) to keep the recalled Archive File on disk after the recall is complete, if RECALL_RETENTION is A.
RECALL_RETENTION_HRS n
Number of hours (0 to 23) to keep the recalled Archive File on disk after the recall is complete, if RECALL_RETENTION is A.

Retention Policy

FILE_AUTO_DELETE n
Number of days (1 to 9132) to keep the primary copy of the Archive File before it is automatically deleted.