CL Command Reference - CRTNWSCFG
CL Command List > CRTNWSCFG Reference
Description:
The Create NWS Configuration (CRTNWSCFG) command creates a network server configuration and an associated validation list. The network server configuration defines connection security or remote system attributes.
Restrictions:
. This command is shipped with public exclude (*EXCLUDE) authority. When this command is shipped, authority is issued only to the security officer. The security officer can grant the use of this command to other users.
. You must have input/output system configuration (*IOSYSCFG) special authority to use this command.
. To specify a non-default value for the IPSECRULE, CHAPAUT, or SPCERTID parameters, you must have security administrator (*SECADM) special authority.
Examples:
Example 1: Security Connection Network Server Configuration
CRTNWSCFG NWSCFG(MYSEC)
TYPE(*CNNSEC)
IPSECRULE(*NONE)
TEXT(¡¯Connection security¡¯)
This command creates a Connection Security Configuration with no security rules.
Example 2: Service Processor Network Server Configuration
CRTNWSCFG NWSCFG(CAT4SP)
TYPE(*SRVPRC)
INZSP(*MANUAL)
ENBUNICAST(*YES)
SPINTNETA(¡¯1.5.10.75¡¯)
SPCERTID(*ORGUNIT ¡¯ACME Corp¡¯)
EID(RTYM14A 3305R8U)
TEXT(¡¯CAT4SP Service processor¡¯)
This command creates a service processor configuration. The service processor is contacted using IP Address 1.5.10.75. The remote system is identified by the serial number RTYMl4A. The service processor is manually secured using a certificate configured with the ¡¯ACME Corp¡¯ organizational unit.
Example 3: Remote System Network Server Configuration
CRTNWSCFG NWSCFG(CAT4SVR)
TYPE(*RMTSYS)
SPNWSCFG(CAT4SP)
RMTSYSID(*SPNWSCFG)
DELIVERY(*DYNAMIC)
RMTIFC(((111111111111 ¡¯1.5.10.10¡¯
¡¯255.255.255.0¡¯ ¡¯1.5.10.129¡¯ *GEN)
(1FFFFFFFFFFF ¡¯1.5.10.20¡¯
¡¯255.255.255.0¡¯ ¡¯1.5.10.129¡¯)))
TEXT(¡¯CAT4SVR Service processor¡¯)
This command creates a remote system configuration which uses the dynamic delivery method to configure the remote system. The system is identified using the CAT4SP service processor configuration specified by the SPNWSCFG parameter. The iSCSI remote interface for SCSI is configured using an IP address of 1.5.10.10 and a LAN address of 1.5.10.20. The iSCSI qualified name is automatically generated.