Quantcast
Channel: TechShifter» Cisco
Viewing all articles
Browse latest Browse all 10

Cisco UCS: Regenerating an Expired Keyring Certificate

$
0
0

If you get a fault similar to the following in your UCS system:

UCS_KeyringError1 UCS_KeyringError2

This will be caused if the cluster name is changed, or if the default cert expires (which happens every year).

Here is how to address it.

Verification

SSH into your active Fabric Interconnect.  Verify the situation with the following commands:

UCS-A# scope security
UCS-A /security # show keyring detail

Look at the first few lines of the output, and you should see one that reads Cert Status: Expired.

Regenerating the Keyring

Run the following commands:

UCS-A# scope security
UCS-A /security # scope keyring default
UCS-A /security/keyring* # set regenerate yes
UCS-A /security/keyring* # commit-buffer
UCS-A /security/keyring #

Wait a few minutes for the change to take effect. You can verify the regeneration has worked by rerunning the verify steps above, and you should now see Cert Status: Valid


Viewing all articles
Browse latest Browse all 10

Trending Articles