| > same data center monitoring the same systems. However, if you move
> towards two or more screens in different locations monitoring the same
> set of systems, the situation is out of control. This is what they
> now have since they have consolidated data centers and, in general,
> will have the same C3 screen up in different locations (which are in
> different states and/or countries).
Believe me, we more than understand the issue. This feature has been
officially suggested for a future release.
> I realize that PCM doesn't do this (reset icon colors across multiple
> C3 screens). However, I have the following questions that might help
> me figure out a way to do this for them.
> 1) With the callable interface, is there any way that a program can be
> written to tell PCM to reset the icon colors on the C3 screen? Even
> if it's not a supported call, that's okay because they will pay us
> (Digital) to do it and they understand it's a custom feature.
No there is not and thats the code that needs to be written into the
C3.
> 2) Is there any other way to trigger a C3 screen to clear the icon
> color?
If you mean is there a magic callable routine to clear it, no there is not.
> I thought that we might change the option to have the icon
> display the color of the LAST event and then force a low priority
> event to occur. However, this won't really give us the default
> white (unless we redefine one of the other colors to be white)
> and it does create some additional procedural problems.
This idea has merit. You could write a routine to call CMUserSendEvent
to send an event to ENS which would then send it to the various action
routines and C3's. You could make this an Indeterminate priority event
and then change the color to White. The problem is that there is no way
to make the C3 tell this application to generate the event when an icon
is reset so we are really back to square one.
> 3) Is there any way to use the clear or acknowledge functions from the
> ENS screens to force the C3 screen to reset the icon?
No, as only the Eventlist application acts on the Clear/Ack feature.
> 4) Any other ideas either technical or procedural?
The only real solution is an enhancement to the product. The hooks we
need to even hack a temporary solution just aren't there. I wished I
had better news for you but I don't.
What most sites do is use Eventlist as their main Event management
application and train their operators to just ignore the icon
colors on the C3. The Eventlist window has the same capabilities as the
C3 in terms of viewing events and their context plus it has the
Clear/Ack feature that you need. If your worry is that the operators
will kill the Eventlist and forget to bring it up via the C3 there is
an easy solution to that. Simply create a filter to dispatch the
Mutli-Line Window action to the various X-displays. Even if the
operator accidentialy kills the window, ENS will start a new one when
the next event occurs.
Regards,
Dan
Thanks in advance,
Larry
|
| Thanks, Dan. I figured as much but I wanted to get one more opinion.
My next thoughts were to use a combination of the ENS screen
capabilities plus some changes in procedures. In fact, I did discuss
using ENS as the primary control mechanism with the customer last fall
and they were at least amenable to discussing it. The issue slid down
the priority list but now has resurfaced since they began consolidating
data centers and managing things remotely.
I will post any ideas that I come up with for the benefit of any one
else with a similiar need.
Larry
|