Reconfigure KMIP server connections after an upgrade from ONTAP 9.2 or earlier
After you upgrade from ONTAP 9.2 or earlier to ONTAP 9.3 or later, you need to reconfigure any external key management (KMIP) server connections.
Steps
- 
Configure the key manager connectivity:
security key-manager setup - 
Add your KMIP servers:
security key-manager add -address <key_management_server_ip_address> - 
Verify that KMIP servers are connected:
security key-manager show -status - 
Query the key servers:
security key-manager query - 
Create a new authentication key and passphrase:
security key-manager create-key -prompt-for-key trueSet a passphrase with at least 32 characters.
 - 
Query the new authentication key:
security key-manager query - 
Assign the new authentication key to your self-encrypting disks (SEDs):
storage encryption disk modify -disk <disk_ID> -data-key-id <key_ID>Use the new authentication key from your query.  - 
If needed, assign a FIPS key to the SEDs:
storage encryption disk modify -disk <disk_id> -fips-key-id <fips_authentication_key_id>If your security setup requires you to use different keys for data authentication and FIPS 140-2 authentication, you should create a separate key for each. Otherwise, use the same authentication key for both.
 
Related information