Previous Topic: Solaris 10 Setup Requirement for the Policy Server Option Pack

Next Topic: Policy Server Option Pack Uninstallation

Import Federation Data After Installation (Optional)

During the installation of the Policy Server Option Pack you are prompted to import the ampolicy.smdif file. This file enables you to see the Option Pack policy objects in the Policy Server User Interface. If you did not import the file during installation, you can import the file after the installation using the smobjimport command.

Important! Whether during or after installation, you must import the ampolicy.smdif file.

The smobjimport command uses the following command arguments:

Argument

Meaning

siteminder_home

Installed location of the Policy Server

admin_name

SiteMinder administrator's user name

admin_pw

SiteMinder administrator's password

-f

Overrides duplicate objects.

-v

Enables verbose mode.

-l

Creates a log file.

-c

Indicates that the smdif input file contains unencrypted data.

Windows Systems Example for Importing ampolicy.smdif

smobjimport -isiteminder_home\db\smdif\ampolicy.smdif -dadmin_name
-wadmin_password -f -v -l -c

On Windows systems, if an argument contains spaces, use double quotes around the entire argument.

Example

smobjimport -i"C:\Program Files\netegrity\siteminder\db\smdif\ampolicy.smdif"
-dsiteminder -wmypassword -f -v -l -c

UNIX Systems Example for Importing ampolicy.smdif

smobjimport -isiteminder_home/db/smdif/ampolicy.smdif -dadmin_name
-wadmin_pw -f -v -l -c

Example

smobjimport -i/export/smuser/siteminder/db/smdif/ampolicy.smdif -dsiteminder
-wmypassword -f -v -l -c