Previous Topic: dpmresourcemgr updateipnetwork Command--Update a NetworkNext Topic: dpmresourcemgr updateipaddresspool Command--Update IP Address Pool


dpmresourcemgr updatesubnetdefaults Command--Update Network Defaults

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]
-sc sc_url

(Optional) Defines the URL for the service controller host.

Example: https://hostname:port/...

hostname

Defines the fully qualified host where the service controller is installed.

Example: localhost.ca.com

port

Defines the listening port for the service controller server.

Example: 80

-subnet_address address

Defines the IP address of the network. Valid entry: xxx.xxx.xxx.xxx or xxx.xxx.xxx.xxx/xx.

-ip_gateway_list ipaddresses

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.

-dns_domainname domainname

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.

-dns_list ipaddresses

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.

-dns_suffix_list suffixes

Defines a list of DNS suffixes for the network. Valid entry: Comma-separated list in the format, name.name.com.

-netbios_server_list ipaddresses

Defines a list of NETBIOS Name Server IP addresses. Valid entry: Comma-separated list of IP addresses in the format: xxx.xxx.xxx.xxx.

-ntp_server_list ipaddresses

Defines the Network Time Protocol (NTP) servers. Valid entry: Comma-separated list with the format: xxx.xxx.xxx.xxx.

-ws_user username -ws_password password

(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.

-locale iso639value

(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