DX Unified Infrastructure Management

 View Only
  • 1.  Activate/Deactivate a checkpoint on oracle probe via NAS script

    Posted Nov 15, 2024 10:57 AM

    Hi Everyone, 

    Can I activate/deactivate a checkpoint in the Oracle probe from an alarm using a NAS script?
    Any suggestions on how this script should be?
    Best regards...!!!


  • 2.  RE: Activate/Deactivate a checkpoint on oracle probe via NAS script

    Posted Nov 15, 2024 04:38 PM

    Yes, though the difficulty of doing it depends on the details of your situation.

    The controller has a callback probe_config_set where you give it the name of the probe, section in the config file, key name and value. You can send this from a windows batch file using pu. Then after setting the value, send a _stop or _reset to the oracle probe to cause it to restart and read the changes.

    You would need to use Lua if you need to extract from the alarm any data. and you would use nimbus.request() to send the callback.




  • 3.  RE: Activate/Deactivate a checkpoint on oracle probe via NAS script

    Broadcom Employee
    Posted Nov 25, 2024 05:00 AM

    hi Miller,

    did you manage to get this done or do you need any help?




  • 4.  RE: Activate/Deactivate a checkpoint on oracle probe via NAS script

    Posted Nov 28, 2024 09:09 AM

    Hi Setev, in fact we resolved this requiriment, with a script at the server, this script is start with a trigger from NAS and the script connect to DB and insert the data the we need. This is the procedure more easy that we found.

    If you has other strategy may be you can explainad i am sure that help to anyone...!!!

    Best Regards...!!!




  • 5.  RE: Activate/Deactivate a checkpoint on oracle probe via NAS script

    Posted Dec 05, 2024 05:55 AM

    Hi Miller,

    Would you be able to share the script? I'd be interested to see the solution.

    Thanks in advance,

    Sam