Where allowed to run: All environments (*ALL) Threadsafe: No |
Parameters Examples Error messages |
The Create Service Configuration (CRTSRVCFG) command creates the service configuration needed for all service and support applications: Electronic Customer Support (ECS), Electronic Service Agent, and Information Center Update.
Connectivity options are available from either local or remote systems or logical partitions. Primary or backup configurations can be created for the service configuration.
Restrictions:
Top |
Keyword | Description | Choices | Notes |
---|---|---|---|
ROLE | Role | *PRIMARY, *BACKUP | Required, Positional 1 |
CNNTYPE | Connection type | *DIRECT, *OTHERISP, *LCLDIAL, *MULTIHOP, *RMTDIAL | Required, Positional 2 |
CNTRYID | Country or region ID | Character value, *SELECT | Optional |
STATE | State or province code | Character value, *SELECT | Optional |
TELNBR1 | Primary telephone number | Character value, *SELECT | Optional |
TELNBR2 | Alternate telephone number | Character value, *SELECT | Optional |
RSRCNAME | Resource name | Name, *CALC, *SELECT | Optional |
MODEM | Modem information name | Character value, *RSRCNAME, *SELECT | Optional |
RMTSYS | Remote system | Character value | Optional |
PROXY | Proxy server | Single values: *NO Other values: Element list |
Optional |
Element 1: IP address or host name | Character value, *NONE | ||
Element 2: Port number | 1-65535, *IBMSVR | ||
Element 3: Relative priority | *TRYAFTER, *TRYBEFORE | ||
Element 4: Authentication user ID | Character value, *NONE | ||
Element 5: Authentication password | Character value, *NONE | ||
ISPPRF | ISP profile name | Character value, *SELECT | Optional |
CNNPNT | Connectivity for others | Single values: *NO Other values: Element list |
Optional |
Element 1: Connection point | *YES | ||
Element 2: Interfaces | Values (up to 12 repetitions): Element list | ||
Element 1: Interface | Character value, *ALL, *SELECT | ||
Element 2: L2TP profile name | Character value, *GEN, *SELECT | ||
CNNPNTPRX | Connection point proxy | Element list | Optional |
Element 1: Port number | 1-65535, *IBMSVR | ||
Element 2: Authentication user ID | Character value, *NONE | ||
Element 3: Authentication password | Character value, *NONE |
Top |
Specifies whether this service configuration is to be the primary or backup service configuration. The system or logical partition will first attempt to connect to IBM using the primary service configuration. If the primary service configuration fails, the system or logical partition will attempt the connection using a backup service configuration.
This is a required parameter.
Top |
Specifies the connection type by which the system or logical partition will connect to IBM. You can connect to IBM using the current system or logical partition or through another system or logical partition.
This is a required parameter.
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 that will be 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 alternate telephone number that will be dialed to connect to AT&T Global Network Services (AGNS), if the connection attempt using the primary telephone number is unsuccessful.
Note: This parameter is only valid when *LCLDIAL is specified for the Connection type (CNNTYPE) parameter.
Top |
Specifies the communications resource that will be 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 service configuration. 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.
Note: The modem name must match one of the modems defined for the system or logical partition.
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 is 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 the information for configuring an HTTP or Service and Support proxy connection configuration. Configuring a proxy connection is optional. The proxy connection is an alternate connection configuration to the primary or backup connection that has been 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: Creating a Primary Direct Service Configuration
CRTSRVCFG ROLE(*PRIMARY) CNNTYPE(*DIRECT) CNTRYID(XX) STATE(XX)
This command creates a primary direct internet service configuration used for all service and support applications: Electronic Customer Support (ECS), Electronic Service Agent, and Information Center Update.
Example 2: Creating a Backup Service Configuration Using an Existing ISP
CRTSRVCFG ROLE(*BACKUP) CNNTYPE(*OTHERISP) CNTRYID(XX) STATE(XX) ISPPRF(MYISP) CNNPNT(*YES *ALL)
This command creates an backup internet service configuration using an internet service provider used for all service and support applications: Electronic Customer Support (ECS), Electronic Service Agent, and Information Center Update. The local system or logical partition is a connection point which will listen for connection requests on all interfaces.
Example 3: Creating a Primary Local Dial Service Configuration
CRTSRVCFG ROLE(*PRIMARY) CNNTYPE(*LCLDIAL) CNTRYID(XX) STATE(XX) TELNBR1(1111111) TELNBR2(2222222)
This command creates a primary local dial connnection to AT&T Global Network Services (AGNS) used for all service and support applications: Electronic Customer Support (ECS), Electronic Service Agent, and Information Center Update.
Example 4: Creating a Backup Multi-hop Service Configuration
CRTSRVCFG ROLE(*BACKUP) CNNTYPE(*MULTIHOP) CNTRYID(YY) RMTSYS(ABCDEFG)
This command creates a backup internet service configuration using another remote system or logical partition used for all service and support applications: Electronic Customer Support (ECS), Electronic Service Agent, and Information Center Update. The configuration will connect using a multi-hop connection configuration through the remote system named ABCDEFG.
Example 5: Creating a Remote Point-to-Point Service Configuration
CRTSRVCFG ROLE(*PRIMARY) CNNTYPE(*RMTDIAL) CNTRYID(XX) STATE(XX) RMTSYS(ABCDEFG)
This command creates a primary remote dial connnection to AT&T Global Network Services (AGNS) used for all service and support applications: Electronic Customer Support (ECS), Electronic Service Agent, and Information Center Update. This configuration will connect using a dial connection configuration on a remote system named ABCDEFG.
Top |
*ESCAPE Messages
Top |