キー差分マップの取得
キー差分マップを取得するコマンド。
getKeyDiffMap
コマンドは、すべてのHSMで同期されるキーに関する情報を取得します。
ユーザー管理ユーティリティで、コマンド・プロンプトを開き、getKeyDiffMap
コマンドを実行して、すべてのHSMで同期されるキーに関する情報を取得します。
構文
getKeyDiffMap <ServerID> <UserID> <KeyHandle> [OutputFile]
パラメータ | 説明 |
---|---|
ServerID |
(グローバル・モードのみ)マップを取得するサーバーのID。 |
UserID |
キーを検索するユーザーID。すべてのユーザーのキーを含めるには0を使用します(デフォルトは0です)。 |
KeyHandle |
すべてのキーのinformation.Use 0を取得するキー・ハンドル(デフォルト値は0)。 |
Output File |
(オプション)出力をダンプするファイルパス。 |
例
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)