Veritas NetBackup™ コマンドリファレンスガイド
- 概要
- 付録 A. NetBackup コマンド
名前
manageClientCerts — このコマンドを使用して VMware と SCVMM のプラグインのクライアント証明書を管理します。
概要
manageClientCerts -create|-delete|-renew clientName
manageClientCerts -list
manageClientCerts -addAlias|-deleteAlias clientName -IP address|-HOST alias|-ANY
manageClientCerts -listAliases clientName
On UNIX and Linux systems, the directory path to this command is /usr/openv/wmc/bin/install/
On Windows systems, the directory path to this command is install_path\NetBackup\wmc\bin\install\
説明
VMware と SCVMM のプラグインのクライアントトークンを作成、削除、リストするだけでなく、エイリアスを追加、削除、リストする場合にも manageClientCerts コマンドを使用します。
オプション
- -addAlias
このオプションは、トークンの生成時に使用した clientName に代替のホスト名または IP アドレスを追加する場合に使用します。指定した証明書を使用して任意のホストまたは TCP/IP アドレスの通信を可能にする場合に、-ANY パラメータを指定して addAlias を使用します。このコマンドは機能しますが、安全な方法ではありません。
- -create
このオプションは、指定したクライアントの証明書を作成する場合に使用します。
- -delete
このオプションは、指定したクライアントの証明書を削除する場合に使用します。
- -deleteAlias
このオプションは、トークンに関連付けられた代替のホスト名または IP アドレスを削除する場合に使用します。
- -list
このオプションは、すべての証明書をリストする場合に使用します。
- -listAliases
このオプションは、クライアントのすべてのエイリアスをリストする場合に使用します。
- -renew
このオプションは、トークンを削除して新しいトークンを作成する場合に使用します。トークンに存在するエイリアスはすべて保持されます。トークンの期限が切れた場合はこのオプションを使用してトークンを更新できます。トークンは、1 年後に期限が切れます。
例
例 1 - クライアント vCenter1 のトークンを作成します。
manageClientCerts -create vCenter1 Successfully created client certificate for 'vCenter1' to secure access to the NetBackup Web Services on Master Server 'master.example.com', port '8443'. Please find the zip at /usr/openv/var/global/wsl/credentials/clients /vCenter1.example.com.zip.
例 2 - クライアント vCenter1 にエイリアス vCenter1.example.com を追加します。
manageClientCerts.sh -addAlias vCenter1 -HOST vCenter1.example.com Successful -addAlias, for client: vCenter1, type: HOST, alias: vCenter1.example.com
manageClientCerts -addAlias vCenter1.example.com -HOST vCenter1
例 3 - vCenter1 のすべてのエイリアスをリストします。
manageClientCerts -listAliases vCenter1 Aliases for vCenter1: HOST = vCenter1.example.com
例 4 - vCenter1 のトークンの更新
manageClientCerts -renew vCenter1 Renewing client certificate: vCenter1 Successfully deleted the entries for the client vCenter1. Successfully created client certificate for 'vCenter1 to secure access to the NetBackup Web Services on Master Server 'mserver1.example.com', port '8443'. Please find the zip at /usr/openv/var/global/wsl/credentials/clients/vCenter.example.com.zip.