|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
From: IT Resource Center (support_feedback_at_us-support2-mail.external.hp.com)
Date: Sun Dec 08 2002 - 09:51:08 CST
HP Support Information Digests
===============================================================================
o IT Resource Center World Wide Web Service
---------------------------------------------------
If you subscribed through the IT Resource Center and would
like to be REMOVED from this mailing list, access the
IT Resource Center on the World Wide Web at:
Login using your IT Resource Center User ID and Password.
Then select Support Information Digests (located under
Maintenance and Support). You may then unsubscribe from the
appropriate digest.
To download a patch referenced below, access the
IT Resource Center on the World Wide Web at:
Login using your IT Resource Center User ID and Password.
Then select Individual Patches (under Maintenance and Support)
to access the patch. You may also download a patch via anonymous
ftp(1) from ftp.itrc.hp.com.
===============================================================================
Digest Name: weekly HP-UX series 800 10.X patch digest
Created: Sun Dec 8 6:05:02 EST 2002
Table of Contents:
Document ID Title
--------------- -----------
PHCO_27804 s700_800 10.20 POSIX shell cumulative patch
PHSS_28347 s700_800 10.20 OV NNM6.2 xnmcollect exits
PHSS_28230 s700_800 10.20 OV OB4.10 patch - SNAPA packet
PHSS_28224 s700_800 10.20 OV OB4.10 patch - INFORMIX packet
PHSS_28156 s700_800 10.20 OpenMail B.07.00 December 02 Periodic Patch
PHSS_28154 s700_800 10.20 OpenMail B.06.00 December 02 Periodic Patch
PHSS_27878 s700_800 10.20 CDE DevKit Periodic Patch
PHSS_27877 s700_800 10.20 CDE Runtime Periodic Patch
PHCO_28128 s700_800 10.26 libc cumulative patch
The documents are listed below.
-------------------------------------------------------------------------------
Document ID: PHCO_27804
Date Loaded: 20021206
Title: s700_800 10.20 POSIX shell cumulative patch
Patch Name: PHCO_27804
Patch Description: s700_800 10.20 POSIX shell cumulative patch
Creation Date: 02/12/02
Post Date: 02/12/06
Hardware Platforms - OS Releases:
s700: 10.20
s800: 10.20
Products: N/A
Filesets:
OS-Core.UX-CORE OS-Core.CORE-ENG-A-MAN
Automatic Reboot?: No
Status: General Release
Critical: No
Path Name: /hp-ux_patches/s700_800/10.X/PHCO_27804
Symptoms:
PHCO_27804:
1. sh-posix(1) does not handle the file-system related
failures correctly.
2. sh-posix(1) does not create temporary files properly.
3. In script containing special builtin "eval",if
evaluation of arguments result in any error,the
script exits abruptly.
PHCO_22536:
1. sh-posix read does not set REPLY by default.
2. sh-posix gets SIGBUS when executing scripts.
3. sh-posix command buffer corrupted due to incorrect
use of eval builtin.
4. dtterm exits on resizing of window for 12 times.
5. Using "print..\c" option results in displaying
the incorrect prompt string.
6. The posix-sh can core dump if it receives SIGWINCH
during startup.
7. sh uses /tmp for here documents - large shar files
cannot unpack
8. POSIX shell can fail login attempts if history file
cannot be trimmed
9. sh-posix dumps core with history in heterogeneous
environment.
10. sh-posix does not trap SIGHUP if received within a
function
11. File globbing in sh-posix(1) fails for large files.
PHCO_19052:
1. Posix shell can not keep the correct cursor position
on multibyte locale.
2. Filename pattern match and case pattern match fail
in posix shell.
3. Posix shell coredumps with script using many heredocs.
4. Posix shell does not handle SIGWINCH correctly while
executing functions.
PHCO_16734:
1. Posix shell dumps core during oracle
installation. When non-interpreter
scripts are executed through "sh -c",
the shell dumps core at times.
2. Posix shell does not source a file a second
time if the file that is being sourced, defines
a function with the same name as the file.
PHCO_16370:
Posix shell command substitution in while
list does not work as before. Behaviour of
10.20 posix shell seems to have changed
from that of 10.10 posix shell.
PHCO_16063:
1. Posix shell goes to infinite loop by
receiving signal.
2. Posix shell does not handle command
substitution of variables of length 2047,
3071, etc. correctly. When a variable is
assigned a string of length equal to
2047/3071/..., the result of command
substitution using this variable retains
only the last 1023 bytes of the variable.
PHCO_15643:
1. 10.20 Posix subshell exits prematurely on a
uniprocessor. When posix shell is executed from
a script on a uniprocessor, the shell exits by
itself, without the user typing an explicit
<exit>.
2. Posix shell displays wrong value for ulimit -Sc.
PHCO_14180:
1. Values of variables initialized as a prefix to
invoking a script, are lost inside the script.
The following commands loose the value of TERM
inside the script.
/usr/bin/sh "TERM=450 ./script" or
/usr/bin/sh -c "TERM=450 ./script"
where script just echos the value of TERM. The
output from the above commands is not 450 as
expected, but the value of TERM before invoking
the command.
2. Posix shell does not wait for zombies while in
vi/emacs input mode. When in vi/emacs input mode,
<defunct> processes are seen in the process list
even after the background jobs terminate. They
disappear once an <enter> is input on the terminal
that started the job.
3. When posix shell encounters an invalid multibyte
sequence in the input, it silently exits without
notifying the user.
PHCO_13661:
Problem with set -e in sh-posix:
When set -e is on, sh-posix does not exit on
encountering error while expanding the word list
in a for statement. This happens even in a case
statement and a pipe list. Scripts like the
following do not exit on error.
set -e
for i in `sort a_non_existent_file`
do
echo Hello $i
done
echo "return code is " $? " ->Should not display this."
PHCO_13359:
1) None
PHCO_10718:
1) When sh-posix sees history file (using old internal
magic cookies) of pre-10.10 release, it simply
unlinks (discards) that history file.
2) The test command fails even when supplementary
group permission is present.
3) If shell scripts having execute permission set and
does not have read permission, when executed, it
starts spawning new copies of the script until the
process table fills.
PHCO_10066:
When sh-posix is executing a process in the foreground
and the terminal is resized, then after the completion
of foreground process,the LINES and COLUMNS environment
variables are not updated.
PHCO_9925:
Certain shell scripts does not work correctly when
executed by posix shell when LANG set to multibyte
character set. Adding some comments or empty lines
sometimes solve the problem.
PHCO_9227:
1) While using in-line command editing, characters
would sometimes appear that had not been typed
by the user, most commonly ^B. Also, in editing
long history lines, especially near the end of
the lines, garbage characters would appear and
the line couldn't be edited properly.
2) Posix shell when invoked with -c or called by
the system() library call did not read commands
from $ENV file.
3) When Posix shell scripts were run with sh -c or
system() calls, environment variables were being
set or changed incorrectly.
E.g. sh -c "VAR=x a.out; echo \$VAR" should echo a
blank, but instead echoes "x" because VAR was
changed in the parent's environment.
4) In Posix shell scripts run with sh -c or system()
calls and including embedded "here" documents,
temporary files (/tmp/sh?????.?) were not removed
upon completion.
E.g.
sh -c "cat <<=
hello
="
left a file (/tmp/sh?????.?).
PHCO_8785:
1) A trap set within a function has no effect after
the function returns.
For example,
trap 'echo exiting' EXIT
f()
{
trap 'echo alternate' EXIT
}
f
will produce output:
alternate
exiting
Correct output for a POSIX compliant shell is:
alternate
2) exit called from within a sourced file ( . file )
from within a function exits the sourced file,
but not the shell.
For example, if file t1 contains:
f()
{
. ./t2
}
f
echo should not get here
and file t2 contains
exit
Output is "should not get here", but this script
should produce no output.
3) Some builtin commands cause the shell to exit
when the command contains a syntax error.
For example,
( fc -e ; echo code = $? ; exit 0 ) ; echo $?
should output:
sh: fc: Specify a parameter with this command.
code = 1
0
but instead produces:
sh: fc: Specify a parameter with this command.
1
PHCO_8578:
shell dumps core on 'sh -c "a | b"'
shell dumps core when here-doc is part of command
substitution
posix shell cd -P and pwd -P can fail when current
directory path includes symbolic links where the
link starts with ../
pwd -P can return a path that does not exist.
Defect Description:
PHCO_27804:
1. sh-posix(1) does not handle the file-system related
failures correctly.
Resolution:
The code has been modified to fix the defect.
2. sh-posix(1) does not create temporary files correctly.
Resolution:
The code has been modified to create temporary files
correctly.
3. In script containing special builtin "eval",if
evaluation of arguments result in any error,the
script exits abruptly.
The problem can be reproduced as follows:
Run the following script.
$cat eval.sh
#!/usr/bin/sh
count=1
while [ "$count" -ne 5 ]
do
eval cd /abc # /abc does not exist!!!
count=$(($count+1))
done
$./eval.sh
./eval.sh[7]: /abc: not found
$
The correct output should be :
./eval.sh[7]: /abc: not found
./eval.sh[7]: /abc: not found
./eval.sh[7]: /abc: not found
./eval.sh[7]: /abc: not found
Resolution:
Now the code has been modified so that shell will exit
only when it encounters a syntax error with special
builtin "eval".
PHCO_22536:
1. When REPLY is typeset in a function, a new scope
is created for REPLY. But, read was initializing
the input to the old scope of the REPLY. As a
result, when REPLY was examined in the function,
it is seen to be not initialized with the input.
Resolution:
Now, read takes care to initialize the value to
the new scope of REPLY.
2. sh-posix received a SIGBUS under the
circumstances at the customer's site because a
pointer in a union was accessed which was not
initialized.
Resolution:
The fix is to test if the union was initialized as
the type for which this pointer should be
initialized properly, and to skip the code that
tries to use it if not.
3. When eval is part of the last element of a pipe,
and there is an error in the execution of eval
builtin, the command buffer gets corrupted and
the script which is expected to exit since eval
is a special builtin, does not exit, but
continues to execute.
Resolution:
The problem is resolved by checking for special
builtins, while deciding to return to the script
on error. If special builtin is being processed,
then decide to exit the script. At this point,
the command buffer is cleared, so that the next
command is not corrupted.
4. /usr/bin/sh used to exit (thus closing terminal)
when it encountered SIGWINCH 12 times continuously.
Resolution:
Now sh does not exit on receival of SIGWINCH
continuously for 12 times.
5. In vi mode, Esc k followed by "print..\c"
option results in displaying the incorrect
prompt string, and also incorrect positioning
of the cursor. This is due to the use of an
incorrect buffer.
Resolution:
Necessary changes are made to the code by
using a flag, to prevent the corruption of
the prompt string.
6. The posix-sh dumps core during startup, if
SIGWINCH is sent before the initialization of
the environment by sh-posix.
Resolution:
Now SIGWINCH is held from being processed
until the complete initialization of the
environment is done by sh-posix. Once
after the initialization process is completed,
SIGWINCH is processed.
7. sh uses /tmp for creating temporary files for
heredocs and sh does not find enough space in
/tmp to store "here" document of large shar
files.
Resolution:
Now sh is made to store heredocs in /var/tmp
( which is a much larger slice than /tmp ) if
it exists, else it creates temporary files in
/tmp slice.
8. When the history file size is more than 4K and
the file is older than 10 minutes, sh gets into
a loop while trimming the history file.
trims the history file.
Resolution:
The resolution is to avoid this recursion.
9 When the command size in .sh_history file is greater
than 5KB, sh-posix dumps core. This problem is due to
an array buffer overflow.
Resolution:
Now this array allocation has been changed to dynamic
allocation to fix the problem.
10. If SIGHUP is trapped and a SIGHUP signal received,
sh-posix(1) exits after executing the trap. It should
continue to run instead.
Resolution:
sh-posix(1) was deliberately exiting after executing
the trap for SIGHUP. This part of the code has now
been eliminated, so that it continues to execute.
11. File name generation in sh-posix(1) fails for large
files. When ls and ll commands are used with wildcards
from root directory to list large files (greater than
2 GB) residing in subdirectories, sh-posix(1) fails
to find the files.
Resolution:
sh-posix(1) uses the regular system calls like lstat()
to find files during wild card expansion. Inorder that
this works correctly for large files, the corresponding
large file interface like lstat64() needs to be used.
PHCO_19052:
1. In posix shell, for multibyte locales, the
combination of builtin commands echo and read do
not maintain the correct cursor location. Under
such circumstances, the input to read command is
always displayed at the beginning of the line.
Resolution:
This problem is fixed now by making the shell
remember the contents of the line and display
it whenever the line is redrawn. As a result,
the input to read command is displayed correctly
after the previous contents of the line.
2. Filename pattern match and case pattern match fail
in posix shell. Posix shell does not follow the
collating order during filename pattern match and
case pattern match. It incorrectly follows the
values defined by the respective code set for
the characters in the patterns.
Resolution:
The posix shell is now made to use collating order
for the locales instead of the values defined by
the codeset while parsing filename patterns and
case patterns.
3. Posix shell dumps core while executing scripts
having large number of heredocs.
Resolution:
Posix shell was accessing beyond the limits of an
I/O structure which stored information about open
files. This has been set right now.
4. Posix shell aborts on receipt of SIGWINCH
while executing functions if the signal is
not trapped by the script.
Resolution:
If a SIGWINCH is received when a function is
being executed, posix shell now does not exit.
The part of code which would make it exit has
been removed.
PHCO_16734:
1. Posix shell dumps core at times when executing
non-interpreter scripts, i.e. scripts without
a #! line in the beginning through "sh -c".
The following program dumps core.
doexec.c:
main(argc,argv)
int argc;
char *argv[];
{
/* Change dir. to a path with a very long name */
chdir("/temp/tempdir/443517/ksh/10.20/PATCH/
COMBINED/usr/share/man/man1.Z");
/* Execute a non-interpreter script thro' sh -c */
execl("/usr/bin/sh", "/usr/bin/sh", "-c",
"/user/mindira/oracle/tmp/myscr");
puts("Ooops");
}
myscr:
echo HELLO
2. Posix shell allows only once to source a file
that has a name identical to the name of a function
contained in the file. Any subsequent attempt to
source the same file nothing happens. Here is an
example.
$ more les
echo executing from les file
function les
{
echo les
}
$ . les /* works fine first time */
executing from les file
$ . les /* doesn't work second time */
PHCO_16370:
Behaviour of posix shell has changed in 10.20
from the 10.10 posix shell with respect to
command substitution in while list. The
following script behaves differently on a
10.10 and 10.20 HP-UX.
#!/usr/bin/sh
while `read line`
do
echo $line
done < /etc/copyright
On a 10.10 machine, the above script displays
the contents of file /etc/copyright. On 10.20
the script displays the first line in the file
and exits with error message -
"./scr[2]: c)Copyright: not found."
PHCO_16063:
1) Posix shell goes into an infinite loop by
receiving a signal. If a signal is received
when posix shell is received, the shell may
go into infinite loop.
2) Posix shell does not handle command
substitution of variables of length 2047,
3071, etc. correctly. In the following command,
where variable "stuff" is assigned a string of
length 2047, the contents of resulting string
"str" will be the last 1023 bytes of "stuff".
str=`echo $stuff`
PHCO_15643:
1) 10.20 Posix subshell exits prematurely on a
uniprocessor. On uniprocessor machines running
one of 10.20, 10.10, 10.01 and 10.0 HP-UX'es,
the subshell run through a script exits by itself
without entering the exit routine.
2) Posix shell displays wrong value for ulimit -Sc.
'ulimit -Sc' command shows corefile size - 4290772993.
The man page on sh-posix says that this is the number
of 512-byte blocks in the size of core dumps. But
getrlimit() shows the corefile size - 2147483646.
4290772993 * 512 = 2196875772420 differs from
2147483646... Moreover, it doesn't accept this number
as input:
$ ulimit -Sc 4290772993
sh: ulimit: The specified number is not valid for this
command.
This limitation is 4194303.
PHCO_14180:
1) posix shell looses values of variables initialized
as a prefix to invoking a script in a subshell. The
following commands do not work as expected.
/usr/bin/sh -c "TERM=450 ./script"
and
/usr/bin/sh "TERM=450 ./script"
script:
echo $TERM
The output from the two commands should be 450, but
it actually is the value of TERM variable that was
before executing the command (Eg. xterm).
2) Posix shell does not reliably process SIGCLD when
waiting for input. It ignores the SIGCLDs received
when a background job terminates, while waiting for
input in vi/emacs mode. As a result, the zombies
are seen in the process list till an <enter> is
input on the terminal that started the job.
3) When the input to posix shell has invalid multibyte
sequence, it exits without notifying the user.
PHCO_13661:
If set -e is ON, sh-posix should exit on encountering errors
during processing the word list in a for statement, and
case statement. When the last command in a pipe list
fails also, it should exit if set -e is on. Currently
it is not happening. Scripts like the following should
exit on error.
set -e
for i in `sort a_non_existent_file`
do
echo Hello $i
done
echo "return code is " $? " -> Should not display this."
PHCO_13359:
1) None
PHCO_10718:
1) Since the internal magic cookies (H_UNDO & H_CMDNO) used
in history file were valid multibyte characters, the
cookies were changed to and hence avoid ambiguity when a
history file is read in multibyte locales, the old
history files were simply discarded.
2) The code segment that checks the supplementary group
permissions for the test command was not included for
compilation. And hence the test command failed even when
supplementary group permission was present.
3) If shell scripts having execute permission set and do
not have read permission, when executed, start
spawning new copies of the script without considering the
value returned by open(O_RDONLY).
PHCO_10066:
Since SIGWINCH is posted only to foreground process group,
the resize won't be notified to the sh-posix. So, sh-posix
before displaying next prompt has to check for any change in
the terminal information with respect to previous height and
width information and if any change is found, the LINES and
COLUMNS variables are updated.
PHCO_9925:
When it works with multibyte characters, it incorrectly
reads characters from the shell script file when multibyte
characters lies in the buffer boundary. This results in,
shell arbitrarily reporting errors, when parsing.
PHCO_9227:
1) While using in-line command editing, untyped
characters would sometimes appear, most often
^B. These occurred most typically when very
long command lines had been created. Also,
in editing long history lines, especially
near the end of the lines, garbage characters
would appear and the line couldn't be edited
properly.
2) Posix shell when invoked with -c or called by
the system() library call did not read commands
from $ENV file. The $ENV file is executed at
the beginning of each shell invocation. This
was not being done for "-c" or system() usage.
3) When using sh -c "command" or the system() library
call, any shell variables assignment made as a
prefix to a command would remain in the environment
for subsequent commands.
4) When using sh -c "command" or the system() library
call with a here-doc, temporary files
(/tmp/sh?????.?) were not being removed from /tmp.
PHCO_8785:
1) A trap set within a function has no effect after
the function returns. In a POSIX compliant shell,
a trap is in effect until explicitly changed by
another trap command. Entering or returning
from a function should have no effect on trap
actions. The shell was incorrectly saving the
trap actions on entry to a function and restoring
them to the caller's values upon returning.
2) exit called from within a sourced file ( . file )
from within a function exits the sourced file,
but not the shell. Since a sourced file is
executed in the current environment, an exit should
cause the shell to terminate. Instead, the exit
acts like a return in the function.
3) Some builtin commands cause the shell to exit
when the command contains a syntax error. Only
special builtin commands (those marked with daggers
on the manpage, e.g. trap) should cause the shell
to exit. Regular builtin commands (e.g., cd and
fc) should display an error and return a non-zero
exit code, but the shell script should continue
with the command immediately following.
PHCO_8578:
1) shell dumps core on 'sh -c "a | b"'
2) shell dumps core when here-doc is part of command
substitution
3) posix shell cd -P and pwd -P can fail when current
directory path includes symbolic links where the
link starts with ../
4) pwd -P can return a path that does not exist.
SR:
8606285956 8606179356 8606226614 8606156063 8606156760
8606147088 8606165046 8606126833 8606130237 8606113680
8606108349 1653298927 5003442533 1653306878 5003464628
1653245894 4701424424 4701413922 1653280933 1653239608
4701403345 5003427922 1653271627 1653266940 5003424754
5003417931 1653249557 5003404186 1653240390 5003341651
5003338087 5003331280 5003335273 5003331256 5003333450
5003327981 1653172619 1653135228 1653177865 1653149930
5003315135 5003338046 5003340166 1653206532 5003343038
Patch Files:
/usr/lib/nls/msg/C/psh.cat
/usr/bin/rsh
/usr/bin/sh
/sbin/sh
/usr/share/man/man1.Z/sh-posix.1
what(1) Output:
/usr/lib/nls/msg/C/psh.cat:
None
/usr/bin/rsh:
Version M-11/16/88f
$Revision: 78.16.1.80 $
PATCH_10_20: builtin.o echo.o macro.o msg.o cmd.o pr
int.o service.o tilde.o xec.o main.o name.o
adjust.o args.o arith.o assign.o assnum.o ca
nnon.o chkid.o convert.o ctype.o defs.o edit
.o emacs.o error.o expand.o fault.o findnod.
o gettree.o growaray.o gsort.o history.o hpu
x_rel.o io.o jobs.o linknod.o namscan.o optg
et.o rjust.o stak.o strdata.o streval.o stri
ng.o strmatch.o test.o unassign.o utos.o val
up.o vi.o word.o 02/12/02
PATCH-PHCO_20441 for 10.20; for 10.30, 11.x compatib
ility libc.a_ID
/main/r10dav/libc_dav/libc_
dav_cpe/9
/ux/core/libs/libc/archive_pa1/libc.a_ID
Nov 10 1999 10:43:44
/usr/bin/sh:
Version M-11/16/88f
$Revision: 78.16.1.80 $
PATCH_10_20: builtin.o echo.o macro.o msg.o cmd.o pr
int.o service.o tilde.o xec.o main.o name.o
adjust.o args.o arith.o assign.o assnum.o ca
nnon.o chkid.o convert.o ctype.o defs.o edit
.o emacs.o error.o expand.o fault.o findnod.
o gettree.o growaray.o gsort.o history.o hpu
x_rel.o io.o jobs.o linknod.o namscan.o optg
et.o rjust.o stak.o strdata.o streval.o stri
ng.o strmatch.o test.o unassign.o utos.o val
up.o vi.o word.o 02/12/02
PATCH-PHCO_20441 for 10.20; for 10.30, 11.x compatib
ility libc.a_ID
/main/r10dav/libc_dav/libc_
dav_cpe/9
/ux/core/libs/libc/archive_pa1/libc.a_ID
Nov 10 1999 10:43:44
/sbin/sh:
Version M-11/16/88f
$Revision: 78.16.1.80 $
PATCH-PHCO_20441 for 10.20; for 10.30, 11.x compatib
ility libc.a_ID
/main/r10dav/libc_dav/libc_
dav_cpe/9
/ux/core/libs/libc/archive_pa1/libc.a_ID
Nov 10 1999 10:43:44
PATCH_10_20: builtin.o echo.o macro.o msg.o cmd.o pr
int.o service.o tilde.o xec.o main_C.o name_
C.o adjust.o args.o arith.o assign.o assnum.
o cannon.o chkid.o convert.o ctype.o defs.o
edit.o emacs.o error.o expand.o fault.o find
nod.o gettree.o growaray.o gsort.o history.o
hpux_rel.o io.o jobs.o linknod.o namscan.o
optget.o rjust.o stak.o strdata.o streval.o
string.o strmatch.o test.o unassign.o utos.o
valup.o vi.o word.o 02/12/02
/usr/share/man/man1.Z/sh-posix.1:
None
cksum(1) Output:
3058491291 5701 /usr/lib/nls/msg/C/psh.cat
2021264661 491520 /usr/bin/rsh
2021264661 491520 /usr/bin/sh
2824296294 401408 /sbin/sh
1487582967 44913 /usr/share/man/man1.Z/sh-posix.1
Patch Conflicts: None
Patch Dependencies:
s700: 10.20: PHCO_10719
s800: 10.20: PHCO_10719
Hardware Dependencies: None
Other Dependencies:
Since the POSIX sh(1) and the ksh(1) by default
share the same history file it is advised to
install the corresponding patches on all systems
that access these.
This is of particular interest in environments
that mount home directories from a central NFS
server.
s700: 10.00: PHCO_10730 PHCO_10731
s700: 10.01: PHCO_10728 PHCO_10729
s700: 10.10: PHCO_10720 PHCO_10721
s800: 10.00: PHCO_10730 PHCO_10731
s800: 10.01: PHCO_10728 PHCO_10729
s800: 10.10: PHCO_10720 PHCO_10721
Supersedes:
PHCO_8578 PHCO_8785 PHCO_9227 PHCO_9925 PHCO_10066 PHCO_10718
PHCO_13359 PHCO_13661 PHCO_14180 PHCO_15643 PHCO_16063 PHCO_16370
PHCO_16734 PHCO_19052 PHCO_22536
Equivalent Patches: None
Patch Package Size: 980 KBytes
Installation Instructions:
Please review all instructions and the Hewlett-Packard
SupportLine User Guide or your Hewlett-Packard support terms
and conditions for precautions, scope of license,
restrictions, and, limitation of liability and warranties,
before installing this patch.
------------------------------------------------------------
1. Back up your system before installing a patch.
2. Login as root.
3. Copy the patch to the /tmp directory.
4. Move to the /tmp directory and unshar the patch:
cd /tmp
sh PHCO_27804
5a. For a standalone system, run swinstall to install the
patch:
swinstall -x autoreboot=true -x match_target=true \
-s /tmp/PHCO_27804.depot
By default swinstall will archive the original software in
/var/adm/sw/patch/PHCO_27804. If you do not wish to retain a
copy of the original software, you can create an empty file
named /var/adm/sw/patch/PATCH_NOSAVE.
WARNING: If this file exists when a patch is installed, the
patch cannot be deinstalled. Please be careful
when using this feature.
It is recommended that you move the PHCO_27804.text file to
/var/adm/sw/patch for future reference.
To put this patch on a magnetic tape and install from the
tape drive, use the command:
dd if=/tmp/PHCO_27804.depot of=/dev/rmt/0m bs=2k
Special Installation Instructions: None
-----End of Document ID: PHCO_27804------------------------------------------
Document ID: PHSS_28347
Date Loaded: 20021204
Title: s700_800 10.20 OV NNM6.2 xnmcollect exits
Patch Name: PHSS_28347
Patch Description: s700_800 10.20 OV NNM6.2 xnmcollect exits
Creation Date: 02/12/02
Post Date: 02/12/04
Hardware Platforms - OS Releases:
s700: 10.20
s800: 10.20
Products:
OpenView Network Node Manager 6.2
Filesets:
OVNNMgr.OVMIB-CONTRIB,B.06.20.00
OVNNMgr.OVNNM-RUN,B.06.20.00 OVNNMgr.OVNNMGR-JPN,B.06.20.00
OVNNMgr.OVRPT-RUN,B.06.20.00 OVNNMgr.OVWWW-JPN,B.06.20.00
OVNNMgrMan.OVNNM-RUN-MAN,B.06.20.00
OVPlatform.OVEVENT-MIN,B.06.20.00
OVPlatform.OVMIN,B.06.20.00 OVPlatform.OVSNMP-MIN,B.06.20.00
OVPlatform.OVWIN,B.06.20.00 OVPlatform.OVWWW-FW,B.06.20.00
OVPlatform.OVWWW-SRV,B.06.20.00
OVPlatformDevKit.OVWIN-PRG,B.06.20.00
OVPlatformMan.OVEVENTMIN-MAN,B.06.20.00
OVPlatformMan.OVWIN-MAN,B.06.20.00
Automatic Reboot?: No
Status: General Release
Critical: No
Path Name: /hp-ux_patches/s700_800/10.X/PHSS_28347
Symptoms:
PHSS_28347:
8606285207: "Test SNMP" operation from xnmcollect GUI
fails when it is done on a node supporting large number of
interfaces.
PHSS_28257:
8606280632: A wrong trace message is displayed when the
API OVwDbUnsetFieldValues() is invoked.
8606278320: Windows Event Viewer fills up with
message "Unable to delete interface: network submap not
found."
8606239849: netmon manual page for the pickSnmpAddrPolls
option is not clear.
8606280620: Map filter gives wrong result when applied to
existing maps when the Internet Submap contains serial
networks that are unmanaged.
8606279382: Performance Reports configured with long
Collection Group Names are not generated.
8606279896: Hanging ovw session causes ovuispmd to block
infinitely. When ovuispmd blocks, it doesn't allow new ovw
session to register with it.
8606282042: ovw -pollXServer does not work as resource
option through OVw resource file.
8606276940: Date and time do not show up properly in
Xnmevents with Simplified Chinese locale.
8606276955: Date and time do not show up properly in the
pop-up window of Xnmevents with Simplified Chinese locale.
PHSS_28094:
8606259527: ovsessionmgr is using excessive number of
threads.
8606254134: The Japanese symbol labels in the Network
Presenter are garbled while using JPI 1.3.1_02 as the
default JRE for the supported browsers.
8606272882: The Network Presenter was not handling meta-
connection symbols on the root submap not having a label.
This caused it to hang at 40%.
8606281430: The environment variable, SHLIB_PATH, used by
the reporting script was incorrect.
8606277916: ovstart does not start httpd daemon after a
system reboot.
8606276415: Incorrect explanation for the xnmtopoconf '-
delete' option.
8606276337: The '-imp' option of xnmsnmpconf is clearing
the snmpnolookupconf cache.
8606213125: Incorrect behavior of the
filter 'isCollectionStationNode'.
8606276323: Trace option is not available in ovtrapd to
log the HEX and ASCII packet dump.
8606284782: ipmap leaks memory during synchronization.
PHSS_28091:
8606249457: netmon can loop when performing config check
on a node which has some interfaces configured with
ifAlias and interface IP address configuration
changes are detected by netmon. Further netmon has
useIfAlias set to true.
8606248180: When IP addresses are changed on devices,
netmon does not reflect the latest configuration even
after performing config check.
8606273023: ipmap does not delete some symbols and
connections correctly.
PHSS_28072:
8606249222: MIB file for OV Events is not available.
PHSS_27916:
8606270618: ovw manual page is not updated with the
information for the new command line option -pollXServer.
8606275431: ovuispmd exits on ovstatus while an
ovw -mapcount is active.
8606271492: For some of the events, the information
regarding their second varbind is not properly
documented in trapd.conf.
8606271049: Description for the event
OV_DataColl_Agent_Restart is not correct in trapd.conf.
8606266330: Netmon core dumps when started with -S and -R
options.
8606228341: Expression Guru of snmpCollect does not check
all the variables in an expression when calculating the
direct expression for a given category of indirect
expression.
8606249375: xnmevents displays traps whose BER encoding
does not fully conform to X.209 standard.
8606276676: netmon man page shows garbage character "10".
8606241507: Level 2 status is not displayed as
described in the netmon manual page.
8606274196: netmon dumps core in the routine
fixSegProlifForNet.
8606276402: Searching symbols using ovw menu item "Find ->
Object by Attribute" with Pattern Matching enabled
returns "No symbols representing objects found" if the
chosen attribute is not a name field. This problem is
observed only when ovwdb is started with the "-n" option.
8606270823: SMS integration problem with NNM6.2.
8606268260: Incorrect handling of timestamp.
8606272237: NNM report templates in the patch NNM_00852
and its equivalent patches, were not being generated when
copied to the OVreporter directories.
PHSS_27866:
ovw, xnmevents, xnmgraph do not display Asian characters
correctly.
PHSS_27835:
8606274432: mmonitor daemon of NNM Multicast was not
starting after applying the patch PSOV_03184 or its
equivalents.
8606276721: The NNM ECS engine exits abnormally when using
ECS circuits provided by LOGEC.
8606276687: xnmgraph fails to start if the filename option
of the -mibFile parameter is not specified.
PHSS_27746:
8606266737: 100% CPU utilization by pmd on WinNT.
8606266915: ovlauncher fails to display Chinese or Korean
characters in the launcher window.
8606264074: Double clicking an alarm in the Alarm Browser
does not display the correct submap if the source of the
alarm appears in more than one submap in the IP Map submap
hierarchy. This problem is seen after the source is moved to
a Location submap.
8606272817: Netmon exits on receipt of an invalid SNMP
response.
8606266361: ipmap puts out messages like "ipmap : Could not
delete interface, network submap not found"
8606267983: ovactiond crashes when an event is configured as
, Don't log or display, and its additional action has a
category as an argument.
8606254823: Display of the records in a generated report was
limited to the top ten rows.
8606261353: Cut and paste or drag and drop of a device from
the internet level submap into a location container causes
loss of connections inside the location container.
8606269552: snmp-commands cannot build the correct SNMP
packet when the length of the community name is greater than
127 bytes.
8606272791: ovtrapd manual page does not include the 64KB
trap enhancement.
8606264870: snmpCollect logs misleading error messages even
though the actual collection happens properly.
8606264777: In some cases, events do not match the source
defined in trapd.conf.
8606270467: Scripts integrating ovbackup.ovpl were failing
with error messages after installation of the patch
containing the new option '-t'.
8606270556: When NNM daemons are running in a different
locale other than C or Japanese, there is a possibility that
a directory with the current locale name is created under
$OV_WWW/htdocs. Under this circumstance the Release Notes
and Online manual menu item can fail.
8606271466: The menu item "Help->NNM->Patches and
updates" gives the incorrect information.
8606267361: xnmgraph exits, if the file provided as an
option to -mibFile contains more than 150 entries to
graph.
8606246340: netmon is unable to handle the filter name when
a complete path name is provided for the discovery filter
instead of just the filter name.
PHSS_27643:
Reports do not get generated, if double quotes exist in
ifAlias value, for interfaces.
PHSS_27640:
The map database may contain invalid symbols and submaps.
A symbol becomes invalid if its map object and
corresponding object in the object database are not
present. A submap becomes invalid if its parent map object
and the associated object in the object database do not
exist. Invalid symbols and submaps are not represented in
maps by ovw, but they lie unused in the map database.
PHSS_27638:
http server process cannot handle bad HTTP request types
correctly.
PHSS_27625:
1.nodeView.ovpl is not displaying the created graphics if
an interface label has the special and/or non-printable
characters that must be escaped in XML. These characters
include: & ' " < >. These special characters can come
from the interface alias, name or description.
2.On the content pane of 'View Scheduled Reports', there
is a table consisting of 'Report', 'Status',
and 'Schedule'. Contents of the table look good when the
window is opened. However, once the Reload,Stop or
Pause button is clicked, the contents of 'Schedule'
column('daily' or 'month-to-date') is garbled.
PHSS_27623:
A router is dragged and placed on a location symbol.
Selecting an event in xnmevents corresponding to the same
router leads to ovw core dump.
PHSS_27616:
Memory leak in xnmevents when it runs with filterByMap and
filterByMapManaged options.
PHSS_27614:
ovactiond man page not clear.
PHSS_27571:
Incorrect behaviour of xnmloadmib when MIBs were loaded
with the -trapType option , under the Japanese locale.
Defect Description:
PHSS_28347:
8606285207: The buffer sizes used were insufficient to
handle large number of Interfaces.
Resolution:
8606285207: The buffers are now dynamically allocated as
required.
PHSS_28257:
8606280632: Trace message in the API OVwDbUnsetFieldValues
() is incorrect.
8606278320: Event viewer error message does not provide
useful information and is very repetitive.
8606239849: The netmon manual page does not document
clearly the implications of the different values for the
pickSnmpAddrPolls option.
8606280620: IPMap re-collapses serial networks after
properly un-collapsing serial networks that are unmanaged.
8606279382: The contents of the "title" field in
snmp_trend_dataset table has a size of 40 characters.
The "title" field is updated with a compound string formed
from the MIB expression and Collection Group Name. During
the export of trend data, this compound string is
truncated if it is longer than 40 characters. As a result,
the SELECT query for the scheduled report returns no
records and so the report is not generated.
8606279896: ovuispmd does not allow new ovw connections if
one or more ovw sessions hang.
8606282042: -pollXServer command line option of ovw was
not available in the OVw resource file.
8606276940: Due to wrong font in resource file, date and
time do not come properly in xnmevents.
8606276955: Due to wrong font in resource file, date and
time do not come properly in the pop-up window of
Xnmevents.
Resolution:
8606280632: The trace message has been corrected to
display the right information.
8606278320: Useful information has been added and the
Event viewer message moved to trace, rather than log.
8606239849: netmon manual page has been modified to
reflect the right explanation.
8606280620: IPMap has been modified to handle the case for
unmanaged serial networks.
8606279382: The "NNM Analysis and Reporting" section
of "HP OpenView Web Online Help" has been updated with the
safe maximum length of Collection Group Names. This length
is fixed at 10 characters.
8606279896: ovuispmd has been changed not to block when
any ovw sessions hang.
8606282042: ovw has been modified to read pollXServer
option from the OVw resource file.
8606276940: Suitable font for Simplified Chinese locale
has been put in the resource file for Xnmevents.
8606276955: Suitable font for Simplified Chinese locale
has been put in the resource file for Xnmevents.
PHSS_28094:
8606259527: ovsessionmgr is not reusing the existing
Session-ID for multiple logins from a system with the same
user-id. This results in a new thread being created for
each such login.
Resolution:
8606259527: ovsessionmgr has been modified to reuse the
existing Session-ID if the session already exists for the
IP address and User-id pair. Otherwise a new session will
be created.
8606254134: Failure to convert Bytes to Unicode format.
Resolution:
8606254134: Code has been implemented to handle the
conversion.
8606272882: The Network Presenter is throwing a Null
Pointer Exception.
Resolution:
8606272882: Network Presenter was modified to handle the
meta-connection symbols existing on the root submap.
8606281430: The performance reports fail on the HPUX
platforms.
Resolution:
8606281430: The code has been modified to set the
SHLIB_PATH variable.
8606277916: On a system reboot, if the pid existing in the
apachectl pid file was in use, the startup script assumed
that the httpd process was running.
Resolution:
8606277916: The apachectl script has been modified to
start the httpd process via ovstart after a system reboot.
8606276415: xnmtopoconf '-delete' option was defined in-
correctly in the manual page.
Resolution:
8606276415: Updated the '-delete' option in the
xnmtopoconf manual page.
8606276337: Incorrect algorithm is used to open the SNMP
configuration database for the '-imp' option of
xnmsnmpconf.
Resolution:
8606276337: The algorithm for opening the SNMP
configuration database has been modified to ensure
snmpnolookupconf cache is not truncated for the option
'-imp' of xnmsnmpconf.
8606213125: Non-availability of the
field 'isCollectionStationNode' in the filter library.
Resolution:
8606213125: Code has been modified to update the library
with the field.
8606276323: Tracing option not available for ovtrapd.
Resolution:
8606276323: Tracing option has been added for ovtrapd to
log the HEX and ASCII packet dump in the
$OV_LOG/ovtrapd.log file. Refer the ovtrapd manual page
for further details.
8606284782: memory not released after allocation.
Resolution:
8606284782: ipmap was modified to release memory after
allocation/use.
PHSS_28091:
8606249457: netmon merged a node into itself when some
interface IP address configuration changes were detected
on interfaces with ifAlias.
Resolution:
8606249457: netmon was modified to handle changes to
interface IP address configurations on interfaces with or
without alias.
8606248180: netmon was not able to handle changes to IP
addresses. The changes to IP addresses would hence not be
reflected even after a config check.
Resolution:
8606248180: netmon was modified to handle changes to IP
addresses and reflect them in the database.
8606273023:ipmap does not remove gateway symbols and their
connections from the Network and Segment submaps, if the
interface connecting the gateway to the network is removed
(loses its IP address) or changed (gets a new IP address).
Resolution:
8606273023: ipmap was modified to perform the cleanup.
PHSS_28072:
8606249222: OV Events are the internal events for
communication between the OV NNM daemons. The definition
for these events could change between NNM versions and
hence the corresponding MIB file was not included in the
HP proprietary MIBs directory.
Resolution:
8606249222: The script
"$OV_CONTRIB/NNM/event/genTrapdEventsMIB.ovpl" has
been provided to read the "trapd.conf" file, extract the
OV Events and create the MIB file.
PHSS_27916:
8606270618: The ovw manual page was not updated for the
introduced command line option -pollXServer.
Resolution:
8606270618: Manual page of ovw is modified to reflect the
new ovw command line option -pollXServer.
8606275431: ovw executing in command line mode does not
unregister on an exit. Incorrect handling of exit by
ovuispmd for an unregistered ovw client.
Resolution:
8606275431: ovuispmd has been modified to handle the exit
of unregistered ovw clients.
8606271492: Some of the events contain the hostname of the
node in the second varbind.This was not documented in the
trapd.conf file.
Resolution:
8606271492: The information for events which contain
hostname of node in the second varbind is now updated
in the trapd.conf file.
8606271049: Incorrect description of the
OV_DataColl_Agent_Restart event for snmpCollect.
Resolution:
8606271049: Description for the event
OV_DataColl_Agent_Restart in trapd.conf has been corrected.
8606266330: The '-S' and '-R' options of netmon are
mutually exclusive.
Resolution:
8606266330: The '-S' option was introduced for some
specific Cisco routers which are now obsolete. Hence, the
option has been deprecated.
8606228341: Expression Guru of snmpCollect was not querying
all the variables on the agent and hence not verifying
before deciding the direct expressions.
Resolution:
8606228341: Code has been added to expression guru of
snmpCollect to query and verify all the related mib
variables in the percenterrors category before deciding the
direct expressions.
8606249375: One of the decoding routines in libovsnmp did
not handle a particular case.
Resolution:
8606249375: The decoding routine in libovsnmp is corrected.
8606276676: netmon man page had formatting errors.
Resolution:
8606276676: netmon man page has been corrected with the
right formatting.
8606241507: Incorrect description of Level 2 status in the
netmon manual page.
Resolution:
8606241507: netmon man page has been changed to provide
the right explanation for Level2 status.
8606274196: Incorrect handling of segment reduction by
netmon.
Resolution:
8606274196: netmon has been modified to handle secondary
version of network objects.
8606276402: When ovwdb is started with the "-n" option,
only a subset of the objects as specified with the "-n"
option is cached in memory. When a search is made on an
attribute only the cached objects were checked. If
there were objects in the database with that attribute
value but which were not present in the cache, ovwdb never
returned these objects to ovw.
Resolution:
8606276402: ovwdb has been modified to search the database
for non-cached objects.
8606270823: NNM is displaying incorrect error message text
when integrated with SMS.
Resolution:
8606270823: Error message text has been modified.
8606268260: Incorrect behavior of NNM , when integrated
with OVO, on Windows.
Resolution:
8606268260: Code has been modified to handle timestamp.
8606272237: NNM database and the table owner name were
being prefixed to the table name in all the generated
reports, leading to OVreporter not locating the tables.
This led to error in report generation.
Resolution:
8606272237: Report templates have been modified to remove
the database and the table owner name prefixes from the
table name.
PHSS_27866:
ovw, xnmevents or any gui application needs locale
specific resource file to show correct fonts. For Chinese,
Korean or any Asian character display, these locale
specific resource files are missing.
Resolution:
Locale specific resource files have been provided in the
patch. These files will get installed into $OV_NEW_CONF
directory and then later they will be copied under
directory /usr/lib/X11/$LANG/app-defaults/, where the GUI
applications look for it. $LANG refers to locale name in
which GUI applications are running. This patch provides
the resource files for ko_KR.eucKR, zh_CN.hp15CN, and
zh_TW.big5 locales.
PHSS_27835:
8606274432: The thread's stack limitation was causing the
mmonitor to incorrectly handle the local buffers defined in
libovsnmp.
Resolution:
8606274432: libovsnmp has been modified to allocate the
local buffers from the heap memory.
8606276721: A problem with the usage of the dictionary
resulted in the abnormal exit of the ECS engine.
Resolution:
8606276721: Code was modified to fix the problem in the
dictionary.
8606276687: An assumption was made as to the existence of
the file that has to be provided with the -mibFile option.
Resolution:
8606276687: Validated the existence of the file before
processing it.
PHSS_27746:
8606266737: A libovsnmp function was not handling improper
length values while receiving packets.
Resolution:
8606266737: The libovsnmp function was modified to handle
improper length values correctly.
8606266915: ovlauncher failed to convert non-C and
non-Japanese strings to UTF8.
Resoluion:
8606266915 : Code has been implemented to convert non-C and
non-Japanese strings to UTF8.
8606264074: The logic in ovw that determines the highest
submap in the IP Map hierarchy given a source object did not
handle Location submaps.
Resolution:
8606264074 : Code is added to handle Location Submaps when
an object appears in a Location Submap.
8606272817: SNMP response packet contained invalid
error_index value.
Resolution:
8606272817: Modified netmon to handle invalid SNMP
responses.
8606266361: No useful information provided in the message
for problem isolation.
Resolution:
8606266361: Useful information, to assist in problem
isolation provided as a part of the message.
8606267983: A function call returns incorrect value for the
event belonging to category IGNORE (Don't log or Display),
which further causes ovactiond to crash.
Resolution:
8606267983: Defective function was modified to return a
proper value for events belonging to IGNORE category.
8606254823: The number of records to be provided in a
configured report was being limited to a pre-configured
value of ten.
Resolution:
8606254823: Code has been modified to accept the value set
for the variable 'topn_count' in the file
$OV_ANALYSIS_CONF/global.conf and/or the value set for the
variable 'REPORT_TOPN' in the file request.properties
( nested in the $OV_REQUESTD_MAIN_PATH/requests
subdirectories ) associated with the configured report.
8606261353: The connections between the device and the other
end points of the connections are not preserved inside the
location container.
Resolution:
8606261353: ipmap's logic of handling deletion of objects
from a map was modified to preserve the connections inside
the location container.
8606269552: When building the SNMP packet header, the length
of the community name is assumed to be less than 128 bytes.
Resolution:
8606269552: Encoding the length of the community name in the
SNMP packet header has been modified to accept upto 255
bytes.
8606272791: ovtrapd man page was not updated for 64KB trap
enhancement.
Resolution:
8606272791: ovtrapd man page has been updated to include the
64KB trap enhancement.
8606264870: snmpCollect did not handle certain cases during
collection check which resulted in misleading error
messages.
Resolution:
8606264870: Code has been modified to handle those cases
which resulted in misleading error messages.
8606264777: The comparison routine was case sensitive.
Resolution:
8606264777: The comparison routine is modified to be case
insensitive.
8606270467: ovbackup.ovpl accepts a timeout value for
ovresume. This value is passed to all the scripts that
execute ovresume. There could be certain scripts nested in
the $OV_CONF/ovbackup directory that may fail to recognise
the timeout value passed as a parameter, leading to the
failure of that script.
Resolution:
8606270467: In the ovbackup.ovpl script, the script
nnm_checkpoint.ovpl has been isolated to receive the
ovresume timeout value, while the other scripts or binaries
placed in the subdirectories of $OV_CONF/ovbackup ( if any )
do not receive the value.
8606270556: Cannot find Release Notes or Manuals for non-C
and non-Japanese locales.
Resolution:
8606270556: Code has been modified to display the Release
Notes and Manuals in C locale on non-availability of the
requested locale.
8606271466: The menu item "Help->NNM->Patches and
updates" gives the erroneous product version information.
Resolution:
8606271466: Product version information file has been
updated.
8606267361: The buffer used to copy the entries in the file
was hardcoded to hold upto 150 entries.
Resolution:
8606267361: Allocated the buffer to hold all the entries in
the file.
8606246340: Insufficient buffer allocation for holding the
error message caused netmon to dump core instead of printing
the error message.
Resolution:
8606246340: The buffer was allocated suitably for holding
the error message. Hence netmon would now print the error
message.
PHSS_27643:
Double quotes in the ifAlias value for interfaces were not
handled in the report generation code.
Resolution:
The code has been modified to handle double quotes in the
ifAlias value.
PHSS_27640:
The deletion of a symbol (or a submap) involves removing
the symbol (or submap) information, the map object and the
object in the object database. These three operations do
not happen as one single atomic operation. Invalid symbols
and submaps are left behind if ovw aborts after the
deletion of the map object and the object in the object
database, but before the removal of the symbol (or submap)
information.
Resolution:
The verbose option of ovw -mapcount is enhanced to do a
listing of invalid symbols and submaps. A new option '-c'
is provided with ovw -mapcount to clean such invalid
symbols and submaps.
PHSS_27638:
http server process was not handling the bad requests
properly.
Resolution:
Code has been added for handling the bad requests properly.
PHSS_27625:
1.OVdrawNodes.pm was failing to encode XML-special
characters: <>'&". This was causing XML parsing errors.
2.This problem occurs when the server and the browser
are running in different locales.
Resolution:
1.Code has been changed in OVdrawNodes.pm to encode XML
special and non-printable characters.
2.Code is implemented for the server and the browser to
communicate with the UTF8 codeset.
PHSS_27623:
submap is not removed from the router symbol's submap
list. Selecting an event in xnmevents corresponding to the
same router causes NULL pointer access when previous
submap is dereferenced for the router symbol.
Resolution:
ovw is modified to check for NULL pointer dereferencing
before accessing any submap for the symbol's submap list.
PHSS_27616:
Memory allocated to a particular pointer was not freed
properly.
Resolution:
The allocated memory is now freed properly, at appropriate
position.
PHSS_27614:
ovactiond man page does not clearly explain what happens
in the case of multiple events occuring simultaneously.
Resolution:
The man page is updated with the information about
ovactiond behaviour in the case of multiple events
occuring simultaneously.
PHSS_27571:
Loading of MIBs with the -trapType option was incorrectly
handled by xnmloadmib under the Japanese locale.
Resolution:
Modified xnmloadmib to load the MIBs with the -trapType
option under the Japanese locale.
SR:
8606285207 8606276955 8606279896 8606282042 8606239849
8606280620 8606276940 8606278320 8606280632 8606279382
8606272882 8606254134 8606259527 8606276323 8606213125
8606281430 8606276415 8606284782 8606276337 8606277916
8606249457 8606273023 8606248180 8606249222 8606249375
8606266330 8606271492 8606271049 8606276402 8606275431
8606228341 8606241507 8606272237 8606274196 8606270618
8606268260 8606276676 8606270823 8606267276 8606276687
8606276721 8606274432 8606271466 8606267983 8606254823
8606272817 8606266361 8606267361 8606272791 8606264870
8606261353 8606264777 8606266737 8606266915 8606269552
8606246340 8606264074 8606270467 8606270556 8606235169
8606261776 8606270796 8606237706 8606224612 8606255233
8606258006 8606265952 8606264678
Patch Files:
/etc/opt/OV/share/conf/stacks/pmd/libECSS.sl
/etc/opt/OV/share/conf/analysis/reportTemplates/Oracle/
repload_NNM.SRP
/etc/opt/OV/share/conf/analysis/reportTemplates/Oracle/
integration.pdf
/etc/opt/OV/share/conf/analysis/reportTemplates/Oracle/nnm/
a_evtCatTrend7day.rpt
/etc/opt/OV/share/conf/analysis/reportTemplates/Oracle/nnm/
g_evtNode1.rpt
/etc/opt/OV/share/conf/analysis/reportTemplates/Oracle/nnm/
g_evtSev1.rpt
/etc/opt/OV/share/conf/analysis/reportTemplates/Oracle/nnm/
g_evtSevTrend1.rpt
/etc/opt/OV/share/conf/analysis/reportTemplates/Oracle/nnm/
g_evtSevTrend7day.rpt
/etc/opt/OV/share/conf/analysis/reportTemplates/Oracle/nnm/
g_evtCatTrend7day.rpt
/etc/opt/OV/share/conf/analysis/reportTemplates/Oracle/nnm/
a_evtNode1.rpt
/etc/opt/OV/share/conf/analysis/reportTemplates/Oracle/nnm/
a_evtSev1.rpt
/etc/opt/OV/share/conf/analysis/reportTemplates/Oracle/nnm/
a_evtSevTrend1.rpt
/etc/opt/OV/share/conf/analysis/reportTemplates/Oracle/nnm/
a_evtSevTrend7day.rpt
/etc/opt/OV/share/conf/analysis/reportTemplates/Oracle/nnm/
a_topoDMIDetail1.rpt
/etc/opt/OV/share/conf/analysis/reportTemplates/Oracle/nnm/
a_topoNetDetail1.rpt
/etc/opt/OV/share/conf/analysis/reportTemplates/Oracle/nnm/
a_topoSum1.rpt
/etc/opt/OV/share/conf/analysis/reportTemplates/SQLServer/
repload_NNM.SRP
/etc/opt/OV/share/conf/analysis/reportTemplates/SQLServer/
integration.pdf
/etc/opt/OV/share/conf/analysis/reportTemplates/SQLServer/
nnm/a_evtCatTrend7day.rpt
/etc/opt/OV/share/conf/analysis/reportTemplates/SQLServer/
nnm/a_evtNode1.rpt
/etc/opt/OV/share/conf/analysis/reportTemplates/SQLServer/
nnm/a_evtSev1.rpt
/etc/opt/OV/share/conf/analysis/reportTemplates/SQLServer/
nnm/a_evtSevTrend1.rpt
/etc/opt/OV/share/conf/analysis/reportTemplates/SQLServer/
nnm/a_evtSevTrend7day.rpt
/etc/opt/OV/share/conf/analysis/reportTemplates/SQLServer/
nnm/a_topoDMIDetail1.rpt
/etc/opt/OV/share/conf/analysis/reportTemplates/SQLServer/
nnm/a_topoNetDetail1.rpt
/etc/opt/OV/share/conf/analysis/reportTemplates/SQLServer/
nnm/a_topoSum1.rpt
/etc/opt/OV/share/conf/analysis/reportTemplates/SQLServer/
nnm/g_evtCatTrend7day.rpt
/etc/opt/OV/share/conf/analysis/reportTemplates/SQLServer/
nnm/g_evtNode1.rpt
/etc/opt/OV/share/conf/analysis/reportTemplates/SQLServer/
nnm/g_evtSev1.rpt
/etc/opt/OV/share/conf/analysis/reportTemplates/SQLServer/
nnm/g_evtSevTrend1.rpt
/etc/opt/OV/share/conf/analysis/reportTemplates/SQLServer/
nnm/g_evtSevTrend7day.rpt
/etc/opt/OV/share/conf/analysis/reportTemplates/Solid/
repload_NNM.SRP
/etc/opt/OV/share/conf/analysis/reportTemplates/Solid/
integration.pdf
/etc/opt/OV/share/conf/analysis/reportTemplates/Solid/nnm/
a_evtCatTrend7day.rpt
/etc/opt/OV/share/conf/analysis/reportTemplates/Solid/nnm/
a_evtNode1.rpt
/etc/opt/OV/share/conf/analysis/reportTemplates/Solid/nnm/
a_evtSev1.rpt
/etc/opt/OV/share/conf/analysis/reportTemplates/Solid/nnm/
a_evtSevTrend1.rpt
/etc/opt/OV/share/conf/analysis/reportTemplates/Solid/nnm/
a_evtSevTrend7day.rpt
/etc/opt/OV/share/conf/analysis/reportTemplates/Solid/nnm/
a_topoDMIDetail1.rpt
/etc/opt/OV/share/conf/analysis/reportTemplates/Solid/nnm/
a_topoNetDetail1.rpt
/etc/opt/OV/share/conf/analysis/reportTemplates/Solid/nnm/
a_topoSum1.rpt
/etc/opt/OV/share/conf/analysis/reportTemplates/Solid/nnm/
g_evtCatTrend7day.rpt
/etc/opt/OV/share/conf/analysis/reportTemplates/Solid/nnm/
g_evtNode1.rpt
/etc/opt/OV/share/conf/analysis/reportTemplates/Solid/nnm/
g_evtSev1.rpt
/etc/opt/OV/share/conf/analysis/reportTemplates/Solid/nnm/
g_evtSevTrend1.rpt
/etc/opt/OV/share/conf/analysis/reportTemplates/Solid/nnm/
g_evtSevTrend7day.rpt
/opt/OV/contrib/NNM/event/genTrapdEventsMIB.ovpl
/opt/OV/httpd/bin/ab
/opt/OV/httpd/bin/apachectl
/opt/OV/httpd/bin/apxs
/opt/OV/httpd/bin/dbmmanage
/opt/OV/httpd/bin/htdigest
/opt/OV/httpd/bin/htpasswd
/opt/OV/httpd/bin/httpd
/opt/OV/httpd/bin/logresolve
/opt/OV/httpd/bin/rotatelogs
/opt/OV/www/cgi-bin/nnmRptConfig.exe
/opt/OV/www/htdocs/ja_JP.eucJP/OvWebHelp/nnm/Content/
rptref.htm
/opt/OV/www/htdocs/ja_JP.SJIS/OvWebHelp/nnm/Content/
rptref.htm
/opt/OV/www/htdocs/classes/libovw.jar
/opt/OV/www/htdocs/classes/debug.libovw.jar
/opt/OV/www/htdocs/classes/jovw/debug.jovw.jar
/opt/OV/www/htdocs/classes/jovw/jovw.jar
/opt/OV/www/htdocs/classes/nnmReporting/
debug.nnmReporting.jar
/opt/OV/www/htdocs/classes/nnmReporting/nnmReporting.jar
/opt/OV/www/htdocs/C/OvWebHelp/nnm/Content/rptref.htm
/opt/OV/man/man1.Z/ovw.1
/opt/OV/man/man1m.Z/netmon.1m
/opt/OV/man/man1m.Z/xnmtopoconf.1m
/opt/OV/man/man1m.Z/ovtrapd.1m
/opt/OV/man/man1m.Z/ovactiond.1m
/opt/OV/newconfig/OVEVENT-MIN/conf/C/trapd.conf
/opt/OV/newconfig/OVEVENT-MIN/conf/zh_TW.big5/trapd.conf
/opt/OV/newconfig/OVEVENT-MIN/conf/zh_CN.hp15CN/trapd.conf
/opt/OV/newconfig/OVEVENT-MIN/conf/ko_KR.eucKR/trapd.conf
/opt/OV/newconfig/OVEVENT-MIN/app-defaults/C/XNmevents
/opt/OV/newconfig/OVEVENT-MIN/app-defaults/C/XNmtrap
/opt/OV/newconfig/OVEVENT-MIN/app-defaults/zh_TW.big5/
XNmevents
/opt/OV/newconfig/OVEVENT-MIN/app-defaults/zh_TW.big5/
XNmtrap
/opt/OV/newconfig/OVEVENT-MIN/app-defaults/zh_CN.hp15CN/
XNmevents
/opt/OV/newconfig/OVEVENT-MIN/app-defaults/zh_CN.hp15CN/
XNmtrap
/opt/OV/newconfig/OVEVENT-MIN/app-defaults/ko_KR.eucKR/
XNmevents
/opt/OV/newconfig/OVEVENT-MIN/app-defaults/ko_KR.eucKR/
XNmtrap
/opt/OV/newconfig/OVNNMGR-JPN/conf/ja_JP.eucJP/trapd.conf
/opt/OV/newconfig/OVNNMGR-JPN/conf/ja_JP.SJIS/trapd.conf
/opt/OV/newconfig/OVNNMGR-JPN/app-defaults/ja_JP.SJIS/
XNmevents
/opt/OV/newconfig/OVNNMGR-JPN/app-defaults/ja_JP.SJIS/XNm
/opt/OV/newconfig/OVNNMGR-JPN/app-defaults/ja_JP.SJIS/
XNmappmon
/opt/OV/newconfig/OVNNMGR-JPN/app-defaults/ja_JP.SJIS/
XNmgraph
/opt/OV/newconfig/OVNNMGR-JPN/app-defaults/ja_JP.SJIS/
XNmtrap
/opt/OV/newconfig/OVNNMGR-JPN/app-defaults/ja_JP.eucJP/
XNmevents
/opt/OV/newconfig/OVNNMGR-JPN/app-defaults/ja_JP.eucJP/XNm
/opt/OV/newconfig/OVNNMGR-JPN/app-defaults/ja_JP.eucJP/
XNmappmon
/opt/OV/newconfig/OVNNMGR-JPN/app-defaults/ja_JP.eucJP/
XNmgraph
/opt/OV/newconfig/OVNNMGR-JPN/app-defaults/ja_JP.eucJP/
XNmtrap
/opt/OV/newconfig/OVWIN/app-defaults/zh_TW.big5/OVw
/opt/OV/newconfig/OVWIN/app-defaults/zh_CN.hp15CN/OVw
/opt/OV/newconfig/OVWIN/app-defaults/ko_KR.eucKR/OVw
/opt/OV/newconfig/OVWIN/app-defaults/C/OVw
/opt/OV/newconfig/OVNNM-RUN/app-defaults/C/XNm
/opt/OV/newconfig/OVNNM-RUN/app-defaults/C/XNmappmon
/opt/OV/newconfig/OVNNM-RUN/app-defaults/C/XNmgraph
/opt/OV/newconfig/OVNNM-RUN/app-defaults/zh_TW.big5/XNm
/opt/OV/newconfig/OVNNM-RUN/app-defaults/zh_TW.big5/
XNmappmon
/opt/OV/newconfig/OVNNM-RUN/app-defaults/zh_TW.big5/XNmgraph
/opt/OV/newconfig/OVNNM-RUN/app-defaults/zh_CN.hp15CN/XNm
/opt/OV/newconfig/OVNNM-RUN/app-defaults/zh_CN.hp15CN/
XNmappmon
/opt/OV/newconfig/OVNNM-RUN/app-defaults/zh_CN.hp15CN/
XNmgraph
/opt/OV/newconfig/OVNNM-RUN/app-defaults/ko_KR.eucKR/XNm
/opt/OV/newconfig/OVNNM-RUN/app-defaults/ko_KR.eucKR/
XNmappmon
/opt/OV/newconfig/OVNNM-RUN/app-defaults/ko_KR.eucKR/
XNmgraph
/opt/OV/lib/libovfilter.2
/opt/OV/lib/libovtopm.2
/opt/OV/lib/libovw.2
/opt/OV/lib/libovutil.2
/opt/OV/lib/libovsnmp.2
/opt/OV/lib/libov.2
/opt/OV/bin/xnmcollect
/opt/OV/bin/ipmap
/opt/OV/bin/netmon
/opt/OV/bin/xnmgraph
/opt/OV/bin/snmpCollect
/opt/OV/bin/ovweb
/opt/OV/bin/ovwdb
/opt/OV/bin/ovuispmd
/opt/OV/bin/ovw
/opt/OV/bin/ovmapcount
/opt/OV/bin/ovcwd
/opt/OV/bin/ovreppublish
/opt/OV/bin/ovspmd
/opt/OV/bin/ovbackup.ovpl
/opt/OV/bin/ovtrapd
/opt/OV/bin/xnmevents
/opt/OV/bin/ovsessionmgr
/opt/OV/bin/xnmsnmpconf
/opt/OV/bin/Perl/lib/perl5/5.6.0/ovreporting.pm
/opt/OV/bin/Perl/lib/perl5/5.6.0/OVdrawNodes.pm
what(1) Output:
/etc/opt/OV/share/conf/stacks/pmd/libECSS.sl:
log.c $Revision: 1.7 $ $Date: 1997/07/04 07:34:11 $
trace.c $Revision: 1.12 $ $Date: 1998/03/12 04:48:38
$
cinter.c $Revision: /main/NEPTUNE/11 $ $Date: 2001/1
1/07 17:03 UTC $
PATCH PHSS_25338, (PTSfc02120) Sep 2001
engine_control.c $Revision: /main/NILGIRIS/5 $ $Date
: 2000/02/22 14:08 UTC $
events.c $Revision: /main/NILGIRIS/10 $ $Date: 2002/
06/24 05:42 UTC $
fatal.c $Revision: 1.13 $ $Date: 1998/05/07 02:26:33
$
mesgbuf.c $Revision: 1.18 $ $Date: 1998/05/07 00:28:
35 $
bus.c $Revision$ $Date$
clock.c $Revision: /main/NILGIRIS/1 $ $Date: 1999/07
/02 05:55 UTC $
DFIX12000:clock.c 19mar99
combine.c $Revision: /main/NILGIRIS/2 $ $Date: 2001/
01/06 09:20 UTC $
count.c $Revision: /main/NILGIRIS/1 $ $Date: 1999/09
/29 12:35 UTC $
create.c $Revision: /main/NILGIRIS/2 $ $Date: 2000/0
2/04 15:32 UTC $
delay.c $Revision$ $Date$
extract.c $Revision: /main/NILGIRIS/1 $ $Date: 1999/
09/29 12:36 UTC $
filter.c $Revision: /main/NILGIRIS/1 $ $Date: 1999/0
9/29 12:36 UTC $
input.c $Revision: /main/NILGIRIS/5 $ $Date: 2001/02
/20 12:04 UTC $
loader.c $Revision$ $Date$
modify.c $Revision: /main/NILGIRIS/1 $ $Date: 1999/0
9/29 12:30 UTC $
output.c $Revision$ $Date$
rate.c $Revision: /main/NILGIRIS/3 $ $Date: 1999/10/
25 11:06 UTC $
DFIX12000:rate.c 19mar99
PATCH PHSS_18005, Consolidated patch Mar 1999
rearrange.c $Revision$ $Date$
table.c $Revision: /main/NILGIRIS/2 $ $Date: 1999/09
/29 12:31 UTC $
DFIX12000:table.c 19mar99
transit.c $Revision$ $Date$
unless.c $Revision: /main/NILGIRIS/4 $ $Date: 2002/0
6/27 14:09 UTC $
DFIX12000:unless.c 19mar99
assembler.c $Revision: /main/NILGIRIS/1 $ $Date: 200
0/01/28 14:19 UTC $
bif_oid.c $Revision: 1.1 $ $Date: 1997/09/25 05:08:2
4 $
dicts.c $Revision: 1.18 $ $Date: 1998/03/27 09:02:35
$
dicts.c $Revision: /main/NILGIRIS/2 $ $Date: 2002/06
/20 15:04 UTC $
endecrypt.c $Revision: 1.1 $ $Date: 1997/10/15 09:57
:37 $
interpreter.c $Revision: /main/NILGIRIS/10 $ $Date:
2002/07/23 07:22 UTC $
library.c $Revision: /main/NILGIRIS/3 $ $Date: 2002/
07/23 07:23 UTC $
opc_pattern.c $Revision: /main/2 $ $Date: 1998/08/21
10:33 UTC $
circuit.c $Revision: /main/NILGIRIS/1 $ $Date: 1999/
07/02 05:52 UTC $
engine.c $Revision: 1.15 $ $Date: 1997/08/14 00:08:4
2 $
node.c $Revision: 1.44 $ $Date: 1998/05/01 04:33:53
$
nodeclass.c $Revision: 1.16 $ $Date: 1997/09/26 07:3
7:47 $
notify.c $Revision: 1.2 $ $Date: 1997/08/07 08:13:22
$
patching.c $Revision: 1.8 $ $Date: 1997/12/15 06:19:
31 $
port.c $Revision: 1.11 $ $Date: 1996/05/15 05:45:40
$
stream.c $Revision: /main/NILGIRIS/5 $ $Date: 2000/0
1/18 07:32 UTC $
streamio.c $Revision: /main/NILGIRIS/4 $ $Date: 2000
/02/15 15:22 UTC $
ctxtmap.c $Revision: 1.3 $ $Date: 1998/01/29 08:58:2
4 $
datastore.c $Revision: 1.8 $ $Date: 1998/07/25 18:31
:39 $
dfstore.c $Revision: /main/2 $ $Date: 1998/08/07 15:
39 UTC $
factstore.c $Revision: 1.8 $ $Date: 1998/07/25 18:36
:10 $
query.c 1.16 1996/11/20 23:28:02
sequence.c $Revision: 1.17 $ $Date: 1998/01/28 03:39
:17 $
anno_event.c $Revision: 1.18 $ $Date: 1997/08/29 00:
49:58 $
endecode.c $Revision: /main/NILGIRIS/3 $ $Date: 2000
/01/28 15:09 UTC $
value.c $Revision: /main/NILGIRIS/10 $ $Date: 2002/0
8/26 18:54 UTC $
PATCH PHSS_27416, Consolidated Patch July 2002
PATCH PHSS_27334, June 2002
vstring.c $Revision: /main/2 $ $Date: 1998/08/21 10:
54 UTC $
timesync.c $Revision: 1.9 $ $Date: 1997/03/24 08:20:
28 $
container.c $Revision: 1.17 $ $Date: 1998/02/18 00:4
9:18 $
char_sets.c $Revision: /main/2 $ $Date: 1998/08/21 1
0:39 UTC $
engmgr.c $Revision: /main/NILGIRIS/7 $ $Date: 2000/0
3/01 09:41 UTC $
dictionary.c $Revision: /main/NILGIRIS/1 $ $Date: 20
02/07/31 09:40 UTC $
engine_dict.c $Revision: 1.7 $ $Date: 1998/03/23 07:
30:52 $
ECS.c $Revision: 1.9 $ $Date: 1998/04/22 23:30:06 $
ECS 3.1 (A.03.10)
ECS REV: A.03.10
ecsLocale.c $Revision: /main/2 $ $Date: 1998/08/21 1
0:59 UTC $
perror.c $Revision: /main/NILGIRIS/1 $ $Date: 2002/0
6/24 05:45 UTC $
annotate.c $Revision: /main/NILGIRIS/1 $ $Date: 2000
/01/18 07:35 UTC $
annotate.c $Revision: /main/NILGIRIS/1 $ $Date: 1999
/09/29 12:35 UTC $
memory.c $Revision: /main/NILGIRIS/1 $ $Date: 2002/0
4/24 10:02 UTC $
memory.c $Revision$ $Date$
trace.c $Revision: 1.4 $ $Date: 1998/06/10 09:01:45
$
log.c 1.27 1996/06/03 04:56:34
annoio.c $Revision: /main/NILGIRIS/1 $ $Date: 2000/0
1/18 07:31 UTC $
ascii.c $Revision: /main/NILGIRIS/1 $ $Date: 2000/01
/28 14:18 UTC $
ascii_alloc.c $Revision$ $Date$
parse.c $Revision: /main/2 $ $Date: 1998/08/21 10:29
UTC $
token_set.c $Revision$ $Date$
berova.c $Revision: /main/NILGIRIS/3 $ $Date: 2001/0
3/30 06:47 UTC $
md.c $Revision$ $Date$
control.c $Revision: /main/NILGIRIS/1 $ $Date: 1999/
07/12 09:30 UTC $
debug.c $Revision: 1.26 $ $Date: 1997/07/08 07:17:52
$
eventio.c $Revision: 1.37 $ $Date: 1998/05/18 04:14:
16 $
sockstack.c $Revision: /main/NILGIRIS/2 $ $Date: 200
1/02/01 13:10 UTC $
DFIX12001:sockstack.c 01Sept99
engsockmgr.c $Revision: 1.5 $ $Date: 1997/04/09 05:1
2:44 $
sockmgr.c $Revision: /main/NILGIRIS/3 $ $Date: 2000/
01/18 07:46 UTC $
management.c $Revision: /main/NILGIRIS/2 $ $Date: 20
00/01/31 15:41 UTC $
/etc/opt/OV/share/conf/analysis/reportTemplates/Oracle/
repload_NNM.SRP:
None
/etc/opt/OV/share/conf/analysis/reportTemplates/Oracle/
integration.pdf:
None
/etc/opt/OV/share/conf/analysis/reportTemplates/Oracle/nnm/
a_evtCatTrend7day.rpt:
None
/etc/opt/OV/share/conf/analysis/reportTemplates/Oracle/nnm/
g_evtNode1.rpt:
None
/etc/opt/OV/share/conf/analysis/reportTemplates/Oracle/nnm/
g_evtSev1.rpt:
None
/etc/opt/OV/share/conf/analysis/reportTemplates/Oracle/nnm/
g_evtSevTrend1.rpt:
None
/etc/opt/OV/share/conf/analysis/reportTemplates/Oracle/nnm/
g_evtSevTrend7day.rpt:
None
/etc/opt/OV/share/conf/analysis/reportTemplates/Oracle/nnm/
g_evtCatTrend7day.rpt:
None
/etc/opt/OV/share/conf/analysis/reportTemplates/Oracle/nnm/
a_evtNode1.rpt:
None
/etc/opt/OV/share/conf/analysis/reportTemplates/Oracle/nnm/
a_evtSev1.rpt:
None
/etc/opt/OV/share/conf/analysis/reportTemplates/Oracle/nnm/
a_evtSevTrend1.rpt:
None
/etc/opt/OV/share/conf/analysis/reportTemplates/Oracle/nnm/
a_evtSevTrend7day.rpt:
None
/etc/opt/OV/share/conf/analysis/reportTemplates/Oracle/nnm/
a_topoDMIDetail1.rpt:
None
/etc/opt/OV/share/conf/analysis/reportTemplates/Oracle/nnm/
a_topoNetDetail1.rpt:
None
/etc/opt/OV/share/conf/analysis/reportTemplates/Oracle/nnm/
a_topoSum1.rpt:
None
/etc/opt/OV/share/conf/analysis/reportTemplates/SQLServer/
repload_NNM.SRP:
None
/etc/opt/OV/share/conf/analysis/reportTemplates/SQLServer/
integration.pdf:
None
/etc/opt/OV/share/conf/analysis/reportTemplates/SQLServer/
nnm/a_evtCatTrend7day.rpt:
None
/etc/opt/OV/share/conf/analysis/reportTemplates/SQLServer/
nnm/a_evtNode1.rpt:
None
/etc/opt/OV/share/conf/analysis/reportTemplates/SQLServer/
nnm/a_evtSev1.rpt:
None
/etc/opt/OV/share/conf/analysis/reportTemplates/SQLServer/
nnm/a_evtSevTrend1.rpt:
None
/etc/opt/OV/share/conf/analysis/reportTemplates/SQLServer/
nnm/a_evtSevTrend7day.rpt:
None
/etc/opt/OV/share/conf/analysis/reportTemplates/SQLServer/
nnm/a_topoDMIDetail1.rpt:
None
/etc/opt/OV/share/conf/analysis/reportTemplates/SQLServer/
nnm/a_topoNetDetail1.rpt:
None
/etc/opt/OV/share/conf/analysis/reportTemplates/SQLServer/
nnm/a_topoSum1.rpt:
None
/etc/opt/OV/share/conf/analysis/reportTemplates/SQLServer/
nnm/g_evtCatTrend7day.rpt:
None
/etc/opt/OV/share/conf/analysis/reportTemplates/SQLServer/
nnm/g_evtNode1.rpt:
None
/etc/opt/OV/share/conf/analysis/reportTemplates/SQLServer/
nnm/g_evtSev1.rpt:
None
/etc/opt/OV/share/conf/analysis/reportTemplates/SQLServer/
nnm/g_evtSevTrend1.rpt:
None
/etc/opt/OV/share/conf/analysis/reportTemplates/SQLServer/
nnm/g_evtSevTrend7day.rpt:
None
/etc/opt/OV/share/conf/analysis/reportTemplates/Solid/
repload_NNM.SRP:
None
/etc/opt/OV/share/conf/analysis/reportTemplates/Solid/
integration.pdf:
None
/etc/opt/OV/share/conf/analysis/reportTemplates/Solid/nnm/
a_evtCatTrend7day.rpt:
None
/etc/opt/OV/share/conf/analysis/reportTemplates/Solid/nnm/
a_evtNode1.rpt:
None
/etc/opt/OV/share/conf/analysis/reportTemplates/Solid/nnm/
a_evtSev1.rpt:
None
/etc/opt/OV/share/conf/analysis/reportTemplates/Solid/nnm/
a_evtSevTrend1.rpt:
None
/etc/opt/OV/share/conf/analysis/reportTemplates/Solid/nnm/
a_evtSevTrend7day.rpt:
None
/etc/opt/OV/share/conf/analysis/reportTemplates/Solid/nnm/
a_topoDMIDetail1.rpt:
None
/etc/opt/OV/share/conf/analysis/reportTemplates/Solid/nnm/
a_topoNetDetail1.rpt:
None
/etc/opt/OV/share/conf/analysis/reportTemplates/Solid/nnm/
a_topoSum1.rpt:
None
/etc/opt/OV/share/conf/analysis/reportTemplates/Solid/nnm/
g_evtCatTrend7day.rpt:
None
/etc/opt/OV/share/conf/analysis/reportTemplates/Solid/nnm/
g_evtNode1.rpt:
None
/etc/opt/OV/share/conf/analysis/reportTemplates/Solid/nnm/
g_evtSev1.rpt:
None
/etc/opt/OV/share/conf/analysis/reportTemplates/Solid/nnm/
g_evtSevTrend1.rpt:
None
/etc/opt/OV/share/conf/analysis/reportTemplates/Solid/nnm/
g_evtSevTrend7day.rpt:
None
/opt/OV/contrib/NNM/event/genTrapdEventsMIB.ovpl:
None
/opt/OV/httpd/bin/ab:
None
/opt/OV/httpd/bin/apachectl:
None
/opt/OV/httpd/bin/apxs:
None
/opt/OV/httpd/bin/dbmmanage:
None
/opt/OV/httpd/bin/htdigest:
None
/opt/OV/httpd/bin/htpasswd:
None
/opt/OV/httpd/bin/httpd:
patched for CAN-2002-0392 [CERT VU#944335]
/opt/OV/httpd/bin/logresolve:
None
/opt/OV/httpd/bin/rotatelogs:
None
/opt/OV/www/cgi-bin/nnmRptConfig.exe:
HP OpenView Network Node Manager NNM Release B.06.20
PATCH PHSS_28347, 12022002
HP Precision Architecture HP-UX 10.x
Copyright (c) 1990-2002 Hewlett-Packard Co., All Ri
ghts Reserved.
/opt/OV/www/htdocs/ja_JP.eucJP/OvWebHelp/nnm/Content/
rptref.htm:
None
/opt/OV/www/htdocs/ja_JP.SJIS/OvWebHelp/nnm/Content/
rptref.htm:
None
/opt/OV/www/htdocs/classes/libovw.jar:
None
/opt/OV/www/htdocs/classes/debug.libovw.jar:
None
/opt/OV/www/htdocs/classes/jovw/debug.jovw.jar:
None
/opt/OV/www/htdocs/classes/jovw/jovw.jar:
None
/opt/OV/www/htdocs/classes/nnmReporting/
debug.nnmReporting.jar:
None
/opt/OV/www/htdocs/classes/nnmReporting/nnmReporting.jar:
None
/opt/OV/www/htdocs/C/OvWebHelp/nnm/Content/rptref.htm:
None
/opt/OV/man/man1.Z/ovw.1:
None
/opt/OV/man/man1m.Z/netmon.1m:
None
/opt/OV/man/man1m.Z/xnmtopoconf.1m:
None
/opt/OV/man/man1m.Z/ovtrapd.1m:
None
/opt/OV/man/man1m.Z/ovactiond.1m:
None
/opt/OV/newconfig/OVEVENT-MIN/conf/C/trapd.conf:
None
/opt/OV/newconfig/OVEVENT-MIN/conf/zh_TW.big5/trapd.conf:
None
/opt/OV/newconfig/OVEVENT-MIN/conf/zh_CN.hp15CN/trapd.conf:
None
/opt/OV/newconfig/OVEVENT-MIN/conf/ko_KR.eucKR/trapd.conf:
None
/opt/OV/newconfig/OVEVENT-MIN/app-defaults/C/XNmevents:
HP OpenView Resources for event browser
/opt/OV/newconfig/OVEVENT-MIN/app-defaults/C/XNmtrap:
HP OpenView Resources for event configurator
/opt/OV/newconfig/OVEVENT-MIN/app-defaults/zh_TW.big5/
XNmevents:
HP OpenView Resources for event browser
/opt/OV/newconfig/OVEVENT-MIN/app-defaults/zh_TW.big5/
XNmtrap:
HP OpenView Resources for event configurator
/opt/OV/newconfig/OVEVENT-MIN/app-defaults/zh_CN.hp15CN/
XNmevents:
HP OpenView Resources for event browser
/opt/OV/newconfig/OVEVENT-MIN/app-defaults/zh_CN.hp15CN/
XNmtrap:
HP OpenView Resources for event configurator
/opt/OV/newconfig/OVEVENT-MIN/app-defaults/ko_KR.eucKR/
XNmevents:
HP OpenView Resources for event browser
/opt/OV/newconfig/OVEVENT-MIN/app-defaults/ko_KR.eucKR/
XNmtrap:
HP OpenView Resources for event configurator
/opt/OV/newconfig/OVNNMGR-JPN/conf/ja_JP.eucJP/trapd.conf:
None
/opt/OV/newconfig/OVNNMGR-JPN/conf/ja_JP.SJIS/trapd.conf:
None
/opt/OV/newconfig/OVNNMGR-JPN/app-defaults/ja_JP.SJIS/
XNmevents:
HP OpenView Resources for event browser
/opt/OV/newconfig/OVNNMGR-JPN/app-defaults/ja_JP.SJIS/XNm:
HP OpenView XNm Resources
/opt/OV/newconfig/OVNNMGR-JPN/app-defaults/ja_JP.SJIS/
XNmappmon:
HP OpenView XNmappmon Resources
/opt/OV/newconfig/OVNNMGR-JPN/app-defaults/ja_JP.SJIS/
XNmgraph:
HP OpenView XNm Resources
/opt/OV/newconfig/OVNNMGR-JPN/app-defaults/ja_JP.SJIS/
XNmtrap:
HP OpenView Resources for event configurator
/opt/OV/newconfig/OVNNMGR-JPN/app-defaults/ja_JP.eucJP/
XNmevents:
HP OpenView Resources for event browser
/opt/OV/newconfig/OVNNMGR-JPN/app-defaults/ja_JP.eucJP/XNm:
HP OpenView XNm Resources
/opt/OV/newconfig/OVNNMGR-JPN/app-defaults/ja_JP.eucJP/
XNmappmon:
HP OpenView XNmappmon Resources
/opt/OV/newconfig/OVNNMGR-JPN/app-defaults/ja_JP.eucJP/
XNmgraph:
HP OpenView XNm Resources
/opt/OV/newconfig/OVNNMGR-JPN/app-defaults/ja_JP.eucJP/
XNmtrap:
HP OpenView Resources for event configurator
/opt/OV/newconfig/OVWIN/app-defaults/zh_TW.big5/OVw:
HP OpenView OVw Resources
/opt/OV/newconfig/OVWIN/app-defaults/zh_CN.hp15CN/OVw:
HP OpenView OVw Resources
/opt/OV/newconfig/OVWIN/app-defaults/ko_KR.eucKR/OVw:
HP OpenView OVw Resources
/opt/OV/newconfig/OVWIN/app-defaults/C/OVw:
HP OpenView OVw Resources
/opt/OV/newconfig/OVNNM-RUN/app-defaults/C/XNm:
XNm Resources
HP OpenView NNM Release B.06.20 Dec 02 2002
Copyright (c) 1990-2002 Hewlett-Packard Company
/opt/OV/newconfig/OVNNM-RUN/app-defaults/C/XNmappmon:
XNmappmon Resources
HP OpenView NNM Release B.06.20 Dec 02 2002
Copyright (c) 1990-2002 Hewlett-Packard Company
/opt/OV/newconfig/OVNNM-RUN/app-defaults/C/XNmgraph:
XNmgraph Resources
HP OpenView NNM Release B.06.20 Dec 02 2002
Copyright (c) 1990-2002 Hewlett-Packard Company
/opt/OV/newconfig/OVNNM-RUN/app-defaults/zh_TW.big5/XNm:
HP OpenView XNm Resources
/opt/OV/newconfig/OVNNM-RUN/app-defaults/zh_TW.big5/
XNmappmon:
HP OpenView XNmappmon Resources
/opt/OV/newconfig/OVNNM-RUN/app-defaults/zh_TW.big5/
XNmgraph:
HP OpenView XNm Resources
/opt/OV/newconfig/OVNNM-RUN/app-defaults/zh_CN.hp15CN/XNm:
HP OpenView XNm Resources
/opt/OV/newconfig/OVNNM-RUN/app-defaults/zh_CN.hp15CN/
XNmappmon:
HP OpenView XNmappmon Resources
/opt/OV/newconfig/OVNNM-RUN/app-defaults/zh_CN.hp15CN/
XNmgraph:
HP OpenView XNm Resources
/opt/OV/newconfig/OVNNM-RUN/app-defaults/ko_KR.eucKR/XNm:
HP OpenView XNm Resources
/opt/OV/newconfig/OVNNM-RUN/app-defaults/ko_KR.eucKR/
XNmappmon:
HP OpenView XNmappmon Resources
/opt/OV/newconfig/OVNNM-RUN/app-defaults/ko_KR.eucKR/
XNmgraph:
HP OpenView XNm Resources
/opt/OV/lib/libovfilter.2:
libovfilter
HP OpenView Filter library (HP Internal only) NNM Re
lease B.06.20
PATCH PHSS_28347, 12022002
HP Precision Architecture HP-UX 10.x
Copyright (c) 1990-2002 Hewlett-Packard Co., All Ri
ghts Reserved.
/opt/OV/lib/libovtopm.2:
libovtopm.sl
findroute
HP OpenView Topology NNM Release B.06.20
PATCH PHSS_28347, 12022002
HP Precision Architecture HP-UX 10.x
Copyright (c) 1990-2002 Hewlett-Packard Co., All Ri
ghts Reserved.
/opt/OV/lib/libovw.2:
HP OpenView Windows NNM Release B.06.20
PATCH PHSS_28347, 12022002
HP Precision Architecture HP-UX 10.x
Copyright (c) 1990-2002 Hewlett-Packard Co., All Ri
ghts Reserved.
/opt/OV/lib/libovutil.2:
HP OpenView ov utility library (HP Internal only) NN
M Release B.06.20
PATCH PHSS_28347, 12022002
HP Precision Architecture HP-UX 10.x
Copyright (c) 1990-2002 Hewlett-Packard Co., All Ri
ghts Reserved.
/opt/OV/lib/libovsnmp.2:
libovsnmp
rnetstat
HP OpenView SNMP Dev Kit NNM Release B.06.20
PATCH PHSS_28347, 12022002
HP Precision Architecture HP-UX 10.x
Copyright (c) 1990-2002 Hewlett-Packard Co., All Ri
ghts Reserved.
/opt/OV/lib/libov.2:
HP OpenView ov library NNM Release B.06.20
PATCH PHSS_28347, 12022002
HP Precision Architecture HP-UX 10.x
Copyright (c) 1990-2002 Hewlett-Packard Co., All Ri
ghts Reserved.
/opt/OV/bin/xnmcollect:
xnmcollect
HP OpenView Network Node Manager NNM Release B.06.20
PATCH PHSS_28347, 12022002
HP Precision Architecture HP-UX 10.x
Copyright (c) 1990-2002 Hewlett-Packard Co., All Ri
ghts Reserved.
/opt/OV/bin/ipmap:
ipmap
HP OpenView Network Node Manager NNM Release B.06.20
PATCH PHSS_28347, 12022002
HP Precision Architecture HP-UX 10.x
Copyright (c) 1990-2002 Hewlett-Packard Co., All Ri
ghts Reserved.
/opt/OV/bin/netmon:
HP92453-02A.10.00 HP-UX SYMBOLIC DEBUGGER (END.O) $R
evision: 74.03 $
Copyright 1992-1997 SNMP Research, Incorporated
SNMP Research Distribution version 14.2.1.7
netmon
Copyright 1992-1997 SNMP Research, Incorporated
SNMP Research Distribution version 14.2.1.7
Copyright 1992-1997 SNMP Research, Incorporated
SNMP Research Distribution version 14.2.1.7
Copyright 1992-1997 SNMP Research, Incorporated
SNMP Research Distribution version 14.2.1.7
HP OpenView Network Node Manager NNM Release B.06.20
PATCH PHSS_28347, 12022002
HP Precision Architecture HP-UX 10.x
Copyright (c) 1990-2002 Hewlett-Packard Co., All Ri
ghts Reserved.
Copyright 1992-1997 SNMP Research, Incorporated
SNMP Research Distribution version 14.2.1.7
Copyright 1992-1997 SNMP Research, Incorporated
SNMP Research Distribution version 14.2.1.7
Copyright 1992-1997 SNMP Research, Incorporated
SNMP Research Distribution version 14.2.1.7
Copyright 1992-1997 SNMP Research, Incorporated
SNMP Research Distribution version 14.2.1.7
Copyright 1992-1997 SNMP Research, Incorporated
SNMP Research Distribution version 14.2.1.7
Copyright 1992-1997 SNMP Research, Incorporated
SNMP Research Distribution version 14.2.1.7
Copyright 1992-1997 SNMP Research, Incorporated
SNMP Research Distribution version 14.2.1.7
Copyright 1992-1997 SNMP Research, Incorporated
SNMP Research Distribution version 14.2.1.7
Copyright 1992-1997 SNMP Research, Incorporated
SNMP Research Distribution version 14.2.1.7
Copyright 1992-1997 SNMP Research, Incorporated
SNMP Research Distribution version 14.2.1.7
Copyright 1992-1997 SNMP Research, Incorporated
SNMP Research Distribution version 14.2.1.7
Copyright 1992-1997 SNMP Research, Incorporated
SNMP Research Distribution version 14.2.1.7
Copyright 1992-1997 SNMP Research, Incorporated
SNMP Research Distribution version 14.2.1.7
Copyright 1992-1997 SNMP Research, Incorporated
SNMP Research Distribution version 14.2.1.7
Copyright 1992-1997 SNMP Research, Incorporated
SNMP Research Distribution version 14.2.1.7
Copyright 1992-1997 SNMP Research, Incorporated
SNMP Research Distribution version 14.2.1.7
Copyright 1992-1997 SNMP Research, Incorporated
SNMP Research Distribution version 14.2.1.7
Copyright 1992-1997 SNMP Research, Incorporated
SNMP Research Distribution version 14.2.1.7
Copyright 1992-1997 SNMP Research, Incorporated
SNMP Research Distribution version 14.2.1.7
Copyright 1992-1997 SNMP Research, Incorporated
SNMP Research Distribution version 14.2.1.7
Copyright 1992-1997 SNMP Research, Incorporated
SNMP Research Distribution version 14.2.1.7
Copyright 1992-1997 SNMP Research, Incorporated
SNMP Research Distribution version 14.2.1.7
Copyright 1992-1997 SNMP Research, Incorporated
SNMP Research Distribution version 14.2.1.7
Copyright 1992-1997 SNMP Research, Incorporated
SNMP Research Distribution version 14.2.1.7
Copyright 1992-1997 SNMP Research, Incorporated
SNMP Research Distribution version 14.2.1.7
Copyright 1992-1997 SNMP Research, Incorporated
SNMP Research Distribution version 14.2.1.7
Copyright 1992-1997 SNMP Research, Incorporated
SNMP Research Distribution version 14.2.1.7
annoio.c $Revision: 1.45 $ $Date: 1998/04/01 06:27:2
6 $
sockstack.c $Revision: 1.68 $ $Date: 1998/06/09 01:1
6:51 $
value.c $Revision$ $Date$
ECS.c $Revision: 1.9 $ $Date: 1998/04/22 23:30:06 $
ECS 3.0 (STABLE_3_x_980808)
ECS REV: 980808.1708(opt) HP-UX B.10.10 Server A.05.
03
trace.c $Revision: 1.12 $ $Date: 1998/03/12 04:48:38
$
fatal.c $Revision: 1.13 $ $Date: 1998/05/07 02:26:33
$
log.c $Revision: 1.7 $ $Date: 1997/07/04 07:34:11 $
mesgbuf.c $Revision: 1.18 $ $Date: 1998/05/07 00:28:
35 $
sequence.c $Revision: 1.17 $ $Date: 1998/01/28 03:39
:17 $
vstring.c $Revision$ $Date$
/opt/OV/bin/xnmgraph:
xnmgraph
HP OpenView Network Node Manager NNM Release B.06.20
PATCH PHSS_28347, 12022002
HP Precision Architecture HP-UX 10.x
Copyright (c) 1990-2002 Hewlett-Packard Co., All Ri
ghts Reserved.
/opt/OV/bin/snmpCollect:
HP92453-02A.10.00 HP-UX SYMBOLIC DEBUGGER (END.O) $R
evision: 74.03 $
snmpCollect
HP OpenView Network Node Manager NNM Release B.06.20
PATCH PHSS_28347, 12022002
HP Precision Architecture HP-UX 10.x
Copyright (c) 1990-2002 Hewlett-Packard Co., All Ri
ghts Reserved.
/opt/OV/bin/ovweb:
ovweb
HP OpenView Network Node Manager NNM Release B.06.20
PATCH PHSS_28347, 12022002
HP Precision Architecture HP-UX 10.x
Copyright (c) 1990-2002 Hewlett-Packard Co., All Ri
ghts Reserved.
/opt/OV/bin/ovwdb:
ovwdb
HP OpenView Windows NNM Release B.06.20
PATCH PHSS_28347, 12022002
HP Precision Architecture HP-UX 10.x
Copyright (c) 1990-2002 Hewlett-Packard Co., All Ri
ghts Reserved.
/opt/OV/bin/ovuispmd:
HP OpenView Network Node Manager NNM Release B.06.20
PATCH PHSS_28347, 12022002
HP Precision Architecture HP-UX 10.x
Copyright (c) 1990-2002 Hewlett-Packard Co., All Ri
ghts Reserved.
/opt/OV/bin/ovw:
HP OpenView Windows NNM Release B.06.20
PATCH PHSS_28347, 12022002
HP Precision Architecture HP-UX 10.x
Copyright (c) 1990-2002 Hewlett-Packard Co., All Ri
ghts Reserved.
HP IL EFS v 2.1 bl03; Image EFS Library for HP-UX 8
.07+ & MPower 'libilefs.sl'
ovw
/opt/OV/bin/ovmapcount:
None
/opt/OV/bin/ovcwd:
HP OpenView Network Node Manager NNM Release B.06.20
PATCH PHSS_28347, 12022002
HP Precision Architecture HP-UX 10.x
Copyright (c) 1990-2002 Hewlett-Packard Co., All Ri
ghts Reserved.
ovcwd
/opt/OV/bin/ovreppublish:
HP OpenView Network Node Manager NNM Release B.06.20
PATCH PHSS_28347, 12022002
HP Precision Architecture HP-UX 10.x
Copyright (c) 1990-2002 Hewlett-Packard Co., All Ri
ghts Reserved.
/opt/OV/bin/ovspmd:
ovspmd
HP OpenView ICVT NNM Release B.06.20
PATCH PHSS_28347, 12022002
HP Precision Architecture HP-UX 10.x
Copyright (c) 1990-2002 Hewlett-Packard Co., All Ri
ghts Reserved.
/opt/OV/bin/ovbackup.ovpl:
None
/opt/OV/bin/ovtrapd:
ovtrapd
HP OpenView Network Node Manager NNM Release B.06.20
PATCH PHSS_28347, 12022002
HP Precision Architecture HP-UX 10.x
Copyright (c) 1990-2002 Hewlett-Packard Co., All Ri
ghts Reserved.
/opt/OV/bin/xnmevents:
xnmevents
HP OpenView Network Node Manager NNM Release B.06.20
PATCH PHSS_28347, 12022002
HP Precision Architecture HP-UX 10.x
Copyright (c) 1990-2002 Hewlett-Packard Co., All Ri
ghts Reserved.
/opt/OV/bin/ovsessionmgr:
ovsessionmgr
HP OpenView Network Node Manager NNM Release B.06.20
PATCH PHSS_28347, 12022002
HP Precision Architecture HP-UX 10.x
Copyright (c) 1990-2002 Hewlett-Packard Co., All Ri
ghts Reserved.
/opt/OV/bin/xnmsnmpconf:
HP OpenView Network Node Manager NNM Release B.06.20
PATCH PHSS_28347, 12022002
HP Precision Architecture HP-UX 10.x
Copyright (c) 1990-2002 Hewlett-Packard Co., All Ri
ghts Reserved.
xnmsnmpconf
/opt/OV/bin/Perl/lib/perl5/5.6.0/ovreporting.pm:
ovreporting.pm
HP OpenView NNM Release B.06.20 Dec 02 2002
Copyright (c) 1990-2002 Hewlett-Packard Company
/opt/OV/bin/Perl/lib/perl5/5.6.0/OVdrawNodes.pm:
OVdrawNodes.pm
cksum(1) Output:
245550901 168411 /opt/OV/bin/xnmcollect
2271410934 605093 /opt/OV/bin/ipmap
1753109715 2726824 /opt/OV/bin/netmon
1237343513 262757 /opt/OV/bin/xnmgraph
2528252515 99617 /opt/OV/bin/Perl/lib/perl5/5.6.0/
ovreporting.pm
2867043551 39791 /opt/OV/bin/Perl/lib/perl5/5.6.0/
OVdrawNodes.pm
4029147683 841472 /opt/OV/bin/snmpCollect
2270757535 45226 /opt/OV/bin/ovweb
822771502 387567 /opt/OV/bin/ovwdb
1169123646 86352 /opt/OV/bin/ovuispmd
3257333099 2741458 /opt/OV/bin/ovw
3450592760 158 /opt/OV/bin/ovmapcount
2936125549 32858 /opt/OV/bin/ovcwd
770743034 98761 /opt/OV/bin/ovreppublish
1432793781 451224 /opt/OV/bin/ovspmd
2614200472 16160 /opt/OV/bin/ovbackup.ovpl
2445811777 53398 /opt/OV/bin/ovtrapd
3933161962 226007 /opt/OV/bin/xnmevents
3373856806 78148 /opt/OV/bin/ovsessionmgr
1137741365 98662 /opt/OV/bin/xnmsnmpconf
3810253670 1976464 /opt/OV/lib/libovfilter.2
272276611 3928192 /opt/OV/lib/libovtopm.2
2159585881 807898 /opt/OV/lib/libovw.2
2246645650 2370784 /opt/OV/lib/libovutil.2
1193447753 2590256 /opt/OV/lib/libovsnmp.2
1904925947 251357 /opt/OV/lib/libov.2
1340756108 20938 /opt/OV/newconfig/OVNNM-RUN/app-defaults/
ko_KR.eucKR/XNm
2189541439 10594 /opt/OV/newconfig/OVNNM-RUN/app-defaults/
ko_KR.eucKR/XNmappmon
6197672 23220 /opt/OV/newconfig/OVNNM-RUN/app-defaults/
ko_KR.eucKR/XNmgraph
1122687254 20938 /opt/OV/newconfig/OVNNM-RUN/app-defaults/
zh_CN.hp15CN/XNm
4051044643 10594 /opt/OV/newconfig/OVNNM-RUN/app-defaults/
zh_CN.hp15CN/XNmappmon
4093955672 23220 /opt/OV/newconfig/OVNNM-RUN/app-defaults/
zh_CN.hp15CN/XNmgraph
667605914 20938 /opt/OV/newconfig/OVNNM-RUN/app-defaults/
zh_TW.big5/XNm
1950899568 10594 /opt/OV/newconfig/OVNNM-RUN/app-defaults/
zh_TW.big5/XNmappmon
2494898719 23220 /opt/OV/newconfig/OVNNM-RUN/app-defaults/
zh_TW.big5/XNmgraph
3976290625 20281 /opt/OV/newconfig/OVNNM-RUN/app-defaults/C/
XNm
861315570 10042 /opt/OV/newconfig/OVNNM-RUN/app-defaults/C/
XNmappmon
732138534 21699 /opt/OV/newconfig/OVNNM-RUN/app-defaults/C/
XNmgraph
1135143323 22838 /opt/OV/newconfig/OVWIN/app-defaults/C/OVw
2802082829 22278 /opt/OV/newconfig/OVWIN/app-defaults/
ko_KR.eucKR/OVw
3710384976 22278 /opt/OV/newconfig/OVWIN/app-defaults/
zh_CN.hp15CN/OVw
2194310505 22278 /opt/OV/newconfig/OVWIN/app-defaults/
zh_TW.big5/OVw
3254717490 20918 /opt/OV/newconfig/OVNNMGR-JPN/app-defaults/
ja_JP.eucJP/XNmevents
1277234564 20953 /opt/OV/newconfig/OVNNMGR-JPN/app-defaults/
ja_JP.eucJP/XNm
590805189 10462 /opt/OV/newconfig/OVNNMGR-JPN/app-defaults/
ja_JP.eucJP/XNmappmon
1591671941 22768 /opt/OV/newconfig/OVNNMGR-JPN/app-defaults/
ja_JP.eucJP/XNmgraph
1426674623 6394 /opt/OV/newconfig/OVNNMGR-JPN/app-defaults/
ja_JP.eucJP/XNmtrap
358630502 20924 /opt/OV/newconfig/OVNNMGR-JPN/app-defaults/
ja_JP.SJIS/XNmevents
1026723747 20763 /opt/OV/newconfig/OVNNMGR-JPN/app-defaults/
ja_JP.SJIS/XNm
4245385614 10462 /opt/OV/newconfig/OVNNMGR-JPN/app-defaults/
ja_JP.SJIS/XNmappmon
2998183050 22768 /opt/OV/newconfig/OVNNMGR-JPN/app-defaults/
ja_JP.SJIS/XNmgraph
2932325753 6394 /opt/OV/newconfig/OVNNMGR-JPN/app-defaults/
ja_JP.SJIS/XNmtrap
848837411 357649 /opt/OV/newconfig/OVNNMGR-JPN/conf/
ja_JP.SJIS/trapd.conf
2975538962 357649 /opt/OV/newconfig/OVNNMGR-JPN/conf/
ja_JP.eucJP/trapd.conf
635749118 21231 /opt/OV/newconfig/OVEVENT-MIN/app-defaults/
ko_KR.eucKR/XNmevents
4294298358 5746 /opt/OV/newconfig/OVEVENT-MIN/app-defaults/
ko_KR.eucKR/XNmtrap
1828781139 21223 /opt/OV/newconfig/OVEVENT-MIN/app-defaults/
zh_CN.hp15CN/XNmevents
541315396 5738 /opt/OV/newconfig/OVEVENT-MIN/app-defaults/
zh_CN.hp15CN/XNmtrap
1828781139 21223 /opt/OV/newconfig/OVEVENT-MIN/app-defaults/
zh_TW.big5/XNmevents
541315396 5738 /opt/OV/newconfig/OVEVENT-MIN/app-defaults/
zh_TW.big5/XNmtrap
3441967092 20067 /opt/OV/newconfig/OVEVENT-MIN/app-defaults/
C/XNmevents
541315396 5738 /opt/OV/newconfig/OVEVENT-MIN/app-defaults/C/
XNmtrap
3266679330 371743 /opt/OV/newconfig/OVEVENT-MIN/conf/
ko_KR.eucKR/trapd.conf
3249491629 371729 /opt/OV/newconfig/OVEVENT-MIN/conf/
zh_CN.hp15CN/trapd.conf
883125937 371744 /opt/OV/newconfig/OVEVENT-MIN/conf/
zh_TW.big5/trapd.conf
2402196492 354656 /opt/OV/newconfig/OVEVENT-MIN/conf/C/
trapd.conf
3604194418 13765 /opt/OV/man/man1m.Z/netmon.1m
955527420 6666 /opt/OV/man/man1m.Z/xnmtopoconf.1m
744335313 2221 /opt/OV/man/man1m.Z/ovtrapd.1m
3390217910 3200 /opt/OV/man/man1m.Z/ovactiond.1m
3156197471 12279 /opt/OV/man/man1.Z/ovw.1
1544893627 37226 /opt/OV/www/htdocs/C/OvWebHelp/nnm/Content/
rptref.htm
793641241 233031 /opt/OV/www/htdocs/classes/nnmReporting/
debug.nnmReporting.jar
4259924703 142286 /opt/OV/www/htdocs/classes/nnmReporting/
nnmReporting.jar
2608871838 68478 /opt/OV/www/htdocs/classes/libovw.jar
3620784830 769475 /opt/OV/www/htdocs/classes/jovw/
debug.jovw.jar
1882865552 388924 /opt/OV/www/htdocs/classes/jovw/jovw.jar
2868059317 98035 /opt/OV/www/htdocs/classes/debug.libovw.jar
199958540 34133 /opt/OV/www/htdocs/ja_JP.SJIS/OvWebHelp/nnm/
Content/rptref.htm
2005852419 34138 /opt/OV/www/htdocs/ja_JP.eucJP/OvWebHelp/
nnm/Content/rptref.htm
319220773 131676 /opt/OV/www/cgi-bin/nnmRptConfig.exe
3027199269 24677 /opt/OV/httpd/bin/ab
3808817283 7060 /opt/OV/httpd/bin/apachectl
3998113415 18538 /opt/OV/httpd/bin/apxs
3168729259 6428 /opt/OV/httpd/bin/dbmmanage
1433302304 24671 /opt/OV/httpd/bin/htdigest
232185699 20561 /opt/OV/httpd/bin/htpasswd
3724501601 436633 /opt/OV/httpd/bin/httpd
1178741435 20541 /opt/OV/httpd/bin/logresolve
3748759209 20537 /opt/OV/httpd/bin/rotatelogs
1150146691 5899 /opt/OV/contrib/NNM/event/
genTrapdEventsMIB.ovpl
394132689 72704 /etc/opt/OV/share/conf/analysis/
reportTemplates/Solid/nnm/a_evtCatTrend7day.rpt
824783421 104448 /etc/opt/OV/share/conf/analysis/
reportTemplates/Solid/nnm/a_evtNode1.rpt
2568495141 113664 /etc/opt/OV/share/conf/analysis/
reportTemplates/Solid/nnm/a_evtSev1.rpt
3475193274 71168 /etc/opt/OV/share/conf/analysis/
reportTemplates/Solid/nnm/a_evtSevTrend1.rpt
1666838768 70144 /etc/opt/OV/share/conf/analysis/
reportTemplates/Solid/nnm/a_evtSevTrend7day.rpt
3987991963 71680 /etc/opt/OV/share/conf/analysis/
reportTemplates/Solid/nnm/a_topoDMIDetail1.rpt
3241472520 71168 /etc/opt/OV/share/conf/analysis/
reportTemplates/Solid/nnm/a_topoNetDetail1.rpt
28384378 63488 /etc/opt/OV/share/conf/analysis/
reportTemplates/Solid/nnm/a_topoSum1.rpt
2807870371 71680 /etc/opt/OV/share/conf/analysis/
reportTemplates/Solid/nnm/g_evtCatTrend7day.rpt
1130033571 95232 /etc/opt/OV/share/conf/analysis/
reportTemplates/Solid/nnm/g_evtNode1.rpt
3008134397 71168 /etc/opt/OV/share/conf/analysis/
reportTemplates/Solid/nnm/g_evtSev1.rpt
788058867 70656 /etc/opt/OV/share/conf/analysis/
reportTemplates/Solid/nnm/g_evtSevTrend1.rpt
2518624418 70144 /etc/opt/OV/share/conf/analysis/
reportTemplates/Solid/nnm/g_evtSevTrend7day.rpt
511369503 3750 /etc/opt/OV/share/conf/analysis/
reportTemplates/Solid/repload_NNM.SRP
3962357977 38893 /etc/opt/OV/share/conf/analysis/
reportTemplates/Solid/integration.pdf
2364441607 73728 /etc/opt/OV/share/conf/analysis/
reportTemplates/SQLServer/nnm/a_evtCatTrend7day.rpt
844820809 104448 /etc/opt/OV/share/conf/analysis/
reportTemplates/SQLServer/nnm/a_evtNode1.rpt
1212727103 114176 /etc/opt/OV/share/conf/analysis/
reportTemplates/SQLServer/nnm/a_evtSev1.rpt
976493754 71680 /etc/opt/OV/share/conf/analysis/
reportTemplates/SQLServer/nnm/a_evtSevTrend1.rpt
1171055173 70144 /etc/opt/OV/share/conf/analysis/
reportTemplates/SQLServer/nnm/a_evtSevTrend7day.rpt
127321140 69120 /etc/opt/OV/share/conf/analysis/
reportTemplates/SQLServer/nnm/a_topoDMIDetail1.rpt
2945265162 68096 /etc/opt/OV/share/conf/analysis/
reportTemplates/SQLServer/nnm/a_topoNetDetail1.rpt
1884823727 64512 /etc/opt/OV/share/conf/analysis/
reportTemplates/SQLServer/nnm/a_topoSum1.rpt
1317071364 71680 /etc/opt/OV/share/conf/analysis/
reportTemplates/SQLServer/nnm/g_evtCatTrend7day.rpt
638360670 94720 /etc/opt/OV/share/conf/analysis/
reportTemplates/SQLServer/nnm/g_evtNode1.rpt
3868056312 71168 /etc/opt/OV/share/conf/analysis/
reportTemplates/SQLServer/nnm/g_evtSev1.rpt
3199640658 70144 /etc/opt/OV/share/conf/analysis/
reportTemplates/SQLServer/nnm/g_evtSevTrend1.rpt
3510542913 69632 /etc/opt/OV/share/conf/analysis/
reportTemplates/SQLServer/nnm/g_evtSevTrend7day.rpt
4283155739 3743 /etc/opt/OV/share/conf/analysis/
reportTemplates/SQLServer/repload_NNM.SRP
3962357977 38893 /etc/opt/OV/share/conf/analysis/
reportTemplates/SQLServer/integration.pdf
3297368721 73728 /etc/opt/OV/share/conf/analysis/
reportTemplates/Oracle/nnm/a_evtCatTrend7day.rpt
667396789 96256 /etc/opt/OV/share/conf/analysis/
reportTemplates/Oracle/nnm/g_evtNode1.rpt
238003369 71168 /etc/opt/OV/share/conf/analysis/
reportTemplates/Oracle/nnm/g_evtSev1.rpt
14703758 71680 /etc/opt/OV/share/conf/analysis/
reportTemplates/Oracle/nnm/g_evtSevTrend1.rpt
2293564579 71680 /etc/opt/OV/share/conf/analysis/
reportTemplates/Oracle/nnm/g_evtSevTrend7day.rpt
2005834784 73728 /etc/opt/OV/share/conf/analysis/
reportTemplates/Oracle/nnm/g_evtCatTrend7day.rpt
654654074 103936 /etc/opt/OV/share/conf/analysis/
reportTemplates/Oracle/nnm/a_evtNode1.rpt
1926921180 114176 /etc/opt/OV/share/conf/analysis/
reportTemplates/Oracle/nnm/a_evtSev1.rpt
1688160632 72192 /etc/opt/OV/share/conf/analysis/
reportTemplates/Oracle/nnm/a_evtSevTrend1.rpt
142931847 71680 /etc/opt/OV/share/conf/analysis/
reportTemplates/Oracle/nnm/a_evtSevTrend7day.rpt
552464332 72192 /etc/opt/OV/share/conf/analysis/
reportTemplates/Oracle/nnm/a_topoDMIDetail1.rpt
1852033649 71680 /etc/opt/OV/share/conf/analysis/
reportTemplates/Oracle/nnm/a_topoNetDetail1.rpt
1545762609 62976 /etc/opt/OV/share/conf/analysis/
reportTemplates/Oracle/nnm/a_topoSum1.rpt
1813173129 3753 /etc/opt/OV/share/conf/analysis/
reportTemplates/Oracle/repload_NNM.SRP
3962357977 38893 /etc/opt/OV/share/conf/analysis/
reportTemplates/Oracle/integration.pdf
2329651170 2577139 /etc/opt/OV/share/conf/stacks/pmd/
libECSS.sl
Patch Conflicts: None
Patch Dependencies:
s700: 10.20: PHSS_27332
s800: 10.20: PHSS_27332
Hardware Dependencies: None
Other Dependencies: None
Supersedes:
PHSS_27571 PHSS_27614 PHSS_27616 PHSS_27623 PHSS_27625 PHSS_27638
PHSS_27640 PHSS_27643 PHSS_27746 PHSS_27835 PHSS_27866 PHSS_27916
PHSS_28072 PHSS_28091 PHSS_28094 PHSS_28257
Equivalent Patches:
PHSS_28348:
s700: 11.00 11.11
s800: 11.00 11.11
PSOV_03239:
sparcSOL: 2.6 2.7 2.8
NNM_00974:
intelNT: 4.00 4.01
intelWIN2000: 1.00
Patch Package Size: 31570 KBytes
Installation Instructions:
Please review all instructions and the Hewlett-Packard
SupportLine User Guide or your Hewlett-Packard support terms
and conditions for precautions, scope of license,
restrictions, and, limitation of liability and warranties,
before installing this patch.
------------------------------------------------------------
1. Back up your system before installing a patch.
2. Login as root.
3. Copy the patch to the /tmp directory.
4. Move to the /tmp directory and unshar the patch:
cd /tmp
sh PHSS_28347
5a. For a standalone system, run swinstall to install the
patch:
swinstall -x autoreboot=true -x match_target=true \
-s /tmp/PHSS_28347.depot
By default swinstall will archive the original software in
/var/adm/sw/patch/PHSS_28347. If you do not wish to retain a
copy of the original software, you can create an empty file
named /var/adm/sw/patch/PATCH_NOSAVE.
WARNING: If this file exists when a patch is installed, the
patch cannot be deinstalled. Please be careful
when using this feature.
It is recommended that you move the PHSS_28347.text file to
/var/adm/sw/patch for future reference.
To put this patch on a magnetic tape and install from the
tape drive, use the command:
dd if=/tmp/PHSS_28347.depot of=/dev/rmt/0m bs=2k
Special Installation Instructions:
WARNING: This patch should not be loaded unless the last
consolidated patch PHSS_27332 has been loaded.
To check if this patch is on your system use the
following command:
swlist -l product -l fileset PHSS_27332
If swlist cannot find the patch, then you will
need to obtain the PHSS_27332 patch and load it
before loading this patch.
If there are any ovw sessions running on either the
Management Station or on any Management Consoles, these
sessions need to be closed. The "ovstop" command
should then be executed.
WARNING: the patch will not install if any
Network Node Manager processes are
detected.
NOTE: ovstart is NOT executed after the patch is loaded
You will need to manually run ovstart.
Also, in order to keep a history of the patches
installed on your system the post-install script
will attempt to copy this <patch_name>.text file
to /usr/OV/ReleaseNotes/patches
(or /opt/OV/ReleaseNotes/patches). Please make
sure this file is in /tmp before installation.
========================================================
PHSS_27916:
This patch deliver changes to the file $OV_CONF/
$LANG/trapd.conf.
As the $OV_CONF/$LANG/trapd.conf file may have been
customized, this patch installs the new copy of trapd.conf
under the $OV_NEW_CONF directory. This ensures that the
active copy of trapd.conf under $OV_CONF directory is not
overwritten.
If the $OV_CONF/$LANG/trapd.conf file was not customized,
the $OV_CONF/$LANG/trapd.conf file can be overwritten with
the trapd.conf file under the $OV_NEW_CONF/OVEVENT-
MIN/conf/$LANG directory.
However any customizations done to the $OV_CONF/
$LANG/trapd.conf file will need to be merged with the
trapd.conf file under the $OV_NEW_CONF/OVEVENT-MIN/conf/
$LANG directory before a new copy can be installed as
$OV_CONF/$LANG/trapd.conf.
PHSS_27866:
Since $OV_CONF/$LANG/trapd.conf is a user modifiable
resource file, patch installation will not over write it.
So after the patch installation, user has to copy or merge
the $OV_NEW_CONF/OVEVENT-MIN/app-defaults/$LANG/trapd.conf
to $OV_CONF/$LANG/trapd.conf.
-----End of Document ID: PHSS_28347------------------------------------------
Document ID: PHSS_28230
Date Loaded: 20021204
Title: s700_800 10.20 OV OB4.10 patch - SNAPA packet
Patch Name: PHSS_28230
Patch Description: s700_800 10.20 OV OB4.10 patch - SNAPA packet
Creation Date: 02/11/28
Post Date: 02/12/04
Hardware Platforms - OS Releases:
s700: 10.20
s800: 10.20
Products:
OmniBackII A.04.10
Filesets:
OMNIBACK-II.OMNI-SNAPA-P,A.04.10
Automatic Reboot?: No
Status: General Release
Critical: No
Path Name: /hp-ux_patches/s700_800/10.X/PHSS_28230
Symptoms:
PHSS_28230:
Id = HSLco36130 SR: H555008604
Disk resolving on backup host is very slow.
Id = HSLco37123 SR: H555008788
Some of the volume groups cannot be activated.
Id = HSLco38080 SR: H555008995
Snapa backup fails with:
"[Normal] From: SNAPA
<backup_host> "" Time: <time>
ABORTED SNAPA-Backup Agent on <backup_hostname>."
PHSS_27450:
Id = HSLco32002 SR: H555006949
SNAPA agent has poor resolving performance.
Id = HSLco33554 SR: H555007503
debug.log file gets filled with messages:
"mm/dd/yy hh:mm:ss SNAPA.10149.0
["<source file, version>":<line>] A.04.10 <VERSION>
[<function>] /dev/rdsk/c?t?d? is not a VA disk!"
Id = HSLco35468 SR: H555008436
SNAPA agent abnormally ends while resolving backup
objects on application system.
Id = HSLco35801 SR: H555008538
Backup using VA integration fails with:
"[Major] From: SNAPA
<hostname> ""
Time: mm/dd/yy hh:mm:ss
Failed to split the BC pair of LDEV
<ldev#>, SEQ# , MU#"
[<function>] /dev/rdsk/c?t?d? is not a VA disk!"
Defect Description:
PHSS_28230:
Id = HSLco36130
All devices on backup host are being queried.
Resolution:
Only VA disks are queried when gathering disk
information.
Id = HSLco37123
If the application host is MC/SG system, then volume
groups on the backup host cannot be activated in
read/write mode.
Resolution:
Volume groups on backup side are marked "not-clustered"
before activation in read/write mode. To prevent such
marking set SMB_CLUS_DEACT=1 in /opt/omni/.omnirc file.
Note: SMB_CLUS_DEACT=1 means the volume group is marked
as clustered.
Id = HSLco38080
New HP17 VA firmware is not working with the API v.2.2.
Resolution:
Snapa agent is rebuilt with new API v.2.3.
Part of SSPUX410_051.
PHSS_27450:
Id = HSLco32002
One of the API's called during resolving takes up
to 45 seconds to complete. Calling this API multiple
times causes poor performance.
Resolution:
Resolving algorithm is improved.
Part of the SSPUX410_003.
Id = HSLco33554
Every time SNAPA agent encounters non-VA disk during
resolving phase, a message is logged in debug.log file.
Resolution:
Debug range for message is changed and the message is
not logged.
Id = HSLco35468
When SNAPA agent tries to dump buffer containing
information about rawdisks and LUN's to session output,
it ends abnormally if buffer is too big.
Resolution:
Information about rawdisks and LUN's is being dumped to
session output in pieces keeping the buffer within
prescribed size.
Part of SSPUX410_026.
Id = HSLco35801
SNAPA agent parses the output of "vgdisplay -v <vgname>"
and collects logical volume names. It collects physical
volume name as well in environments where PVG's are
configured.
Resolution:
Parsing is terminated when "PVG name" token is
encountered.
SR:
H555008604 H555008995 H555008788 H555006949 H555008436
H555007503 H555008538
Patch Files:
/opt/omni/databases/vendor/snapa/hp/s800/hp-ux-11/A.04.10/
packet.Z
what(1) Output:
/opt/omni/databases/vendor/snapa/hp/s800/hp-ux-11/A.04.10/
packet.Z:
None
cksum(1) Output:
237823829 483451 /opt/omni/databases/vendor/snapa/hp/s800/
hp-ux-11/A.04.10/packet.Z
Patch Conflicts: None
Patch Dependencies: None
Hardware Dependencies: None
Other Dependencies: None
Supersedes:
PHSS_27450
Equivalent Patches:
PHSS_28231:
s700: 11.00 11.11 11.20
s800: 11.00 11.11 11.20
Patch Package Size: 530 KBytes
Installation Instructions:
Please review all instructions and the Hewlett-Packard
SupportLine User Guide or your Hewlett-Packard support terms
and conditions for precautions, scope of license,
restrictions, and, limitation of liability and warranties,
before installing this patch.
------------------------------------------------------------
1. Back up your system before installing a patch.
2. Login as root.
3. Copy the patch to the /tmp directory.
4. Move to the /tmp directory and unshar the patch:
cd /tmp
sh PHSS_28230
5a. For a standalone system, run swinstall to install the
patch:
swinstall -x autoreboot=true -x match_target=true \
-s /tmp/PHSS_28230.depot
By default swinstall will archive the original software in
/var/adm/sw/patch/PHSS_28230. If you do not wish to retain a
copy of the original software, you can create an empty file
named /var/adm/sw/patch/PATCH_NOSAVE.
WARNING: If this file exists when a patch is installed, the
patch cannot be deinstalled. Please be careful
when using this feature.
It is recommended that you move the PHSS_28230.text file to
/var/adm/sw/patch for future reference.
To put this patch on a magnetic tape and install from the
tape drive, use the command:
dd if=/tmp/PHSS_28230.depot of=/dev/rmt/0m bs=2k
Special Installation Instructions:
PHSS_28230:
NOTE!
This Patch has to be installed on the Installation
Server host.
The OB2 SNAPA agent must be redistributed to the SNAPA
client system(s) after the installation of the patch
in order to get the fixes into effect.
For distribution of the SNAPA agent, refer to
the OmniBackII Installation guide.
Patch includes the following Site Specific Patches:
SSPUX410_003
SSPUX410_026
SSPUX410_051
-----End of Document ID: PHSS_28230------------------------------------------
Document ID: PHSS_28224
Date Loaded: 20021204
Title: s700_800 10.20 OV OB4.10 patch - INFORMIX packet
Patch Name: PHSS_28224
Patch Description: s700_800 10.20 OV OB4.10 patch - INFORMIX packet
Creation Date: 02/11/27
Post Date: 02/12/04
Hardware Platforms - OS Releases:
s700: 10.20
s800: 10.20
Products:
OmniBackII A.04.10
Filesets:
OMNIBACK-II.OMNI-INF-P,A.04.10
Automatic Reboot?: No
Status: General Release
Critical: No
Path Name: /hp-ux_patches/s700_800/10.X/PHSS_28224
Symptoms:
PHSS_28224:
Id = HSLco33985 SR: H555007665
Aborting an Informix database backup executes
new session.
Defect Description:
PHSS_28224:
Id = HSLco33985
OmniBack Informix integration incorrectly handles
error messages received from Informix.
Resolution:
Error handling is improved.
Part of SSPUX410_020.
SR:
H555007665
Patch Files:
/opt/omni/databases/vendor/informix/dec/alpha/osf1-4/
A.04.10/packet.Z
/opt/omni/databases/vendor/informix/hp/s800/hp-ux-1020/
A.04.10/packet.Z
/opt/omni/databases/vendor/informix/hp/s800/hp-ux-11/
A.04.10/packet.Z
/opt/omni/databases/vendor/informix/ibm/rs6000/aix-42/
A.04.10/packet.Z
/opt/omni/databases/vendor/informix/sgi/mips/irix-62/
A.04.10/packet.Z
/opt/omni/databases/vendor/informix/siemens/r400/sinix/
A.04.10/packet.Z
/opt/omni/databases/vendor/informix/sun/sparc/solaris-26/
A.04.10/packet.Z
what(1) Output:
/opt/omni/databases/vendor/informix/dec/alpha/osf1-4/
A.04.10/packet.Z:
None
/opt/omni/databases/vendor/informix/hp/s800/hp-ux-1020/
A.04.10/packet.Z:
None
/opt/omni/databases/vendor/informix/hp/s800/hp-ux-11/
A.04.10/packet.Z:
None
/opt/omni/databases/vendor/informix/ibm/rs6000/aix-42/
A.04.10/packet.Z:
None
/opt/omni/databases/vendor/informix/sgi/mips/irix-62/
A.04.10/packet.Z:
None
/opt/omni/databases/vendor/informix/siemens/r400/sinix/
A.04.10/packet.Z:
None
/opt/omni/databases/vendor/informix/sun/sparc/solaris-26/
A.04.10/packet.Z:
None
cksum(1) Output:
3536567671 435750 /opt/omni/databases/vendor/informix/dec/
alpha/osf1-4/A.04.10/packet.Z
2489626060 958221 /opt/omni/databases/vendor/informix/hp/
s800/hp-ux-1020/A.04.10/packet.Z
1448338242 957967 /opt/omni/databases/vendor/informix/hp/
s800/hp-ux-11/A.04.10/packet.Z
3229941722 706111 /opt/omni/databases/vendor/informix/ibm/
rs6000/aix-42/A.04.10/packet.Z
1215686595 470237 /opt/omni/databases/vendor/informix/sgi/
mips/irix-62/A.04.10/packet.Z
1844738770 393044 /opt/omni/databases/vendor/informix/
siemens/r400/sinix/A.04.10/packet.Z
3600695296 928621 /opt/omni/databases/vendor/informix/sun/
sparc/solaris-26/A.04.10/packet.Z
Patch Conflicts: None
Patch Dependencies: None
Hardware Dependencies: None
Other Dependencies: None
Supersedes: None
Equivalent Patches:
PHSS_28225:
s700: 11.00 11.11 11.20
s800: 11.00 11.11 11.20
Patch Package Size: 4800 KBytes
Installation Instructions:
Please review all instructions and the Hewlett-Packard
SupportLine User Guide or your Hewlett-Packard support terms
and conditions for precautions, scope of license,
restrictions, and, limitation of liability and warranties,
before installing this patch.
------------------------------------------------------------
1. Back up your system before installing a patch.
2. Login as root.
3. Copy the patch to the /tmp directory.
4. Move to the /tmp directory and unshar the patch:
cd /tmp
sh PHSS_28224
5a. For a standalone system, run swinstall to install the
patch:
swinstall -x autoreboot=true -x match_target=true \
-s /tmp/PHSS_28224.depot
By default swinstall will archive the original software in
/var/adm/sw/patch/PHSS_28224. If you do not wish to retain a
copy of the original software, you can create an empty file
named /var/adm/sw/patch/PATCH_NOSAVE.
WARNING: If this file exists when a patch is installed, the
patch cannot be deinstalled. Please be careful
when using this feature.
It is recommended that you move the PHSS_28224.text file to
/var/adm/sw/patch for future reference.
To put this patch on a magnetic tape and install from the
tape drive, use the command:
dd if=/tmp/PHSS_28224.depot of=/dev/rmt/0m bs=2k
Special Installation Instructions:
PHSS_28224:
NOTE!
Patch has to be installed on the Installation Server host.
The Informix packets must be redistributed to the Informix
client system(s) afterwards to get the fixes into effect.
Patch includes the following Site Specific Patches:
SSPUX410_020
-----End of Document ID: PHSS_28224------------------------------------------
Document ID: PHSS_28156
Date Loaded: 20021204
Title: s700_800 10.20 OpenMail B.07.00 December 02 Periodic Patch
Patch Name: PHSS_28156
Patch Description: s700_800 10.20 OpenMail B.07.00 December 02 Periodic Patch
Creation Date: 02/11/20
Post Date: 02/12/04
Hardware Platforms - OS Releases:
s700: 10.20
s800: 10.20
Products:
OpenMail B.07.00
Filesets:
OpenMail.OM-ADM,B.07.00 OpenMail.OM-AMECAT,B.07.00
OpenMail.OM-AMEICE,B.07.00 OpenMail.OM-AMEPAW,B.07.00
OpenMail.OM-AMEPSS,B.07.00 OpenMail.OM-APPL,B.07.00
OpenMail.OM-BB,B.07.00 OpenMail.OM-CHSCAT,B.07.00
OpenMail.OM-CHSICE,B.07.00 OpenMail.OM-CHSPAW,B.07.00
OpenMail.OM-CORE,B.07.00 OpenMail.OM-DESK,B.07.00
OpenMail.OM-DSYNC,B.07.00 OpenMail.OM-ENGCAT,B.07.00
OpenMail.OM-ENGICE,B.07.00 OpenMail.OM-ENGPAW,B.07.00
OpenMail.OM-ENGPSS,B.07.00 OpenMail.OM-FINCAT,B.07.00
OpenMail.OM-FINICE,B.07.00 OpenMail.OM-FINPAW,B.07.00
OpenMail.OM-FRECAT,B.07.00 OpenMail.OM-FREICE,B.07.00
OpenMail.OM-FREPAW,B.07.00 OpenMail.OM-GERCAT,B.07.00
OpenMail.OM-GERICE,B.07.00 OpenMail.OM-GERPAW,B.07.00
OpenMail.OM-IMAP4,B.07.00 OpenMail.OM-ITACAT,B.07.00
OpenMail.OM-ITAICE,B.07.00 OpenMail.OM-ITAPAW,B.07.00
OpenMail.OM-KORCAT,B.07.00 OpenMail.OM-KORICE,B.07.00
OpenMail.OM-KORPAW,B.07.00 OpenMail.OM-LC,B.07.00
OpenMail.OM-LDAP,B.07.00 OpenMail.OM-MAN,B.07.00
OpenMail.OM-NIPCAT,B.07.00 OpenMail.OM-NIPICE,B.07.00
OpenMail.OM-NIPPAW,B.07.00 OpenMail.OM-PMOVER,B.07.00
OpenMail.OM-POP3,B.07.00 OpenMail.OM-PTBCAT,B.07.00
OpenMail.OM-PTBICE,B.07.00 OpenMail.OM-PTBPAW,B.07.00
OpenMail.OM-RC,B.07.00 OpenMail.OM-SMS,B.07.00
OpenMail.OM-SPACAT,B.07.00 OpenMail.OM-SPAICE,B.07.00
OpenMail.OM-SPAPAW,B.07.00 OpenMail.OM-SWECAT,B.07.00
OpenMail.OM-SWEICE,B.07.00 OpenMail.OM-SWEPAW,B.07.00
OpenMail.OM-UNIX,B.07.00 OpenMail.OM-WEBADM,B.07.00
OpenMail.OM-X400,B.07.00
Automatic Reboot?: No
Status: General Release
Critical: No
Path Name: /hp-ux_patches/s700_800/10.X/PHSS_28156
Symptoms:
PHSS_28156:
CR: JAGad93625 SR: 8606224537
There is no mechanism within omshut to remove ice.user
sessions. This could cause problems for any process which
requires all OpenMail processes to have terminated before
continuing.
CR: JAGae37593 SR: 8606273505
The incoming Internet Gateway, on receiving a msg with a
MIME part with a non-ASCII filename, does not recognise the
filename. This happens while it is working out the mapping,
given in mime.types, from MIME contents-types to OM
filetypes.
The true filename is not lost, as it shows correctly in the
stored msg by all the browsers; it is just not used in the
filetype mapping, resulting in the MIME part being
incorrectly mapped to be BINARY filetype.
It works OK when the filename is in plain ASCII.
CR: JAGae41797 SR: 8606277728
A message coming into OpenMail via the Internet gateway
causes a segmentation violation and is put on the delayed
queue to be retried later and to fail again. Error in log:
SERIOUS ERROR Internet Mail (Incoming )
09.10.02 06:55:09
[OM 10270] Process about to terminate due to error.
Signal (Segmentation Violation) trapped by process 17922
Procedure trace follows:
<- GetMailText
-> StripCrNl
<- StripCrNl
-> ux_InParseCommandLine
<- ux_InParseCommandLine
-> GetMailText
<- GetMailText
-> StripCrNl
<- StripCrNl
-> ux_InParseCommandLine
<- ux_InParseCommandLine
-> GetMailText
<- GetMailText
-> StripCrNl
<- StripCrNl
-> ux_InParseCommandLine
CR: JAGae41856 SR: 8606277792
After reading and processing incoming Bulletin Board
messages, the BB Server waits unnecessarily and
inconsistently before exporting the resultant
synchronization requests to other servers, in 50% of cases
depending on the whether an even number of messages were
just read.
By default, this delay could be up to 1 hour.
CR: JAGae42370 SR: 8606278311
The incoming Internet gateway (unix.in) fails to decode the
valid WINMAIL.DAT attachment (TNEF) of some messages. The
TNEF is valid and should be converted at the Internet
gateway into MAPI properties.
These messages cause a warning to be logged:
WARNING Internet Mail (Incoming ) 09.06.02 09:07:45
[OM.UX 1546] MAPI property within TNEF attachment is too
big. The TNEF attachment may be corrupt.
The WINMAIL.DAT attachment is retained and converted into a
text attachment. This attachment seems to cause some
clients problems when browsing the message (e.g.
Netscape/IMAP hangs).
This problem only occurs when the general.cfg tweak
UX_PRE_5_20_COMPATIBILITY_MODE=FALSE is set (this is the
default on GR7).
CR: JAGae42811 SR: 8606278755
Some messages that originate from an OpenMail system cannot
be moved from a PST to an Exchange server. They produce a
"Can't move the items. The item could not be moved. It was
either already moved or deleted, or access was denied."
error.
CR: JAGae43470 SR: 8606279417
A forwarded DL, containing long lines, probably resulting
from comments in addresses and/or encoded non-ASCII char
sets, which is forwarded on its own via the Internet
Gateway, is corrupted at the recipient, with lines being
truncated in the middle of addresses.
The problem does not occur to the DL when the complete
message is forwarded.
CR: JAGae44306 SR: 8606280333
When attachments with common PC file extensions,
like .PDF, .PS, .FM, .MPP, .ZIP are received from the
outside Internet with unexpected, but not incorrect, MIME
Contents Types, they are not recognised as being their
correct filetype.
The are treated instead as the BINARY filetype and
therefore cannot always be selected from PC OMGUI and
associated with their corresponding PC application, e.g.
.PDF files are not always automatically passed on to Adobe
Acrobat.
PHSS_27679:
CR: JAGad71050 SR: 8606201876
Symptoms: Downloaded quoted-printable .CSV (Comma Separated
Values) file attachment to PC is missing carriage returns.
Despite it being perfectly acceptable to MS Excel.
Problem: OM does not know that .CSV files are really text
files and therefore they need their newlines uprated to
CRLF on PCs.
CR: JAGae07887 SR: 8606238864
omcpinu with the '-e' option fails to correctly merge
folders whose names contain multibyte data.
CR: JAGae18540 SR: 8606254208
The check_relay feature of sendmail does not work when
sendmail is invoked from omredirtcp.
CR: JAGae24659 SR: 8606260336
The "man" page for omupdtis etc. gives the directory path
containing the Item Structure Server database (default or
otherwise) as "/var/opt/openmail/dir/../is/" in 3 places.
Although this is correct, it is not clear to the reader
that the UNIX directory convention of "../" is being used
here to mean "the parent of".
This is confusing and prone to be misinterpreted.
CR: JAGae24724 SR: 8606260401
OpenMail does not support sendmail on AIX 5.1L. The
sendmail.cf file is in a different location compared with
AIX 4.x. In addition, omrc needs to check file permissions
when sendmail versions later than 8.9 are in use.
CR: JAGae26104 SR: 8606261785
The autotests imap_JAGae15283.u and imap_JAGae12028.u fail
about 80% of the time on Linux because they run "StartSvc
imap" immediately after "StopSvc imap" and the imap daemon
fails to start.
On HPUX11, running omoff -s imap followed by omon -s imap,
several times in quick succession causes the state of the
imap to fail to start properly.
CR: JAGae27170 SR: 8606262840
When Bulletin Board changes are being synchronised - if a
basic item (i.e. message content rather than a whole
message) is added to a Bulletin Board and then deleted in
the same email client session the ADD will be synchronised
but the DELETE will not be.
CR: JAGae31209 SR: 8606266965
omredirtcp sometimes cannot be restarted. It either fails
silently or writes a "bind failed: Address already in use"
error message to the syslog.
CR: JAGae32060 SR: 8606267820
Some messages from Exchange to OpenMail contain
incorrectedly encoded WINMAIL.DAT attachments. This illegal
encoding can cause the unix.in process to abort with a
segmentation violation. (This is another example of the
problem described in JAGad95079.)
CR: JAGae32230 SR: 8606267991
Mime Browser Controller terminates, without logging, when a
client connection, ual.remote, goes away between requesting
a browse and getting the reply.
This most likely occurs when some user stops browsing in
the midstream, on a heavily loaded system; maybe closing
his client.
Mime Browser Controller then chooses to terminate itself
rather than service all the other many connections.
CR: JAGae32345 SR: 8606268107
When a large number of users are connected to OpenMail on a
machine running RedHat Linux, there are memory management
problems resulting in segmentation violations and other
errors.
CR: JAGae33094 SR: 8606268859
A message with a "Mail from" command containing a
comment-only email address coming into OpenMail via the
Internet gateway causes a message with no originator to be
generated. If this message is routed via the X.400 gateway
it is rejected as an originator is a mandatory field.
CR: JAGae33310 SR: 8606269075
When the outbound Internet gateway processes a message that
contains recipients on both the TNEF and MIME routes the
steering file used may be either the MIME one
(~openmail/sys/mimeout.str) or the TNEF one
(~openmail/sys/tnefout.str) depending on the order of the
recipients. The message should be split in this case and
the appropriate steering file used for each type of
recipient.
CR: JAGae33867 SR: 8606269632
Using PC Admin new PDL members cannot be successfully
added. An OM16095 error is reported:
"Illegal attribute type within compound value."
The PDL member can be added successfully using the backend
OpenMail 'omaddpdln' command.
CR: JAGae35717 SR: 8606271509
On AIX 5.1L, the omrc command may give incorrect '[OM
10350] Warning: File system is full' messages. The message
does not state which file system is meant to be full.
CR: JAGae36951 SR: 8606272845
A message from an Internet user with a non-ASCII comment in
his name cannot be successfully replied to when using the
Outlook client. The reply is rejected at the Internet
gateway with a 'Name cannot be mapped' error. A
non-delivery report is returned. The same message can be
successfuly replied to with the OMGUI client.
PHSS_27061:
CR: JAGad38110 SR: 8606168832
The Web Clients create temporary files under /var/tmp which
may have world-writable permissions, and always have
world-readable permissions.
CR: JAGae05328 SR: 8606236267
omtclsh (used within the webadmin interface) could hang on
Linux RedHat 7.2
CR: JAGae12028 SR: 8606245558
Using an IMAP client to copy/move a message from a local
folder to an OpenMail folder leaves the new message with
the user running the IMAP session as the message creator
and an incorrect received date.
This is only a problem if a non-IMAP client is subsequently
used to read the message.
CR: JAGae12031 SR: 8606245561
Using the ICE web client to log on to Openmail - as soon as
you select a button or click on something in the Main Menu
you get the logon page again with a SESSION EXPIRED error
message.
CR: JAGae17136 SR: 8606251070
Handling of the SIGCLD (SIGCHLD) interrupt changed at Dec.
2000 to make the code suitable for both SystemV and BSD
unix variants. However this change has caused some problems
now that the death of a child process is not ignored. These
problems include:
1. ual.remote zombie process accumulating.
2. scripts no longer executable from TCL within web client
page templates.
3. omredirtcp not invoking sendmail successfully in some
circumstances.
CR: JAGae18238 SR: 8606253906
When a new password is supplied as a result of an old
password being either expired or pre-expired by the
administrator the new password is not checked against any
password composition rules set using omconfpwd. (This
problem only occurs with OpenMail B.07.00)
CR: JAGae19347 SR: 8606255018
It is not possible to configure the Internet gateway to
produce simple inline RTF content without associated
filename information. This filename info. often causes
email clients to treat the RTF as an attachment.
Configuration for this feature is possible when a
multipart/alternative MIME structure is being generated.
However a Content Disposition of 'inline' isn't
configurable for a simple (non-multipart/alternative)
content unless a 'filename' attribute is added as well.
CR: JAGae22300 SR: 8606257997
When the Internet Gateway is configured to use the content
T.61 subject as the MIME 'filename' a long T.61 subject can
cause a Segmentation Violation in unix.out.
CR: JAGae22536 SR: 8606258235
A badly formed RCPT TO: address of the form:
";"
dept.acme.com
results in a looping unix.in process.
CR: JAGae23835 SR: 8606259517
This is a problem in B.07.00 only
When the IMAP_AUTOMATIC_MDN tweak is set to TRUE, the
server does not automatically generate read
acknowledgements.
PHSS_26277:
CR: JAGad84900 SR: 8606215723
The individual X.400 printable string attributes of a mail
address, of all ORNs within a message, are being truncated
to the size limits imposed by the X.400 Standard, by the
incoming Internet Gateway.
This can cause confusing and incomplete addresses in the
ORN, particularly in the fields holding the Internet
address.
CR: JAGad95079 SR: 8606226007
Some messages from Exchange to OpenMail contain
incorrectedly encoded WINMAIL.DAT attachments. This illegal
encoding can cause the unix.in process to abort with a
segmentation violation.
CR: JAGad97183 SR: 8606228125
When a Service Router rule is set up to REJECT a message
using the RECIPIENT-SERVICE-LEVEL criterion the
non-delivery notification (NDN) generated incorrectly
specifies the NDN reason as "Mailbox exceeds size limit".
The correct text should be:
"The message could not be delivered to the recipient as the
service level for their mailbox doesn't allow that
operation".
CR: JAGad97593 SR: 8606228536
With Portal Access enabled, when a duplicate username is
entered, the ICE Web Client 6.0 user program should display
the Duplicate Usernames page containing a list of
alternative names from which to pick the correct name.
When used with a Web Client 5.10 profile, this list of
alternative names is not displayed and the Duplicate
Usernames page stalls at this point: Please select an
alternative from:
At GR6, the Duplicate Usernames page is not even displayed
at all; the Logon page remains without any feedback that
something is amiss.
CR: JAGad98210 SR: 8606229157
general.cfg setting UAL_LOCAL_IGNORE_PASSWORD=TRUE does not
work with GR7. If set a password is still required for
local UAL clients (e.g omlist) that are run within the
mailbox user's unix logon.
CR: JAGae02798 SR: 8606233575
For some IMAP clients (e.g. Outlook Express) the date of
messages in a sub-folder is the date the message was copied
to the folder rather than the date the message was
received.
CR: JAGae03973 SR: 8606234784
There is a problem with omlogon and omlogoff on Linux.
If the omlogoff command is issued to terminate a user
session, followed by a omlogon command to start a new
session, the omlogon is not always successful. The omlogon
is able to recognise that there is no other user session
running, and so doesn't fail to start. However, it then
terminates the session which was starting, so that further
commands such as omlist expect a username and password to
be provided.
If the omlist is part of an autotest, the test will hang
until a password is manually provided.
The problem does not occur if a sleep is placed between the
omlogoff and the next omlogon.
CR: JAGae03977 SR: 8606234788
If a ualth.sck call is made followed by a omlogon, then the
omlogon call may fail.
This failure seems to be intermittent - 50% of the time
approx and only occurs on Linux RedHat 7.2. It is
predominently a timing problem which goes away if a sleep
is places between the 2 calls when part of an autotest.
CR: JAGae06468 SR: 8606237428
omdosur fails with the error message "(OM 24602) Cannot
create file"
CR: JAGae07450 SR: 8606238426
The first mailnode created on a system is not always made
the Primary Mailnode. Shown by absence of '**' in omshowmn
output.
Virtual Licensing assumes that this mailnode to be the
Primary Mailnode, which it needs to refer to.
As a result, Virtual License Server crashes, with
Segmentation Violation, when trying to grant licenses that
have been requested but not yet granted.
May occur during start-up if the request was made while the
system is shut down, or at the time of the request if
system is up.
PHSS_25647:
CR: JAGad83534 SR: 8606214343
If an auto-redirect is enabled for a users inbox, then all
other auto- actions are excluded from execution for that
mailbox.
CR: JAGad83915 SR: 8606214723
If, when creating an auto-forward rule using the PAW-client
the user deletes the auto-forward covering text, local
delivery fails to forward the message.
CR: JAGad83932 SR: 8606214740
B.06 and B.07
This concerns the UAL Checklist command, when the flag is
set to search the directory on the internet-addr (167)
attribute.
When more than one match is found, the command does not
return the entries found as alternatives. This is unlike
UAL Checkname, which does.
This affects the OMGUI, for example. When entering the
duplicate internet address into a DL, the behaviour varies
depending on whether the Auto Name Checking option is on.
If on, Checkname is used, and you see the X400 attributes
of the entries. If off, you get an error when the message
is Mailed. When you click on the name in error, you get a
message that no alternatives can be displayed, or else you
get an empty box that is supposed to show the alternatives.
CR: JAGad84893 SR: 8606215716
If a message that contains an ORN with a DDVn field greater
than the maximum 128 bytes, the X400 outgoing gateway
correctly rejects this message, and will generate a
non-delivery if appropriate.
If the message is a return of contents (the normal type of
non-delivery), then all subsequent messages that are not
return of contents will be rejected by the gateway. An
error 6019 appears in the omshowlog output for each
rejected message.
After a number of the 6019 errors (200 at most), the
gateway will abort, with log output showing 'too many
transaction files open'.
CR: JAGad84922 SR: 8606215745
If no auto-reply text is provided for an auto-reply rule,
then local delivery fails to send the auto-reply message.
CR: JAGad87535 SR: 8606218386
B.07: omtidyu -B alters the last signon time of the user.
In previous releases it did not.
CR: JAGad87649 SR: 8606218500
Using the Outlook client delegate permissions cannot be set
if the delegate has the Common Name (CN) attribute set. An
error is displayed in the Outlook interface.
CR: JAGad88671 SR: 8606219531
When the X400 outgoing gateway processes a message with a
non-textual content item, and with GENERATE_FTPBP=TRUE in
the ~sys/madmd.cfg file, x400.hpx.out leaks approximately
4Kbytes of memory on the message.
The workaround is to stop and start the X400 gateway
periodically, before the process fails with insufficient
memory.
CR: JAGad88889 SR: 8606219749
IMAP: rereading messages with many attachments can result
in raw base64 encoded information being displayed.
CR: JAGad89888 SR: 8606220752
Signatures which include 8-bit text will appear corrupted
when added to the message body using the B.07.00 ICE
client.
CR: JAGad90057 SR: 8606220921
An Internet Ack which contains a NULL character will cause
unix.in to fail.
CR: JAGad90490 SR: 8606221356
Reading Non-Delivery Notifications for a non-english user
(e.g. German) using an IMAP cleint (e.g. Netscape
Navigator) gives text where the accented characters (e.g.
umlaute) are displayed incorrectly.
CR: JAGad90761 SR: 8606221627
Failure to check if enough memory is available before doing
a write results in the corruption of the shared memory used
by the notification server. The result of this is that
local delivery and UAL remote abort.
CR: JAGad91276 SR: 8606222161
omupdtis does not return an error result when interrupted.
CR: JAGad93282 SR: 8606224187
The unix.out gateway, when processing tnef routed messages,
should generate IDs for Mapi Named Properties, in the range
8000-FFFE. The gateway increments the ID each time that a
named property is processed, generating IDs like 80000003,
8001000b, 80020003....
If the gateway runs for some time, the Named Property IDs
become undefined, once FFFE has been reached.
CR: JAGad93317 SR: 8606224222
The audit log only contains entries for successful signons.
At B.06 unsuccessful signons (e.g. password wrong) were
logged to the audit file with an indication of the signon
error.
CR: JAGad94573 SR: 8606225486
When connecting to the OpenMail message store via the Web
Client 5.10 on a Virtual Vault machine with the portal
access disabled, the error message "cannot connect to the
specified host" is displayed.
CR: JAGad94888 SR: 8606225815
The OpenMail daemons omvvrelay, ompop3, omimap and omportal
(B.06.00) cannot be started or stopped manually by root in
a VirtualVault 4.5 environment, due to root not having
sufficient authorisation.
CR: JAGad95463 SR: 8606226394
This applies to B.06 and B.07 of the Openmail Server. See
also JAGad 94299, against the MAPI Service Providers.
With the outgoing internet tnef gateway configured to
convert rtf to text (tnefout.str), and with the
/var/opt/openmail/sys/general.cfg option
UXO_NO_RETAIN_IF_CONVERTED=TRUE set,
1) In Outlook/OpenMail begin to create a 'New Message'.
2) Add a Subject, an Exchange users name and some message
text to the body.
3) Save and close the message.
4) Open message; add some more text and send it to the
Exchange user.
5) The Exchange user receives a message with a blank
message body.
PHSS_24875:
CR: JAGad30137 SR: 8606160818
OpenMail B.06.00.00 + MayPP00
unix.in might hang and a message queued on the sendmail
queue when the message contains one part only, which is a
distribution list.
Workaround: Prior to sending the DL, add some text in the
body part of the message.
CR: JAGad31466 SR: 8606162150
One-way disrsync agreement between OpenMail and Exchange
(over OMEXCONN). Updates are done on the Exchange server.
When modifying attributes 111 and PHONE-1, then the next
dirsync results in the full loss of tis modified entry
within the OM directory. (However, the next dirsync cycle
will add the corrected entry again).
CR: JAGad49568 SR: 8606180347
Defining more than one sender name on the omtidyu
command-line makes omtidyu substitute the last defined name
as all defined names.
For example:
omtidyu -B -u "daniel wink" -R -T i -n -w "gren elliot" -n
-w "iain parker"
will return :
CRITERIA : Messages in the InTray NOT matching "iain parker
" in SENDER field AND NOT matching "iain parker " in SENDER
field.
CR: JAGad65896 SR: 8606196695
HPUX 11.x - 10.x
Openmail 6.0 Dec '00 PP
The incoming internet gateway, unix.in, loops if supplied
with a bad RCPT_TO or Arpa ORN that contains more than one
sign.
For instance,
To:
_//org/co/admd/prmd////RFC-822/pp
inetia.com
a.b.c
CR: JAGad67601 SR: 8606198411
Message with a large distribution list (thousands of
recipients) can take a long, long time to pass through the
X.400 gateway (from OpenMail to X.400).
CR: JAGad68810 SR: 8606199624
omshowcda -d <dir_name> displays the mask used to extract
directory entries. The format of this mask changed with GR6
PP-Mar. It used to be:
S/G/I
and now it is:
S=/G=/I=
This will also occur for other directory related commands
that display attribute masks.
CR: JAGad69036 SR: 8606199850
WC6.0 and PAW corrupts the autoreply covering text in the
languages Japenese, Korean and simplified Chinese when the
rule is listed. The covering text is not corrupted when
viewed from within the auto-replied message.
CR: JAGad69543 SR: 8606200362
Occasionally some message body parts, which require base 64
mime encoding, cause the item.browse binary to perform a
segmentation violation. This occurs when a user attempts to
read the message from the intray or folder area using an
IMAP client (Netscape communicator).
CR: JAGad70640 SR: 8606201464
Some scripts included in the OM-APPL component assume that
the 'cut' command is located in /usr/bin. In RedHat 7.1,
'cut' is located in /bin. The scripts affected are
omaddapp, omaddapppdl, omaddapppdln, omdelapp, omdelapppdl,
omdelapppdln, omshowapp, omshowapppdl and omshowapppdln.
CR: JAGad70641 SR: 8606201465
During installation of patch PHSS_23491 the script vvice
attempts to create the directory
/var/opt/openmail/temp/vv_bkp_log and fails. The directory
/var/opt/openmail/temp has the sensitivity label "SYSTEM
INSIDE" and the vvice script is executed from within the
"SYSTEM" environment and therefore does not have
sufficient privileges to perform the operation.
During installation of the patch PHSS_23491, vvsync
attempts to copy the portal.daemon and kill.portal binaries
from /opt/openmail/bin to the CHROOTED bin directory and
fails. These binaries do not form part of the OpenMail
B.07.xx.xx components and therfore are not present in the
OpenMail bin directory.
During installation of the patch PHSS_23491, user
configurable settings are not retained in the general.cfg
CR: JAGad71090 SR: 8606201916
Web Client 6.0 may, under certain cirumstances, display the
incorrect item count when listing items in the tray areas
or the folder areas.
CR: JAGad71959 SR: 8606202785
Clear/signed S/MIME message sent into OpenMail via Internet
g/w cannot be browsed by IMAP client. The multipart/signed
part of the message is empty.
The message can be successfully read by the OMGUI client.
CR: JAGad74578 SR: 8606205403
Some messages that have come from the internet contain
attachments that cannot be opened when using an IMAP client
(eg. Internet Explorer or Netscape).
Typically these are messages that only contain an
attachment and no covering text, but other types of message
structure may also suffer from this problem.
The user typically sees a copy progress bar that just
stops, the transfer of the attachment does not complete.
The format of attachment within the MIME message is not
correct - it should be base64 and in fact the data is
unencoded.
CR: JAGad74715 SR: 8606205540
This applies to B.06.00.00 and B.07.00.00
Use of ldapmodify to replace the mhsORAddress or omAddress
attributes does not work if attempting to replace existing
individual attributes, other than S, S-TX, G and G-TX.
For instance, if the entry for S=user111 has an OU1
configured, then
# ldapmodify -L UTF8-N -D "cn=clim, o=Openmail" -v
dn: cn=user111, o=OpenMail
changetype: modify
replace: mhsORAddresses
mhsORAddresses: S=user111/ou1=japan3
gives
ldap_modify: Operations error
ldap_modify: additional info: [OM 16092] An attribute has
multiple values, but is notconfigured as multi-value.
Parameter : Directory Entry Modifier
Attribute : OU1Max allowed size : 32
Required syntax : PRINTABLE-STRING
The error can also be seen on the server side, on the
omslapd debug output.
The recommended method is to use ldapmodify to modify the
individual attributes explicitly.
For instance, the input to ldapmodify would be
dn:...
changetype: modify
replace: 5
5: <new_OU1_value>
The internal names of the OU<n> attributes are used as they
are not mapped by default in the ~openmail/sys/ldap.attribs
file. Mappings could of course be added to this file, so
that more meaningful tags could be used in ldapmodify.
CR: JAGad75038 SR: 8606205863
Directory entries added using omaddent that contain
OCTET-STRING attributes have octets with certain values
stripped out. ommodent shows the same problem.
The FREEBUSY directory attributes used by Outlook FreeBusy
lookup are examples of OCTET-STRING data. A situation where
the FREEBUSY attributes may become incorrect is when
omdiropt is run on the FREEBUSY directory. This is because
omdiropt uses omaddent.
Octet 014 (14 decimal) is one value that gets stripped.
There may be some other values.
CR: JAGad75517 SR: 8606206344
The problem is seen on Linux with OM 7 only.
The problem is that issuing a valid IMAP command causes the
IMAP4 server to crash, which should not happen.
With the test mailbox, issuing the commands:
. login "username" "password"
. select inbox
. fetch 2 (BODY.PEEK[3.HEADER.FIELDS (Resent-Date)])
causes the crash.
CR: JAGad75975 SR: 8606206802
An address list, such as a TO: field, may be corrupted if
it contains a quote character ("). This occurs because of
the way that sendmail converts the address and OpenMail
subsequently parses it. In the following text, # is used to
represent the <backslash> character.
If an entry has the format #", then sendmail quotes it and
adds an extra <backslash> to the #" sequence.
So us#"er <user.local>, becomes to "us##"er" <user/local>,
OpenMail then splits up the address list using commas as
the separator. If a separator is in a quote, it is ignored.
In the above example, the quote after the ## is taken to be
a closing quote. This means that things get out of sync, as
the last quote is taken to be an opening, rather than
closing, quote and the address list becomes mangled.
In addition, the mangled address list may now contain
entries in excess of 1024 characters. This can cause a
fatal error.
CR: JAGad79081 SR: 8606209895
Certain printable chars may be used in the components, e.g.
Surname, of OM Personal Names, but should be represented by
special characters on input (see man page omattribs). Such
a char is that 'space' should be input as '_' to allow for
Surnames like "Van Gogh".
IMAP makes no allowance for this mapping, and so fails to
login because the username as input does not exist as an OM
user.
CR: JAGad80029 SR: 8606210842
OpenMail may fail to configure auxiliary child processes
correctly when using the omsetscv command. This results in
the child processes not terminating via the omshut command.
CR: JAGad83734 SR: 8606214543
This applies to B.07, when configured to allow duplicate
internet addresses in the directory. This is the default
for servers upgraded from an earlier version of OpenMail,
but not for new B.07 installations.
Using OMGUI to send a message, if an internet name is
entered that is in the OpenMail system directory twice and
the Dist. List is checked then a System Error 2 is
generated and the connection is lost (the UAL session is
terminated). This only occurs if individual name checking
is turned off.
This is caused by an error in the UAL Checklist command,
when attempting to return the duplicate entries as
alternatives. Note that, prior to B.07, UAL CheckList did
not actually return alternatives when searching on the
internet address field.
See also the related CR JAGad 83932, which is not planned
for fixing in the September 2001 Periodic Patch.
PHSS_23490:
CR: JAGab39939 SR: 8606100957
Omfmtent -u creates output that is corrupted. This occures
when an attribute name is specified and the attribute value
is not. The format of the output is incorrect because it
lists the attribute name but assigns no value to it making
the output unusable in scripts.
ie:
Input to omfmtent :
s=kessler/i=c/g=richard/q=/ou1=hdqt
Output of omfmtent :
1=kessler/3=c/2=richard/4/5=hdqt
As you can see by the above example, the output from the
omfmtent command is missing an "=" after the 4.
CR: JAGab68963 SR: 8606102906
The new server feature of REPEAT REMINDERS in the OMGUI and
MOB GUI do not stop sending out reminders after the Expiry
date.
CR: JAGad31664 SR: 8606162348
Can't reply in OMGUI and ccMail to messages from internet
whose address has comments.
CR: JAGad35090 SR: 8606165799
If 2 OpenMail users have the same name (but different
mailnodes) Single User Restore sometimes selects the wrong
message store to be restored.
CR: JAGad40563 SR: 8606171299
The web clients do not work with HTTPS and the Apache web
server.
When the user tries to signon they are presented with the
following message:
Bad Request
Your browser sent a request that this server could not
understand.
Reason: You're speaking plain HTTP to an SSL-enabled server
port.
CR: JAGad41471 SR: 8606172211
The UAL sometimes aborts on Redhat 7.0 systems when using
the directory relay service, with the following in the
OpenMail log:
SERIOUS ERROR Remote Client (U/I Access) 11.30.00 07:47:57
[OM 10250] Process about to terminate due to error.
Signal (Segmentation Violation) trapped by process 28277;
code = 0. Procedure trace follows:
-> pc_recv_logical_block
<- pc_recv_logical_block
<- pc_recvmessage
-> ual_SendMessage
<- ual_SendMessage
-> ual_RecvReply
-> ual_GetFreeBusyTime
-> ual_ConvORNCheck
-> ual_ConvertORN
-> ual_GetUserCharSet
<- ual_GetUserCharSet
<- ual_ConvertORN
<- ual_ConvORNCheck
-> ual_GetUsersHost
-> nm_ParseORN
<- nm_ParseORN
User Name: UAL TestUser2 / Test, UAL
Pid of logging process: 28277
CR: JAGad42968 SR: 8606173711
It is possible using Outlook with a MAPI connection to
OpenMail to send a message with an internet address
containing 8-bit characters in the domain name.
The outgoing Internet Gateway discards these domain names,
causing an attempt to be made to deliver the message to a
recipient with the same address but no domain name.
This is not correct: if an address is invalid, message
delivery should not be attempted to a partial address in
this manner, as there are potential privacy issues.
CR: JAGad43052 SR: 8606173797
When a message with accented characters in the subject is
copied across message stores using Netscape messenger, the
subject of the message has the MIME character set specifier
in it when viewed using omcontain, OMGUI, Outlook. The
subject appears OK when using Netscape Messenger.
CR: JAGad44030 SR: 8606174784
Openmail does not have a converter from unicode to IA5, but
it does have one from unicode to ISO8859_1.
When the item browser is used to display a text message
using the default format, it has no problem in displaying
the message if OM_DEF_USER_CHAR is set to ISO8859_1 in the
configuration file.
However, if OM_DEF_USER_CHAR is set to IA5, then the item
browser isn't able to do the conversion and reports an
error. As the error reported in the log file was that a
character set conversion between MIME-UTF8 and IA5 was
failing, then this is probably the case.
The second problem is the way that the item browser
displays the message in MIME format.
Adding the mapping of UTF-8 to UTF8 in the mime.cs file
means that the character set for the message is now UTF8
which is recognised by OpenMail and the message is
correctly displayed on most clients. However, for Netscape
Messenger, which uses the item browser MIME option, there
is a problem.
The steering file ~sys/brwmime.str specified that generally
character sets should be converted to ISO8859_1 unless
otherwise specified. This means that the item browser
attempts a conversion from UTF8 to ISO8859_1 and fails.
It should be noted that UNICODE is not generally supported
on OpenMail when messages are in the MIME format.
CR: JAGad45429 SR: 8606176189
When using PAW and Web Client 6.0 rule names may be
displayed incorrectly in Korean, Japanese and Simplified
Chinese versions. This may cause the browser to hang.
CR: JAGad45449 SR: 8606176209
Outlook OFS: Item created offline and synced, and then
modified offline but synced online causes a duplicate to be
created.
CR: JAGad45880 SR: 8606176642
The IMAP/item.browse aborts with a segmentation violation
on LINUX, when trying to encode an html attachment into
"Quoted-Printable" format.
CR: JAGad46439 SR: 8606177205
For an OpenMail server that is configured to support
Czech...
Messages being sent from X400 with 1992 standard General
Text: context-specific 0 (23 octets):
GeneralString (21 octets):
1b 28 42 0f 1b 2d 42 1b 7e 31 31 31 31 b1 ea 32 32 32
. ( B . . - B . ~ 1 1 1 1 . . 2 2 2
are not correctly converted by the X400 In Mapper. They
should be converted to files of type 1736 with character
set T61BASE, and the data of the file should be consistent
with this.
CR: JAGad46896 SR: 8606177664
The OpenMail Internet gateway rejects multipart/signed
messages if one of its composite, multipart or message,
part's boundary-end markers is missing.
CR: JAGad47713 SR: 8606178486
1) omtidyu -l, -t and -w options - wildcards may get
confused in MB.
If a multibyte string contains an *, this is assumed to be
a wildcard.
2) Username incorrectly displayed if it contains TX fields.
The TX fields are concatenated to earlier field values.
This is also a problem with other address list attributes.
3) The -l option is not displayed.
This displays a list of the requested folders and should be
displayed in the full listing.
4) The error/usage string is not displayed if not options
are specified.
omtidyu either returns nothing, or prompts for the password
for the defult user.
5) The -q option does not work.
The -q option produce similar output to a full report, and
more information than a summary report.
6) The msg type selection is not output.
When a full report is requested, the information on each
item should include the message type.
7) The -f option no longer includes WB.
CR: JAGad48103 SR: 8606178878
If omprepsur is not able to salvage certain files, omdosur
is supposed to substitute some dummy containers instead and
then continue to create a valid omcpoutu archive. Infact,
omdosur was aborting straight after processing the missing
container and so was creating a corrupt omcpoutu archive.
CR: JAGad50818 SR: 8606181602
If a message is sent from a user who has an INTERNET_ADDR
defined, to another machine, e.g. via the SMINTFC gateway,
replies to that message do not get returned via the same
route - they always get returned via the INTERNET gateway.
This occurs when the receiving server does does not have
the user's INTERNET_ADDR defined in the directory, and when
the sending server is version GR7
CR: JAGad52689 SR: 8606183476
This applies to omsmtpd in Release 7.
With heavy usage, the SMTP Relay port 25 listener
occasionally stops with a Select error - Bad File Number.
The omshowlog output contains:
ERROR SMTP Relay (SMTPD Relay
Pr) 03.02.01 13:34:27
[OM.DMON 2163] Failed in select.
Error: 'Bad file number'
Alternatively, after logging this error, omsmtpd may hang.
In this case, there will be more than one copy of omsmtpd
running, and the parent will be waiting for the child
processes, and vice versa.
Temporary Workaround:
Stop and restart the daemon.
Or, if Authorisation or Anti-spam features are not in use,
turn off the relay, and rely on sendmail & ommapsmtp to
route incoming messages correctly.
CR: JAGad55411 SR: 8606186206
When shutting down the Remote Client Interface a
segmentation violation is occuring in the Notification
Monitor occasionally because of a buffer over-run or
under-run.
CR: JAGad56484 SR: 8606187277
The OpenMail delegate implementation does not include an
equivalent for Exchange's "Delegate can see my private
items" option (disabled by default in Exchange). Hence when
forwarding Meeting Requests no distinction is made between
Private items and others.
CR: JAGad56620 SR: 8606187413
Message delivery rulesets are not working with empty
subjects.
CR: JAGad57754 SR: 8606188546
omredirtcp logs errors "getsockname: Bad file number" when
no error has occurred.
CR: JAGad58840 SR: 8606189626
MAPI addressbook download fails when trying to download a
directory whose first entry is a large entry such as a pdl
because a buffer overflow occurs.
CR: JAGad63387 SR: 8606194177
A coding defect while processing MIME data sometimes causes
a fatal error within the item.browse binary.
On the Netscape Client the user is presented with the
message:
"The current command did not succeed. The mail server
responded: Some of the requested messages no longer exist."
CR: JAGad64229 SR: 8606195023
Some of the OpenMail patch install scripts may use return
codes which are invalid in Software Distibutor (SD). In
addition, symbolic names such as $SUCCESS, $FAILURE and
$WARNING should be instead of 0, 1 and 2.
Some of the messages do not follow the conventions, with a
word such as ERROR in column 1 of the first line only, and
the text indented to column 10.
CR: JAGad64671 SR: 8606195467
When performing searches of large message stores if the
ual.remote associated with the in.imap41d terminates due to
inactivity or is deliberately killed then in.imap41d goes
into a spin. When using TOP or glance the in.imap41d
processes appear to be consuming a lot of CPU activity,
however, they will not impact on system performance
because the kernel will have assigned them a low priority.
CR: JAGad66344 SR: 8606197150
When installing OpenMail B.07.00, file
~openmail/release.sys/smtpd.cfg is updated to contain the
current domain name in place of the string %LOCALDOMAIN%.
This is also done whenever a new OpenMail instance is
created.
When a patch is installed, the patch scripts need to repeat
this edit.
This does not affect ~openmail/sys/smtpd.cfg which is
intended to be tailored by the OpenMail administrator. This
file is not changed during patch installation.
Defect Description:
PHSS_28156:
CR: JAGad93625 SR: 8606224537
The omshut command does not currently remove ice.user
processes which are still running.
CR: JAGae37593 SR: 8606273505
A coding defect, in the Incoming Internet Gateway, did not
decode encoded MIME filename parameters before looking up
their filetype mappings.
CR: JAGae41797 SR: 8606277728
The buffer used to hold a MIME header field is not big
enough to hold the amount of data read in if the MIME
header is garbled.
CR: JAGae41856 SR: 8606277792
A coding defect, in the Bulletin Board Server, waits on the
import queue for up to an hour, by default, once the import
queue is empty before it exports synchronization requests,
after having just read an even number of messages from the
queue. When it reads an odd number, it immediately finds
the queue empty and there is no delay.
CR: JAGae42370 SR: 8606278311
The checking carried out on the validity of the TNEF is
incorrect for some MAPI properties that exceed 512 bytes in
length and a legal TNEF file is treated as being corrupt.
An error is logged and the TNEF is converted to text to
preserve it for further investigation.
This binary file that is labeled as being textual can cause
problems for some clients (e.g. Netscape/IMAP).
CR: JAGae42811 SR: 8606278755
The problem message contain the PR_REPLY_RECIPIENTS_ENTRIES
property with names associated with the OpenMail Address
Book Provider. This information is unresolvable on the
Exchange system and causes the messages to be rejected.
To overcome this problem a new general.cfg option is
introduced: PM_STRIP_MAPI_REPLY_RECIPS=TRUE
Setting this option causes omcpoutu to strip out the MAPI
properties that cause the migration problem. This user can
then be restored and the message store copied to Exchange
via a PST.
CR: JAGae43470 SR: 8606279417
Forwarded DLs are always sent as MIME type
'application/x-openmail-1166' encoded as Quoted-Printable.
A coding defect, in the Incoming Internet Gateway, did not
decode the QP-encoded MIME part of type
'application/x-openmail-1166' before processing it.
CR: JAGae44306 SR: 8606280333
The sending email system sends out some application type
attachments, e.g. a .PDF file, under the MIME catch-all
Content Type, 'application/octet-stream', whereas the
Internet Gateway is only expecting a more specific Content
Type; 'application/pdf' in this case.
PHSS_27679:
CR: JAGad71050 SR: 8606201876
The only file attachment that OM recognises as of type text
are .TXT files.
It is not told that .CSV files need treating in the same
way with regard to newlines.
CR: JAGae07887 SR: 8606238864
The failure to merge folders whose names contain multibyte
data correctly was due to only the downgraded folder names
being compared for matches, ignoring any existance of T61
folder names.
CR: JAGae18540 SR: 8606254208
When sendmail is invoked from omredirtcp it is called with
the -bs option for single execution. When this option is
used the 'check-relay' functionality is not performed, so
connections from IP addresses that should be rejected are
allowed.
To overcome this deficiency in the omredirtcp environment
the -x option has been added to omredirtcp to allow a file
of IP addresses to be rejected to be specified. See the
omredirtcp MAN page for details.
CR: JAGae24659 SR: 8606260336
Although obscure and indirect, the directory path:
"/var/opt/openmail/dir/../is/"
is strictly correct and in fact necessary, due to the
possibility that "~openmail/dir" may be a symbolic link to
a completely different location, and "is/" is always within
the physical parent of the "~openmail/dir".
This needs pointing out to the user by rewording the man
page in 2 places.
However, understanding the location of the ISDB is simply
background information; it is not necessary for the use of
these commands.
CR: JAGae24724 SR: 8606260401
AIX 5.1L keeps the sendmail.cf files in /etc/mail. 8.9 is
no longer the latest version of sendmail.cf, so omrc is
changed to check certain file permissions for sendmail 8.9
or later.
CR: JAGae26104 SR: 8606261785
The problem is caused by omon failing to wait for the
Required state of a service to move from "disabling" to
"disabled" before attempting to start a service.
CR: JAGae27170 SR: 8606262840
The code that handles the delete of the item does not think
that the newly added item is within a Bulletin Board as a
this information has not been added to the transient record
that represents the item in the BB list.
CR: JAGae31209 SR: 8606266965
When omredirtcp fork/execs sendmail to handle an incoming
SMTP connection the sendmail process inherits the SMTP
socket. While the sendmail process is servicing this SMTP
connection the SMTP socket cannot be re-established (the
'bind' call will fail). Therefore if omredirtcp is killed
it cannot be restarted until all its sendmail children have
exited.
CR: JAGae32060 SR: 8606267820
The primary cause of the problem is the fact that the TNEF
file after decoding from the MIME encoding
(quoted-printable in this instance) is corrupt and contains
field length information that points beyond the end of the
TNEF data.
The secondary problem is that the quoted-printable encoding
of a TNEF attachment is illegal according to Microsoft's
rules for this type of attachment.
The fix detects when a TNEF attachment is not encoded as
"base64" and logs an informative error to the OpenMail log.
The TNEF file is decoded according to the general.cfg
UX_PRE_5_20_COMPATIBILITY_MODE setting. If any corruption
is detected the TNEF attachment will either be treated as a
text attachment or the message will be rejected according
to the general.cfg UXI_NON_DELIVER_BAD_TNEF setting.
CR: JAGae32230 SR: 8606267991
A design defect, in the Mime Browser Controller, of
shutting down immediately on encountering a SIGPIPE signal
from any broken connections (client or child) out of its
many connections.
CR: JAGae32345 SR: 8606268107
The problems occur because ual.remote is built with thread
support, even though each logged-in user has a separate
copy. As similar problems could happen in the IMAP server,
the MIME browser and the item browser, these components
should be built without the use of threads.
CR: JAGae33094 SR: 8606268859
When the Sender name is examined the fact that it has a
comment means that it is treated as a non-null email
address. After stripping out the comments a null email is
left and this is then treated as a valid originator.
CR: JAGae33310 SR: 8606269075
The code does not differentiate enough between a TNEF
recipient and a MIME recipient to split the message and
allow different steering for the different types of
recipient.
As the fix for this problem will cause a change in
behaviour on systems that have different TNEF and MIME
steering files then the old (incorrect) behaviour can be
reinstated by setting the following general.cfg option:
UXO_OLD_TNEFOUT=TRUE
CR: JAGae33867 SR: 8606269632
When using PC Admin to create/modify PDLs the ommodpdln
command is used on the server. If the user being
added/modified has an INTERNET-ADDR (IA) attributed
configured in the directory then this attribute is supplied
in the entry. The presence of this IA attribute is causing
'ommodpdln' to report an error.
CR: JAGae35717 SR: 8606271509
On AIX 5.1L, the df command lists an entry for a file
system called /proc. All the sizing parameters for this
file system are listed as hyphens. This confuses the
omdiskfull command which issues a message announcing a full
file system. The 'omeval omdf' command (for AIX) has been
changed to ignore this entry.
CR: JAGae36951 SR: 8606272845
The non-ASCII characters in the comment part of the ARPA
name confuse unix.out and it thinks that the name is
illegal and therefore refuses to process the name and
generates a NDN for the message.
It seems that only Outlook (under some circumstances)
preserves the comment field when generating a reply, other
clients discard the comment and therefore are not affected
by this problem.
PHSS_27061:
CR: JAGad38110 SR: 8606168832
Both Web Clients create workfiles in /var/tmp. The umask
system call should be invoked to ensure that the files are
neither world-readable nor world-writable.
CR: JAGae05328 SR: 8606236267
If a program loads a dynamic library which has been
compiled with threads enabled, then file I/O is unstable
within the dll unless there has been file I/O within the
calling program first. This appears to be a problem in
Linux Redhat 7.2.
CR: JAGae12028 SR: 8606245558
When an APPEND command is issued by an IMAP client the
OpenMail creator of the item being appended is not set to
be the Sender of the item. Neither is the OpenMail create
date set to be the IMAP internal date of the item. The
existing code does make the message Sender a FROM recipient
in the distribution list - this means that other IMAP
clients see the correct sender/creator, however non-IMAP
clients see an incorrect msg creator.
A new general.cfg option is introduced with the fix for
this problem:
IMAP_ALLOW_MOD_CREATOR=TRUE
will set up the OpenMail creator to be the message Sender -
this is the default.
IMAP_ALLOW_MOD_CREATOR=FALSE
will reinstate the old behaviour.
CR: JAGae12031 SR: 8606245561
The ICE session is terminated because the REMOTE_ADDR value
passed to the cgi program changes during the course of the
email session. The code expects this value not to change,
but there are circumstances when it does. It can happen
when web access is provided by an ISP.
In order to provide flexibility in this situation a new web
access and profile option will be provided to control the
behaviour of the web profile with respect to a changing
value of REMOTE_ADDR during a session.
The REMOTE_ADDR value can legitimately change if an ISP is
being used, so this behaviour is now contolled by the
option:
Allow-Remote-Addr-Change = 0 # REMOTE_ADDR value can't
# change (default and old
# behaviour)
Allow-Remote-Addr-Change = 1 # REMOTE_ADDR can change
# if SessId is in cookie.
Allow-Remote-Addr-Change = 2 # REMOTE_ADDR can change
# with no checking.
This option can be set at the individual profile level:
~openmail/omhmtl/<Profile_Name>/profile
or for all web profiles:
~openmail/omhtml/config
The individual profile setting (if set) will take
precedence.
An Allow-Remote-Addr-Change setting of 1 is recommended to
overcome any premature SESSION EXPIRED problems - this will
work if the web browser is using cookies to provide session
id hiding. A setting of 2 means that no checking of
REMOTE_ADDR is done at all and if cookies are not being
used then the session id information is passed within URLs
that are visible on the computer screen and could be used
from another web browser.
CR: JAGae17136 SR: 8606251070
The handling of the SIGCLD (SIGCHLD) interrupt has changed
from being ignored to being trapped ('reaped'). This change
has had some unforeseen side-effects.
CR: JAGae18238 SR: 8606253906
The code to check a new password against any password
composition rules was removed when the PAM mechanism was
incorporated in the B.07.00 code.
CR: JAGae19347 SR: 8606255018
Content Disposition of 'inline' should be configurable
without a 'filename' value. A new general.cfg option has
been added to allow this to be configured:
INET_INLINE_FILETYPES=nnnn
where 'nnnn' is an OpenMail filetype. Several filetypes can
be specfied by separating with commas, for example:
INET_INLINE_FILETYPES=2130,2133
will cause both RTF and HTML to be given a Content
Disposition of 'inline'.
The INET_INLINE_FNAME_ALLOWED=FALSE option should still be
set in general.cfg to suppress the 'filename'.
Additionally the ~openmail/sys/mimeout.str file should be
editted to uncomment the lines for 2130 and 2133 if the
multipart/alternative structure is not required for these
filetypes.
CR: JAGae22300 SR: 8606257997
The T.61 subject can become large when encoded as a MIME
string as each separate T.61 sub-string will be preceded by
a character set specification. This long string can then
overflow the buffer used to hold the MIME filename string
causing a Segmentation Violation.
CR: JAGae22536 SR: 8606258235
A coding defect, in the incoming Internet Gateway, of
failing to increment a loop count on encountering a NULL
X400 address, as occurs in this case, causes an infinite
loop.
CR: JAGae23835 SR: 8606259517
There is no test for whether read acknowedgements are
required when an IMAP message is read, and no attempt is
made to generate an acknowledgement if it is.
PHSS_26277:
CR: JAGad84900 SR: 8606215723
The incoming Internet Gateway normally truncates all X.400
printable string attributes, of all ORNs within a message,
to the size limits stipulated in the X.400 standard, just
in case the message is sent through the X.400 Gateway.
A new Tweak, INET_NO_TRUNC_X400_ATTS, has been introduced
to inhibit this truncation.
CR: JAGad95079 SR: 8606226007
The primary cause of the problem is the fact that the TNEF
file after decoding from the MIME encoding
(quoted-printable in this instance) is corrupt and contains
field length information that points beyond the end of the
TNEF data.
The secondary problem is that the quoted-printable encoding
of a TNEF attachment is illegal according to Microsoft's
rules for this type of attachment.
The fix detects when a TNEF attachment is not encoded as
"base64" and logs an informative error to the OpenMail log.
The TNEF file is decoded according to the general.cfg
UX_PRE_5_20_COMPATIBILITY_MODE setting. If any corruption
is detected the TNEF attachment will either be treated as a
text attachment or the message will be rejected according
to the general.cfg UXI_NON_DELIVER_BAD_TNEF setting.
CR: JAGad97183 SR: 8606228125
The text in the message catalogue for the message rejection
due to a recipient user's 'service level' value is
incorrect. It describes this error as a mailbox size limit
violation.
CR: JAGad97593 SR: 8606228536
There is no code whatsoever in the Web ICE Client 6.0 to
cope with the %%SIGNONALTS%% markup in the Duplicate
Usernames page of the 5.10 profiles, which is significantly
different from the 6.0 profiles. It has no code of its own
to do all the extra work that the Web Client 5.10 does in
this case.
Also, at GR6, the Portal Access facility was not available
with the Web Client 5.10, and so when its profiles are used
with the ICE Client 6.0, it has no ability to display a
list of alternative names; the Duplicate Usernames page is
absent.
CR: JAGad98210 SR: 8606229157
Pluggable Authentication Modules (PAM) changes to GR7 have
accidently removed the UAL_LOCAL_IGNORE_PASSWORD option.
CR: JAGae02798 SR: 8606233575
The code of the in.imap41d program does not use the
'received date' information when retrieving the
INTERNALDATE attribute of a message.
CR: JAGae03973 SR: 8606234784
The problem was that omlogoff terminates while the omlogon
process is still running. If running another omlogon
immediately afterwards, the first omlogon would delete out
the user pipes which the second omlogon had just created.
Although this second omlogon appeared to have succeeded, it
was unable to process further requests - e.g. omlist. An
omlist call would then expect the username and password to
be entered manually. This caused various of the OpenMail
autotests to hang.
CR: JAGae03977 SR: 8606234788
The cause of the problem was the errno value being changed
when a successful accept() call was made. It is possible
for this to happen on Linux. The pcmonitor returns an error
condition to a calling function if the errno indicates an
error, even if the accept call was successful. This caused
omlogon to fail.
CR: JAGae06468 SR: 8606237428
The failure of omdosur was caused by trying to access files
in the live message store rather than those in the
alternative working directory which is specified when
omdosur is called.
Each time a Content Record is opened in omdosur a transient
flag is set to indicate that the alternative working
directory should be used when opening files. For IMAP
object file information this did not succeed as the Content
Record was reread unsetting this flag.
CR: JAGae07450 SR: 8606238426
A coding defect of an uninitiallised return parameter, in
the User Directory Access component, causes the return of a
spurious Primary Mailnode when none exists, in very rare
circumstances. The caller does not defend against this
condition.
Encountered only on Solaris 8, but could occur rarely
anyplace, anytime.
PHSS_25647:
CR: JAGad83534 SR: 8606214343
This is an enhancement to the behaviour of the
auto-actions. Auto- redirect may now be controlled by two
directives from the config file; EXECUTE_AA_ON_REDIRECT and
DELETE_INTRAY_MSG_ON_REDIRECT. The values they take are 0
or 1. Before the introduction of this enhancement an
auto-redirect prevented other auto-actions from being
honoured. The first of these two directives ensures that if
any other auto-actions are enabled then they are honoured,
however the trigger message is delivered to the intray. The
second directive will delete the trigger message from the
intray.
CR: JAGad83915 SR: 8606214723
An empty auto-forward covering text string prevents the
file, held within the users g directory, which holds the
covering text from being generated. If this file is not
present the local delivery agent fails to forward the
message.
CR: JAGad83932 SR: 8606214740
The UAL checklist command did a check to see if the
specified address matched the internet address before
looking for a match on the X400 attributes.
If alternatives were found, then the list of alternatives
was compiled by researching the directory. however, the
search to create the list was only being done on the X400
attributes and no internet search was done on the internet
directory. This resulted in no matches being found and the
list being empty.
In addition, the internet search was done only on the
internet attribute. So if X400 attributes had been
specified, these were ignored when determining a match from
the internet directory.
CR: JAGad84893 SR: 8606215716
After processing a erroneous Return of Contents, the X400
outgoing gateway failed to clear a global data item. This
led to subsequent messages being incorrectly handled, and
rejected with 6019 log error numbers. Processing following
the detection of the 6019 errors failed to close the
transaction file of the message or distibution list, and
eventually the limit for the maximum number of open
transaction files was reached.
CR: JAGad84922 SR: 8606215745
An empty auto-reply covering text string prevents the file,
held within the users g directory, which holds the covering
text from being generated. If this file is not present the
local delivery agent fails to generate an auto-reply
message.
CR: JAGad87535 SR: 8606218386
In GR7 a session monitor daemon was introduced which does
some of the work of the UAL. One thing it does is to update
the user's signon information, and the functionality of
when to update the last signon time was not implemented.
Instead, the last signon time is always updated - which
does not correspond to the GR6 functionality when an admin
session or a session run by a trusted user is doing the
signon.
CR: JAGad87649 SR: 8606218500
The UAL_BBACL command that set Outlook permissions on
folders uses the ACL name checking code which (incorrectly)
will not allow the Common Name field to be specified with
other Mnemonic ORN fields. Eg. Teresa
Green/acme,sales/CN=tg will be rejected as an invalid
delegate name.
CR: JAGad88671 SR: 8606219531
The code in the X400 intrinsics, that processes non-textual
content items using the EMA BodyPart 15 rules, allocates
memory on a per message basis for a number of linked data
structures, and fails to release all of them at the end of
the message.
CR: JAGad88889 SR: 8606219749
Extra spurious content is displayed for an IMAP client when
there are more that 9 top level contents. This is due to an
incorrect comparison of the content item number.
CR: JAGad89888 SR: 8606220752
An internal format error within TCL strings caused 8-bit
strings to appear corrupted.
CR: JAGad90057 SR: 8606220921
When the message type is multipart/report, the message is
written out to a temporary file. The length of the line is
noted and if less than 1, an error is reported. If the
first character of a line is null, then the length is 0,
incorrectly causing a fatal error.
CR: JAGad90490 SR: 8606221356
Non-ascii NDN text from message catalogue is not given the
correct charset specification in the MIME header.
CR: JAGad90761 SR: 8606221627
One write to the shared memory used by the Notification
Server failed to check if enough space was available before
commencing the write.
CR: JAGad91276 SR: 8606222161
The omupdtis code traps the SIGHUP and SIGTERM to allow
processing of the omupdtis command to be interrupted but
does not set a error return when this happens.
CR: JAGad93282 SR: 8606224187
The Named Property Id is incremented each time a named
property is generated. There is no check for the actual
maximum of FFFE, or for overflow at FFFF. So once the value
FFFE was exceeded, the named property id's take undefined
values.
CR: JAGad93317 SR: 8606224222
PAM changes for B.07 cause unsuccessful signons to return
early without doing any audit logging.
CR: JAGad94573 SR: 8606225486
The tweaks DEFAULT-OMSERVER and OMSERVER where not honoured
if the portal access mechanism was disabled.
CR: JAGad94888 SR: 8606225815
At VV4.5 root does not have the required authorisation
level to execute the setlevel command.
CR: JAGad95463 SR: 8606226394
The cause appears to be the value of the PR_RTF_SYNC*
properties, in particular the PR_RTF_SYNC_BODY_COUNT.
These properties are correctly set when the message is
initially created. However, after the message has been
saved and re-edited, these properties are NOT updated
causing a mismatch between the properties and the actual
content of the sent message.
PHSS_24875:
CR: JAGad30137 SR: 8606160818
This form of message is not a multi-part message, and the
code that reads and processes the '.' terminator in this
case omitted to include the newline character in the check.
Hence the code attempted to continue to read stdin, and
hence the hang, as unix.in is waiting for more from
sendmail
CR: JAGad31466 SR: 8606162150
Exchange Connector resyncs were removing any
entry that had a non-addressing attribute changed on the
Exchange side - this was caused by the fact that the DS
entries coming from Exchange do NOT have a LID attribute so
the normal method of getting the entry using DA_SOURCE_LID
does not work.
CR: JAGad49568 SR: 8606180347
Multiple sender names on the omtidyu command line were all
held in a single buffer resulting in the last senders name
to be registered for all the sender names.
CR: JAGad65896 SR: 8606196695
This was caused by an error in the code that scans Arpa
ORNs, when attempting to map domain names to Openmail
mailnodes using the unixmap.in configuration file.
CR: JAGad67601 SR: 8606198411
The code that is used to build the PDUs for outgoing X.400
messages is not under our control, we use XAPI libraries to
give us a higher level interface to ASN.1 structures and
independence from the underlying MTA. This code is not
particularly efficient and it uses quite large structures
in memory when a PDU is being contructed. In the case of a
message that has a Distribution List with 10,000 names it
will take a long time and use a lot of resources.
The fix for this problem is to add some general.cfg options
to replace large distribution lists with a single name
distribution list. This will not prevent the message from
reaching the intended recipients, but it will speed up the
transfer of the message through the X.400 gateway. If this
DL replacement occurs then the message cannot be
successfully replied to 'all' (as the original distribution
list has been removed).
The general.cfg options are:
X4O_MAX_DL_NAMES=n
where n is the maximum number of names allowed in a
DistList before they get replaced with a single stub DL
name. Default is the current behaviour... there is no
limit.
where the string contains the stub DistList name in
positional ORN format (each ORN field separated with a '/'
character). %s can be used in this string and will be
substituted with the number of names found in the original
DistList. For example: X4O_MAX_DL_NAMES=1000
X4O_MAX_DL_NAMES_ORN=DistList/%s-Name///Black/Hole
will produce a name that the user sees as:
TO: 1001-Name DistList /Black,Hole
when a DistList with 1001 names is send through the X.400
gateway. The default for this ORN string is:
DISTRIBUTION-LIST/%s-NAME///MAIL-SYS
CR: JAGad68810 SR: 8606199624
The fix for JAGab39939 (omfmtent produces illegal directory
entries for entries with null values) has caused omshowcda
to display the directory mask to be displayed differently.
CR: JAGad69036 SR: 8606199850
The cause of the corrupted Korean, Japanese and Simplified
Chinese strings was due to an internal formating error.
CR: JAGad69543 SR: 8606200362
A coding defect within the item.browse binary resulted in a
failure while mime encoding a message.
CR: JAGad70640 SR: 8606201464
Some scripts supplied with OM-APPL specified the full path
name for the 'cut' command. They needed to be enhanced to
support a different location on some OS versions.
CR: JAGad70641 SR: 8606201465
The scripts vvice and vvysnc where not updated for OpenMail
B.07.00 periodic patches
CR: JAGad71090 SR: 8606201916
Hidden items within the message store were included within
the item count when listing the tray or folder areas.
CR: JAGad71959 SR: 8606202785
The mime browsing library only expects to be dealing with
message components in a serialised file. There are
occasions when the components of a message are not
serialised - when this is the case the browse of that item
returns nothing.
CR: JAGad74578 SR: 8606205403
The MIME header is slightly strange inasmuch as the value
is separated from the tag by two spaces. For example:
Content-Transfer-Encoding: base64
This causes the MIME generation routines (in some
circumstances) to misinterpret the MIME header field value.
In this particular case the MIME header has come in from
outside of OpenMail and is being retained in the
inetMessageHeader object file associated with the message.
CR: JAGad74715 SR: 8606205540
A coding error resulted in the mhsORAddress and omAddress
attribute being mapped only to the the Openmail S, S-TX, G
and G-TX attributes for the modify:replace option.
Consequently, when building the OpenMail modification data,
only the former surname and givenname attributes were
deleted and 2 values were supplied for OU1 and other
modified attributes.
CR: JAGad75038 SR: 8606205863
When processing ORNs, omaddent converts to T61 and then
breaks the ORN down into a set of T61 substrings. This may
mean adding some bytes (T61 characters) at the start of
each substring. For non-T61 values, these bytes are later
removed before the value is stored in the directory. This
defect was also removing bytes whose values are the same as
the T61 characters, but which were not added by the initial
parsing.
CR: JAGad75517 SR: 8606206344
The code that constructs the command output was erroneously
attempting to dereference a pointer whose value was NULL.
CR: JAGad75975 SR: 8606206802
In the following text, # is used to represent the
<backslash> character. Sendmail modifies entries of the
form
user#"test <user/test>
to
"user##"test" <user/test>.
Openmail takes this and assumes that the second " ends the
quoted text, then the third quote opens further quoted text
and the To: input can become out of sync.
Further, it becomes possible for mangled addresses to be
greater in size than expected causing a serious error to
occur.
CR: JAGad79081 SR: 8606209895
A coding defect in the IMAP Server does not take any
account of the special chars in OM Personal Names as input
and therefore fails to map them into those they represent.
CR: JAGad80029 SR: 8606210842
The child process IDs were corrupted within the process ID
configuration file due to incorrect file locking mechanisms
CR: JAGad83734 SR: 8606214543
UAL Checklist searches on the internet address field, and
records in the DL the entries with alternatives/duplicates.
Later it reprocesses the DL, re-searching to get the
alternatives in a new file, which is then appended to the
DL. However, the re-search is on the X400 attributes, not
on the internet address, and the alternatives file is not
created. But the attempt to append continued anyway, and
tried to open a non-existent file.
PHSS_23490:
CR: JAGab39939 SR: 8606100957
The parser does not take into account the case when there
is an attribute name but no attribute value.
CR: JAGab68963 SR: 8606102906
When a Repeat Reminder is set, the message is placed in the
message list DEFER.UA by the UAL. While calculating the
next submission date-time of the message, the final
reminder date is calculated based on the current date and
the value of the current reminder.
If the next submission date of the reminder message is less
than the final reminder date, then the message is placed on
the Service router for routing. Otherwise it is deleted
from the message list, so that no more repeat reminders
will be sent. But since the final reminder date is
calculated using the current date the submission date is
ALWAYS less than the final reminder date.
CR: JAGad31664 SR: 8606162348
The Outgoing Internet Gateway is confused by addresses that
can be generated by the cc:Mail client, such as :
"S=Friendly Name .gren/OU1=mime/
DDT1=RFC-822/DDV1=Friendly Name <gren
nowhere.hp.com>/
INTERNET-ADDR=Friendly Name <gren
nowhere.hp.com>"
===========================================================
A coding defect in the ux component tries to enclose the
"Comment <user
domain>" within angle brackets <>, by only
inserting a start bracket < at the beginning, before
passing it to Sendmail, resulting in unmatched brackets,
which naturally generates a Sendmail error.
CR: JAGad35090 SR: 8606165799
The algorithm used to select the approprate user's message
store to restore selects the last message store that
matches just the name part of the user's address.
CR: JAGad40563 SR: 8606171299
The Root-URL is used initially when sending back the
Location: header on signon. The SERVER-PROTOCOL environment
variable is used to construct part of the URL. It appears
that the Apache web server sets the SERVER-PROTOCOL
variable to HTTP/1.0 regardless of whether you are talking
HTTP or HTTPS, however it identifies the fact that we are
talking HTTPS by setting the environment variable
HTTPS="on"
CR: JAGad41471 SR: 8606172211
A segmentation fault occures when parsing a blank line at
the top of the mnMapFile which is located in the
var/opt/openmail/sys directory.
CR: JAGad42968 SR: 8606173711
A design defect in the mim component restricts the search
for an internet address within an ORN to the ordinary DDA
fields of the ORN. However an 8-bit address is stored in a
teletex DDA-TX field, which is ignored by this search and
so the internet address is effectively discarded.
CR: JAGad43052 SR: 8606173797
The IMAP daemon was not converting MIME subject before
copying an item into the OpenMail message store.
CR: JAGad44030 SR: 8606174784
The item browser fails to convert UTF8 to ISO8859_1 when a
message is in MIME format, even though a converter exists.
It recognises that a converter exists, but fails to convert
the UTF8 characters to UCS2 first in the case of the MIME
format. The conversion is then incorrect. In the case of
non MIME text, this two stage conversion is completed
successfully.
UNICODE conversions for MIME formatted messages are not
generally supported in OpenMail and so the 2 step
conversion required had not been implemented.
CR: JAGad45429 SR: 8606176189
When the rule name is read from the OpenMail Auto-Actions
file, tcl expects the format of the string to be UTF-8.
OpenMail does not store the rule names in UTf-8 format,
thus if the rule name is modified in anyway then it becomes
corrupted.
CR: JAGad45449 SR: 8606176209
When a folder is listed (UAL_PRPLST/UAL_LIST) any messages
in the list that not have TextPreview data setup get it
dynamically generated. This causes the ModifiedDate in the
ctner to be updated. This updated ModifiedDate in the ctner
means that the sync. process treats this as a conflict. The
fix is to suppress the ModifiedDate update for this
behind-the-scenes modification. As far a synchronisation
goes the TextPreview is a 'computed' field, dynamically
created in an offline store and is not synchronised data-
so this change is good both architecturally and
pragmatically.
CR: JAGad45880 SR: 8606176642
The attempted encoding of a ' ' character followed by a
'n' as the 1015 and 1016 characters of a line in an html
attachment resulted in the premature abort of the
item.browser and a subsequent segmentation violation.
CR: JAGad46439 SR: 8606177205
The General Text handling code at the incoming X400
interface was written on the assumption that the
interchange charset for non-Latin-1 single byte languages
would be based on an ISO8859_n charset, as used in General
Text bodyparts.
When the Czech version of OpenMail was done, it was decided
to use T61BASE as the interchange charset. However, the
X400 incoming mapper was not changed to properly convert
and map the bodyparts.
CR: JAGad46896 SR: 8606177664
A coding defect in the ux component tries to run off the
end of the temporary file holding the Multipart/Signed part
of the Sendmail message, when this part has missing
end-boundaries of composite contents types, Multipart or
Message.
CR: JAGad47713 SR: 8606178486
) omtidyu -l, -t and -w options - wildcards may get
confused in MB.
The * character is assumed to be the wildcard character in
all cases. This may not be so for certain MB strings.
2) Username incorrectly displayed if it contains TX fields.
The display routine does not take the address group
separator 027 into consideration.
3) The -l option is not displayed.
This is an enhancement request.
4) The error/usage string is not displayed if not options
are specified.
A check to no parameters is not done.
5) The -q option does not work.
The reporting mechanism displays a full report if a SUMMARY
report is not requested, rather than if a FULL report is
requested.
6) The msg type selection is not output.
This is an enhancement request.
7) The -f option no longer includes WB.
In GR7, the -T w option is used to display the waste basket
CR: JAGad48103 SR: 8606178878
Some changes introduced to omdosur as part of the 5.20 MAPI
work, was failing to take into account the possibility of a
missing container.
CR: JAGad50818 SR: 8606181602
When the OMGUI processes a reply, it takes the Distribution
List of the original message and supplies it to UAL
Checklist, requesting Lookup of the 167 attribute in the
UnixMap directory for ORNs that have a group 5 internet
address field.
Messages received from GR7 may contain the internet address
of Openmail users as well as of internet users. If the GR7
internet addresses are not present in the directory of the
server where the reply is constructed, the 167 lookup will
fail to find a match. The code then assumes the recipient
is an internet user and adds the address of the internet
Gateway to the ORN.
CR: JAGad52689 SR: 8606183476
When the relay is heavily loaded, it creates one or more
child relay processes to share the incoming requests. The
child processes later stop when they have been idle for a
while (30 seconds by default). The select error can occur
when the parent is processing the Termination signal from
the child, if the signal is received between when the code
decides to look for input from the child (FD SET) and doing
the select.
After hitting this error, the code does not explicitly stop
the child relay processes, but does wait for them to die.
As the child processes may be waiting for instructions from
the parent, a hang can occur.
CR: JAGad55411 SR: 8606186206
The segmentation violation in the Notification Monitor is
caused by dirty data in a buffer which then causes a buffer
under-run or over-run to then occur. This dirty data
appears to be generated by a large number of
deregistrations for notifications which happens when the
RCI is shut down and timing problems cause a write to the
buffer to be killed thus generating the dirty data which is
then read. The current write is in two stages with the
possibility that the process can be terminated inbetween
these two writes.
CR: JAGad56484 SR: 8606187277
Currently the client does not set up a filter on the
Outlook delegate redirection to prevent private items being
redirected.
The best solution to this problem is to change the server
code so that by default a private Outlook meeting request
will NOT be redirected to a delegate. This behaviour can be
overridden by the LD_SENSITIVE_ITEM_DELEG_REDIR=TRUE
config option (user.cfg and general.cfg)
CR: JAGad56620 SR: 8606187413
Subject is not currently matched (via user-supplied script)
if the subject of the message is null (blank).
The fix is to change the code to allow a blank subject to
be matched. The old behaviour will be reinstated by setting
the RSL_MATCH_BLANK_SUBJECT=FALSE
general.cfg option.
CR: JAGad57754 SR: 8606188546
Porting changes for Linux have caused a problem with the
EINTR signal handling to become visible in the syslog.
EINTR signal handling corrected so that this interrupt is
silently swallowed.
CR: JAGad58840 SR: 8606189626
The failure to download the directory was caused by a
buffer overflow when reading in a large directory entry in
order to pass them to the client.
CR: JAGad63387 SR: 8606194177
The cause of this failure was due to incorrectly parsing
the Content-Disposition response header which sometimes
resulted in corrupted memory.
CR: JAGad64229 SR: 8606195023
The patch installation scripts contained hard-coded exit
codes of 0, 1 and 2, instead of the preferred $SUCCESS,
etc. Also, there were some cases where values other than 0,
1 or 2 could be returned.
CR: JAGad64671 SR: 8606195467
in.imap41d was going into a spin in the function imapsearch
because although conn->state was set to TERMINATED when the
ual socket had died this was not checked for.
CR: JAGad66344 SR: 8606197150
~openmail/release.sys/smtpd.cfg was replaced by an
unconfigured file during patch installation. It is now
edited so it contains a domain name. This is similar to the
work done during initial B.07.00 installation.
SR:
8606224537 8606273505 8606277728 8606277792 8606278311
8606278755 8606279417 8606280333 8606201876 8606238864
8606254208 8606260336 8606260401 8606261785 8606262840
8606266965 8606267820 8606267991 8606268107 8606268859
8606269075 8606269632 8606271509 8606272845 8606168832
8606236267 8606245558 8606245561 8606251070 8606253906
8606255018 8606257997 8606258235 8606259517 8606215723
8606226007 8606228125 8606228536 8606229157 8606233575
8606234784 8606234788 8606237428 8606238426 8606214343
8606214723 8606214740 8606215716 8606215745 8606218386
8606218500 8606219531 8606219749 8606220752 8606220921
8606221356 8606221627 8606222161 8606224187 8606224222
8606225486 8606225815 8606226394 8606160818 8606162150
8606180347 8606196695 8606198411 8606199624 8606199850
8606200362 8606201464 8606201465 8606201916 8606202785
8606205403 8606205540 8606205863 8606206344 8606206802
8606209895 8606210842 8606214543 8606100957 8606102906
8606162348 8606165799 8606171299 8606172211 8606173711
8606173797 8606174784 8606176189 8606176209 8606176642
8606177205 8606177664 8606178486 8606178878 8606181602
8606183476 8606186206 8606187277 8606187413 8606188546
8606189626 8606194177 8606195023 8606195467 8606197150
Patch Files:
/opt/openmail/patch/filesets/OM-ADM
/opt/openmail/patch/filesets/OM-AMECAT
/opt/openmail/patch/filesets/OM-AMEICE
/opt/openmail/patch/filesets/OM-AMEPAW
/opt/openmail/patch/filesets/OM-AMEPSS
/opt/openmail/patch/filesets/OM-APPL
/opt/openmail/patch/filesets/OM-BB
/opt/openmail/patch/filesets/OM-CHSCAT
/opt/openmail/patch/filesets/OM-CHSICE
/opt/openmail/patch/filesets/OM-CHSPAW
/opt/openmail/patch/filesets/OM-CORE
/opt/openmail/patch/filesets/OM-DESK
/opt/openmail/patch/filesets/OM-DSYNC
/opt/openmail/patch/filesets/OM-ENGCAT
/opt/openmail/patch/filesets/OM-ENGICE
/opt/openmail/patch/filesets/OM-ENGPAW
/opt/openmail/patch/filesets/OM-ENGPSS
/opt/openmail/patch/filesets/OM-FINCAT
/opt/openmail/patch/filesets/OM-FINICE
/opt/openmail/patch/filesets/OM-FINPAW
/opt/openmail/patch/filesets/OM-FRECAT
/opt/openmail/patch/filesets/OM-FREICE
/opt/openmail/patch/filesets/OM-FREPAW
/opt/openmail/patch/filesets/OM-GERCAT
/opt/openmail/patch/filesets/OM-GERICE
/opt/openmail/patch/filesets/OM-GERPAW
/opt/openmail/patch/filesets/OM-IMAP4
/opt/openmail/patch/filesets/OM-ITACAT
/opt/openmail/patch/filesets/OM-ITAICE
/opt/openmail/patch/filesets/OM-ITAPAW
/opt/openmail/patch/filesets/OM-KORCAT
/opt/openmail/patch/filesets/OM-KORICE
/opt/openmail/patch/filesets/OM-KORPAW
/opt/openmail/patch/filesets/OM-LC
/opt/openmail/patch/filesets/OM-LDAP
/opt/openmail/patch/filesets/OM-MAN
/opt/openmail/patch/filesets/OM-NIPCAT
/opt/openmail/patch/filesets/OM-NIPICE
/opt/openmail/patch/filesets/OM-NIPPAW
/opt/openmail/patch/filesets/OM-PMOVER
/opt/openmail/patch/filesets/OM-POP3
/opt/openmail/patch/filesets/OM-PTBCAT
/opt/openmail/patch/filesets/OM-PTBICE
/opt/openmail/patch/filesets/OM-PTBPAW
/opt/openmail/patch/filesets/OM-RC
/opt/openmail/patch/filesets/OM-SMS
/opt/openmail/patch/filesets/OM-SPACAT
/opt/openmail/patch/filesets/OM-SPAICE
/opt/openmail/patch/filesets/OM-SPAPAW
/opt/openmail/patch/filesets/OM-SWECAT
/opt/openmail/patch/filesets/OM-SWEICE
/opt/openmail/patch/filesets/OM-SWEPAW
/opt/openmail/patch/filesets/OM-UNIX
/opt/openmail/patch/filesets/OM-WEBADM
/opt/openmail/patch/filesets/OM-X400
/opt/openmail/patch/ompatch
/opt/openmail/patch/PHSS_28156/omunpatch
/opt/openmail/patch/PHSS_28156/ompatch.idx
what(1) Output:
/opt/openmail/patch/filesets/OM-ADM:
No what strings
/opt/openmail/patch/filesets/OM-AMECAT:
No what strings
/opt/openmail/patch/filesets/OM-AMEICE:
No what strings
/opt/openmail/patch/filesets/OM-AMEPAW:
No what strings
/opt/openmail/patch/filesets/OM-AMEPSS:
No what strings
/opt/openmail/patch/filesets/OM-APPL:
No what strings
/opt/openmail/patch/filesets/OM-BB:
No what strings
/opt/openmail/patch/filesets/OM-CHSCAT:
No what strings
/opt/openmail/patch/filesets/OM-CHSICE:
No what strings
/opt/openmail/patch/filesets/OM-CHSPAW:
No what strings
/opt/openmail/patch/filesets/OM-CORE:
No what strings
/opt/openmail/patch/filesets/OM-DESK:
No what strings
/opt/openmail/patch/filesets/OM-DSYNC:
No what strings
/opt/openmail/patch/filesets/OM-ENGCAT:
No what strings
/opt/openmail/patch/filesets/OM-ENGICE:
No what strings
/opt/openmail/patch/filesets/OM-ENGPAW:
No what strings
/opt/openmail/patch/filesets/OM-ENGPSS:
No what strings
/opt/openmail/patch/filesets/OM-FINCAT:
No what strings
/opt/openmail/patch/filesets/OM-FINICE:
No what strings
/opt/openmail/patch/filesets/OM-FINPAW:
No what strings
/opt/openmail/patch/filesets/OM-FRECAT:
No what strings
/opt/openmail/patch/filesets/OM-FREICE:
No what strings
/opt/openmail/patch/filesets/OM-FREPAW:
No what strings
/opt/openmail/patch/filesets/OM-GERCAT:
No what strings
/opt/openmail/patch/filesets/OM-GERICE:
No what strings
/opt/openmail/patch/filesets/OM-GERPAW:
No what strings
/opt/openmail/patch/filesets/OM-IMAP4:
No what strings
/opt/openmail/patch/filesets/OM-ITACAT:
No what strings
/opt/openmail/patch/filesets/OM-ITAICE:
No what strings
/opt/openmail/patch/filesets/OM-ITAPAW:
No what strings
/opt/openmail/patch/filesets/OM-KORCAT:
No what strings
/opt/openmail/patch/filesets/OM-KORICE:
No what strings
/opt/openmail/patch/filesets/OM-KORPAW:
No what strings
/opt/openmail/patch/filesets/OM-LC:
No what strings
/opt/openmail/patch/filesets/OM-LDAP:
No what strings
/opt/openmail/patch/filesets/OM-MAN:
No what strings
/opt/openmail/patch/filesets/OM-NIPCAT:
No what strings
/opt/openmail/patch/filesets/OM-NIPICE:
No what strings
/opt/openmail/patch/filesets/OM-NIPPAW:
No what strings
/opt/openmail/patch/filesets/OM-PMOVER:
No what strings
/opt/openmail/patch/filesets/OM-POP3:
No what strings
/opt/openmail/patch/filesets/OM-PTBCAT:
No what strings
/opt/openmail/patch/filesets/OM-PTBICE:
No what strings
/opt/openmail/patch/filesets/OM-PTBPAW:
No what strings
/opt/openmail/patch/filesets/OM-RC:
No what strings
/opt/openmail/patch/filesets/OM-SMS:
No what strings
/opt/openmail/patch/filesets/OM-SPACAT:
No what strings
/opt/openmail/patch/filesets/OM-SPAICE:
No what strings
/opt/openmail/patch/filesets/OM-SPAPAW:
No what strings
/opt/openmail/patch/filesets/OM-SWECAT:
No what strings
/opt/openmail/patch/filesets/OM-SWEICE:
No what strings
/opt/openmail/patch/filesets/OM-SWEPAW:
No what strings
/opt/openmail/patch/filesets/OM-UNIX:
No what strings
/opt/openmail/patch/filesets/OM-WEBADM:
No what strings
/opt/openmail/patch/filesets/OM-X400:
No what strings
/opt/openmail/patch/ompatch:
$Header: sh_patch.gen /main/gr7_patch/4 2002/04/26 1
8:35:41 pl $
/opt/openmail/patch/PHSS_28156/omunpatch:
$Header: sh_unpat.gen,v
/opt/openmail/patch/PHSS_28156/ompatch.idx:
No what strings
cksum(1) Output:
2590644579 867955 /opt/openmail/patch/filesets/OM-ADM
4037358725 224619 /opt/openmail/patch/filesets/OM-AMECAT
920112999 17017 /opt/openmail/patch/filesets/OM-AMEICE
740401171 13846 /opt/openmail/patch/filesets/OM-AMEPAW
3855950744 106407 /opt/openmail/patch/filesets/OM-AMEPSS
1832496658 178022 /opt/openmail/patch/filesets/OM-APPL
87682587 83461 /opt/openmail/patch/filesets/OM-BB
1886474034 124061 /opt/openmail/patch/filesets/OM-CHSCAT
3515969574 17078 /opt/openmail/patch/filesets/OM-CHSICE
3080638542 14141 /opt/openmail/patch/filesets/OM-CHSPAW
3786052025 11925416 /opt/openmail/patch/filesets/OM-CORE
3026592302 107737 /opt/openmail/patch/filesets/OM-DESK
1771760257 174290 /opt/openmail/patch/filesets/OM-DSYNC
593655611 224609 /opt/openmail/patch/filesets/OM-ENGCAT
350929895 16990 /opt/openmail/patch/filesets/OM-ENGICE
2560319653 13853 /opt/openmail/patch/filesets/OM-ENGPAW
2387798069 106403 /opt/openmail/patch/filesets/OM-ENGPSS
105121789 251727 /opt/openmail/patch/filesets/OM-FINCAT
302315846 17094 /opt/openmail/patch/filesets/OM-FINICE
1860815935 14251 /opt/openmail/patch/filesets/OM-FINPAW
2208562261 251561 /opt/openmail/patch/filesets/OM-FRECAT
3731299992 17036 /opt/openmail/patch/filesets/OM-FREICE
354812740 14172 /opt/openmail/patch/filesets/OM-FREPAW
70200895 252214 /opt/openmail/patch/filesets/OM-GERCAT
1101349310 17063 /opt/openmail/patch/filesets/OM-GERICE
1682776015 14093 /opt/openmail/patch/filesets/OM-GERPAW
1607268931 82609 /opt/openmail/patch/filesets/OM-IMAP4
2027919216 249998 /opt/openmail/patch/filesets/OM-ITACAT
2066537063 17037 /opt/openmail/patch/filesets/OM-ITAICE
3829012451 14062 /opt/openmail/patch/filesets/OM-ITAPAW
570577457 125619 /opt/openmail/patch/filesets/OM-KORCAT
1950055065 17093 /opt/openmail/patch/filesets/OM-KORICE
2916260586 14294 /opt/openmail/patch/filesets/OM-KORPAW
2309411010 722080 /opt/openmail/patch/filesets/OM-LC
3516485866 84132 /opt/openmail/patch/filesets/OM-LDAP
1901782361 10320 /opt/openmail/patch/filesets/OM-MAN
1720842973 125735 /opt/openmail/patch/filesets/OM-NIPCAT
1802649580 17123 /opt/openmail/patch/filesets/OM-NIPICE
3050077798 14318 /opt/openmail/patch/filesets/OM-NIPPAW
3413715757 65169 /opt/openmail/patch/filesets/OM-PMOVER
3366912479 24604 /opt/openmail/patch/filesets/OM-POP3
610463657 252364 /opt/openmail/patch/filesets/OM-PTBCAT
3282946623 17063 /opt/openmail/patch/filesets/OM-PTBICE
1249425992 14111 /opt/openmail/patch/filesets/OM-PTBPAW
3416662867 477657 /opt/openmail/patch/filesets/OM-RC
312948481 208075 /opt/openmail/patch/filesets/OM-SMS
2835626724 251074 /opt/openmail/patch/filesets/OM-SPACAT
1044453019 17073 /opt/openmail/patch/filesets/OM-SPAICE
4123844193 14109 /opt/openmail/patch/filesets/OM-SPAPAW
2888338885 250062 /opt/openmail/patch/filesets/OM-SWECAT
3301325871 17048 /opt/openmail/patch/filesets/OM-SWEICE
138459777 14100 /opt/openmail/patch/filesets/OM-SWEPAW
1343225199 130344 /opt/openmail/patch/filesets/OM-UNIX
3729755959 714972 /opt/openmail/patch/filesets/OM-WEBADM
569145139 1019702 /opt/openmail/patch/filesets/OM-X400
1357410443 26524 /opt/openmail/patch/ompatch
4120277454 11249 /opt/openmail/patch/PHSS_28156/omunpatch
2229579604 154074 /opt/openmail/patch/PHSS_28156/ompatch.idx
Patch Conflicts: None
Patch Dependencies: None
Hardware Dependencies: None
Other Dependencies: None
Supersedes:
PHSS_23490 PHSS_24875 PHSS_25647 PHSS_26277 PHSS_27061 PHSS_27679
Equivalent Patches:
PHSS_28157:
s700: 11.00 11.04 11.11
s800: 11.00 11.04 11.11
PFSS_17042:
sparcSUN: 5.6 5.7 5.8
PASS_17042:
AIX: 4.3 5.1
PLSS_17046:
intelLinux: RedHat7.0 RedHat7.1 RedHat7.2 RedHat7.3
Patch Package Size: 19920 KBytes
Installation Instructions:
Please review all instructions and the Hewlett-Packard
SupportLine User Guide or your Hewlett-Packard support terms
&