Where allowed to run: All environments (*ALL) Threadsafe: No |
Parameters Examples Error messages |
The Initialize NWS Configuration (INZNWSCFG) command initializes or resets a service processor (*SRVPRC) network server configuration when various service processor parameters are changed or need to be enabled.
Restrictions:
Top |
Keyword | Description | Choices | Notes |
---|---|---|---|
NWSCFG | Network server configuration | Communications name | Required, Positional 1 |
OPTION | Processing option | *INIT, *CHGSPAUT, *REGEN, *SYNC | Required, Positional 2 |
SPAUT | SP authentication | Single values: *DFT Other values: Element list |
Required, Positional 3 |
Element 1: User name | Character value | ||
Element 2: User password | Character value |
Top |
Specifies the name of the network server configuration.
This *NWSCFG object must have been created with *SRVPRC specified for the Configuration type (TYPE) parameter on the Create NWS Configuration (CRTNWSCFG) command.
This is a required parameter.
Top |
Specifies option to perform with the service processor network server configuration.
This is a required parameter.
Note: This option is used to configure a service processor that has never been configured before such as when a new system is put into service or has had a service processor field replacement performed.
Note: A new user name and password must be specified on the SP authentication (SPAUT) parameter unless INZSP(*NONE) was specified in the corresponding CRTNWSCFG command
Note: This option is only valid when INZSP(*AUTO) is specified in the corresponding CRTNWSCFG command.
Note: A new password must be specified on the SP authentication (SPAUT) parameter unless INZSP(*NONE) was specified in the corresponding CRTNWSCFG command
Synchronize the self-signed certificate from the service processor. This option is used if multiple service processor network server configurations are used for the same system or the service processor network server configuration has been restored from backup and the service processor's certificate must be synchronized. The current user name and password for the service processor must be specified on the SP authentication (SPAUT) parameter to perform this option.
Top |
Specifies the service processor user name and password. This is used to authenticate and secure the service processor.
Note: The *DFT value is only valid when INZSP(*NONE) was specified in the corresponding CRTNWSCFG command.
This is a required parameter.
Single values
Element 1: User name
Element 2: User password
Top |
Example 1: Regenerate Service Processor Certificate
INZNWSCFG NWSCFG(MYCONFIG) OPTION(*REGEN) SPAUT(username password)
This command regenerates the remote system's service processor certificate then changes the user name and password.
Example 2: Change Service Processor User Name and Password
INZNWSCFG NWSCFG(MYCONFIG) OPTION(*CHGSPAUT) SPAUT(username password)
This command changes the user name and password used to secure the service processor.
Top |
*ESCAPE Messages
Top |