----- Forwarded by Jeff CTR Vandenbussche/ACT/CNTR/FAA on 11/18/02 02:37 PM
-----
Jeff CTR
Vandenbussche To: "Allison, Jason
(JALLISON)" <JALLISON@arinc.com>
cc:
11/15/02 09:34 AM Subject: RE: [nv-l] Changing
label of node(Document link:
Jeff CTR Vandenbussche)
Jason,
Thanks again for your help so far. If you don't mind I have 2 more
questions.
1) Is there a way to update the label on a read only map? The code I have
so far only seems to be updating the read-write map. Only if I refresh the
read-only map, does the label change take effect.
2) It also only seems to work if the GUI is started by the admin user. Do
I need to change the permissions on the map or user, or something similar?
Current map permissions are:
-rw-rw-rw- root system default
Map location for distributed client machines.
Map Name Hostname
-------- --------
default zcynsm1
FYI We generally have a possiblity of up to 2 users viewing the GUI at
any one time. A generic user is always (24/7) logged in to the GUI. The
admin user is only logged in on certain occasions. Therefore the generic
user is generally the read-write map, while the admin user, when logged in,
is usually the read-only map.
Any suggestions would be greatly appreciated.
Thanks,
Jeff
-rw-rw-rw- root system default
"Allison, Jason
(JALLISON)" To: "'nv-l'"
<nv-l@lists.tivoli.com>
<JALLISON@arinc.c cc:
om> Subject: RE: [nv-l] Changing
label of node
11/08/02 11:01 AM
I should have added that your results are expected and as documented.
OVwInit needs to be called from Netview as you error codes documentation
shows.
Jason Allison
Principal Engineer
ARINC Incorporated
Office: (410) 266-2006
FAX: (410) 573-3026
-----Original Message-----
From: Allison, Jason (JALLISON) [mailto:JALLISON@arinc.com]
Sent: Friday, November 08, 2002 10:56 AM
To: 'nv-l'
Subject: RE: [nv-l] Changing label of node
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@faa.gov
[mailto:jeff.ctr.vandenbussche@faa.gov]
Sent: Friday, November 08, 2002 10:36 AM
To: Allison, Jason (JALLISON)
Cc: nv-l@lists.tivoli.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
---------------------------------------------------------------------
To unsubscribe, e-mail: nv-l-unsubscribe@lists.tivoli.com
For additional commands, e-mail: nv-l-help@lists.tivoli.com
*NOTE*
This is not an Offical Tivoli Support forum. If you need immediate
assistance from Tivoli please call the IBM Tivoli Software Group
help line at 1-800-TIVOLI8(848-6548)
---------------------------------------------------------------------
To unsubscribe, e-mail: nv-l-unsubscribe@lists.tivoli.com
For additional commands, e-mail: nv-l-help@lists.tivoli.com
*NOTE*
This is not an Offical Tivoli Support forum. If you need immediate
assistance from Tivoli please call the IBM Tivoli Software Group
help line at 1-800-TIVOLI8(848-6548)
|