Where allowed to run: All environments (*ALL) Threadsafe: No |
Parameters Examples Error messages |
The Change Service Configuration (CHGSRVCFG) command changes the service configuration needed for all service and support applications: Electronic Customer Support (ECS), Electronic Service Agent, and Information Center Update. Primary or backup configurations can be changed for the service configuration.
Restrictions:
Top |
Keyword | Description | Choices | Notes |
---|---|---|---|
ROLE | Role | *PRIMARY, *BACKUP | Required, Key, Positional 1 |
CNNTYPE | Connection type | *SAME, *DIRECT, *OTHERISP, *LCLDIAL, *MULTIHOP, *RMTDIAL | Optional |
CNTRYID | Country or region ID | Character value, *SAME, *SELECT | Optional |
STATE | State or province code | Character value, *SAME, *SELECT | Optional |
TELNBR1 | Primary telephone number | Character value, *SAME, *SELECT | Optional |
TELNBR2 | Alternate telephone number | Character value, *SAME, *SELECT | Optional |
RSRCNAME | Resource name | Name, *SAME, *CALC, *SELECT | Optional |
MODEM | Modem information name | Character value, *SAME, *RSRCNAME, *SELECT | Optional |
RMTSYS | Remote system | Character value, *SAME | Optional |
PROXY | Proxy server | Single values: *NO Other values: Element list |
Optional |
Element 1: IP address or host name | Character value, *SAME | ||
Element 2: Port number | 1-65535, *SAME, *IBMSVR | ||
Element 3: Relative priority | *SAME, *TRYAFTER, *TRYBEFORE | ||
Element 4: Authentication user ID | Character value, *SAME, *NONE | ||
Element 5: Authentication password | Character value, *SAME, *NONE | ||
ISPPRF | ISP profile name | Character value, *SAME, *SELECT | Optional |
CNNPNT | Connectivity for others | Single values: *NO Other values: Element list |
Optional |
Element 1: Connection point | *SAME, *YES | ||
Element 2: Interfaces | Values (up to 12 repetitions): Element list | ||
Element 1: Interface | Character value, *SAME, *ALL, *SELECT | ||
Element 2: L2TP profile name | Character value, *SAME, *GEN, *SELECT | ||
CNNPNTPRX | Connection point proxy | Element list | Optional |
Element 1: Port number | 1-65535, *SAME, *IBMSVR | ||
Element 2: Authentication user ID | Character value, *SAME, *NONE | ||
Element 3: Authentication password | Character value, *SAME, *NONE |
Top |
Specifies whether the service configuration to be changed is the primary or backup service configuration. The system or logical partition will attempt to connect to IBM using the primary configuration. If the primary service configuration fails, the system or logical partition will try to establish the connection using a backup service configuration.
Top |
Specifies the current connection type by which the system or logical partition connects to IBM. The applicable parameters for the currently configured connection type will be the only ones that can be changed. The connection type for an existing service configuration for the system or logical partition cannot be changed.
Note: To change the connection type, the existing service configuration must be deleted by using the Delete Service Configuration (DLTSRVCFG) command, and a new service configuration must be created using the Create Service Configuration (CRTSRVCFG) command, specifying the desired connection type.
Top |
Specifies the country or region identifier used for the service configuration.
Note: This parameter is only valid when *PRIMARY is specified for the Role (ROLE) parameter.
Note: This value is only valid if this command is run in an interactive job.
Top |
Specifies the state or province code used for the service configuration.
Note: This parameter is only valid when *PRIMARY is specified for the Role (ROLE) parameter.
Note: This value is only valid if this command is run in an interactive job.
Top |
Specifies the primary telephone number dialed to connect to AT&T Global Network Services (AGNS).
Note: This parameter is only valid when *LCLDIAL is specified for the Connection type (CNNTYPE) parameter.
Top |
Specifies the backup telephone number dialed to connect to AT&T Global Network Services (AGNS), if the connection attempt using the primary number is unsuccessful.
Note: This parameter is only valid when *LCLDIAL is specified for the Connection type (CNNTYPE) parameter.
Top |
Specifies the communications resource used by this service.
Note: This parameter is only valid when *LCLDIAL is specified for the Connection type (CNNTYPE) parameter.
The internal communication resources that can use an integrated modem are determined. If only one integrated modem is defined, that resource will be used for the confuguration. The value *CALC is not valid if more than one integrated modem is defined.
If an integrated modem cannot be used, the resource cannot be calculated and it will have to be specified explicitly.
Note: Use the Work with Hardware Resources (WRKHDWRSC) command with *CMN specified for the TYPE parameter to help determine the resource name.
Top |
Specifies the name of the modem description to use for this point-to-point service configuration.
Note: This parameter is only valid when *LCLDIAL is specified for the Connection type (CNNTYPE) parameter.
Top |
Specifies either the IP address or host name (up to 255 characters) of the remote system or logical partition that will be used as the remote system that provides service configuration connectivity to IBM. A valid IP Version 4 address will be accepted.
If the local system or logical partition has a service configuration created with CNNTYPE(*RMTDIAL) and has defined a remote system (RMTSYS) parameter, the remote system or logical partition must have a service configuration created with CNNTYPE(*LCLDIAL) and CNNPNT(*YES).
If the local system or logical partition has a service configuration created with CNNTYPE(*MULTIHOP) and has defined a remote system (RMTSYS) parameter, the remote system or logical partition must have a service configuration created with a connection type (CNNTYPE) of *DIRECT, *OTHERISP, or *MULTIHOP, and a connection point (CNNPNT) value of *YES.
Top |
Specifies information for configuring an HTTP or Service and Support proxy connection. Configuring a proxy connection is optional. The proxy connection is an alternate connection to the primary or backup connection that was previously configured. A proxy connection can be used with any connection type.
The information provides the server with the information needed to connect to the destination proxy server.
Single values
Element 1: IP address or host name
Element 2: Port number
Element 3: Relative priority
Element 4: Authentication user ID
Element 5: Authentication password
Top |
Specifies the internet service provider (ISP) profile that will be used.
Note: This parameter is only valid when *OTHERISP is specified for the Connection type (CNNTYPE) parameter.
Top |
Specifies whether other systems or logical partitions are allowed to use the service configuration connection to IBM through this system or logical partition.
Note: This parameter is only valid when *PRIMARY is specified for the Role (ROLE) parameter.
Single values
Element 1: Connection point
Element 2: Interfaces
Specifies which interfaces will listen for connections. Both the L2TP terminator profile and the Service and Support proxy, if configured, listen on the same interfaces. Up to 12 values can be specified.
Element 1: Interface
Element 2: L2TP profile name
Top |
Specifies the Service and Support proxy server to provide connectivity for other systems or logical partitions.
Element 1: Port number
Element 2: Authentication user ID
Element 3: Authentication password
Top |
Example 1: Change a Local Dial Primary Service Configuration
CHGSRVCFG ROLE(*PRIMARY) CNNTYPE(*SAME) TELNBR1(3333333)
This command changes the primary telephone number of the primary service configuration. This example assumes the existing primary service configuration has a connection type of *LCLDIAL.
Example 2: Change a Direct Internet Backup Service Configuration
CHGSRVCFG ROLE(*BACKUP) CNNTYPE(*SAME) PROXY('10.1.1.1')
This command changes the Service and Support proxy for a direct internet backup service configuration. This example assumes the existing backup service configuration has a connection type of *DIRECT.
Top |
*ESCAPE Messages
Top |