DX Unified Infrastructure Management

  • 1.  How to step through PDS results

    Posted May 09, 2013 01:03 PM

    Hello

     

    (I tried to post this in the development forum, but for a while now the new message button does not work?!)

     

    Ok, my inability to get my head around PDS structures is really getting me down!  What I’m trying to do is perform a callback on a ntServices probe to see if a specific service is running or not.  What I’ve done so far is just to perform a “list_services” callback, which fills my output pds with a table of info:

     

    my ($iret,$pds_out) = nimNamedRequest ($serverName, "list_services", $pds, 90);

     

     

    This gives (a section only, produced by ‘dumping’ the contents):
    .
    .
    .
    NimbusWatcherService PDS_PDS          90
     display         PDS_PCH          22  Nimsoft  Robot  Watcher
     state           PDS_PCH           8 running
     ctrls           PDS_I             2 1
     LogOnAs         PDS_PCH          12 LocalSystem
    .
    .
    .

    I want to be able to step through the PDS, looking for (for example) “NimbusWatcherService” and once found, get the ‘state’ value (ie, ‘running’).

     

    Any ideas on how I’d do this (in Perl preferably, but Java at a push).

     

    Thanks in advance for your help!

    Lee



  • 2.  Re: How to step through PDS results

    Posted May 09, 2013 05:08 PM

    Hi!

     

    This thread should help you out. It's basically the same.

     

    -jon



  • 3.  Re: How to step through PDS results

    Posted May 10, 2013 01:24 PM

    Hi Jon

     

    Thanks for this; despite trawling though the forum for hours, I managed to miss this example. As you say, it looks very relevant  indeed.

     

    Cheers!

     

    Lee   :smileyhappy: