Getting Key Diff Map
Command to get key diff map.
The getKeyDiffMap
command gets information about the keys that are synchronized on all HSMs.
In the User Management utility, open a command prompt and run getKeyDiffMap
command to get information about the keys that are synchronized on all HSMs.
Syntax
getKeyDiffMap <ServerID> <UserID> <KeyHandle> [OutputFile]
Parameter | Description |
---|---|
ServerID |
(Global mode only) ID of the server for which to get the map. |
UserID |
The user ID whose keys you want to find. Use 0 to include the keys of all users (the default is 0). |
KeyHandle |
Key handle for which to get information.Use 0 for all keys (default value is 0). |
Output File |
(Optional) File path to dump the output. |
Example
cloudmgmt>getKeyDiffMap 0 5 263277
Key Handle Synced On
263277 1,0,
getKeyDiffMap success on server 0(140.91.12.185)
cloudmgmt>getKeyDiffMap 0 0 0
Number of keys found 6
Key Handle Synced On
267 1,0,
263276 1,0,
263277 1,0,
263278 1,0,
263492 1,0,
263493 1,0,
getKeyDiffMap success on server 0(140.91.12.185)