DataPower

DataPower

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  Mpgw Probes

    Posted 01/19/17 01:58 PM

    Is there a way to turn off all mpgw probes? Anyone else already doing this? Any pointers or advise would be appreciated!



  • 2.  RE: Mpgw Probes

    Posted 01/20/17 11:20 AM

    Hi Amy,

    IBM has a new tool called DataPower Operations Dashboard. Among many troubleshooting features, it also offers a view to see all the probes that are on across multiple appliances. It does not give you an option to disable all of them with a push of a button though, as that is not the intent of the tool, but it does tell you exactly what is on and where. I can provide you with more information about this tool if you need.

    You can then go to the domain and mpgw object through CLI or WebGUI and disable them.

    You can also create a CLI script that will disable the probes for you by using the following commands:

    switch domain DOMAIN_NAME
    configure terminal
    mpgw MPGW_NAME
    debug-mode off
    exit
    exit



  • 3.  RE: Mpgw Probes

    Posted 01/21/17 01:13 AM

    Amy,

    On control panel click on "Troubleshooting" and switch to the 2nd tab. There you will see a list of all opened probes in your domain. Although, there is no "disable all probes" button, it (a) gives you a complete picture of opened probes and (b) allows you to close them one by one from the window.

    You could always develop a simple SOMA script that makes that logic.

    BR,

    Gosha



  • 4.  RE: Mpgw Probes

    Posted 07/14/20 11:44 AM

    Hello Amy/All,

    Is there any way to extract all the proxy which has a probe enabled using a SOMA script.

    We have a SOMA script to disable probe , we are looking for the script to fetch proxies with probe enabled.
    Any suggestions appreciated.


    Thanks,
    Sivakumar



    ------------------------------
    Sivakumar Kothakota Websphere Datapower,CastIron developer
    Miracle Software Systems
    Visakhapatnam, Andhrapradesh AP
    (248) 233-1870
    ------------------------------



  • 5.  RE: Mpgw Probes

    Posted 07/14/20 01:57 PM
    Answered in another thread that you started with the same subject.....

    ------------------------------
    Charlie Sumner
    ------------------------------



  • 6.  RE: Mpgw Probes

    Posted 02/07/17 05:19 AM

    Hi Amy,

    If you wanted to turn off the probe for MPGW then you can do manually for each.

    we can turn off the probe for multiple MPGW's  while deploying using simple curl commands from one domain to another.

    Yes for multiple MPGW's we can set it as default probe off.



  • 7.  RE: Mpgw Probes

    Posted 07/14/20 01:59 PM
    No, there's no way out of the box.  You can build a simple script to get the names of all of your mpgw's in each domain using a get-config using SOMA. Then take this result and send a SOMA command to turn DebugMode to 'off' using a set-config.

    ------------------------------
    Charlie Sumner
    ------------------------------