DX Unified Infrastructure Management

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

    Posted 22 days ago

    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 22 days ago

    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 12 days ago

    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 9 days ago

    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 2 days ago

    Hi Miller,

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

    Thanks in advance,

    Sam