Moving a clustered server and credential store to a new cluster and credential store
Follow these steps to move a clustered server and credential store to a new cluster and credential store. These steps assume the server being moved is the first server in the new cluster.
Procedure
-
From a server in the current cluster, use the following server console command
to export the current credential store data to a database on the server:
wherekeymgmt export credstore <database> <local_server>
- <
database
> is the name of a database to export the data to. - <
local_server
> is the Notes hierarchical name of the local server.
For example:keymgmt export credstore credstorecopy.nsf hubserver/renovations
- <
- Rename the credstore.nsf file. For example, rename it credstore_orig.nsf
- Change the Server document to specify the new cluster name and restart the server.
-
Create a named encryption key for the credential store to be created for the
new cluster:
For example:keymgmt create nek <nekname>
keymgmt create nek credstorekey
-
Use the new key to create a new credential store on the server:
For example:keymgmt create credstore <nekname>
keymgmt create credstore credstorekey
-
Populate the new credential store with the contents of the database you created
in Step 1.
keymgmt import credstore <database>
where<database>
is the name of the database. For example:keymgmt import credstore credstorecopy.nsf
- Set up this credential store on the other servers in the cluster. For more information, see Step 2 in the procedure Creating the credential store application in a cluster.