See the following steps for installing the CA Plex IBM i components / dispatcher.
See the CA Plex Getting started PDF. Replace 710 with your version of CA Plex
Chapter 6 details what is supplied on the CD for your System I and how to install them.
For most purposes, Just installing the PLEX710 library is sufficient.
Transfer the Product Libraries from CD to System i
Before restoring the CA Plex System i product libraries, you must first transfer the files from the CD to your System i. These instructions assume you have TCP/IP installed, configured, and active on your System i, otherwise, you cannot continue. Contact your System i System Administrator about installing TCP/IP.
To transfer System i (binary) files from the CD to your System i
This starts an FTP session.
You are successfully connected if you are prompted for your user profile.
Note: If the session is idle for more than five minutes after you have connected, then the system automatically closes the connection. To restart the session, you must start the procedure over at Step 7.
Note: The cursor does not move when you are entering the password.
The system replies that your user profile is logged on.
Note: There must be a blank space between namefmt and 1.
The system replies that the user is now using naming format 1.
Note: You must specify 1 as the naming format.
Note: You can specify another existing library in place of QGPL; the .lib extension is required.
The system replies that the current library is changed to QGPL
Note: The .savf extension is required.
The system replies that the file transfer is completed successfully.
This stops your FTP session.
You can now restore the *SAVF files
Restore the Product Libraries from Save Files (*SAVF)
To install the CA Plex for System i client/server or CA Plex for System i 5250 components from save files
CLRLIB LIB(PLEX710) CLRLIB LIB(YTUTORIAL) CLRLIB LIB(YTUTREFER) CLRLIB LIB(APPINTOBJ)
RSTLIB SAVLIB(PLEX710) DEV(*SAVF) SAVF (QGPL/PLEX710) FRCOBJCVN(*YES *RQD)
RSTLIB SAVLIB(YTUTORIAL) DEV(*SAVF) SAVF(QGPL/YTUTORIAL)
RSTLIB SAVLIB(YTUTREFER) DEV(*SAVF) SAVF(QGPL/YTUTREFER)
RSTLIB SAVLIB(APPINTOBJ) DEV(*SAVF) SAVF(QGPL/APPINTOBJ)
The instructions go into detail about how to start the dispatcher.
The quick way to run the dispatcher is to submit a job as QSECOFR that calls
CALL PGM(PLEX710/YOBSYTCPDP) PARM(7100)
The Dispatcher Job User requirements is detailed below.
User Authority Requirements
It is not necessary to set the USER parameter to QSECOFR, but the user parameter you supply must have the following authorities:
■ *USE authority for objects QSYS/QSYGETPH and QSYS/QSYRLSPH.
■ *ALLOBJ authority is not required, however, the connecting client user profile must provide *USE authority and *OBJMGT (Object Management) to the user profile that started the Dispatcher. This requirement is necessary because the user profile that started the Dispatcher is then allowed to validate the connecting client user's i5/OS user profile and password.
■ *SECADM authority is not required, however, the connecting client user profile will not be allowed to change its own expired password unless the user profile that started the Dispatcher has *SECADM authority. If you prefer to run the Dispatcher without *SECADM authority then you must provide alternative mechanisms for your end users to change their passwords. For more information, see Managing Passwords with System i TCP/IP Connections in the online help.
Note: If the connecting client user profile is the same user profile that started the Dispatcher, it does not require *SECADM authority for resetting its own expired password.