Modify key attributes
To modify the key attributes use the NetBackup Key Management Service (KMS) utility command (the nbkmsutil command) with the included arguments.
# nbkmsutil -help -modifykey nbkmsutil -modifykey -keyname <key_name> -kgname <key_group_name> [ -state <new_state> | -activate ] [ -name <new_name_for_the_key> ] [ -desc <new_description> ] [ -move_to_kgname <key_group_name> ]
Note:
The -state and -activate options are mutually exclusive.
-keyname | Specifies the name of the key to be modified. |
-kgname | Specifies the name of the key group to which this key belongs. |
-name | Specifies the new name of the key (it should be unique within the key group). |
-state | Specifies the new state of the key (see valid key state transition order). |
-activate | Sets the key state to active. |
-desc | Adds the new description to the key. |
-move_to_kgname | Specifies the name of the key group that the key has to be moved to. |