+ Reply to Thread
Results 1 to 5 of 5

Thread: Monitors - Starting and stopping

  1. #1
    Guest.Visitor Guest

    Default Monitors - Starting and stopping

    The only way I know of requires you to be at V5R2, and have the monitor set to autostart when the Management Central server starts. To stop the monitor, ENDTCPSVR *MGTC. To start it, STRTCPSVR *MGTC.

  2. #2
    tdeiulio@nysutmail.org Guest

    Default Monitors - Starting and stopping

    Will this stop all monitors? I only want to stop a particular monitor. Can't be done??

  3. #3
    Guest.Visitor Guest

    Default Monitors - Starting and stopping

    Yes, that would stop all monitors. I do not think there are any APIs or commands documented for this. You may have to reverse-engineer how monitors are told to stop and start, by tracing the TCP communication between Management Central and the iSeries when you stop and start them. V5R2 iSeries Navigator for Wireless (http://publib.boulder.ibm.com/iserie...m5overview.htm) apparently can stop & start Job, File, and B2B monitors, but not System or Message monitors. Again, you may be able to reverse-engineer it by tracing the communications.

  4. #4
    tdeiulio@nysutmail.org Guest

    Default Monitors - Starting and stopping

    How do I stop and start a monitor under program control using either a command or api call. We have an operator message queue monitor that runs on the weekends that needs to be temporarily "shut off" and than reinstated at a later time without using Management Central. Any ideas? Tom.

  5. #5

    Default Monitors - Starting and stopping

    CALL PGM(QYPSENDS) /* End Management Central Server */ MONMSG MSGID(CPFB923) CALL PGM(QYPSSTRS) /* Start Management Central Server */ MONMSG MSGID(CPFB921)

+ Reply to Thread

Similar Threads

  1. Starting/Stopping a Web application
    By Guest.Visitor in forum General
    Replies: 0
    Last Post: 05-15-2006, 07:11 AM
  2. Justifying LCD monitors
    By TonyT in forum Management
    Replies: 2
    Last Post: 01-14-2005, 06:56 AM
  3. Ops Navigator job monitors
    By todd.lane@towneair.com in forum General
    Replies: 0
    Last Post: 07-13-2004, 07:54 AM
  4. Message monitors
    By Guest.Visitor in forum Management
    Replies: 3
    Last Post: 04-12-2004, 08:37 AM
  5. Automating starting/stopping Tomcat
    By B.Kline in forum Linux/Open Source
    Replies: 4
    Last Post: 06-03-2003, 07:07 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts