xe0nic.ansible_isp_client
IBM Spectrum Protect クライアント
この役割は、 Storware Kodo for Endpoints が使用する IBM Spectrum Protect クライアントを展開します。
要件
CentOS Stream/RHEL 8 の最小インストールと、コマンドホストとターゲットマシン間の公開鍵認証が必要です。
役割の変数
デフォルト:
isp_client_version: "8.1.12.0"
isp_short_version: "{{ isp_client_version | regex_replace('([0-9]+)[.]([0-9]+)[.]([0-9]+).*', 'v\\1r\\2') }}"
isp_client_short_version: "{{ isp_client_version | regex_replace('([0-9]+)[.]([0-9]+)[.]([0-9]+).*', 'v\\1\\2\\3') }}"
isp_base_download_url: "http://ftp.software.ibm.com/storage/tivoli-storage-management/maintenance"
isp_client_download_url: "{{ isp_base_download_url }}/client/{{ isp_short_version }}/Linux/LinuxX86/BA/{{ isp_client_short_version }}/{{ isp_client_installer_filename }}"
isp_client_installer_local_dir: "/tmp/isp-client"
isp_client_installer_local_path: "{{ isp_client_installer_local_dir }}/{{ isp_client_installer_filename }}"
isp_dir: "/opt/tivoli/tsm"
isp_dsmopt_path: "{{ isp_dir }}/client/ba/bin/dsm.opt"
isp_dsmsys_path: "{{ isp_dir }}/client/ba/bin/dsm.sys"
isp_servername: "isp"
isp_tcpserveraddress: "localhost"
isp_port: 1500
isp_admin_port: 1502
主要変数:
isp_client_download_url
- ISP クライアントをダウンロードするための URL(ダウンロードが遅い場合があるため、手動でダウンロードしてリモートマシンにアップロードし、この変数をfile:///tmp/8.1.12.0-TIV-TSMBAC-LinuxX86.tar
のように設定して、ローカルディレクトリからインストーラーをコピーすることもできます)isp_dir
- ISP クライアントがインストールされるパスisp_dsmopt_path
-dsm.opt
ファイルのパスisp_dsmsys_path
-dsm.sys
ファイルのパスisp_servername
-dsm.opt
およびdsm.sys
ファイルのサーバー名isp_tcpserveraddress
- ISP サーバーのアドレスisp_tcpport
- ISP サーバーのポートisp_tcpadminport
- ISP サーバーの管理用ポート
依存関係
該当なし
サンプルプレイブック
これは isp
ホストに IBM Spectrum Protect クライアントを展開し(サーバーは 1 台のみ展開可能)、agents
ホストに複数のエージェントを展開します。
- hosts: isp
roles:
- xe0nic.ansible_isp_client
サンプルホストインベントリ(インベントリで提供された ansible ユーザーの SSH 公開鍵認証が設定されていることを確認する必要があります):
[all:vars]
ansible_user = root
[isp]
192.168.155.233
ライセンス
MIT
著者情報
詳細については、製品ウェブサイトをご覧ください: https://storware.eu/products/kodo-for-endpoints ドキュメント: https://storware.gitbook.io/kodo-for-endpoints
インストール
ansible-galaxy install xe0nic.ansible_isp_client
ライセンス
Unknown
ダウンロード
1.9k
所有者
Ensuring data availability and business continuity at every level, in all circumstances.