SECURING
Follow this procedure when you are decommissioning a server and want to move its credential store to another (target) server that isn't clustered.
Procedure
1. On the server being decommissioned, use the following server console command to export the data in its credential store to a new database in the local data directory:
where
keymgmt export credstore credstorecopy.nsf CN=hubserver/O=renovations
3. From the target server, use the following commands to create a new credential store:
where <nekname> is the name for the key. For example:
keymgmt create nek credstorekey
For example:
keymgmt create credstore credstorekey
where <database> is the name of the database. For example:
keymgmt import credstore credstorecopy.nsf
Related concepts Using a console to send commands to a server
Related reference Keymgmt Create Keymgmt Export Keymgmt Import