プロキシ情報は Data Infrastructure Insights Acquisition Unit のどこに保存されますか?
環境
回答
- プロキシ情報はAUのsecurityadmin vaultに保存されます
- 暗号化されているため、読み取ることはできませんが、変更することはできます
- プロキシを更新するには、CLIオプション
-prまたは--proxy configureを使用して、securityadminツールを非対話型モードで実行します
/opt/netapp/cloudinsights/acq/securityadmin/bin<install location>\Cloud Insights\Acquisition Unit\acq\securityadmin\binsecurityadmin.sh の実行# ./securityadmin -pr
usage: securityadmin -pr -ap <arg> | -h | -rp | -upr <arg>
The purpose of this tool is to enable reconfiguration of security aspects
of the Acquisition Unit such as encryption keys, and proxy configuration,
etc. For more information about this tool, please check the Cloud Insights
Documentation.
-ap,--add-proxy <arg> add a proxy server. Arguments: ip=ip
port=port user=user password=password
domain=domain
(Note: Always use double quote(") or single
quote(') around user and password to escape
any special characters, e.g., <, >, ~, `, ^,
!
For example: user="test" password="t'!<@1"
Note: domain is required if the proxy auth
scheme is NTLM.)
-h,--help
-rp,--remove-proxy remove proxy server
-upr,--update-proxy <arg> update a proxy. Arguments: ip=ip port=port
user=user password=password domain=domain
(Note: Always use double quote(") or single
quote(') around user and password to escape
any special characters, e.g., <, >, ~, `, ^,
!
For example: user="test" password="t'!<@1"
Note: domain is required if the proxy auth
scheme is NTLM.)
securityadmin.sh -pr -upr ip=<ip or fqdn> port=<port #> user=<username> password=<password>追加情報
- Zscaler 証明書も追加する場合:
securityadmin.bat -pr -upr ip=<zscaler_proxy_url> port=9443 certfile="E:\ZscalerRootCertificate-2048-SHA256-Feb2025.crt"
- 出力は次のようになります:
proxy command line arg is -upr, ip=<zscaler_proxy_url>, port=9443, certfile=E:\ZscalerRootCertificate-2048-SHA256-Feb2025.crtPlease restart Acquisition Unit