上一主题: dpmrsi register_boot_network 命令-注册启动网络下一主题: dpmrsi register_domain 命令-注册域


dpmrsi register_depot 命令-注册 RSI 库

dpmrsi register_depot 命令用于向指定的 RSI 服务器标识存储库,使其可供使用。

此命令具有以下格式:

dpmrsi.exe register_depot
[-sc sc_url]
–depot depotname
-depotURL depotURL
-networks networklist
-desc description
[-access-identity username -access_secret password]
–img_host RSIserver
-dc_user RSIapplicationuser -dc_password RSIapplicationpassword
[-ws_user username -ws_password password]
[-locale iso639value]
-sc sc_url

(可选)为服务控制器主机定义 URL。

示例:https://hostname:port/...

hostname

定义安装了服务控制器的完全限定主机。

示例:localhost.ca.com

port

定义服务控制器服务器的侦听端口。

示例:80

-depot depotname

指定 RSI 库的名称。

示例:mydepot

-depotURL depotURL

指定库的 URL 和路径。

示例:dav://192.168.20.1/path/to/Depot

-networks networklist

为库访问指定逗号分隔的网络 URL 的列表。

示例:10.1.1.0/24=dav://10.1.1.4/path/to/Depot, 10.1.2.0/24=dav://10.1.2.4/path/to/Depot

-desc description

指定要应用于 RSI 服务器中的库的说明。

-access_identity username -access_secret password

(可选)指定用于访问库的凭据。

-img_host RSIserver

定义 RSI 服务器的名称。

-dc_user RSIapplicationuser

定义 RSI 应用程序用户名。

-dc_password RSIapplicationpassword

定义 RSI 应用程序用户的密码。

-ws_user username -ws_password password

(可选)指定要用于 Web 服务安全检查的凭据。 如果不包含凭据,系统会提示您输入凭据。 通过使用 caaipsecurity 设置自己的会话来避免提示输入凭据。

-locale iso639value

(可选)指定 IS0 639_3166 组合以覆盖默认的英语输出(例如:法语为 fr_FR)。 要使用命令提示符的区域设置,请指定“native”。

示例:注册库

本示例注册库 NewDepot,以启动网络 10.1.1.0/24=dav://10.1.1.4/path/to/NewDepot 和 10.1.2.0/24=dav://10.1.2.4/path/to/NewDepot。

dpmrsi.exe register_depot
–depot NewDepot
–depotURL dav://192.168.20.1/path/to/NewDepot
-networks 10.1.1.0/24=dav://10.1.1.4/path/to/NewDepot, 10.1.2.0/24=dav://10.1.2.4/path/to/NewDepot
–desc “This depot is used to provision servers in network 10.1.1.0 and 10.1.1.2.0”
-access-identity user -access-secret password
–img_host RSIServer
-dc_user admin -dc_password dynacenter