End of Period Suite II
eop_run
eop_run
will usually be the only script that you will need to run directly; eop_run
calls portfolio_mon
, which in turn calls portfolio_stat
.
User has to run lplogin
startup scripts before running eop_run
.
eop_run Usage
To submit all the portfolios listed in the config file (see eop_run Configuration File for more information):
eop_run -s environment config username [client-password [dbms-pwd]]
To restart a given portfolio:
eop_run -r environment portfolio config username [client-password [dbms-pwd]]
To restart the monitor process for a portfolio:
eop_run -m environment portfolio config username [client-password [dbms-pwd]]
eop_run Parameters
Flags
- -s
-
Submit all portfolios.
- -r
-
Resubmit one portfolio.
- -m
-
Restart monitoring one portfolio.
Variables
- environment
-
Regular LeasePak logical database environment (DBMS-neutral).
- portfolio
-
Specific portfolio for the
-r
and -m
options.
- config
-
Filename of the configuration file (see eop_run Configuration File for more information).
- username
-
Name of user submitting and monitoring EOP. Must be valid login in DBMS and in Unix, be a valid user in the logical database, have a LeasePak security record, and be authorized to use LeasePak EOP updates U0401 Submit and U0404 Halt/Restart/Skip.
- client-password
-
Client string password that is entered into the LeasePak client when connecting to LeasePak. Optional—prompted for if omitted.
- dbms-pwd
-
Encrypted SQL password that is used to log onto the LeasePak logical database. Disallowed if client-password is omitted, otherwise optional. Prompted for if omitted or disallowed.