代理信息保存在Data Infrastructure Insight采集单元的哪个位置?
适用场景
问题解答
- 代理信息将保存到AU上的安全管理员存储中。
- 要更新代理、请使用命令行界面选项
-pr
或在非交互模式下运行securityadmin
工具--proxy configure
/opt/netapp/cloudinsights/acq/securityadmin/bin
<install location>\Cloud Insights\Acquisition Unit\acq\securityadmin\bin
securityadmin.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>