SECURING
Parent topic: Using a credential store to share credentials Previous topic: Creating the credential store application in a cluster
Moving the credential store in and out of clusters
Procedure
1. Do one of the following:
2. If you are moving a non-clustered server to a new cluster, and the moved server will become the first server in the cluster, follow these steps to move the credential store from the non-clustered server:
b. Rename the credstore.nsf file.
c. Change the server document to specify the new cluster name, and restart the server.
d. Use the keymgmt create command to create a new credential store application.
e. Use the keymgmt import command to populate the new credential store application with the copied credential store data from the file you created in step 1.
c. Change the server document to specify the name of the existing cluster, and restart the server.
e. At another server in the existing cluster, use the keymgmt export and keymgmt import commands to examine the document encryption key in the server ID file.
f. On the server you are moving, create a replica of the credential store application from the server where you confirmed the server ID file contains the correct document encryption key.
g. Use the keymgmt import command to populate the new credential store replica with the copied credential store data from the file you created in step 1.
c. Change the server document to remove the server from the cluster, and restart the server.
e. Use the keymgmt import command to populate the new credential store replica with the copied credential store data from the file you created in step 1.
c. Change the server document to remove the server from its original cluster, and restart the server.
d. On the server you are moving, create a replica of the credential store application from another server in the target cluster where you have confirmed the server ID file contains the correct document encryption key.
About this task
Follow this procedure when you want to decommission a server and move an existing credential store application from the server being decommissioned to another (target) server.
1. Use the keymgmt export command to copy the credential store data to a file.
2. If the server to which you are moving the credential store application (the target) is not clustered, use the keymgmt create command on the target server to create a new credential store application.
3. Use the keymgmt import command to populate the credential store application on the target server with the copied credential store data from the file you created in step 1.
Related concepts Using a console to send commands to a server Creating replicas in a cluster
Related tasks Creating replicas using the Administration Process Adding a server to a cluster Decommissioning a server
Related reference Keymgmt Create Keymgmt Export Keymgmt Import