Updating transparent cloud tiering with a new private key and certificate

This topic describes how to update transparent cloud tiering with a new key and certificate.

About this task

Procedure

  1. Update the cloud account with the new private key and the certificate by issuing the following command:
    mmcloudgateway account update --cloud-nodeclass tct --account-name mycloud
    --src-keystore-path /root/mydomain.jks --src-keystore-alias-name mydomainnew --src-keystore-type jks
    --src-keystore-pwd-file /root/pwd
  2. For more information, see the mmcloudgateway account update command.

Example

For example, to update the cloud account (node class tct, cloud name mycloud) with new key and certificate, issue the following command:

mmcloudgateway account update --cloud-nodeclass tct --cloud-name mycloud --src-keystore-path 
/root/demold/worm\*.ssl/xyz%n\*.jks --src-keystore-alias-name wormnew --src-keystore-type jks
--src-keystore-pwd-file /root/pwd
The system displays output similar to this:

mmcloudgateway: Sending the command to the first successful node starting with c350f3u30
mmcloudgateway: This may take a while...

Note: Ensure that you have a backup of the Source Key Store used to import the private key and 
certificates. Transparent Cloud Tiering removes the private key and certificate from the trust 
store if the account delete command is run.
mmcloudgateway: Command completed successfully on c350f3u30.
mmcloudgateway: You can now delete the password file '/root/pwd'
mmcloudgateway: Command completed.