Specifications
SPECTRUM Software Release Notice (SSRN)
For SPECTRUM 6.6 with Service Pack 5 CD release
Page 45
Document 5156
SpectroSERVER
Corrected Issues: SpectroSERVER
Item Problem Resolution
1 FlashGreenEnabled functionality was not
working in 06.05.01.
This was resolved by adjusting the code
so t h a t w h e n Fl a s hG r e enEnabled is set to
“true” and a model's alarms are cleared,
the model will flash green.
2 When available threads values were
changed in the VNM -> Configuration ->
Thread Information view GUI, the values
were written to the database but the
$SPECROOT/SS/.vnmrc file was not
updated.
This was resolved by removing the
default entries from the
.vnmrc file to
avoid confusion when the values are
updated via the GUI.
max_total_work_threads=
max_poll_threads=
max_log_threads=
max_notification_threads=
max_request_threads=
max_destroy_threads=
max_ih_timer_threads=
3 SpectroSERVER was experiencing
stability issues when modeling a
Tandberg Encoder device.
This was resolved by adding error
checking to the code to check for NULL
values and error messages.
4 SpectroSERVER performance was
degraded when ATMClientApp models
configured ATM links. The default
configuration interval was set to 30
minutes and some external tables
required 20 minutes to read due to their
large size. The frequent reconfigurations
caused a heavy load on the
SpectroSERVER.
This was resolved by changing the
default configuration interval to one day.
In addition, if the attribute,
Create_Sub_Interfaces (11f3c),
is set to “FALSE” the SpectroSERVER will
turn off the timer that reconfigures ATM
link models.
5 For Host_Compaq version 1.13, looping
OIDs in the firmware created an endless
loop in the read_next code because the
end of table was NEVER reached. This
caused memory growth and a
SpectroSERVER crash.
This was resolved adding loop detection.