CL Command Reference - CRTSRVCFG
CL Command List > CRTSRVCFG Reference
Description:
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:
. Input/output system configuration (*IOSYSCFG) special authority is required to run this command.
Examples:
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.