Previous Topic: Requirement When Using the Policy Server Tools on Linux Red HatNext Topic: Overview of the XML-based Data Format


Import Policy Data Using smobjimport

You can use the smobjimport tool to import the entire policy store or a single policy domain.

Note: This utility is available only to import an existing backup smdif file into the policy store. To migrate a policy store manually, use the XPSExport and XPSImport utilities.

Follow these steps:

  1. Navigate to one of the following locations:
  2. Run the following command:
    smobjimport -ifile_name -dadmin-name -wadmin-pw -v -t [-cf | -cb]
    

    Example 1: smobjimport -ipstore.smdif -dSiteMinder -wpassword -v -t -cf

    Example 2: smobjimport -ipstore.smdif -dSiteMinder -wpassword -v -t -cb

    -cf

    (Optional) Imports sensitive data using FIPS-compatible (AES) cryptographic algorithms.

    Note: This argument is required only if the Policy Server is operating in FIPS-only mode.

    -cb

    (Optional) Imports sensitive data using RC2 cryptographic algorithms.

    Important!