Optionally, in the Policy Store Properties and Credential Store Properties areas,

Configuring the OPSS Security Store 8-19 migrateSecurityStoretype=policyStore, configFile=jpsConfigFileLocation, src=srcJpsContext, dst=dstJpsContext The meanings of the arguments all required are as follows: ■ configFile specifies the location of a configuration file jps-config.xml relative to the directory where the script is run. Typically, this configuration file is created just to be used with the script and serves no other purpose. This files contains two jps-contexts that specify the source and destination stores. In addition, if the migration involves one or two LDAP-based stores, then this file must contain a bootstrap jps-context that refers to the location of a cwallet.sso file where the credentials to access the LDAP based involved in the migration are kept. ■ src specifies the name of a jps-context in the configuration file passed to the argument configFile. ■ dst specifies the name of another jps-context in the configuration file passed to the argument configFile. The contexts passed to src and dst must be defined in the passed configuration file and must have distinct names. From these two contexts, the script determines the locations of the source and the target repositories involved in the migration. To migrate just system policies on WebLogic, use the script first or interactive second syntaxes arguments are written in separate lines for clarity: migrateSecurityStore.py -type globalPolicies -configFile jpsConfigFileLocation -src srcJpsContext -dst dstJpsContext migrateSecurityStoretype=globalPolicies, configFile=jpsConfigFileLocation, src=srcJpsContext, dst=dstJpsContext The meanings of the arguments all required are identical to the previous case. To migrate just application-specific policies on WebLogic, for one application, use the script first or interactive second syntaxes arguments are written in separate lines for clarity: migrateSecurityStore.py -type appPolicies -configFile jpsConfigFileLocation -src srcJpsContext -dst dstJpsContext -srcApp srcAppName [-dstApp dstAppName] [-overWrite trueOrfalse] [migrateIdStoreMapping trueOrfalse] [mode laxOrstrict] migrateSecurityStoretype=appPolicies, configFile=jpsConfigFileLocation, src=srcJpsContext, dst=dstJpsContext, srcApp=srcAppName, [dstApp=dstAppName], [overWrite=trueOrfalse], [migrateIdStoreMapping=trueOrfalse], [mode=strict] The meanings of the arguments configFile, src, and dst are identical to the previous cases. The meaning of other five arguments is as follows: