Symptom:
I know that a Policy Server was upgraded. However, I am not sure that the smkeydatabase migration to the certificate data store was successful.
Solution:
Use the smkeydatabase migration utility (smmigratecds) to verify that the migration was successful.
Note: The default location of this utility is siteminder_home\bin.
Specifies the Policy Server installation path.
Follow these steps:
smmigratecds.bat -isComplete
Verifies that a previous migration succeeded.
smmigratecds.sh -isComplete
If the migration was successful, a message states that the system has already been migrated. If the migration failed, a message states that the system must be migrated.
Symptom:
I received a message stating that the certificate data store is not configured.
Solution:
Follow these steps:
XPSDDInstall CDSObjects.xdd
The policy store schema is extended to support the certificate data store.
smmigratecds.bat -validateInstall
Verifies if the certificate data store is installed correctly.
smmigratecds.sh -validateInstall
If the certificate data store is configured correctly, a message states that the installation is valid. If the certificate data store installation failed, a message states that the installation is not valid.
Symptom:
I received a message stating that the smkeydatabase migration failed.
Solution:
The migration utility (smmigratecds) compared the contents of the smkeydatabase to the certificate data store and identified one or more data inconsistencies. An example of a data inconsistency is the same alias mapping to different certificates.
These inconsistencies prevented a successful migration.
Follow these steps:
The log is located in siteminder_home\log.
Specifies the Policy Server installation path.
Note: For more information about using smkeytool, see the Policy Server Administration Guide.
Symptom:
I want to migrate smkeydatabase certificate data to the certificate data store manually.
Solution:
Use the smkeydatabase migration utility (smmigratecds).
Follow these steps:
smmigratecds.bat -validateInstall
Verifies that the certificate data store is installed correctly.
smmigratecds.sh -validateInstall
smmigratecds.bat -validate -log log_file
Compares the contents of the smkeydatabase to the certificate data store.
Sends the validation results to a log.
Specifies the name of the log file and the location to which the utility sends it.
Example: -log "C:\Progam Files\Sample\Logs"
smmigratecds.sh -validate -log log_file
smmigratecds.bat -migrate -log log_file
Migrates the smkeydatabase to the certificate data store.
Sends the migration results to a log.
Specifies the name of the log file and the location to which the utility sends it.
Example: -log "C:\Progam Files\Sample\Logs"
smmigratecds.sh -migrate -log log_file
Copyright © 2015 CA Technologies.
All rights reserved.
|
|