Previous Topic: Defining CA Automation Point Systems to CA OPS/MVS

Next Topic: Command-level Security


Recycling the CA OPS/MVS Communications Interface

You can stop and restart, or recycle, the CA OPS/MVS interface independently of the CA Automation Point desktop. Recycling the interface is useful in the following situations:

You can recycle the CA-OPS/MVS Communications Interface manually, programmatically, or automatically (based on an event).

To manually recycle the CA OPS/MVS interface

  1. From the CA Automation Point desktop, go to the CA-OPS/MVS Messages window.
  2. Select Action, Recycle OPS Communications Interface.

To programmatically recycle the CA OPS/MVS interface

  1. Run an AP REXX program to issue the following command:
    address AXC 'SESSCMD /@"RECYCLE_OPS"/ SESSION(AXC)'
    

To automatically recycle the CA OPS/MVS interface based on a monitored event

  1. Write a CA Automation Point rule to recycle the interface. For example:
    MSGID(RECYCLEOPS) SESSCMD((@"RECYCLE_OPS") SESSION(AXC))
    
    MSGID

    Specifies the initial identifying character string of an event monitored by CA Automation Point reported as a message.

    SESSCMD

    Specifies a keystroke string that can contain text or keystrokes to be sent to the session that issued the current message.

    SESSION

    Specifies the session name or type.

For more information about these keywords, see the Command and Keyword Reference Guide.