Sharing processing environment of multiple instances

To configure Operations Manager to share action processing environments of multiple instance, a DEFIPCS command is required for each instance. The following commands show an example of three systems. The system names are DALLAS, DETROIT, and DENVER. Each of the systems share its action processing environment, and each of the systems use the action processing environment of other instances.

On DALLAS system:
DEFIPCS NAME LSTNENV APPL GOMRSCL USER TCPIP ADDR :: PORT 43001
DEFIPCS NAME DETROIT APPL GOMRSCC USER TCPIP ADDR mich-opcenter.myorg.com PORT 43001
DEFIPCS NAME DENVER APPL GOMRSCC USER TCPIP ADDR colorado-admin.myorg.com PORT 43001
On DETROIT system:
DEFIPCS NAME LSTNENV APPL GOMRSCL USER TCPIP ADDR :: PORT 43001
DEFIPCS NAME DALLAS APPL GOMRSCC USER TCPIP ADDR texas-ops-01.myorg.com PORT 43001
DEFIPCS NAME DENVER APPL GOMRSCC USER TCPIP ADDR colorado-admin.myorg.com PORT 43001
On DENVER system
DEFIPCS NAME LSTNENV APPL GOMRSCL USER TCPIP ADDR :: PORT 43001
DEFIPCS NAME DALLAS APPL GOMRSCC USER TCPIP ADDR texas-ops-01.myorg.com PORT 43001
DEFIPCS NAME DETROIT APPL GOMRSCC USER TCPIP ADDR mich-opcenter.myorg.com PORT 43001

The following is an example of an hourly schedule and a chain of actions defined on the DALLAS system:

DEFACTN NAME QUID1 COMMAND ‘CP QUERY USERID’ ENV LVM,N,*,N NEXTACTN QUID2
DEFACTN NAME QUID2 COMMAND ‘CP QUERY USERID’ ENV SVM,N,DETROIT,N NEXTACTN QUID3
DEFACTN NAME QUID3 COMMAND ‘CP QUERY USERID’ ENV LVM,N,DENVER,N
DEFSCHD NAME HHH1 WHEN 00 ACTION QUID1

The first action processes at the local system in the local virtual machine, the second action processes at the DETROIT system in any action processing service machine, and the third action processes at the DENVER system in the local virtual machine.