The dpmrsi register_depot command identifies a storage depot to the specified RSI server, making it available for use.
This command has the following format:
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]
(Optional) Defines the URL for the service controller host.
Example: https://hostname:port/...
Defines the fully qualified host where the service controller is installed.
Example: localhost.ca.com
Defines the listening port for the service controller server.
Example: 80
Specifies the name of the RSI depot.
Example: mydepot
Specifies the URL and path for the depot.
Example: dav://192.168.20.1/path/to/Depot
Specifies a comma-separated list of network URLs for depot access.
Example: 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
Specifies a description to apply to the depot in the RSI server.
(Optional) Specifies the credentials to use to access the depot.
Defines the name of the RSI server.
Defines the RSI application user name.
Defines the password for the RSI application user.
(Optional) Specifies the credentials to use for the web service security check. If you do not include credentials, you are prompted to enter them. Avoid the prompt for credentials by setting up your own session using caaipsecurity.
(Optional) Specifies an IS0 639_3166 combination to override the default English output, for example, fr_FR for French. To use the locale of the command prompt, specify "native".
Example: Register a Depot
This example registers depot NewDepot, to boot networks, 10.1.1.0/24=dav://10.1.1.4/path/to/NewDepot and 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
Copyright © 2013 CA. All rights reserved. |
|