Where allowed to run: All environments (*ALL) Threadsafe: No |
Parameters Examples Error messages |
The Change Managed System Attributes (CHGMGDSYSA) command updates the system wide configuration attributes that are unique to the Managed System Services licensed program.
These attributes enable the user to control which activities are accepted by the managed system and under which user profile the activity is run.
If the change control server attributes are changed while the managed system functions are active, you must do the following:
Restrictions:
Top |
Keyword | Description | Choices | Notes |
---|---|---|---|
ACCRCVCRQA | Accept received activities | *SAME, *NO, *YES | Optional, Positional 1 |
SECPGM | Distribution security pgm | Single values: *SAME, *DFT, *NONE Other values: Qualified object name |
Optional |
Qualifier 1: Distribution security pgm | Name | ||
Qualifier 2: Library | Name, *LIBL, *CURLIB | ||
DFTUSRPRF | Default user profile | Simple name, *SAME, *NONE, *REQUESTER | Optional |
INACTITV | Inactive user time-out | 0-999, *SAME, *NONE | Optional |
SNDINTRSP | Send intermediate responses | *SAME, *NO, *YES | Optional |
PFXTOKEN | Global name prefix tokens | Single values: *SAME, *NONE Other values (up to 4 repetitions): Character value, *SAME, *NONE |
Optional |
RMTSECPGM | Remote command security pgm | Single values: *SAME, *DFT Other values: Qualified object name |
Optional |
Qualifier 1: Remote command security pgm | Name | ||
Qualifier 2: Library | Name, *LIBL, *CURLIB | ||
MAXDTA | Maximum return data | 1-99999, *SAME, *NOMAX | Optional |
DLTSPLF | Delete spool file | *SAME, *YES, *NO, *SUCCESS | Optional |
KEY | Remote command key | Character value, *SAME, *NONE | Optional |
Top |
Specifies whether change request activities are to be accepted for processing.
Top |
Specifies the distribution security program to be used. The specified program is run when a request is received to determine which requests are accepted.
The name of the object can be qualified by one of the following library values:
Top |
Specify the default user profile used for the change request activity if no distribution security program has been specified. The user profiles QSECOFR, QSPL, QDOC, QDBSHR, QRJE, QSYS, QLPAUTO, QLPINSTALL, QTSTRQS, and QDFTOWN are not valid entries for this parameter.
Top |
Specifies the number of minutes jobs should wait to receive a remote command request or a change request activity. If no activity is received during the specified time period, the job processing the activity is ended. A new job is started when a new activity is received.
Top |
Specifies whether intermediate responses are sent to the central site system. Intermediate responses may require activation of a switched communication link.
Top |
Specifies the set of tokens which, when found at the beginning of a global name, indicate a standard iSeries object name can be found in the global name. In order to use standard iSeries object names for distribution, a consistent set of tokens must be used on all systems in the network. Token names must be unique to ensure they are not used in global names being added to the distribution catalog.
You can enter multiple values for this parameter.
Top |
Specifies the remote command security program to be used. The specified program is run when a request to run a command is received from a central site system. This program determines if the request is accepted and under which user profile it should be run.
The name of the object can be qualified by one of the following library values:
Top |
Specifies the limitation in Kbytes for the maximum amount of data that can be returned to the central site system when a remote command request is processed.
Top |
Specifies whether the spooled file is deleted after a remote command request is completed.
Top |
Specifies the key that is used for encoding or decoding the remote command request. The values must be the same for the system that sends the remote command and for the system that receives the remote command.
Top |
Example 1: Configuring the Central Site System
CHGMGDSYSA ACCRCVACT(*YES) SECPGM(*NONE) DFTUSRPRF(QUSER) INACTITV(30) SNDINTRSP(*YES) PFXTOKEN(ABCCO AUTOMAP)
This command configures the central site system to support change request activities and run them under the QUSER user profile. Intermediate responses are sent. Global names beginning with ABCCO AUTOMAP are reserved for sending objects using standard i5/OS object names. If a request is not received for 30 minutes, any jobs waiting to process requests are ended.
Example 2: Configuring the Remote Command Function
CHGMGDSYSA RMTSECPGM(*DFT) DLTSPLF(*SUCCESS) MAXDTA(*NOMAX) KEY(*NONE)
This command configures the remote command function to use the default remote command security program, deletes spooled files when the request is run successfully, and specifies no limitation for the amount of returned data.
Top |
*ESCAPE Messages
Top |