Import Storage Profiles

After you import PSS Retention Policies and use them to create Storage Profiles, you need to import the Storage Profiles into the Optim Directory. Optim stores these Storage Profiles and uses them to control the automatic deletion of Archive Files. Storage Profiles created from the PSS Retention Policies are used in the same manner as Storage Profiles created in Optim.

To import Storage Policies, use the following syntax:
PR0CMND /IMPORT INPUT=importfilename
        [DIRECTORY=directoryname]
        OUTPUT=outputfilename
        OVERWRITE+
        CONTINUEONERROR
PR0CMND
Type PR0CMND to initiate command-line processing. Note: the character that follows PR is the number 0 (zero).
/IMPORT
Command to import into the Optim Directory.
INPUT=
File name of the import file. This is the temporary file created during the PR0CMND /PSSIMPORT.
DIRECTORY=
Optim directory that the Storage Profiles are to be imported into. If you do not specify this parameter, the Directory used in the PR0CMND /PSSIMPORT process is the default.
OUTPUT=
Name of the import output file.
OVERWRITE+
Option to overwrite any existing Storage Profile with the same name. The default is not to overwrite.
CONTINUEONERROR
Option to continue processing if an error is encountered.
After you import Storage Profiles into the Optim Directory you can apply them to Archive Files. Refer to Apply PSS Retention Policies to Archive Files.


Feedback