Owners Manual

Table Of Contents
New Features/Devices Supported in 6.2 Service Pack 3
15
If you have created custom Action scripts using perl you may encounter
execution or compilation errors similar to the ones show here. Note that Pre-
seeded perl action scripts in OMNM still runs as expected without this issue.
Cannot load ‘
/usr/lib/perl5/5.22/i686-cygwin-threads-64int
...’
or Compilation failed in require at
/usr/lib/perl5/5.22/i686-cygwin-
threads-64int
...
These are due to issues with the embedded perl version 5.22 where numerous
libraries have been omitted. The work around is to revert to Perl version v5.14
Workaround on Windows - Use Prior Perl Version 5.14
Set Perl to use version 5.14 by executing the following commands from an Oware
prompt:
mv -n ~/oware3rd/cygwin/bin/perl.exe ~/oware3rd/cygwin/bin/
perl.exe.ORIGINAL
cp ~/oware3rd/cygwin/bin/perl5.14.2.exe ~/oware3rd/cygwin/bin/
perl.exe
perl --version # Confirm that version output contains: v5.14.2
Confirm that following script runs OK (or use your script)
perl ~/owareapps/performance/scripts/http_test.pl
To set Perl back to version 5.22 execute the following commands from an Oware
prompt:
cp -f ~/oware3rd/cygwin/bin/perl.exe.ORIGINAL ~/oware3rd/
cygwin/bin/perl.exe
perl --version # Confirm that version output contains: v5.22.1
Confirm that following script FAILS with 'Compilation failed'
perl ~/owareapps/performance/scripts/http_test.pl
This issue will be resolved in OMNM 6.5 SP1 by moving to a newer perl version.
(30032)
New Features/Devices Supported in 6.2 Service Pack 3
Added 9.11 firmware support for Dell Networking FTOS models: S6100, S6010,
S4048T-ON, S3100, S3148, S3124, S3124F, S3124P, S3148P, IOA/MXL, FX2 IOA,
S4810, S4820T, S5000, S6000, Z9500. (28755)
Driver support added for Dell Networking N3132PX model running 6.3.5.x
firmware. (28768)
Driver support added for netgear. Supported models include FS726T, FS726TP,
FS728TP, FS728TPv2, FS752TP, FSM7226RS, FSM7250RS. (28699)
A Logs tab is now exposed when navigating to the equipment details panel >
(example Resource manager > details or topology > detail). The logs tab allows
you to enter free form maintenance log information that can be reported on.
(28777)