Migrating Individual Objects with XPSExport
search cancel

Migrating Individual Objects with XPSExport

book

Article ID: 133603

calendar_today

Updated On:

Products

CA Single Sign On Secure Proxy Server (SiteMinder) CA Single Sign On Agents (SiteMinder) CA Single Sign On Federation (SiteMinder) CA Single Sign On SOA Security Manager (SiteMinder) CA Single Sign-On SITEMINDER

Issue/Introduction

 

Using the XPSExport and XPSImport utilities I am exporting specific
domains. But the associated objects (e.g. agents; agent groups;
Realms; etc) are missing.

 

Environment

 

Policy Server r12.6; r12.7; r12.8.x

 

Resolution

 

You will need to include all of the linked and child objects in the
XPSExport if they are not already in the target policy store.

  1) Obtain the XID of the object (This can be done either by exporting
     the entire domain or by using XPSExplorer)

  2) Export the single domain

     xpsexport domain1.xml -xo <XID> -npass

  3) Record all of the XID's from the <References> section

  4) Create an export file

     Domain1.txt

  5) Within the 'domain1.txt' export file, list the Domain XID followed
     by the XID's of all of the Reference Objects. One XID per line.

  6) Export the object and all referenced objects using the export file

     xpsexport Domain1.xml -xf Domain1.txt -npass

  7) Now you can run XPSImport against the Domain1.xml file and the
     domain and all referenced objects will be copied into the Target
     policy store.

 

Additional Information

XPSExport
https://techdocs.broadcom.com/us/en/symantec-security-software/identity-security/siteminder/12-8/administrating/policy-server-tools/xpsexport.html