跳转到主内容

代理信息保存在 Data Infrastructure Insights 采集单元的哪个位置?

Views:
145
Visibility:
Public
Votes:
0
Category:
data-infrastructure-insights
Specialty:
ds_dii
Last Updated:

适用于

Data Infrastructure Insights 采集单元 (AU)

回答

  • 代理信息保存到 AU 上的 securityadmin 保管库
  • 它已加密,因此无法读取,但可以修改
  • 要更新代理,请使用 CLI 选项 -pr--proxy configure 在非交互模式下运行 securityadmin 工具
Linux 安全管理工具:/opt/netapp/cloudinsights/acq/securityadmin/bin
 
Windows 安全管理工具:<install location>\Cloud Insights\Acquisition Unit\acq\securityadmin\bin
 
示例:在 Linux AU 上运行 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>

追加信息

  • 如果还想添加 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.crt
    •  Please restart Acquisition Unit
NetApp provides no representations or warranties regarding the accuracy or reliability or serviceability of any information or recommendations provided in this publication or with respect to any results that may be obtained by the use of the information or observance of any recommendations provided herein. The information in this document is distributed AS IS and the use of this information or the implementation of any recommendations or techniques herein is a customer's responsibility and depends on the customer's ability to evaluate and integrate them into the customer's operational environment. This document and the information contained herein may be used solely in connection with the NetApp products discussed in this document.