Starting and stopping the product
Starting PAM
To start PAM, use the following standard MVS start command:
Replace memberName with the name of the member that you copied from the RSSSAMP library to your procedure library, for example, PAMPROC.
You can start PAM in the following ways:
Cold start
When you perform a cold start, PAM starts in an initialized state without restoring the previous user states.
To perform a cold start, in the PAM EXEC PARM, define 'START=COLD'.
During a cold start, based on the project type, PAM performs the following actions in sequence:
| Project | Actions |
|---|---|
| Userpool |
|
| Self-elevation |
|
Warm start
When you perform a warm start, PAM starts in an initialized state and restores the user states at shutdown.
To perform a warm start, in the PAM EXEC PARM, define 'START=WARM'.
During a warm start, PAM performs the following actions in sequence for both project types:
| Project | Actions |
|---|---|
| Userpool |
|
| Self-elevation |
For more information on using the warm start feature to restore a PAM session, see Recovering PAM environments.
Stopping PAM
To stop PAM, use one of the following methods:
- Use a standard MVS purge command:
P memberName - Use a SHUTDOWN command through the MVS MODIFY (F) command:
F memberName,SHUTDOWN
Replace memberName with the name of the member that you copied from the RSSSAMP library to your procedure library, for example, PAMPROC. You don't need a confirmation about the successfule running of either command, and the product address space shuts down immediately.
To prevent the unauthorized use of PAM-controlled elevated access while PAM is down, PAM performs the following actions at shutdown:
- Resets and revokes all user pool IDs that are in use and returns them to the PasswordWait state
- Disconnects all ConnectGroups from self-elevated user IDs.
If you need to retain access to the active user pool or self-elevation sessions for a project during shutdown, specify the AccessRetention ActiveOnTerm parameter in the project configuration. However, PAM can't control these active elevations while it is down.
If the product does not shut down normally, use the following cancel command:
Where to go from here
To start using the product, see Using.
For more information about recovering the product, see Recovering PAM environments.