Hi,
We have a ems application developed using java for a network device. Which we have integrated with Network Node Manager 6.1 (HP OpenView) on Windows NT4.0.
We are able to invoke the application from the maps/submaps where our device has been discovered. To invoke the application we have created the Registartion, fields, conf and symbols files.
Our application accepts 4 variables as input.
1. IP Address of the device
2. GET Community
3. SET Communiy
4. Timeout (The time till which our application tries to connect to device)
As of now following line in the registration file invokes the application
Command "Manager.exe $OVwSelection1";
The $OVwSelection1 gives the IP Address of the device. I want to know through which variables can we access the community string , time out values set in the HP OpenView for a particular device can be accessed. So that we can directly pass to the
Command similar to $OVwSelection1.
It will be a great help if somebody helps us out.
Thanks in Advance
Anantha
We have a ems application developed using java for a network device. Which we have integrated with Network Node Manager 6.1 (HP OpenView) on Windows NT4.0.
We are able to invoke the application from the maps/submaps where our device has been discovered. To invoke the application we have created the Registartion, fields, conf and symbols files.
Our application accepts 4 variables as input.
1. IP Address of the device
2. GET Community
3. SET Communiy
4. Timeout (The time till which our application tries to connect to device)
As of now following line in the registration file invokes the application
Command "Manager.exe $OVwSelection1";
The $OVwSelection1 gives the IP Address of the device. I want to know through which variables can we access the community string , time out values set in the HP OpenView for a particular device can be accessed. So that we can directly pass to the
Command similar to $OVwSelection1.
It will be a great help if somebody helps us out.
Thanks in Advance
Anantha