Specifications
Table Of Contents

Software Superseded by CS2/MMS2 Software Release Notice for 5.0rev1
5-10 CS2 and MMS2
Models will now reg_watch_change after the first successful read of the
model's attributes. When a change does occur, the IH ensures that a write is
necessary by checking the current value of the external attribute before
writing.
FrameRelay DTE models were disappearing. Added code to check that DLCIs
are unique before attempting to shift the modeling.
SPECTRUM_5.0rev1.P31
Included in P34, P41, and P48.
SPECTRUM_5.0rev1.P32
After editing a policy, any attempt to exit the application causes it to hang
forever. It appears that this only happens after saving a policy, not when just
viewing them.
The issue is that when GET_EXISTING_ALARMS was set to “false” in the
.alarmrc and then AlarmNotifier was started, sometimes the user would see
alarms come through that had a time stamp of earlier than when
AlarmNotifier was started.
To resolve this, when AlarmNotifier makes the initial request to the
SpectroSERVER explaining what kind of alarms should be received, if
GET_EXISTING_ALARMS is false, a filter specifying ALARM_DATE_TIME
> (startup time) is added. With this filter added to the criteria, even if an
update on an existing alarm comes in, it will not pass this filter and not be
sent to AlarmNotifier. This seems to work as expected. The additional filter is
not added if GET_EXISTING_ALARMS is true.
SPECTRUM_5.0rev1.P33
Host_Compaq does not work well with Insight Mgr 4.11.
Compaq has two sets of error logs. One for Insight Manager 4.11 and the other
for Insight Manager 3.11. Compaq introduced a new object (attribute) that
indicates which set of attributes is being used.
The cause of the problem is that two Event Log Views are being displayed in
SPECTRUM. Only one of them is supported by Insight Manager, which is
determined by the version you are running. One view will contain no
information, which is confusing.
The solution is to create an inference handler to query the new object
(external attribute, cpqHeEventLogSupported). Based on the value of this
attribute we will display only the correct Event Log view.
The SpectroSERVER is crashing while running ADISC. This is caused by the
function is_it_a_SUN de-referencing a zero value. This has been resolved by
checking the value before de-referencing.
SPECTRUM_5.0rev1.P34
Included in P41 and P48.