The dpmresourcemgr updatesubnetdefaults command updates existing network defaults.
This command has the following format:
dpmresourcemgr updatesubnetdefaults [-sc sc_url] -subnet_address subnetaddress -ip_gateway_list ipaddresses -dns_domainname domainname -dns_list ipaddresses -dns_suffix_list suffixes -netbios_server_list ipaddresses -ntp_server_list ipaddresses [-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
Defines the IP address of the network. Valid entry: xxx.xxx.xxx.xxx or xxx.xxx.xxx.xxx/xx.
Defines the IP addresses for default and alternate gateways using a comma-separated list. Default and alternate gateways must be on the same network. Valid entry: xxx.xxx.xxx.xxx.
Defines the DNS domain name of the network. Valid entry: 1-63 alphanumeric characters per dotted address (for example, xxx.yyy.com). Address cannot start with a number.
Defines the DNS list of preferred and alternate DNS servers, and primary and secondary Windows Internet Name Service (WINS) servers. Valid entry: Comma-separated IP addresses in the format: xxx.xxx.xxx.xxx.
Defines a list of DNS suffixes for the network. Valid entry: Comma-separated list in the format, name.name.com.
Defines a list of NETBIOS Name Server IP addresses. Valid entry: Comma-separated list of IP addresses in the format: xxx.xxx.xxx.xxx.
Defines the Network Time Protocol (NTP) servers. Valid entry: Comma-separated list with the format: xxx.xxx.xxx.xxx.
(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: Update Network Defaults
This example updates the defaults for the network, san diego 209 subnet.
dpmresourcemgr updatesubnetdefaults -subnet_address 10.10.21.130 -ip_gateway_list 10.10.33.0,10.10.34.0 -dns_domainname turbo.com -dns_list 10.10.55.21 -netbios_server_list 10.10.21.130 -ntp_server_list 10.10.33.135 -ws_user wsuser -ws_password wsuserpassword
Copyright © 2013 CA. All rights reserved. |
|