|
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
us-support.external.hp.com)Date: Sun Oct 14 2001 - 08:28:43 CDT
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:
http://www.itresourcecenter.hp.com/
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:
http://www.itresourcecenter.hp.com/
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 700 10.X patch digest
Created: Sun Oct 14 3:05:18 PDT 2001
Table of Contents:
Document ID Title
--------------- -----------
PHNE_24822 s700_800 10.20 ktelnetd(1M) cumulative patch
PHSS_25413 s700_800 10.X Fortran90 patch from B.10.20.40 to B.10.20.44
PHSS_24944 s700_800 10.X OV EMANATE14.2 Agent Consolidated Patch
The documents are listed below.
-------------------------------------------------------------------------------
Document ID: PHNE_24822
Date Loaded: 20011012
Title: s700_800 10.20 ktelnetd(1M) cumulative patch
Patch Name: PHNE_24822
Patch Description: s700_800 10.20 ktelnetd(1M) cumulative patch
Creation Date: 01/09/15
Post Date: 01/10/12
Hardware Platforms - OS Releases:
s700: 10.20
s800: 10.20
Products: N/A
Filesets:
InternetSvcSec.INETSVCS-SEC InternetSvcSec.ISEC-ENG-A-MAN
Automatic Reboot?: No
Status: General Release
Critical: No
Path Name: /hp-ux_patches/s700_800/10.X/PHNE_24822
Symptoms:
PHNE_24822:
SR 8606212875 / CR JAGad82062
1. Buffer handling in telnetd needs to be enhanced.
SR 8606212874 / CR JAGad82061
2. Telnetd has a service issue.
Defect Description:
PHNE_24822:
SR 8606212875 / CR JAGad82062
1. Buffer handling in telnetd needs to be enhanced.
Resolution:
Code changes have been made to fix it.
SR 8606212874 / CR JAGad82061
2. Telnetd has a service issue.
Resolution:
Code changes have been made to fix it.
SR:
8606212875 8606212874
Patch Files:
/usr/lbin/ktelnetd
/usr/share/man/man1m.Z/ktelnetd.1m
what(1) Output:
/usr/lbin/ktelnetd:
Copyright (c) 1983, 1986 Regents of the University o
f California.
Secure Internet Svcs - $Revision: 1.27.212.15 $ $Dat
e: 2001/08/30 07:25:33 $ PHNE_24822
telnetd.c 5.31 (Berkeley) 2/23/89
authenc.c 8.1 (Berkeley) 6/4/93
auth.c 8.3 (Berkeley) 5/30/95
misc.c 8.1 (Berkeley) 6/4/93
encrypt.c 8.2 (Berkeley) 5/30/95
kerberos5.c 8.1 (Berkeley) 6/4/93
genget.c 8.2 (Berkeley) 5/30/95
forward.c 8.2 (Berkeley) 5/30/95
/usr/share/man/man1m.Z/ktelnetd.1m:
None
cksum(1) Output:
4086171833 475136 /usr/lbin/ktelnetd
3959098747 4915 /usr/share/man/man1m.Z/ktelnetd.1m
Patch Conflicts: None
Patch Dependencies:
s700: 10.20: PHNE_13413
s800: 10.20: PHNE_13413
Hardware Dependencies: None
Other Dependencies: None
Supersedes: None
Equivalent Patches:
PHNE_24762:
s700: 11.00
s800: 11.00
PHNE_24829:
s700: 11.11
s800: 11.11
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 PHNE_24822
5a. For a standalone system, run swinstall to install the
patch:
swinstall -x autoreboot=true -x match_target=true \
-s /tmp/PHNE_24822.depot
By default swinstall will archive the original software in
/var/adm/sw/patch/PHNE_24822. 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 PHNE_24822.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/PHNE_24822.depot of=/dev/rmt/0m bs=2k
Special Installation Instructions:
PHNE_24822:
1. Ensure that all telnet sessions are closed before the
installation/removal of the patch.
2. The SIS product, if enabled, has to be disabled before
the installation and removal of this patch.
If SIS is enabled during patch installation/removal, the
installation/removal will fail with an error.
To disable SIS use the following command:
'/usr/sbin/inetsvcs_sec disable'
To enable SIS after the installation/removal of this
patch, use the following command:
'/usr/sbin/inetsvcs_sec enable'
3. To enable the -n option for telnetd after installing
this patch:
1. modify /etc/inetd.conf file by adding the option,
"-n<time in seconds>" to the end of the following
line:
telnet stream tcp nowait root /usr/lbin/telnetd telnetd
2. # inetd -c (to have inetd re-read the config file)
Telnetd will timeout if it does not receive either a
positive or negative reply to the initial option
negotiation.
The -n option notifies telnetd the time in seconds
for which it should wait before timing out.
4. Patch PHNE_13413 must first be installed before the
OUT_NO_DELAY option can be used.
5. To enable the OUT_NO_DELAY option for telnetd after
installing this patch:
1. modify /etc/inetd.conf file by adding the option,
"-OUT_NO_DELAY" to the end of the following line:
telnet stream tcp nowait root /usr/lbin/telnetd telnetd
2. # inetd -c (to have inetd re-read the config file)
-----End of Document ID: PHNE_24822------------------------------------------
Document ID: PHSS_25413
Date Loaded: 20011009
Title: s700_800 10.X Fortran90 patch from B.10.20.40 to B.10.20.44
Patch Name: PHSS_25413
Patch Description: s700_800 10.X Fortran90 patch from B.10.20.40 to B.10.20.44
Creation Date: 01/10/08
Post Date: 01/10/09
Hardware Platforms - OS Releases:
s700: 10.20
s800: 10.20
Products:
FORTRAN90 B.10.20.40
FORTRAN90 B.10.20.42
Filesets:
FORTRAN90.FORT90-PRG,B.10.20.40
FORTRAN90.FORT90-PRG,B.10.20.42
FORTRAN90.FORT90-MAN,B.10.20.40
FORTRAN90.FORT90-MAN,B.10.20.42
FORTRAN90.F90-JPN-E-MAN,B.10.20.40
FORTRAN90.F90-JPN-E-MAN,B.10.20.42
FORTRAN90.F90-JPN-S-MAN,B.10.20.40
FORTRAN90.F90-JPN-S-MAN,B.10.20.42
Automatic Reboot?: No
Status: General Release
Critical: No
Path Name: /hp-ux_patches/s700_800/10.X/PHSS_25413
Symptoms:
PHSS_25413:
01)JAGad85737: The compiler does not correctly handle BOZ
constants in intrinsic function calls.
02)JAGad90122: The compiler does not accept the incremental
linking options +ild and +ildrelink.
03)JAGad90369: The compiler asserts on data statement which
uses rep and has another overlapping data
statement.
04)JAGad90394: The compiler aborts with f90: Signal 6.
05)JAGad90477: Use of the +Ofaster compile option causes
bus error.
PHSS_25175:
01)JAGab67472: A problem with strength reduction of 64
bit multiplication by unsigned consants
caused wrong answers.
02)JAGac86637: The compiler errantly reports "invalid arc
calculation" warning.
03)JAGad62170: The +U option needs to support multiple
arguments.
04)JAGad84653: The compiler does not accept 'type' as
a 'print' statement.
05)JAGad85160: Reference to omp_memcpy is unresolved.
06)JAGad85254: The compiler asserts on an OMP intrinsic.
07)JAGad85371: Customer reports need to have more than 256
continuation lines.
08)JAGad85372: Performance for guided scheduling does not
scale well beyond 2 threads.
09)JAGad86385: The compiler aborts with interanl error on
the pack intrinsic.
10)JAGad87340: Compiler aborts with TCG assertion in
in_descriptor.c.
11)JAGad87380: The compiler does not recognize the
+Onoopenmp command-line switch.
12)JAGad87416: Compiler aborts with TCG assertion.
13)JAGad87513: Using $HP$SHARED_COMMON within second
subroutine in a file Is ignored, causing
wrong answers.
14)JAGad88599: Bus error occurs when intrinsic function LOC
is called with a non-subscripted array.
15)JAGad88762: OMP directive is ignored.
16)JAGad89129: Error occurs when implicitly opening a file
with unit number greater than 99.
PHSS_24771:
01)JAGaa68246: Wrong answers with floating point
comparisons using +FPD.
02)JAGab73429: The compiler does not allow the !$ALIAS
directive.
03)JAGad03801: Compiler crashing on end do statements with
no matching do statements.
04)JAGad08183: Run time error with assigned gotos in 64bit
mode
05)JAGad15689: Failure on entry statement that returns a
quadword result.
06)JAGad62340: The +cat option at the end of the compile
line caused compile problems.
07)JAGad73062: Compiler aborts when parallelizing a loop
with an inlined routine.
08)JAGad73370: Wrong answers from libF90 cputime routine.
09)JAGad73465: Code sometimes generated wrong answers at
optimization level +O3.
10)JAGad73529: Garbled "Module not found" error messages.
11)JAGad74647: Open MP parallelization causes segmentation
fault.
12)JAGad77170: SAVE tags an automatic variable, a variable
type not eligible for SAVE causing bogus
compile-time errors.
13)JAGad77176: Compiler abort when an Open MP PRIVATE
variable is from a USEd module.
14)JAGad77883: Compiler abort on interface assignment.
15)JAGad79146: Gdb unable to show the correct f90 source
lines when stepping.
16)JAGad81039: Compiler aborts with "abnormal exit taken
from bridge" with nested routines and
modules.
17)JAGad81737: OMP variable trip count loops not always
correctly parallelized.
18)JAGad81738: Loops with induction variables of type
integer*8 were not transforming the
increment value to be an I*8 constant.
19)JAGad82866: Compiler aborts while generating code for
an array initialization in wide mode.
Defect Description:
PHSS_25413:
01)JAGad85737: The compiler did not correctly infer data
type for BOZ (typeless) constants from
context. This has been fixed.
Resolution: Recompile with the new compiler.
02)JAGad90122: Implemented the +ild and +ildrelink compile
options.
Resolution: Recompile with the new compiler.
03)JAGad90369: Fixed bug in handling of the data statement.
Resolution: Recompile with the new compiler.
04)JAGad90394: Fixed the internal compiler assertion.
Resolution: Recompile with the new compiler.
05)JAGad90477: Fixed the bug in handling the +Ofaster
compile option.
Resolution: Recompile with the new compiler.
PHSS_25175:
01)JAGab67472: Fixed a problem with strength reduction
of 64 bit multiplication by unsigned
consants.
Resolution: Recompile with the new compiler.
02)JAGac86637: Removed an unused warning message
"invalid arc calculation".
Resolution: Recompile with the new compiler.
03)JAGad62170: Added support for multiple arguments to
the +U option.
Resolution: Recompile with the new compiler.
04)JAGad84653: To be consistent with f77, updated the
compiler to accept 'type' as a synonym
for 'print' when not within a declaration.
Resolution: Recompile with the new compiler.
05)JAGad85160: Fixed the compiler to resolve the
omp_memcpy reference.
Resolution: Recompile with the new compiler.
06)JAGad85254: Fixed the OMP intrinsic assertion problem
resulting from parameter mismatch.
Resolution: Recompile with the new compiler.
07)JAGad85371: Enhanced the compiler to allow up to 300
continuation lines.
Resolution: Recompile with the new compiler.
08)JAGad85372: Error in algorithm was causing the
compiler to use workload/2 to guide
scheduling. Changed this to use
workload/numthreads.
Resolution: Recompile with the new compiler.
09)JAGad86385: Fixed the internal compiler error
generated on a pack intrinsic.
Resolution: Recompile with the new compiler.
10)JAGad87340: Fixed the internal compiler error
resulting in TCG in_descriptor.c
assertion.
Resolution: Recompile with the new compiler.
11)JAGad87380: Implemented the +Onoopenmp
command-line switch.
Resolution: Recompile with the new compiler.
12)JAGad87416: Fixed the compiler internal error.
Resolution: Recompile with the new compiler.
13)JAGad87513: Placement of $HP$SHARED_COMMON
directive contrary to documentation
was permitted in F77. Upgraded the
f90 compiler to allow the f77 placement.
Resolution: Recompile with the new compiler.
14)JAGad88599: Fixed problem with intrinsic handling
of dope vector array, resulting in bus
error.
Resolution: Recompile with the new compiler.
15)JAGad88762: Fixed problem so that OMP directives
are not lost.
Resolution: Recompile with the new compiler.
16)JAGad89129: Fixed bug in compiler for implicit
open of file with unit number greater
than 99.
Resolution: Recompile with the new compiler.
PHSS_24771:
01)JAGaa68246: The compiler had a problem with using +FPD
combined with certain optimizations. This
has been fixed.
Resolution: Recompile with the new compiler.
02)JAGab73429: The compiler did not recognize the !$ALIAS
form of the $ALIAS directive. The compiler
has been changed to recognize !$ALIAS
Resolution: Recompile with new compiler.
03)JAGad03801: Compiler expected each end do statement to
have matching do statements. This has been
fixed so that an error message is generated.
Resolution: Recompile with new compiler.
04)JAGad08183: Compiler was incorrectly calculating the
destination address. This has been fixed.
Resolution: Recompile with the new compiler.
05)JAGad15689: Problem with quadword results for entry
statements has been fixed.
Resolution: Recompile with the new compiler.
06)JAGad62340: The compiler included the concatenated
file plus all of the individual files in
the compile and link. This has been fixed.
Resolution: Recompile with the new compiler.
07)JAGad73062: The compiler asserted under some cases
when parallelizing a loop with an inlined
routine. This has been fixed.
Resolution: Recompile with the new compiler.
08)JAGad73370: The cputime routine did not return the
correct value. This has been fixed.
Resolution: Recompile with the new compiler.
09)JAGad73465: The compiler incorrectly removed some code
assuming it was unreachable when it was in
fact needed. This has been fixed.
Resolution: Recompile with the new compiler.
10)JAGad73529: The compiler was built with the wrong version
of the error message file. This has been
fixed.
Resolution: Recompile with the new compiler.
11)JAGad74647: There was a problem with the variable step
transformation. This has been fixed.
Resolution: Recompile with the new compiler.
12)JAGad77170: The compiler generated SAVE tags for an
automatic variable. This has been fixed.
Resolution: Recompile with the new compiler.
13)JAGad77176: The compiler did not clear the USEASSOCIATED
bit for use variables which were privatized.
This has been fixed.
Resolution: Recompile with the new compiler.
14)JAGad77883: An INTERFACE Assignment definition prevented
the compiler from resolving an operator. This
has been fixed.
Resolution: Recompile with the new compiler.
15)JAGad79146: The compiler was using the incorrect variable
hashlinenumber which did not always track
line number. This has been fixed.
Resolution: Recompile with the new compiler.
16)JAGad81039: When propagating type tags from uplevel
imported module to the nested routine,
the compiler was not checking to see if
the type tags had already been set. This
has been fixed.
Resolution: Recompile with the new compiler.
17)JAGad81737: The compiler inadvertantly modified loops
not directly attached to OMP DO directives.
This has been fixed.
Resolution: Recompile with the new compiler.
18)JAGad81738: The compiler was not correctly typing
I*8 induction variables. This has been
fixed.
Resolution: Recompile with the new compiler.
19)JAGad82866: The compiler was incorrectly using the
address of the repetition count instead of
the repetition count. This has been fixed.
Resolution: Recompile with the new compiler.
SR:
0000000000
Patch Files:
/opt/fortran90/bin/f90
/opt/fortran90/lbin/f90com32
/opt/fortran90/lbin/f90com64
/opt/fortran90/lib/libF90.a
/opt/fortran90/lib/pa2.0/libF90.a
/opt/fortran90/lib/nls/C/libF90.cat
/opt/fortran90/lib/nls/msg/C/f90.cat
/opt/fortran90/lib/nls/msg/C/f90com.cat
/opt/fortran90/share/man/man1.Z/f90.1
/opt/fortran90/share/man/ja_JP.eucJP/man1.Z/f90.1
/opt/fortran90/share/man/ja_JP.SJIS/man1.Z/f90.1
what(1) Output:
/opt/fortran90/bin/f90:
HP-UX f90 20011004 (113141) B3907DB/B3909DB PHSS_25
413 B.10.20.44
HP F90 v2.5.5
/usr/lib/libc: $Revision: 76.3 $
/opt/fortran90/lbin/f90com32:
HP F90 v2.5.5
HP-UX SLLIC/OPTIMIZER UX.11.01.96 (ROSE): 11/16/98
HP aC++ B3910B A.01.19.02 Classic Iostream Library
HP aC++ B3910B A.01.19.02 Language Support Library
Ucode Code Generator - UX11.01.04(GS IB4) (PACG - No
vember 16, 1998)
HP-UX f90com32 20011004 (110315) B3907DB/B3909DB PH
SS_25413 B.10.20.44
Copyright (c) 1993-2001 HP. All Rights Reserved.
HP Fortran-95 Version F95D4 HP:131200:080240
Ucode-2 Version 2-6
High Level Optimizer - 04-Oct-2001.10:55
/usr/lib/libc: $Revision: 76.3 $
/opt/fortran90/lbin/f90com64:
HP F90 v2.5.5
HP-UX SLLIC/OPTIMIZER UX.11.01.96 (ROSE): 11/16/98
HP aC++ B3910B A.01.19.02 Classic Iostream Library
HP aC++ B3910B A.01.19.02 Language Support Library
Ucode Code Generator - UX11.01.04(GS IB4) (PACG - No
vember 16, 1998)
HP-UX f90com64 20011004 (111832) B3907DB/B3909DB PH
SS_25413 B.10.20.44
Copyright (c) 1993-2001 HP. All Rights Reserved.
HP Fortran-95 Version F95D4 HP:131200:080240
Ucode-2 Version 2-6
High Level Optimizer - 04-Oct-2001.10:55
/usr/lib/libc: $Revision: 76.3 $
/opt/fortran90/lib/libF90.a:
None
/opt/fortran90/lib/pa2.0/libF90.a:
None
/opt/fortran90/lib/nls/C/libF90.cat:
None
/opt/fortran90/lib/nls/msg/C/f90.cat:
None
/opt/fortran90/lib/nls/msg/C/f90com.cat:
None
/opt/fortran90/share/man/man1.Z/f90.1:
None
/opt/fortran90/share/man/ja_JP.eucJP/man1.Z/f90.1:
None
/opt/fortran90/share/man/ja_JP.SJIS/man1.Z/f90.1:
None
cksum(1) Output:
3933236250 552960 /opt/fortran90/bin/f90
1218106976 12152832 /opt/fortran90/lbin/f90com32
3555362462 12226560 /opt/fortran90/lbin/f90com64
1081173781 4096300 /opt/fortran90/lib/libF90.a
290943912 4373004 /opt/fortran90/lib/pa2.0/libF90.a
1589122412 9505 /opt/fortran90/lib/nls/C/libF90.cat
2730557854 16473 /opt/fortran90/lib/nls/msg/C/f90.cat
1263062267 115247 /opt/fortran90/lib/nls/msg/C/f90com.cat
2787625229 28185 /opt/fortran90/share/man/man1.Z/f90.1
3306331455 32415 /opt/fortran90/share/man/ja_JP.eucJP/
man1.Z/f90.1
1541050148 32531 /opt/fortran90/share/man/ja_JP.SJIS/man1.Z/
f90.1
Patch Conflicts: None
Patch Dependencies: None
Hardware Dependencies: None
Other Dependencies: None
Supersedes:
PHSS_25175 PHSS_24771
Equivalent Patches: None
Patch Package Size: 32920 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_25413
5a. For a standalone system, run swinstall to install the
patch:
swinstall -x autoreboot=true -x match_target=true \
-s /tmp/PHSS_25413.depot
By default swinstall will archive the original software in
/var/adm/sw/patch/PHSS_25413. 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_25413.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_25413.depot of=/dev/rmt/0m bs=2k
Special Installation Instructions: None
-----End of Document ID: PHSS_25413------------------------------------------
Document ID: PHSS_24944
Date Loaded: 20011009
Title: s700_800 10.X OV EMANATE14.2 Agent Consolidated Patch
Patch Name: PHSS_24944
Patch Description: s700_800 10.X OV EMANATE14.2 Agent Consolidated Patch
Creation Date: 01/10/04
Post Date: 01/10/09
Hardware Platforms - OS Releases:
s700: 10.20
s800: 10.20
Products:
OpenView Emanate 14.2
Filesets:
OVSNMPAgent.MASTER,B.10.27.00 OVSNMPAgent.MASTER,B.10.26.00
OVSNMPAgent.MASTER,B.11.00.00 OVSNMPAgent.MASTER,B.11.01.00
OVSNMPAgent.MASTER,B.11.11.00
OVSNMPAgent.SNMP-ENG-A-MAN,B.10.27.00
OVSNMPAgent.SNMP-ENG-A-MAN,B.10.26.00
OVSNMPAgent.SNMP-ENG-A-MAN,B.11.00.00
OVSNMPAgent.SNMP-ENG-A-MAN,B.11.01.00
OVSNMPAgent.SNMP-ENG-A-MAN,B.11.11.00
OVSNMPAgent.SUBAGT-HPUNIX,B.10.27.00
OVSNMPAgent.SUBAGT-HPUNIX,B.10.26.00
OVSNMPAgent.SUBAGT-HPUNIX,B.11.00.00
OVSNMPAgent.SUBAGT-HPUNIX,B.11.01.00
OVSNMPAgent.SUBAGT-HPUNIX,B.11.11.00
OVSNMPAgent.SUBAGT-MIB2,B.10.27.00
OVSNMPAgent.SUBAGT-MIB2,B.10.26.00
OVSNMPAgent.SUBAGT-MIB2,B.11.00.00
OVSNMPAgent.SUBAGT-MIB2,B.11.01.00
OVSNMPAgent.SUBAGT-MIB2,B.11.11.00
OVSNMPAgentMan.AGENT-MAN,B.10.27.00
OVSNMPAgentMan.AGENT-MAN,B.10.26.00
OVSNMPAgentMan.AGENT-MAN,B.11.00.00
OVSNMPAgentMan.AGENT-MAN,B.11.01.00
OVSNMPAgentMan.AGENT-MAN,B.11.11.00
Automatic Reboot?: No
Status: General Release
Critical: No
Path Name: /hp-ux_patches/s700_800/10.X/PHSS_24944
Symptoms:
PHSS_24944:
Cumulative Consolidated Patch
PHSS_24780:
When querying the tcpConnTable, if a port number is larger
than 32767, mib2agt returns negative values for the same.
PHSS_23896:
1. snmpdm dumps core when using VIEW: in the snmpd.conf file
2. When a walk is made on the interfaces mib within the
mib2agt self-polling period of its interfaces after a LAN
link goes down, mib2agt does not send the trap.
PHSS_23669:
Consolidated Patch
PHSS_22564:
snmpdm dumps core.
PHSS_21907:
mib2agt not ready to respond to netmon poll after system
reboot
PHSS_21382:
Snmp master agent doesn't handle SIGPIPE and aborts
PHSS_21045:
Consolidated Patch
PHSS_21027:
snmpd -sys option did not work fine
PHSS_20543:
Consolidated Patch
PHSS_20474:
EA 14.2: snmpdm dies if queried with a null string.
checkinstall script fails for PHSS_17945
awk errors when loading PHSS_17945 on HP Unix 11
PHSS_18758:
mib2agt hangs in getmsg() on solaris, when certain
interfaces like x25netd are queried.
HPUNIX MIB refers to authenticationFailure subtree
(.1.3.6.1.4.1.11.2.13.4.1.1 which is no longer supported.
naaagt leaks memory.
Need to change communication between trapdestagt and snmpdm
Slight memory leak in mib2agt with PHSS_17386
On HPUX11.00 64-bit machines, hp_unixagt does not report
properly the process table.
PHSS_17944:
Consolidated Patch
PHSS_17875:
restarting snmpd will change permissions on
/etc/SnmpAgent.d/snmpd.conf
snmpdm fails to re-connect to TCP-subagent on restarting
snmpdm.
When snmpdm becomes a "subagent" to third party master
agent then the unix domain sockets and port numbers on which
snmpdm listens for subagent connection changes, but EMANATE
subagents have no way of knowing them unless manually
configured.
PHSS_17386:
Consolidated Patch
PHSS_16845:
IP restriction does not work in snmpd.conf, if more
than 1 ipaddress follows IP: or if white space
follows IP: .
An SNMP community string that exists in HP OpenView may
allow access to certain SNMP variables.
PHSS_15681:
The snmpdm process dies and creates a core file
during a set operation.
When snmpdm is started with "-m FACTORY_TRACE"
option all the trace messages are logged into the
log file ,making it to grow without bounds.
The Mib variable snmpInBadCommunityNames always returns 0.
Emanate mib2agt reports ifType as "other" for
Sun's hme (100BT) interface
Installation of Solaris Agent patches
displays the following message -
"/etc/snmpd: Command not found."
/etc/SnmpAgent.d/snmpd.conf mysteriously
becomes world-writable on HP-UX 10.30 and 11.00
PHSS_13979:
Successive snmpsets on trapDestination object
causes multiple traps to be sent to
configured machines when an exception is
noticed.
snmpdm hangs with CPU utilization > 90%.
snmpdm hangs in an infinite loop in solaris.
At startup, /usr/sbin/snmpdm creates a file
/tmp/snmpd.log. This file is not created safely.
Emanate agents do not report the udp port 162
service through the mib.
When there is an ipaddress after IP: in
snmpd.conf,the first char is eaten up.
hp_unixagt reports wrong swap if >2GB.
When we try to get FCS MAC address from
interfaces.ifTable.ifEntry.ifPhysAddress, or
at.atTable.atEntry.atPhysAddress in MIB-II via SNMP,
It returns 3 bytes + undefined data(usually 4 byte).
If we execute SNMP GetNext to under ifIndex, the
next object of ifIndex.3 is incorrect. So the value
of ifIndex.3 is returned endlessly.
mib2agt on Solaris fails to correctly report the
"quad enet" interface. It is reported as "other".
PHSS_12658:
Unresolvable Ip address cannot be deleted in the
trap table. snmpd.conf file permissions always
changes to 400 when trap destination entry's are deleted.
PHSS_12354:
Customer wants IP addr. (& community name) to be logged
for SNMP messages that fail authentication.
system.sysUpTime returns time since boot while it should
return time since network mgmt portion last initialized,
that is, time elapsed since SNMP agent start-up.
hp.nm.icmp.icmpEchoReq a scalar MIB variable when queried
does not return the pkt size, timeout and host ip addr
back in the reply, instead the instance is identified by
a '.0'. So, problems using data collector as response can't
be matched with queries
On SOLARIS the command "snmpdm -mask FACTORY_TRACE" dumps
core. More generally (on SOLARIS and HP-UX), the command
line option following the option '-mask <logmask>' is not
recognized by the agent. For example, the following command
snmpdm -mask FACTORY_WARN -sysDescr "Just a test run"
makes snmpdm not recognize the '-sysDescr' option.
PHSS_10833:
If arp table is changed using the arp command
the change is not reflected in the mib2 sub agent.
Also, the ethernet traffic data is not cleared until
every 30 seconds.
PHSS_10715:
Arp cache will not be updated properly.
logging will be don on 10.x to /tmp/snmpd.log file.
Can not add trapdests.
Defect Description:
PHSS_24944:
Cumulative Consolidated Patch
Resolution:
Cumulative Consolidated Patch
PHSS_24780:
The defect was due to the fact that the variables for
receiving the port values were defined as signed shorts
instead of unsigned shorts.
Resolution:
Code was implemented to typecast appropriately and receive
the port values.
PHSS_23896:
1. This is a corner case of solaris not handling null
pointers effectively.
Resolution:
Code was implemented to handle null pointers appropriately.
2. The reason for the trap not being sent was because the
code segment for sending traps was not exeucted in case a
walk was made. The code segment was executed only in case of
the mib2agt self-polling.
Resolution:
Code was implemented to send appropriate traps even during
walk and not only during self-polling.
PHSS_23669:
Consolidated Patch
PHSS_22564:
The memory was getting freed twice when thread timed out.
Resolution:
The code was altered to handle memory correctly when threads
timed out.
PHSS_21907:
mib2agt is not starting up fast because of the sleep timer
of 10 sec in the SnmpMaster script
Resolution:
sleep timer reduced to 5 sec in SnmpMaster script
PHSS_21382:
SIGPIPE signal is not handled properly.
Resolution:
Code is changed to handle SIGPIPE properly.
PHSS_21045:
Consolidated Patch
PHSS_21027:
snmpd script passes null arguments to snmpdm, which doesn't
handle null arguments properly.
Resolution:
snmpdm command line processing is modified to handle null
arguments
PHSS_20543:
Consolidated Patch
PHSS_20474:
The problem was due to improper checking of boundary
conditions.
Resolution:
snmpdm is fixed to handle null byte query.
The install used to exit if agents were running and
expected the user to kill the agents.
Resolution:
Changed the script to automatically kill the
agents and log a warning message.
Errors in an awk statement in the postinstall
script.
Resolution:
The errors were rectified.
PHSS_18758:
getmsg() and putmsg() hang if the streams interface driver
does not understand the query parameters.
Resolution:
if "HP_MIB2_NODELAY" environment variable is set, mib2agt
opens the interface device in non-blocking mode.
The hp unix mib was not updated for a long time.
Resolution:
hp-unix MIB is updated by removing authenticationFailure
subtree and adding more explanation in DESCRIPTION clause.
naaagt under certain circumstances does not free the in_pdu
structure.
Resolution:
in_pdu structure is freed under all cases.
When trapDestination list is modified through snmpset,
trapdestagt sends a HP specific EMANATE event to snmpdm,
so that snmpdm re-reads snmpd.conf file. SNMPR wants HP to
change the indication to signal.
Resolution:
SIGHUP signal is used by trapdestagt to indicate snmpdm to
re-read conf file whenever trapDestination table is
modified through snmpsets.
mib2agt was not freeing up an OID structure.
Resolution:
The OID structure is free()'ed in mib2agt.
The 64-bit pstat() interface is different from the 32-bit
one.
Resolution:
Binary is recompiled with _PSTAT64 defined.
For more info refer the Notes section of pstat man page.
PHSS_17944:
Consolidated Patch
PHSS_17875:
The startup of snmpdm resets the access rights according to
the umask the user (usually root) has set in his shell
environment.
Resolution:
The access rights set by the user is preserved.
snmpdm was blocking on the file descriptor on which it
accepted the connection from the tcp subagent
Resolution:
The file descriptor on which the snmpdm accepts connection
from the tcp subagent is set to non-blocking mode using
fcntl() system call.So now snmpdm would not block
indefinitely on the tcp subagent connection fd.
The root cause of the problem is that Oracle SNMP must run
the HP SNMP master agent (snmpdm) listening to a port other
than 161/udp. This, in turn, changes the name of the Unix
Domain socket (UDS) that is used for subagent communication.
Subagents started independently of snmpd are unaware of
the port renumbering; thus, they connect to the wrong UDS.
Moreover, if snmpdm is restarted independently of Oracle's
start_peer, it is unaware of the port renumbering; thus, it
fails to start due to an "address in use" error because
Oracle's master_peer has already bound to port 161/udp.
Resolution:
Ported the naaagt available for Solaris onto HPUX.
PHSS_17386:
Consolidated Patch
PHSS_16845:
One of the previous patches introduced a defect such
that only the following line in snmpd.conf file will
work : set-community-name: TEST IP:15.15.15.15
however further addresses on the line will not be
recognised, and needs to be put on separate lines.
Now the fix which introduced this problem is undone
in this patch. Now a space is mandatory after
IP:,and IP restriction is applied to multiple
ipaddress. e.g.
set-community-name: TEST IP: 15.15.15.15 10.10.10.10
Resolution:
Undone a fix which introduced this problem.
An SNMP community string allows access to certain
SNMP variables. This problem is fixed in this patch.
Resolution:
Fixed the defect which allows access to unauthorised
users.
PHSS_15681:
snmpdm used to dump core as a NULL pointer was
de-referenced.
Resolution:
Error Handling has been improved
When the snmpdm is invoked with trace option,
viz. snmpdm -m FACTORY_TRACE ,it keeps
logging trace messages to snmpd.log causing it to
grow without limits over a period of time.
snmpdm was not checking for the size of log file.
Resolution:
If the size of snmpd.log exceeds the limit, its
contents are moved to snmpd.log.old and snmpd.log
is truncated to zero.
snmpInBadCommunityNames was not supported.
Resolution:
supported snmpInBadCommunityNames.
Sun's new hme (100BT) interface was not supported
by mib2agt.
Resolution:
This new "hme" interface is now supported.
The problem was in the patch creation script.
Resolution:
The patch tool has been modified.
umask was not set properly.
Resolution:
Set umask accordingly.
PHSS_13979:
The authentication failure storm was caused due to
trapdest-entry-buffer not being freedup before
re-reading the snmpd.conf file.
Resolution:
The trapdest-entry-buffer was freedup before
re-reading the snmpd.conf file.
The problem was due to a # immediately after
get-community-name:
Resolution:
File parsing (the snmpd.conf) is improved.
The problem was due to uninitialised memory.
Resolution:
memory is initialised.
The possibility that /tmp/snmpd.log could be a
symbolic link was not checked.
Resolution:
Checked for the possibility that /tmp/snmpd.log
could be a symbolic link.
The agent does not report consecutive udp port
numbers.
Resolution:
The lexicographically-next udp port is obtained
by doing a proper search.
This was because the char pointer was incremented by
one.
Resolution:
Incremented a char pointer suitably.
The total kb inswap was not calculated properly
Resolution:
Corrected the logic.
o_length field in FCS device driver was not set.
Resolution:
Set the field in the driver
mib2agt was not supporting FCS interfaces.
Resolution:
mib2agt now supports FCS interfaces.
mib2agt was not supporting quad-enet interface.
Resolution:
mib2agt now supports quad-enet interface.
PHSS_12658:
Unresolvable Ip address cannot be deleted in the
trap table. snmpd.conf file permissions always
changes to 400 when trap destination entry's are
deleted.
Resolution:
Corrected the file permissions.
PHSS_12354:
When SNMP messages fail authentication no information about
the culprit, customer wants IP addr. (& community name used)
to be logged.
Resolution:
The fields were logged.
system.sysUpTime returns time since boot while it should
return time since network mgmt portion last initialized,
that is, time elapsed since SNMP agent start-up.
Resolution:
Returned time since network mgmt portion last
initialized.
Since it is a scalar MIB variable hp.nm.icmp.icmpEchoReq,
when queried does not return the pkt size, timeout and host
ip addr used in the query back in the reply, instead the
instance is identified by a '.0'. So, problems using data
collector as response can't be matched with queries.
This MIB variable is designed this way.
Resolution:
Returned the proper values in the reply.
On SOLARIS the command "snmpdm -mask FACTORY_TRACE" dumps
core. More generally (on SOLARIS and HP-UX), the command
line option following the option '-mask <logmask>' is not
recognized by the agent. For example, the following command
snmpdm -mask FACTORY_WARN -sysDescr "Just a test run"
makes snmpdm not recognize the '-sysDescr' option.
Resolution:
Corrected to recognise options after -mask.
PHSS_10833:
If any change is made to an existing arp entry it is not
reflected in the mib2agt. This happens only in Solaris.
But if new arp entries are added that is reflected.
Resolution:
Made changes in arp entry to be reflected in mib2agt.
In HPUX the mib2agt caches the ethernet traffic data for
about 30 seconds. The cache gets cleared if interfaces
traffic is queried.
Resolution:
Fixed the problem.
PHSS_10715:
All are new features provided to the customers.
snmpd.log was occuring because of nonavailable check
There is a new addition of subagent with this release.
trapdest agt MAX entries problem had been fixed which was
not available.
Resolution:
Trapdest is now available.
SR:
8606198741 8606192494 8606163479 8606136390 8606139900
8606129603 8606108057 8606104165 8606103076 8606106823
5003458679 1653303537 4701427088 4701426379 1653302323
4701427203 5003448795 1653287201 4701417949 1653280057
5003409755 4701385229 1653249482 4701388413 4701389205
4000135343 4701380253 4701380261 1653237305 4701381483
5003401679 5003408153
Patch Files:
/usr/sbin/mib2agt
/usr/sbin/snmpdm
/usr/sbin/naaagt
/usr/sbin/trapdestagt
/usr/sbin/hp_unixagt
/sbin/init.d/SnmpMib2
/sbin/init.d/SnmpMaster
/sbin/init.d/SnmpTrpDst
/sbin/init.d/SnmpHpunix
/opt/OV/newconfig/MASTER/snmpd.conf
/opt/OV/newconfig/SNMP-ENG-A-MAN/snmp_mibs/hp-unix
/opt/OV/newconfig/AGENT-MAN/snmp_mibs/hp-unix
what(1) Output:
/usr/sbin/mib2agt:
SNMP MIB2 subAgent
PATCH PHSS_24944, 07312001
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
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
/usr/sbin/snmpdm:
Copyright 1992-1997 SNMP Research, Incorporated
SNMP Research Distribution version 14.2.1.7
PATCH PHSS_24944, 08152001
HP OpenView Emanate SNMP Agent. sys HPUX 10.X
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
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
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-1996 SNMP Research, Incorporated
SNMP Research Distribution version 14.0.0.0
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
HP OpenView SNMP Agent Release 3.0
Version: HPUX 10.0 s800
Copyright (c) 1988, 1989 Massachusetts Institute of
Technology.
Mon Mar 18 08:52:44 MST 1996
/usr/sbin/naaagt:
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
Native Adapter Agent
PATCH PHSS_24944, 08152001
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
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
/usr/sbin/trapdestagt:
SNMP TrapDest SubAgent
PATCH PHSS_24944, 08152001
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
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
/usr/sbin/hp_unixagt:
SNMP HpUnix SubAgent
PATCH PHSS_24944, 08152001
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
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
/sbin/init.d/SnmpMib2:
None
/sbin/init.d/SnmpMaster:
None
/sbin/init.d/SnmpTrpDst:
None
/sbin/init.d/SnmpHpunix:
None
/opt/OV/newconfig/MASTER/snmpd.conf:
None
/opt/OV/newconfig/SNMP-ENG-A-MAN/snmp_mibs/hp-unix:
None
hp-unix $Date: 1999/07/08 05:02 UTC $ $Revision: /ma
in/PULSAR/HALLEY/1 $
None
/opt/OV/newconfig/AGENT-MAN/snmp_mibs/hp-unix:
None
hp-unix $Date: 1999/07/08 05:02 UTC $ $Revision: /ma
in/PULSAR/HALLEY/1 $
None
cksum(1) Output:
688090991 275774 /usr/sbin/mib2agt
1278683314 601455 /usr/sbin/snmpdm
1425184073 238804 /usr/sbin/naaagt
2531058865 181299 /usr/sbin/trapdestagt
2453962830 222321 /usr/sbin/hp_unixagt
1026887158 6618 /sbin/init.d/SnmpMib2
552894988 4558 /sbin/init.d/SnmpMaster
1841072949 6521 /sbin/init.d/SnmpTrpDst
2153617787 6509 /sbin/init.d/SnmpHpunix
2682097425 6959 /opt/OV/newconfig/MASTER/snmpd.conf
3215303192 33798 /opt/OV/newconfig/SNMP-ENG-A-MAN/snmp_mibs/
hp-unix
3215303192 33798 /opt/OV/newconfig/AGENT-MAN/snmp_mibs/
hp-unix
Patch Conflicts: None
Patch Dependencies: None
Hardware Dependencies: None
Other Dependencies: None
Supersedes:
PHSS_10715 PHSS_10833 PHSS_12354 PHSS_12658 PHSS_13979 PHSS_15681
PHSS_16845 PHSS_17386 PHSS_17875 PHSS_17944 PHSS_18758 PHSS_20474
PHSS_20543 PHSS_21027 PHSS_21045 PHSS_21382 PHSS_21907 PHSS_22564
PHSS_23669 PHSS_23896 PHSS_24780
Equivalent Patches:
PHSS_24945:
s700: 11.00 11.11
s800: 11.00 11.11
PSOV_02996:
sparcSOL: 2.5 2.6 2.7 2.8
Patch Package Size: 1660 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_24944
5a. For a standalone system, run swinstall to install the
patch:
swinstall -x autoreboot=true -x match_target=true \
-s /tmp/PHSS_24944.depot
By default swinstall will archive the original software in
/var/adm/sw/patch/PHSS_24944. 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_24944.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_24944.depot of=/dev/rmt/0m bs=2k
Special Installation Instructions:
This patch supersedes one or more previous patches. If the
superseded patches included special installation
instructions those instructions can be found below.
PHSS_21045:
Consolidated Patch
PHSS_17944:
Consolidated Patch
PHSS_17386:
Consolidated Patch
-----End of Document ID: PHSS_24944------------------------------------------
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]