nv-l

RE: [nv-l] Changing label of node

2002-11-08 10:55:50
Subject: RE: [nv-l] Changing label of node
From: "Allison, Jason (JALLISON)" <JALLISON AT arinc DOT com>
To: "'nv-l'" <nv-l AT lists.tivoli DOT com>
Date: Fri, 8 Nov 2002 10:55:50 -0500
Is your goal just to have it run automatically when the OV processes start
up or automatically start when the TME 10 starts up?

My apps start when the GUI comes up, you can achieve this by creating a
registration file in ./OV/registration/C like this:
Application "AppName"
{
    Command -Initial "./myy-app-location/bin/app-name";
}

This will cause the app to start running when the GUI comes up.  I have not
implemented an application to start running when the OV processes start up.

What is your goal?

Jason Allison
Principal Engineer
ARINC Incorporated
Office:  (410) 266-2006
FAX:  (410) 573-3026


-----Original Message-----
From: jeff.ctr.vandenbussche AT faa DOT gov
[mailto:jeff.ctr.vandenbussche AT faa DOT gov]
Sent: Friday, November 08, 2002 10:36 AM
To: Allison, Jason (JALLISON)
Cc: nv-l AT lists.tivoli DOT com
Subject: RE: [nv-l] Changing label of node



Jason,

Thanks for your help so far.  What I am down to now is they "way" in which
I call this code.  If I call this code through a registration file through
the GUI, it works fine.  What we have is polling daemons that are
registered through an lrf.  If I call the code via the lrf daemon, or via
the command line, it fails in OVwInit() with the error:

[OVw_OVW_NOT_RUNNING]
      The application was not invoked from the Tivoli NetView program.


      Any suggestions?

      Thanks,

      Jeff







<Prev in Thread] Current Thread [Next in Thread>