|
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 Aug 26 2001 - 09:32: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 800 11.X patch digest
Created: Sun Aug 26 3:05:06 PDT 2001
Table of Contents:
Document ID Title
--------------- -----------
PHSS_24772 s700_800 11.X Fortran90 from B.11.01.40 to B.11.01.41
PHSS_24643 s700_800 11.00 OV ITO6.0X DEC/Tru64 Agent Patch A.06.08
PHSS_24642 s700_800 11.00 OV ITO6.0X Linux Agent Patch A.06.08
PHSS_24640 s700_800 11.00 OV ITO6.0X AIX Agent Patch A.06.08
PHKL_24779 s700_800 11.11 LVM Cumulative Patch
PHSS_24819 s700_800 11.00 OV SA1.0X pthread_create retry
PHSS_24735 s700_800 11.00 OV SA1.0X ams_server spin fix
PHSS_24728 s700_800 11.04 (VVOS) aC++ runtime libraries (aCC A.03.30)
PHSS_24486 s700_800 11.20 Fortran Product Patch
PHCO_24868 s700_800 11.20 lpspool subsystem patch
PHCO_24846 s700_800 11.11 ttsyncd(1M) cumulative patch
PHCO_24845 s700_800 11.00 ttsyncd(1M) cumulative patch
PHCO_24838 s700_800 11.00 libpam and libpam_unix cumulative patch
PHSS_24903 s700_800 11.04 VirtualVault 4.5 vaultconfig patch
PHSS_24823 s700_800 11.04 VirtualVault 4.5 Tomcat Update
PHCO_24514 s700_800 11.00 vxrestore(1M) cumulative patch
PHSS_24828 s700_800 11.00 Predictive C.11.AD cumulative patch
PHSS_24650 s700_800 11.00 MPower//Web Aug 2001 Periodic Patch
PHKL_24783 s700_800 11.11 Tunable vx_ninode added, vx_maxlink removed
PHKL_24646 s700_800 11.00 LVM cumulative patch, performance upgrades
PHCO_24701 s700_800 11.11 lpspool subsystem cumulative patch
PHCO_24700 s700_800 11.00 lpspool subsystem cumulative patch
PHSS_24836 s700_800 11.04 VirtualVault 4.0 TGA libvvtga fix
PHSS_24536 s700_800 11.X MC/ServiceGuard and SG-OPS Edition A.11.09
PHKL_24844 s700_800 11.11 Psets Enablement, MP thread migration
PHCO_24922 s700_800 11.04 (VVOS) integrity(1M) command patch
The documents are listed below.
-------------------------------------------------------------------------------
Document ID: PHSS_24772
Date Loaded: 20010824
Title: s700_800 11.X Fortran90 from B.11.01.40 to B.11.01.41
Patch Name: PHSS_24772
Patch Description: s700_800 11.X Fortran90 from B.11.01.40 to B.11.01.41
Creation Date: 01/08/15
Post Date: 01/08/24
Hardware Platforms - OS Releases:
s700: 11.00 11.11
s800: 11.00 11.11
Products:
FORTRAN90 B.11.01.40
Filesets:
FORTRAN90.FORT90-PRG,fr=B.11.01.40,fa=HP-UX_B.11.00_32/64,v=HP
Automatic Reboot?: No
Status: General Release
Critical: No
Category Tags:
defect_repair general_release
Path Name: /hp-ux_patches/s700_800/11.X/PHSS_24772
Symptoms:
PHSS_24772:
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_24772:
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:
FORTRAN90.FORT90-PRG,fr=B.11.01.40,fa=HP-UX_B.11.00_32/64,
v=HP:
/opt/fortran90/bin/f90
/opt/fortran90/lbin/f90com32
/opt/fortran90/lbin/f90com64
/opt/fortran90/lib/libF90.a
/opt/fortran90/lib/libF90_parallel.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/lib/pa2.0/libF90.a
/opt/fortran90/lib/pa2.0/libF90_parallel.a
/opt/fortran90/lib/pa20_64/libF90.a
/opt/fortran90/lib/pa20_64/libF90_parallel.a
what(1) Output:
FORTRAN90.FORT90-PRG,fr=B.11.01.40,fa=HP-UX_B.11.00_32/64,
v=HP:
/opt/fortran90/bin/f90:
HP-UX f90 20010804 (092933) B3907DB/B3909DB PHSS_24
772 B.11.01.41
HP F90 v2.5.2
$ PATCH/11.00:PHCO_95167 Oct 1 1998 13:46:32 $
/opt/fortran90/lbin/f90com32:
HP F90 v2.5.2
HP-UX SLLIC/OPTIMIZER UX.11.01.96 (ROSE): 11/16/98
HP aC++ B3910B X.03.11.10 Classic Iostream Library
HP aC++ B3910B X.03.11.10 Language Support Library
Ucode Code Generator - UX11.01.04(GS IB4) (PACG - No
vember 16, 1998)
HP-UX f90com32 20010820 (132647) B3907DB/B3909DB PH
SS_24772 B.11.01.41
Copyright (c) 1993-2001 HP. All Rights Reserved.
HP Fortran-95 Version F95D4 HP:131200:080240
Ucode-2 Version 2-6
High Level Optimizer - 20-Aug-2001.13:25
$ PATCH/11.00:PHCO_95167 Oct 1 1998 13:46:32 $
/opt/fortran90/lbin/f90com64:
HP F90 v2.5.2
HP-UX SLLIC/OPTIMIZER UX.11.01.96 (ROSE): 11/16/98
HP aC++ B3910B X.03.11.10 Classic Iostream Library
HP aC++ B3910B X.03.11.10 Language Support Library
Ucode Code Generator - UX11.01.04(GS IB4) (PACG - No
vember 16, 1998)
HP-UX f90com64 20010820 (133820) B3907DB/B3909DB PH
SS_24772 B.11.01.41
Copyright (c) 1993-2001 HP. All Rights Reserved.
HP Fortran-95 Version F95D4 HP:131200:080240
Ucode-2 Version 2-6
High Level Optimizer - 20-Aug-2001.13:25
$ PATCH/11.00:PHCO_95167 Oct 1 1998 13:46:32 $
/opt/fortran90/lib/libF90.a:
None
/opt/fortran90/lib/libF90_parallel.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/lib/pa2.0/libF90.a:
None
/opt/fortran90/lib/pa2.0/libF90_parallel.a:
None
/opt/fortran90/lib/pa20_64/libF90.a:
None
/opt/fortran90/lib/pa20_64/libF90_parallel.a:
None
cksum(1) Output:
FORTRAN90.FORT90-PRG,fr=B.11.01.40,fa=HP-UX_B.11.00_32/64,
v=HP:
4076860752 880640 /opt/fortran90/bin/f90
3529948775 12632064 /opt/fortran90/lbin/f90com32
3124460272 12705792 /opt/fortran90/lbin/f90com64
414449476 4056172 /opt/fortran90/lib/libF90.a
2112170901 4561272 /opt/fortran90/lib/libF90_parallel.a
1589122412 9505 /opt/fortran90/lib/nls/C/libF90.cat
411426226 16434 /opt/fortran90/lib/nls/msg/C/f90.cat
344210445 114989 /opt/fortran90/lib/nls/msg/C/f90com.cat
372503798 4339960 /opt/fortran90/lib/pa2.0/libF90.a
2628683894 4836680 /opt/fortran90/lib/pa2.0/
libF90_parallel.a
716378072 5699318 /opt/fortran90/lib/pa20_64/libF90.a
4041758677 6366850 /opt/fortran90/lib/pa20_64/
libF90_parallel.a
Patch Conflicts: None
Patch Dependencies: None
Hardware Dependencies: None
Other Dependencies: None
Supersedes: None
Equivalent Patches: None
Patch Package Size: 54940 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_24772
5. Run swinstall to install the patch:
swinstall -x autoreboot=true -x patch_match_target=true \
-s /tmp/PHSS_24772.depot
By default swinstall will archive the original software in
/var/adm/sw/save/PHSS_24772. If you do not wish to retain a
copy of the original software, use the patch_save_files option:
swinstall -x autoreboot=true -x patch_match_target=true \
-x patch_save_files=false -s /tmp/PHSS_24772.depot
WARNING: If patch_save_files is false when a patch is installed,
the patch cannot be deinstalled. Please be careful
when using this feature.
For future reference, the contents of the PHSS_24772.text file is
available in the product readme:
swlist -l product -a readme -d
/tmp/PHSS_24772.depot
To put this patch on a magnetic tape and install from the
tape drive, use the command:
dd if=/tmp/PHSS_24772.depot of=/dev/rmt/0m bs=2k
Special Installation Instructions: None
-----End of Document ID: PHSS_24772------------------------------------------
Document ID: PHSS_24643
Date Loaded: 20010824
Title: s700_800 11.00 OV ITO6.0X DEC/Tru64 Agent Patch A.06.08
Patch Name: PHSS_24643
Patch Description: s700_800 11.00 OV ITO6.0X DEC/Tru64 Agent Patch A.06.08
Creation Date: 01/08/23
Post Date: 01/08/24
Hardware Platforms - OS Releases:
s700: 11.00
s800: 11.00
Products:
OpenView IT/Operations 6.0
Filesets:
OVOPC-CLT.OVOPC-OSF-CLT,fr=A.06.00,fa=HP-UX_B.11.00_32/64,v=HP
Automatic Reboot?: No
Status: General Release
Critical: No
Category Tags:
defect_repair general_release
Path Name: /hp-ux_patches/s700_800/11.X/PHSS_24643
Symptoms:
PHSS_24643:
- SR: B555010899
opcdista requests distribution data from a wrong manager
if there is a secondary manager with the same short
hostname than the appropriate primary manager.
- SR: B555010948
Nested alternatives were not handled correctly in the
pattern matching algorithm, e.g. the pattern '[a|b]c|d'
was handled like '[a|b|d]c'.
PHSS_23228:
- Problems with allowed port range.
- In case of an error the ITO Agent might hang
during startup without terminating
- Installing UNIX agents from an ITO server which has no
transition link from /bin to /usr/bin will leave a
temporay file /tmp/remsh.out and an error message in
the install.log file: ... opcping: '/bin/rm' not found
PHSS_22895:
- Request to support Compaq Tru64 UNIX 5.1 with VPO agent.
- Request to support Compaq UNIX 4.0G with VPO agent.
- Request to support NCS communication type with VPO agent
on VPO 6.0
- Deinstallation of VPO agent does not work on
Tru64 UNIX 5.1.
- Tru64 UNIX 5.1 is not recognized as Tru64 UNIX node
when added to node bank.
PHSS_22262:
- Added support for Tru64 Unix 5.0A with DCE 3.10 for
Tru64 Unix 5.0A.
- Agent needs better handling for firewall environments.
- When executing large numbers of autoactions, some of them
were staying in 'running' state.
- The handling of '\' was different in the pattern
definition and the "matching pattern".
- the opcmsga reported Message Receiver service not
registered even if the connection to the server was ok
- running a VBScript-tool on a unix node gave a strange
error message
- if buffer file size limitation is enabled the agent may
discard low-severity messages even if there is still
space in the buffer file
Defect Description:
PHSS_24643:
check the list of the symptoms
Resolution:
check the list of the symptoms
PHSS_23228:
check the list of the symptoms
Resolution:
check the list of the symptoms
PHSS_22895:
check the list of the symptoms
Resolution:
check the list of the symptoms
PHSS_22262:
check the list of the symptoms
Resolution:
check the list of the symptoms
SR:
H555003905 H555003860 H555003853 H555003843 H555003753
H555003417 H555003277 B555010948 B555010899 B555007752
B555007709 B555007602 B555007426 B555006890 B555006267
B555001737 8606141434
Patch Files:
OVOPC-CLT.OVOPC-OSF-CLT,fr=A.06.00,fa=HP-UX_B.11.00_32/64,
v=HP:
/var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/
unix/A.06.08/RPC_DCE_TCP/opc_pkg.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/
unix/A.06.08/RPC_DCE_TCP/install/opcrclchk
/var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/
unix/A.06.08/RPC_DCE_TCP/install/opcrdschk
/var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/
unix/A.06.08/RPC_DCE_TCP/install/opcrndchk
/var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/
unix/A.06.08/RPC_DCE_TCP/install/opcroschk
/var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/
unix/A.06.08/RPC_DCE_TCP/install/opcrverchk
/var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/
unix/A.06.08/RPC_DCE_TCP/install/opcrinst
/var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/
unix/A.06.08/RPC_DCE_TCP/install/opcnsl
/var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/
unix/A.06.08/RPC_DCE_TCP/monitor/ana_disk.sh.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/
unix/A.06.08/RPC_DCE_TCP/monitor/cpu_mon.sh.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/
unix/A.06.08/RPC_DCE_TCP/monitor/disk_mon.sh.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/
unix/A.06.08/RPC_DCE_TCP/monitor/proc_mon.sh.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/
unix/A.06.08/RPC_DCE_TCP/monitor/sh_procs.sh.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/
unix/A.06.08/RPC_DCE_TCP/monitor/swap_mon.sh.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/
unix/A.06.08/RPC_DCE_TCP/monitor/vp_chk.sh.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/
unix/A.06.08/RPC_DCE_TCP/monitor/mailq_l.sh.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/
unix/A.06.08/RPC_DCE_TCP/monitor/opcfwtmp.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/
unix/A.06.08/RPC_DCE_TCP/actions/st_inetd.sh.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/
unix/A.06.08/RPC_DCE_TCP/actions/st_syslogd.sh.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/
unix/A.06.08/RPC_DCE_TCP/actions/st_mail.sh.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/
unix/A.06.08/RPC_DCE_TCP/actions/mailq_pr.sh.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/
unix/A.06.08/RPC_DCE_TCP/cmds/opc_sec_v.sh.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/
unix/A.06.08/RPC_DCE_TCP/cmds/opcdf.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/
unix/A.06.08/RPC_DCE_TCP/cmds/opclpst.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/
unix/A.06.08/RPC_DCE_TCP/cmds/opcps.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/
unix/A.06.08/RPC_NCS/opc_pkg.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/
unix/A.06.08/RPC_NCS/install/opcrclchk
/var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/
unix/A.06.08/RPC_NCS/install/opcrdschk
/var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/
unix/A.06.08/RPC_NCS/install/opcrndchk
/var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/
unix/A.06.08/RPC_NCS/install/opcroschk
/var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/
unix/A.06.08/RPC_NCS/install/opcrverchk
/var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/
unix/A.06.08/RPC_NCS/install/opcrinst
/var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/
unix/A.06.08/RPC_NCS/install/opcnsl
/var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/
unix/A.06.08/RPC_NCS/monitor/ana_disk.sh.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/
unix/A.06.08/RPC_NCS/monitor/cpu_mon.sh.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/
unix/A.06.08/RPC_NCS/monitor/disk_mon.sh.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/
unix/A.06.08/RPC_NCS/monitor/proc_mon.sh.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/
unix/A.06.08/RPC_NCS/monitor/sh_procs.sh.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/
unix/A.06.08/RPC_NCS/monitor/swap_mon.sh.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/
unix/A.06.08/RPC_NCS/monitor/vp_chk.sh.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/
unix/A.06.08/RPC_NCS/monitor/mailq_l.sh.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/
unix/A.06.08/RPC_NCS/monitor/opcfwtmp.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/
unix/A.06.08/RPC_NCS/actions/st_inetd.sh.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/
unix/A.06.08/RPC_NCS/actions/st_syslogd.sh.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/
unix/A.06.08/RPC_NCS/actions/st_mail.sh.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/
unix/A.06.08/RPC_NCS/actions/mailq_pr.sh.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/
unix/A.06.08/RPC_NCS/cmds/opcdf.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/
unix/A.06.08/RPC_NCS/cmds/opclpst.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/
unix/A.06.08/RPC_NCS/cmds/opcps.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/
unix/AgentPlatform
/opt/OV/OpC/examples/progs/Makef.dec
what(1) Output:
OVOPC-CLT.OVOPC-OSF-CLT,fr=A.06.00,fa=HP-UX_B.11.00_32/64,
v=HP:
/var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/
unix/A.06.08/RPC_DCE_TCP/opc_pkg.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/
unix/A.06.08/RPC_DCE_TCP/install/opcrclchk:
HP OpenView IT/Operations A.06.08 (08/10/01)
/var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/
unix/A.06.08/RPC_DCE_TCP/install/opcrdschk:
HP OpenView IT/Operations A.06.08 (08/10/01)
/var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/
unix/A.06.08/RPC_DCE_TCP/install/opcrndchk:
HP OpenView IT/Operations A.06.08 (08/10/01)
/var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/
unix/A.06.08/RPC_DCE_TCP/install/opcroschk:
HP OpenView IT/Operations A.06.08 (08/10/01)
/var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/
unix/A.06.08/RPC_DCE_TCP/install/opcrverchk:
HP OpenView IT/Operations A.06.08 (08/10/01)
/var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/
unix/A.06.08/RPC_DCE_TCP/install/opcrinst:
HP OpenView IT/Operations A.06.08 (08/10/01)
/var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/
unix/A.06.08/RPC_DCE_TCP/install/opcnsl:
$RCSfile: crt0.s,v $ $Revision: 1.1.21.11 $ (DEC) $D
ate: 1995/09/06 19:54:27 $
HP OpenView IT/Operations A.06.08 (08/10/01)
/var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/
unix/A.06.08/RPC_DCE_TCP/monitor/ana_disk.sh.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/
unix/A.06.08/RPC_DCE_TCP/monitor/cpu_mon.sh.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/
unix/A.06.08/RPC_DCE_TCP/monitor/disk_mon.sh.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/
unix/A.06.08/RPC_DCE_TCP/monitor/proc_mon.sh.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/
unix/A.06.08/RPC_DCE_TCP/monitor/sh_procs.sh.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/
unix/A.06.08/RPC_DCE_TCP/monitor/swap_mon.sh.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/
unix/A.06.08/RPC_DCE_TCP/monitor/vp_chk.sh.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/
unix/A.06.08/RPC_DCE_TCP/monitor/mailq_l.sh.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/
unix/A.06.08/RPC_DCE_TCP/monitor/opcfwtmp.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/
unix/A.06.08/RPC_DCE_TCP/actions/st_inetd.sh.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/
unix/A.06.08/RPC_DCE_TCP/actions/st_syslogd.sh.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/
unix/A.06.08/RPC_DCE_TCP/actions/st_mail.sh.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/
unix/A.06.08/RPC_DCE_TCP/actions/mailq_pr.sh.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/
unix/A.06.08/RPC_DCE_TCP/cmds/opc_sec_v.sh.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/
unix/A.06.08/RPC_DCE_TCP/cmds/opcdf.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/
unix/A.06.08/RPC_DCE_TCP/cmds/opclpst.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/
unix/A.06.08/RPC_DCE_TCP/cmds/opcps.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/
unix/A.06.08/RPC_NCS/opc_pkg.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/
unix/A.06.08/RPC_NCS/install/opcrclchk:
HP OpenView IT/Operations A.06.08 (08/20/01)
/var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/
unix/A.06.08/RPC_NCS/install/opcrdschk:
HP OpenView IT/Operations A.06.08 (08/20/01)
/var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/
unix/A.06.08/RPC_NCS/install/opcrndchk:
HP OpenView IT/Operations A.06.08 (08/20/01)
/var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/
unix/A.06.08/RPC_NCS/install/opcroschk:
HP OpenView IT/Operations A.06.08 (08/20/01)
/var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/
unix/A.06.08/RPC_NCS/install/opcrverchk:
HP OpenView IT/Operations A.06.08 (08/20/01)
/var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/
unix/A.06.08/RPC_NCS/install/opcrinst:
HP OpenView IT/Operations A.06.08 (08/20/01)
/var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/
unix/A.06.08/RPC_NCS/install/opcnsl:
$RCSfile: crt0.s,v $ $Revision: 1.1.21.11 $ (DEC) $D
ate: 1995/09/06 19:54:27 $
HP OpenView IT/Operations A.06.08 (08/20/01)
/var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/
unix/A.06.08/RPC_NCS/monitor/ana_disk.sh.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/
unix/A.06.08/RPC_NCS/monitor/cpu_mon.sh.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/
unix/A.06.08/RPC_NCS/monitor/disk_mon.sh.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/
unix/A.06.08/RPC_NCS/monitor/proc_mon.sh.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/
unix/A.06.08/RPC_NCS/monitor/sh_procs.sh.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/
unix/A.06.08/RPC_NCS/monitor/swap_mon.sh.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/
unix/A.06.08/RPC_NCS/monitor/vp_chk.sh.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/
unix/A.06.08/RPC_NCS/monitor/mailq_l.sh.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/
unix/A.06.08/RPC_NCS/monitor/opcfwtmp.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/
unix/A.06.08/RPC_NCS/actions/st_inetd.sh.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/
unix/A.06.08/RPC_NCS/actions/st_syslogd.sh.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/
unix/A.06.08/RPC_NCS/actions/st_mail.sh.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/
unix/A.06.08/RPC_NCS/actions/mailq_pr.sh.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/
unix/A.06.08/RPC_NCS/cmds/opcdf.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/
unix/A.06.08/RPC_NCS/cmds/opclpst.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/
unix/A.06.08/RPC_NCS/cmds/opcps.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/
unix/AgentPlatform:
None
/opt/OV/OpC/examples/progs/Makef.dec:
None
cksum(1) Output:
OVOPC-CLT.OVOPC-OSF-CLT,fr=A.06.00,fa=HP-UX_B.11.00_32/64,
v=HP:
99454623 2072281 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/dec/alpha/unix/A.06.08/RPC_DCE_TCP/opc_pkg.Z
2385875343 27597 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/dec/alpha/unix/A.06.08/RPC_DCE_TCP/install/
opcrclchk
3969241543 29177 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/dec/alpha/unix/A.06.08/RPC_DCE_TCP/install/
opcrdschk
2554752467 6785 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/dec/alpha/unix/A.06.08/RPC_DCE_TCP/install/
opcrndchk
3762888945 6017 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/dec/alpha/unix/A.06.08/RPC_DCE_TCP/install/
opcroschk
2367244611 28385 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/dec/alpha/unix/A.06.08/RPC_DCE_TCP/install/
opcrverchk
1281396691 100179 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/dec/alpha/unix/A.06.08/RPC_DCE_TCP/install/
opcrinst
3847338558 16384 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/dec/alpha/unix/A.06.08/RPC_DCE_TCP/install/
opcnsl
2151633803 2774 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/dec/alpha/unix/A.06.08/RPC_DCE_TCP/monitor/
ana_disk.sh.Z
372508820 6071 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/dec/alpha/unix/A.06.08/RPC_DCE_TCP/monitor/
cpu_mon.sh.Z
3601383940 6136 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/dec/alpha/unix/A.06.08/RPC_DCE_TCP/monitor/
disk_mon.sh.Z
177099106 5701 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/dec/alpha/unix/A.06.08/RPC_DCE_TCP/monitor/
proc_mon.sh.Z
4015966173 5416 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/dec/alpha/unix/A.06.08/RPC_DCE_TCP/monitor/
sh_procs.sh.Z
31455352 5746 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/dec/alpha/unix/A.06.08/RPC_DCE_TCP/monitor/
swap_mon.sh.Z
1173065498 5699 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/dec/alpha/unix/A.06.08/RPC_DCE_TCP/monitor/
vp_chk.sh.Z
3391094991 5826 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/dec/alpha/unix/A.06.08/RPC_DCE_TCP/monitor/
mailq_l.sh.Z
1409255062 5959 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/dec/alpha/unix/A.06.08/RPC_DCE_TCP/monitor/
opcfwtmp.Z
3084818082 2570 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/dec/alpha/unix/A.06.08/RPC_DCE_TCP/actions/
st_inetd.sh.Z
823920835 2576 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/dec/alpha/unix/A.06.08/RPC_DCE_TCP/actions/
st_syslogd.sh.Z
461657967 2576 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/dec/alpha/unix/A.06.08/RPC_DCE_TCP/actions/
st_mail.sh.Z
1489469723 2524 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/dec/alpha/unix/A.06.08/RPC_DCE_TCP/actions/
mailq_pr.sh.Z
2259160130 13207 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/dec/alpha/unix/A.06.08/RPC_DCE_TCP/cmds/
opc_sec_v.sh.Z
3608614194 318 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/dec/alpha/unix/A.06.08/RPC_DCE_TCP/cmds/
opcdf.Z
997717634 383 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/dec/alpha/unix/A.06.08/RPC_DCE_TCP/cmds/
opclpst.Z
1643697599 394 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/dec/alpha/unix/A.06.08/RPC_DCE_TCP/cmds/
opcps.Z
2131431478 2604019 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/dec/alpha/unix/A.06.08/RPC_NCS/opc_pkg.Z
2120805892 27597 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/dec/alpha/unix/A.06.08/RPC_NCS/install/
opcrclchk
4247779573 29177 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/dec/alpha/unix/A.06.08/RPC_NCS/install/
opcrdschk
2395518875 6785 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/dec/alpha/unix/A.06.08/RPC_NCS/install/
opcrndchk
368368780 6017 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/dec/alpha/unix/A.06.08/RPC_NCS/install/
opcroschk
4275441688 28385 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/dec/alpha/unix/A.06.08/RPC_NCS/install/
opcrverchk
1587810873 101510 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/dec/alpha/unix/A.06.08/RPC_NCS/install/
opcrinst
423504579 16384 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/dec/alpha/unix/A.06.08/RPC_NCS/install/opcnsl
917445698 2773 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/dec/alpha/unix/A.06.08/RPC_NCS/monitor/
ana_disk.sh.Z
2549871985 6073 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/dec/alpha/unix/A.06.08/RPC_NCS/monitor/
cpu_mon.sh.Z
3294267112 6135 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/dec/alpha/unix/A.06.08/RPC_NCS/monitor/
disk_mon.sh.Z
3945948572 5688 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/dec/alpha/unix/A.06.08/RPC_NCS/monitor/
proc_mon.sh.Z
4065708019 5416 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/dec/alpha/unix/A.06.08/RPC_NCS/monitor/
sh_procs.sh.Z
3691683618 5762 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/dec/alpha/unix/A.06.08/RPC_NCS/monitor/
swap_mon.sh.Z
1389100807 5681 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/dec/alpha/unix/A.06.08/RPC_NCS/monitor/
vp_chk.sh.Z
1181877731 5821 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/dec/alpha/unix/A.06.08/RPC_NCS/monitor/
mailq_l.sh.Z
2881304288 5390 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/dec/alpha/unix/A.06.08/RPC_NCS/monitor/
opcfwtmp.Z
1419531758 2570 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/dec/alpha/unix/A.06.08/RPC_NCS/actions/
st_inetd.sh.Z
4256602997 2576 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/dec/alpha/unix/A.06.08/RPC_NCS/actions/
st_syslogd.sh.Z
3610166489 2576 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/dec/alpha/unix/A.06.08/RPC_NCS/actions/
st_mail.sh.Z
1801354340 2524 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/dec/alpha/unix/A.06.08/RPC_NCS/actions/
mailq_pr.sh.Z
3058701460 316 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/dec/alpha/unix/A.06.08/RPC_NCS/cmds/opcdf.Z
1309979308 381 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/dec/alpha/unix/A.06.08/RPC_NCS/cmds/opclpst.Z
2358976217 393 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/dec/alpha/unix/A.06.08/RPC_NCS/cmds/opcps.Z
1224371156 3748 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/dec/alpha/unix/AgentPlatform
2575855153 1723 /opt/OV/OpC/examples/progs/Makef.dec
Patch Conflicts: None
Patch Dependencies: None
Hardware Dependencies: None
Other Dependencies: None
Supersedes:
PHSS_23228 PHSS_22895 PHSS_22262
Equivalent Patches:
ITOSOL_00112:
sparcSOL: 2.6 2.7 2.8
PHSS_24921:
s700: 10.20
s800: 10.20
Patch Package Size: 5230 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_24643
5. Run swinstall to install the patch:
swinstall -x autoreboot=true -x patch_match_target=true \
-s /tmp/PHSS_24643.depot
By default swinstall will archive the original software in
/var/adm/sw/save/PHSS_24643. If you do not wish to retain a
copy of the original software, use the patch_save_files option:
swinstall -x autoreboot=true -x patch_match_target=true \
-x patch_save_files=false -s /tmp/PHSS_24643.depot
WARNING: If patch_save_files is false when a patch is installed,
the patch cannot be deinstalled. Please be careful
when using this feature.
For future reference, the contents of the PHSS_24643.text file is
available in the product readme:
swlist -l product -a readme -d
/tmp/PHSS_24643.depot
To put this patch on a magnetic tape and install from the
tape drive, use the command:
dd if=/tmp/PHSS_24643.depot of=/dev/rmt/0m bs=2k
Special Installation Instructions:
BEFORE LOADING THIS PATCH...
o It provides bug fixes and enhancements for the
VPO A.06.00 Management Server system.
o DO NOT use this patch with older releases of ITO,
for example versions A.05.00, A.05.11 or A.05.30
(A) Patch Installation Instructions
-------------------------------
(A1) Install the patch, following the standard
installation instructions.
For backing up the system before installing
a patch, you may use opc_backup(1m)
NOTE: MAKE SURE THAT NO AGENT OF THE PLATFORM
ADDRESSED BY THIS PATCH IS DISTRIBUTED
(either from the VPO Administrator's GUI
or from command line using inst.sh) WHILE
RUNNING SWINSTALL.
Don't be afraid of the '-x autoreboot=true'
option above. There won't be a reboot due
to this VPO patch.
You can skip this option if you like.
NOTE: This patch must be installed on the VPO Management
Server system, NOT on an VPO Managed Node directly.
Changes will take effect on managed nodes by means of
VPO Software Distribution (using 'Force Update' if
there is already an agent installed on the managed
node). See chapter 2 of the VPO Administrator's
Reference manual for more information.
(B) Patch Deinstallation Instructions
---------------------------------
(B1) To deinstall the patch PHSS_24643 run swremove:
NOTE: MAKE SURE THAT NO AGENT OF THE PLATFORM
ADDRESSED BY THIS PATCH IS DISTRIBUTED (either
from the ITO Administrator's GUI or from
command line using inst.sh) WHILE RUNNING
SWREMOVE.
# swremove PHSS_24643
-----End of Document ID: PHSS_24643------------------------------------------
Document ID: PHSS_24642
Date Loaded: 20010824
Title: s700_800 11.00 OV ITO6.0X Linux Agent Patch A.06.08
Patch Name: PHSS_24642
Patch Description: s700_800 11.00 OV ITO6.0X Linux Agent Patch A.06.08
Creation Date: 01/08/20
Post Date: 01/08/24
Hardware Platforms - OS Releases:
s700: 11.00
s800: 11.00
Products:
OpenView IT/Operations 6.0
Filesets:
OVOPC-CLT-ENG.OVOPC-LIN-CLT,fr=A.06.00,fa=HP-UX_B.11.00_32/64,v=HP
Automatic Reboot?: No
Status: General Release
Critical: No
Category Tags:
defect_repair general_release
Path Name: /hp-ux_patches/s700_800/11.X/PHSS_24642
Symptoms:
PHSS_24642:
- SR:H555005824
Changes were required for the security add-on product
ANS on Linux.
- SR: B555010899
opcdista requests distribution data from a wrong manager
if there is a secondary manager with the same short
hostname than the appropriate primary manager.
- SR: B555010948
Nested alternatives were not handled correctly in the
pattern matching algorithm, e.g. the pattern '[a|b]c|d'
was handled like '[a|b|d]c'.
PHSS_24128:
- Support matrix:
----------------------------------------------
|Language OS/Version Kernel glibc|
|--------------------------------------------|
|English RedHat 5.1 2.0.x 2.0.7|
| x is >= 34 |
| ----------------------------------|
| RedHat 5.2 2.0.x 2.0.7|
| x is >= 36 |
| ----------------------------------|
| RedHat 6.0 2.2.x 2.1.1|
| x is >= 5 2.1.2|
| 2.1.3|
| ----------------------------------|
| RedHat 6.1 2.2.x 2.1.2|
| x is >= 12 2.1.3|
| ----------------------------------|
| RedHat 6.2 2.2.x 2.1.3|
| x is >= 14 |
| ----------------------------------|
| RedHat 7.0 2.2.x 2.1.92|
| x is >= 16 |
| ----------------------------------|
| RedHat 7.1 2.4.x 2.2.2|
| x is >= 2 |
| ----------------------------------|
| SuSE 6.2 2.2.x 2.1.1|
| x is >= 10 2.1.2|
| 2.1.3|
| ----------------------------------|
| SuSE 6.3 2.2.x 2.1.2|
| x is >= 13 2.1.3|
| ----------------------------------|
| SuSE 6.4 2.2.x 2.1.3|
| x is >= 14 |
| ----------------------------------|
| SuSE 7.0 2.2.x 2.1.3|
| x is >= 16 |
| ----------------------------------|
| SuSE 7.1 2.4.x 2.2 |
| x is >= 0 |
| |
| 2.2.x |
| x is >= 18 |
|--------------------------------------------|
|Japanese RedHat 6.1J 2.2.x 2.1.2|
| x is >= 12 2.1.3|
| ----------------------------------|
| RedHat 6.2J 2.2.x 2.1.3|
| x is >= 14 |
| ----------------------------------|
| RedHat 7.0.1J 2.2.x 2.1.95|
| x is >= 16 |
| ----------------------------------|
| RedHat 7.1J 2.4.x 2.2.2 |
| x is >= 2 |
| ----------------------------------|
| TurboLinux 6.0J 2.2.x 2.1.2|
| x is >= 13 2.1.3|
| ----------------------------------|
| TurboLinux 6.1J 2.2.x 2.1.3|
| x is >= 15 |
----------------------------------------------
- SR: 8606180891
The template default for the service name is not used.
- SR: B555010341
Agent sometimes does not start automatically after reboot
while manual start works fine.
- SR: B555010396
- Added suport for RedHat Linux 7.1 and SuSE Linux 7.1
using Linux kernel 2.4
- SR: B555010341
- Distribution from nodes with kernel version string
longer than 20 characters will now work.
PHSS_22890:
- Changes were required for the security add-on product
VantagePoint Advanced Security.
- Problems with allowed port range.
- non-empty directoires are not removed from /opt/OV tree
when de-installing the agent
- agent fails to start if NLSPATH variable is set
- In case of an error the ITO Agent might hang
during startup without terminating
- Linux agent does not start after installation in
NIS environment.
- Customer tree not distributed with Linux 2.2 nodes.
PHSS_22260:
- Japanese language support.
This version of the VPO agent software for
Linux managed nodes adds support for Japanese
RedHat Linux and Japanese TurboLinux
distributions.
Note that the EUC (Extended Unix Code)
codeset is the only supported external
character set. Supported LANG values for
managed node processes are:
LANG External character set
----------------------------------------
C ASCII
ja_JP EUC
ja_JP.eucJP EUC
ja_JP.ujis EUC
The ASCII and EUC character sets are supported by
the VPO logfile encapsulator in a Japanese environment.
The Japanese templates are automatically uploaded on
the management server. They are available in the template
group 'Linux (RedHat)'.
If the agent software is installed manually,
the following command must be executed additionally
to complete the VPO agent configuration:
/opt/OV/bin/OpC/install/opcactivate <mgmt_sv> -cs sjis \
-cn euc [-s]
The -s flag is optional; if specified, the system
resources (startup files for the VPO agent) will also
be updated.
More information about Linux managed nodes is available
in /opt/OV/ReleaseNotes/OVOPC-LIN-CLT.pdf. The file
is located on the management server after successful
installation of this patch.
- Agent needs better handling for firewall environments.
- When executing large numbers of autoactions, some of them
were staying in 'running' state.
- The handling of '\' was different in the pattern
definition and the "matching pattern".
- the opcmsga reported Message Receiver service not
registered even if the connection to the server was ok
- running a VBScript-tool on a unix node gave a strange
error message
- if buffer file size limitation is enabled the agent may
discard low-severity messages even if there is still
space in the buffer file
Defect Description:
PHSS_24642:
check the list of the symptoms
Resolution:
check the list of the symptoms
PHSS_24128:
- SR: B555010341
When the process ID of the 'opcctla -start' is the same
as of the running opcctla before the shutdown, the
internal logic concluded that the agent is already
running and did not start up the subprocesses.
for all other defects not listed in this section please see
the list of symptoms
Resolution:
check the list of the symptoms
PHSS_22890:
check the list of the symptoms
Resolution:
check the list of the symptoms
PHSS_22260:
check the list of the symptoms
Resolution:
check the list of the symptoms
SR:
H555005824 H555004411 H555004126 H555003481 H555003277
B555010948 B555010899 B555010396 B555010341 B555009152
B555008953 B555008952 B555007752 B555007709 B555007602
B555007426 B555006890 B555006267 8606180891 8606166162
8606141434
Patch Files:
OVOPC-CLT-ENG.OVOPC-LIN-CLT,fr=A.06.00,
fa=HP-UX_B.11.00_32/64,v=HP:
/var/opt/OV/share/databases/OpC/mgd_node/vendor/linux/intel/
linux/A.06.08/RPC_DCE_TCP/opc_pkg.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/linux/intel/
linux/A.06.08/RPC_DCE_TCP/install/opcrclchk
/var/opt/OV/share/databases/OpC/mgd_node/vendor/linux/intel/
linux/A.06.08/RPC_DCE_TCP/install/opcrdschk
/var/opt/OV/share/databases/OpC/mgd_node/vendor/linux/intel/
linux/A.06.08/RPC_DCE_TCP/install/opcrndchk
/var/opt/OV/share/databases/OpC/mgd_node/vendor/linux/intel/
linux/A.06.08/RPC_DCE_TCP/install/opcroschk
/var/opt/OV/share/databases/OpC/mgd_node/vendor/linux/intel/
linux/A.06.08/RPC_DCE_TCP/install/opcrverchk
/var/opt/OV/share/databases/OpC/mgd_node/vendor/linux/intel/
linux/A.06.08/RPC_DCE_TCP/install/opcrinst
/var/opt/OV/share/databases/OpC/mgd_node/vendor/linux/intel/
linux/A.06.08/RPC_DCE_TCP/install/opcnsl
/var/opt/OV/share/databases/OpC/mgd_node/vendor/linux/intel/
linux/A.06.08/RPC_DCE_TCP/monitor/ana_disk.sh.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/linux/intel/
linux/A.06.08/RPC_DCE_TCP/monitor/cpu_mon.sh.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/linux/intel/
linux/A.06.08/RPC_DCE_TCP/monitor/disk_mon.sh.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/linux/intel/
linux/A.06.08/RPC_DCE_TCP/monitor/last_logs.sh.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/linux/intel/
linux/A.06.08/RPC_DCE_TCP/monitor/mailq_l.sh.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/linux/intel/
linux/A.06.08/RPC_DCE_TCP/monitor/proc_mon.sh.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/linux/intel/
linux/A.06.08/RPC_DCE_TCP/monitor/sh_procs.sh.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/linux/intel/
linux/A.06.08/RPC_DCE_TCP/monitor/swap_mon.sh.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/linux/intel/
linux/A.06.08/RPC_DCE_TCP/monitor/vp_chk.sh.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/linux/intel/
linux/A.06.08/RPC_DCE_TCP/monitor/opcfwtmp.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/linux/intel/
linux/A.06.08/RPC_DCE_TCP/actions/mailq_pr.sh.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/linux/intel/
linux/A.06.08/RPC_DCE_TCP/actions/st_inetd.sh.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/linux/intel/
linux/A.06.08/RPC_DCE_TCP/actions/st_syslogd.sh.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/linux/intel/
linux/A.06.08/RPC_DCE_TCP/actions/st_mail.sh.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/linux/intel/
linux/A.06.08/RPC_DCE_TCP/cmds/opcdf.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/linux/intel/
linux/A.06.08/RPC_DCE_TCP/cmds/opclpst.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/linux/intel/
linux/A.06.08/RPC_DCE_TCP/cmds/opcps.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/linux/intel/
linux/A.06.08/RPC_DCE_TCP/cmds/opc_sec_v.sh.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/linux/intel/
linux/AgentPlatform
/var/opt/OV/share/databases/OpC/mgd_node/vendor/linux/intel/
linux22/A.06.08/RPC_DCE_TCP/opc_pkg.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/linux/intel/
linux22/A.06.08/RPC_DCE_TCP/install/opcrclchk
/var/opt/OV/share/databases/OpC/mgd_node/vendor/linux/intel/
linux22/A.06.08/RPC_DCE_TCP/install/opcrdschk
/var/opt/OV/share/databases/OpC/mgd_node/vendor/linux/intel/
linux22/A.06.08/RPC_DCE_TCP/install/opcrndchk
/var/opt/OV/share/databases/OpC/mgd_node/vendor/linux/intel/
linux22/A.06.08/RPC_DCE_TCP/install/opcroschk
/var/opt/OV/share/databases/OpC/mgd_node/vendor/linux/intel/
linux22/A.06.08/RPC_DCE_TCP/install/opcrverchk
/var/opt/OV/share/databases/OpC/mgd_node/vendor/linux/intel/
linux22/A.06.08/RPC_DCE_TCP/install/opcrinst
/var/opt/OV/share/databases/OpC/mgd_node/vendor/linux/intel/
linux22/A.06.08/RPC_DCE_TCP/install/opcnsl
/var/opt/OV/share/databases/OpC/mgd_node/vendor/linux/intel/
linux22/A.06.08/RPC_DCE_TCP/monitor/ana_disk.sh.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/linux/intel/
linux22/A.06.08/RPC_DCE_TCP/monitor/cpu_mon.sh.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/linux/intel/
linux22/A.06.08/RPC_DCE_TCP/monitor/disk_mon.sh.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/linux/intel/
linux22/A.06.08/RPC_DCE_TCP/monitor/last_logs.sh.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/linux/intel/
linux22/A.06.08/RPC_DCE_TCP/monitor/mailq_l.sh.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/linux/intel/
linux22/A.06.08/RPC_DCE_TCP/monitor/proc_mon.sh.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/linux/intel/
linux22/A.06.08/RPC_DCE_TCP/monitor/sh_procs.sh.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/linux/intel/
linux22/A.06.08/RPC_DCE_TCP/monitor/swap_mon.sh.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/linux/intel/
linux22/A.06.08/RPC_DCE_TCP/monitor/vp_chk.sh.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/linux/intel/
linux22/A.06.08/RPC_DCE_TCP/monitor/opcfwtmp.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/linux/intel/
linux22/A.06.08/RPC_DCE_TCP/actions/mailq_pr.sh.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/linux/intel/
linux22/A.06.08/RPC_DCE_TCP/actions/st_inetd.sh.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/linux/intel/
linux22/A.06.08/RPC_DCE_TCP/actions/st_syslogd.sh.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/linux/intel/
linux22/A.06.08/RPC_DCE_TCP/actions/st_mail.sh.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/linux/intel/
linux22/A.06.08/RPC_DCE_TCP/cmds/opcdf.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/linux/intel/
linux22/A.06.08/RPC_DCE_TCP/cmds/opclpst.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/linux/intel/
linux22/A.06.08/RPC_DCE_TCP/cmds/opcps.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/linux/intel/
linux22/A.06.08/RPC_DCE_TCP/cmds/opc_sec_v.sh.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/linux/intel/
linux22/AgentPlatform
/var/opt/OV/share/databases/OpC/mgd_node/vendor/linux/intel/
linux24/AgentPlatform
/var/opt/OV/share/tmp/OpC_appl/linjap/ja_JP.SJIS/TEMPLATES/
LOGFILE/lin_cronlog
/var/opt/OV/share/tmp/OpC_appl/linjap/ja_JP.SJIS/TEMPLATES/
LOGFILE/lin_osm
/var/opt/OV/share/tmp/OpC_appl/linjap/ja_JP.SJIS/TEMPLATES/
LOGFILE/lin_wtmp
/var/opt/OV/share/tmp/OpC_appl/linjap/ja_JP.SJIS/TEMPLATES/
TEMPLGROUP/tmplgrp
/var/opt/OV/share/tmp/OpC_appl/linjap/ja_JP.SJIS/linjap.idx
/var/opt/OV/share/tmp/OpC_appl/suse/C/TEMPLATES/LOGFILE/
lin_osm_suse
/var/opt/OV/share/tmp/OpC_appl/suse/C/TEMPLATES/TEMPLGROUP/
templgroup.dat
/var/opt/OV/share/tmp/OpC_appl/suse/C/suse.idx
/var/opt/OV/share/tmp/OpC_appl/RedHat7/C/RedHat7.idx
/var/opt/OV/share/tmp/OpC_appl/RedHat7/C/TEMPLATES/LOGFILE/
lin_osm
/opt/OV/OpC/examples/progs/Makef.linux
/opt/OV/ReleaseNotes/OVOPC-LIN-CLT.pdf
what(1) Output:
OVOPC-CLT-ENG.OVOPC-LIN-CLT,fr=A.06.00,
fa=HP-UX_B.11.00_32/64,v=HP:
/var/opt/OV/share/databases/OpC/mgd_node/vendor/linux/intel/
linux/A.06.08/RPC_DCE_TCP/opc_pkg.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/linux/intel/
linux/A.06.08/RPC_DCE_TCP/install/opcrclchk:
HP OpenView IT/Operations A.06.08 (07/20/01)
/var/opt/OV/share/databases/OpC/mgd_node/vendor/linux/intel/
linux/A.06.08/RPC_DCE_TCP/install/opcrdschk:
HP OpenView IT/Operations A.06.08 (07/20/01)
/var/opt/OV/share/databases/OpC/mgd_node/vendor/linux/intel/
linux/A.06.08/RPC_DCE_TCP/install/opcrndchk:
HP OpenView IT/Operations A.06.08 (07/20/01)
/var/opt/OV/share/databases/OpC/mgd_node/vendor/linux/intel/
linux/A.06.08/RPC_DCE_TCP/install/opcroschk:
HP OpenView IT/Operations A.06.08 (07/20/01)
/var/opt/OV/share/databases/OpC/mgd_node/vendor/linux/intel/
linux/A.06.08/RPC_DCE_TCP/install/opcrverchk:
HP OpenView IT/Operations A.06.08 (07/20/01)
/var/opt/OV/share/databases/OpC/mgd_node/vendor/linux/intel/
linux/A.06.08/RPC_DCE_TCP/install/opcrinst:
HP OpenView IT/Operations A.06.08 (07/20/01)
/var/opt/OV/share/databases/OpC/mgd_node/vendor/linux/intel/
linux/A.06.08/RPC_DCE_TCP/install/opcnsl:
HP OpenView IT/Operations A.06.08 (07/20/01)
/var/opt/OV/share/databases/OpC/mgd_node/vendor/linux/intel/
linux/A.06.08/RPC_DCE_TCP/monitor/ana_disk.sh.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/linux/intel/
linux/A.06.08/RPC_DCE_TCP/monitor/cpu_mon.sh.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/linux/intel/
linux/A.06.08/RPC_DCE_TCP/monitor/disk_mon.sh.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/linux/intel/
linux/A.06.08/RPC_DCE_TCP/monitor/last_logs.sh.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/linux/intel/
linux/A.06.08/RPC_DCE_TCP/monitor/mailq_l.sh.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/linux/intel/
linux/A.06.08/RPC_DCE_TCP/monitor/proc_mon.sh.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/linux/intel/
linux/A.06.08/RPC_DCE_TCP/monitor/sh_procs.sh.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/linux/intel/
linux/A.06.08/RPC_DCE_TCP/monitor/swap_mon.sh.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/linux/intel/
linux/A.06.08/RPC_DCE_TCP/monitor/vp_chk.sh.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/linux/intel/
linux/A.06.08/RPC_DCE_TCP/monitor/opcfwtmp.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/linux/intel/
linux/A.06.08/RPC_DCE_TCP/actions/mailq_pr.sh.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/linux/intel/
linux/A.06.08/RPC_DCE_TCP/actions/st_inetd.sh.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/linux/intel/
linux/A.06.08/RPC_DCE_TCP/actions/st_syslogd.sh.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/linux/intel/
linux/A.06.08/RPC_DCE_TCP/actions/st_mail.sh.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/linux/intel/
linux/A.06.08/RPC_DCE_TCP/cmds/opcdf.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/linux/intel/
linux/A.06.08/RPC_DCE_TCP/cmds/opclpst.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/linux/intel/
linux/A.06.08/RPC_DCE_TCP/cmds/opcps.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/linux/intel/
linux/A.06.08/RPC_DCE_TCP/cmds/opc_sec_v.sh.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/linux/intel/
linux/AgentPlatform:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/linux/intel/
linux22/A.06.08/RPC_DCE_TCP/opc_pkg.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/linux/intel/
linux22/A.06.08/RPC_DCE_TCP/install/opcrclchk:
HP OpenView IT/Operations A.06.08 (07/17/01)
/var/opt/OV/share/databases/OpC/mgd_node/vendor/linux/intel/
linux22/A.06.08/RPC_DCE_TCP/install/opcrdschk:
HP OpenView IT/Operations A.06.08 (07/17/01)
/var/opt/OV/share/databases/OpC/mgd_node/vendor/linux/intel/
linux22/A.06.08/RPC_DCE_TCP/install/opcrndchk:
HP OpenView IT/Operations A.06.08 (07/17/01)
/var/opt/OV/share/databases/OpC/mgd_node/vendor/linux/intel/
linux22/A.06.08/RPC_DCE_TCP/install/opcroschk:
HP OpenView IT/Operations A.06.08 (07/17/01)
/var/opt/OV/share/databases/OpC/mgd_node/vendor/linux/intel/
linux22/A.06.08/RPC_DCE_TCP/install/opcrverchk:
HP OpenView IT/Operations A.06.08 (07/17/01)
/var/opt/OV/share/databases/OpC/mgd_node/vendor/linux/intel/
linux22/A.06.08/RPC_DCE_TCP/install/opcrinst:
HP OpenView IT/Operations A.06.08 (07/17/01)
/var/opt/OV/share/databases/OpC/mgd_node/vendor/linux/intel/
linux22/A.06.08/RPC_DCE_TCP/install/opcnsl:
HP OpenView IT/Operations A.06.08 (07/17/01)
/var/opt/OV/share/databases/OpC/mgd_node/vendor/linux/intel/
linux22/A.06.08/RPC_DCE_TCP/monitor/ana_disk.sh.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/linux/intel/
linux22/A.06.08/RPC_DCE_TCP/monitor/cpu_mon.sh.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/linux/intel/
linux22/A.06.08/RPC_DCE_TCP/monitor/disk_mon.sh.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/linux/intel/
linux22/A.06.08/RPC_DCE_TCP/monitor/last_logs.sh.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/linux/intel/
linux22/A.06.08/RPC_DCE_TCP/monitor/mailq_l.sh.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/linux/intel/
linux22/A.06.08/RPC_DCE_TCP/monitor/proc_mon.sh.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/linux/intel/
linux22/A.06.08/RPC_DCE_TCP/monitor/sh_procs.sh.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/linux/intel/
linux22/A.06.08/RPC_DCE_TCP/monitor/swap_mon.sh.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/linux/intel/
linux22/A.06.08/RPC_DCE_TCP/monitor/vp_chk.sh.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/linux/intel/
linux22/A.06.08/RPC_DCE_TCP/monitor/opcfwtmp.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/linux/intel/
linux22/A.06.08/RPC_DCE_TCP/actions/mailq_pr.sh.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/linux/intel/
linux22/A.06.08/RPC_DCE_TCP/actions/st_inetd.sh.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/linux/intel/
linux22/A.06.08/RPC_DCE_TCP/actions/st_syslogd.sh.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/linux/intel/
linux22/A.06.08/RPC_DCE_TCP/actions/st_mail.sh.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/linux/intel/
linux22/A.06.08/RPC_DCE_TCP/cmds/opcdf.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/linux/intel/
linux22/A.06.08/RPC_DCE_TCP/cmds/opclpst.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/linux/intel/
linux22/A.06.08/RPC_DCE_TCP/cmds/opcps.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/linux/intel/
linux22/A.06.08/RPC_DCE_TCP/cmds/opc_sec_v.sh.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/linux/intel/
linux22/AgentPlatform:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/linux/intel/
linux24/AgentPlatform:
None
/var/opt/OV/share/tmp/OpC_appl/linjap/ja_JP.SJIS/TEMPLATES/
LOGFILE/lin_cronlog:
None
/var/opt/OV/share/tmp/OpC_appl/linjap/ja_JP.SJIS/TEMPLATES/
LOGFILE/lin_osm:
None
/var/opt/OV/share/tmp/OpC_appl/linjap/ja_JP.SJIS/TEMPLATES/
LOGFILE/lin_wtmp:
None
/var/opt/OV/share/tmp/OpC_appl/linjap/ja_JP.SJIS/TEMPLATES/
TEMPLGROUP/tmplgrp:
None
/var/opt/OV/share/tmp/OpC_appl/linjap/ja_JP.SJIS/linjap.idx:
None
/var/opt/OV/share/tmp/OpC_appl/suse/C/TEMPLATES/LOGFILE/
lin_osm_suse:
None
/var/opt/OV/share/tmp/OpC_appl/suse/C/TEMPLATES/TEMPLGROUP/
templgroup.dat:
None
/var/opt/OV/share/tmp/OpC_appl/suse/C/suse.idx:
None
/var/opt/OV/share/tmp/OpC_appl/RedHat7/C/RedHat7.idx:
None
/var/opt/OV/share/tmp/OpC_appl/RedHat7/C/TEMPLATES/LOGFILE/
lin_osm:
None
/opt/OV/OpC/examples/progs/Makef.linux:
None
/opt/OV/ReleaseNotes/OVOPC-LIN-CLT.pdf:
None
cksum(1) Output:
OVOPC-CLT-ENG.OVOPC-LIN-CLT,fr=A.06.00,
fa=HP-UX_B.11.00_32/64,v=HP:
234373370 1239040 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/linux/intel/linux/A.06.08/RPC_DCE_TCP/
opc_pkg.Z
800591884 27832 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/linux/intel/linux/A.06.08/RPC_DCE_TCP/
install/opcrclchk
2586654151 29612 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/linux/intel/linux/A.06.08/RPC_DCE_TCP/
install/opcrdschk
89440896 27885 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/linux/intel/linux/A.06.08/RPC_DCE_TCP/
install/opcrndchk
127535824 6813 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/linux/intel/linux/A.06.08/RPC_DCE_TCP/
install/opcroschk
1592494723 28453 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/linux/intel/linux/A.06.08/RPC_DCE_TCP/
install/opcrverchk
4192164272 120531 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/linux/intel/linux/A.06.08/RPC_DCE_TCP/
install/opcrinst
4204362988 3248 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/linux/intel/linux/A.06.08/RPC_DCE_TCP/
install/opcnsl
3847680146 2773 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/linux/intel/linux/A.06.08/RPC_DCE_TCP/
monitor/ana_disk.sh.Z
3192165652 5933 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/linux/intel/linux/A.06.08/RPC_DCE_TCP/
monitor/cpu_mon.sh.Z
1409209832 6104 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/linux/intel/linux/A.06.08/RPC_DCE_TCP/
monitor/disk_mon.sh.Z
1853011225 5797 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/linux/intel/linux/A.06.08/RPC_DCE_TCP/
monitor/last_logs.sh.Z
1178800655 5801 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/linux/intel/linux/A.06.08/RPC_DCE_TCP/
monitor/mailq_l.sh.Z
3081342460 5652 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/linux/intel/linux/A.06.08/RPC_DCE_TCP/
monitor/proc_mon.sh.Z
3434413899 5404 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/linux/intel/linux/A.06.08/RPC_DCE_TCP/
monitor/sh_procs.sh.Z
2444041086 5780 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/linux/intel/linux/A.06.08/RPC_DCE_TCP/
monitor/swap_mon.sh.Z
597380942 5650 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/linux/intel/linux/A.06.08/RPC_DCE_TCP/
monitor/vp_chk.sh.Z
3481166125 3448 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/linux/intel/linux/A.06.08/RPC_DCE_TCP/
monitor/opcfwtmp.Z
3169881123 2524 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/linux/intel/linux/A.06.08/RPC_DCE_TCP/
actions/mailq_pr.sh.Z
547645016 2570 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/linux/intel/linux/A.06.08/RPC_DCE_TCP/
actions/st_inetd.sh.Z
3322036311 2638 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/linux/intel/linux/A.06.08/RPC_DCE_TCP/
actions/st_syslogd.sh.Z
3351675134 2576 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/linux/intel/linux/A.06.08/RPC_DCE_TCP/
actions/st_mail.sh.Z
4091666392 316 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/linux/intel/linux/A.06.08/RPC_DCE_TCP/cmds/
opcdf.Z
3756437279 381 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/linux/intel/linux/A.06.08/RPC_DCE_TCP/cmds/
opclpst.Z
3715297519 393 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/linux/intel/linux/A.06.08/RPC_DCE_TCP/cmds/
opcps.Z
893866890 13198 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/linux/intel/linux/A.06.08/RPC_DCE_TCP/cmds/
opc_sec_v.sh.Z
984493783 4355 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/linux/intel/linux/AgentPlatform
430779980 1433600 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/linux/intel/linux22/A.06.08/RPC_DCE_TCP/
opc_pkg.Z
915039166 27832 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/linux/intel/linux22/A.06.08/RPC_DCE_TCP/
install/opcrclchk
3953846886 29612 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/linux/intel/linux22/A.06.08/RPC_DCE_TCP/
install/opcrdschk
4176945154 27885 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/linux/intel/linux22/A.06.08/RPC_DCE_TCP/
install/opcrndchk
2200544266 6714 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/linux/intel/linux22/A.06.08/RPC_DCE_TCP/
install/opcroschk
2130179671 28453 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/linux/intel/linux22/A.06.08/RPC_DCE_TCP/
install/opcrverchk
3348570203 120531 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/linux/intel/linux22/A.06.08/RPC_DCE_TCP/
install/opcrinst
4278685395 3732 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/linux/intel/linux22/A.06.08/RPC_DCE_TCP/
install/opcnsl
419597723 2773 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/linux/intel/linux22/A.06.08/RPC_DCE_TCP/
monitor/ana_disk.sh.Z
2253132264 5931 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/linux/intel/linux22/A.06.08/RPC_DCE_TCP/
monitor/cpu_mon.sh.Z
3327516807 6100 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/linux/intel/linux22/A.06.08/RPC_DCE_TCP/
monitor/disk_mon.sh.Z
1537407676 5798 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/linux/intel/linux22/A.06.08/RPC_DCE_TCP/
monitor/last_logs.sh.Z
1054777908 5798 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/linux/intel/linux22/A.06.08/RPC_DCE_TCP/
monitor/mailq_l.sh.Z
441773362 5650 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/linux/intel/linux22/A.06.08/RPC_DCE_TCP/
monitor/proc_mon.sh.Z
2165564720 5404 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/linux/intel/linux22/A.06.08/RPC_DCE_TCP/
monitor/sh_procs.sh.Z
484750300 5766 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/linux/intel/linux22/A.06.08/RPC_DCE_TCP/
monitor/swap_mon.sh.Z
568397177 5647 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/linux/intel/linux22/A.06.08/RPC_DCE_TCP/
monitor/vp_chk.sh.Z
3046843786 4184 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/linux/intel/linux22/A.06.08/RPC_DCE_TCP/
monitor/opcfwtmp.Z
1873747383 2522 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/linux/intel/linux22/A.06.08/RPC_DCE_TCP/
actions/mailq_pr.sh.Z
873404705 2569 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/linux/intel/linux22/A.06.08/RPC_DCE_TCP/
actions/st_inetd.sh.Z
2719325286 2636 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/linux/intel/linux22/A.06.08/RPC_DCE_TCP/
actions/st_syslogd.sh.Z
284996395 2575 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/linux/intel/linux22/A.06.08/RPC_DCE_TCP/
actions/st_mail.sh.Z
547889108 316 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/linux/intel/linux22/A.06.08/RPC_DCE_TCP/cmds/
opcdf.Z
1993585949 381 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/linux/intel/linux22/A.06.08/RPC_DCE_TCP/cmds/
opclpst.Z
938817062 393 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/linux/intel/linux22/A.06.08/RPC_DCE_TCP/cmds/
opcps.Z
31736480 13196 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/linux/intel/linux22/A.06.08/RPC_DCE_TCP/cmds/
opc_sec_v.sh.Z
149851397 4421 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/linux/intel/linux22/AgentPlatform
1272719237 4420 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/linux/intel/linux24/AgentPlatform
3785036718 991 /var/opt/OV/share/tmp/OpC_appl/linjap/
ja_JP.SJIS/TEMPLATES/LOGFILE/lin_cronlog
46871736 2828 /var/opt/OV/share/tmp/OpC_appl/linjap/
ja_JP.SJIS/TEMPLATES/LOGFILE/lin_osm
3384860854 2237 /var/opt/OV/share/tmp/OpC_appl/linjap/
ja_JP.SJIS/TEMPLATES/LOGFILE/lin_wtmp
3482531347 543 /var/opt/OV/share/tmp/OpC_appl/linjap/
ja_JP.SJIS/TEMPLATES/TEMPLGROUP/tmplgrp
2616407185 154 /var/opt/OV/share/tmp/OpC_appl/linjap/
ja_JP.SJIS/linjap.idx
825532426 3354 /var/opt/OV/share/tmp/OpC_appl/suse/C/
TEMPLATES/LOGFILE/lin_osm_suse
2461332634 440 /var/opt/OV/share/tmp/OpC_appl/suse/C/
TEMPLATES/TEMPLGROUP/templgroup.dat
1041186451 159 /var/opt/OV/share/tmp/OpC_appl/suse/C/
suse.idx
224711578 508 /var/opt/OV/share/tmp/OpC_appl/RedHat7/C/
RedHat7.idx
396150294 2453 /var/opt/OV/share/tmp/OpC_appl/RedHat7/C/
TEMPLATES/LOGFILE/lin_osm
234868237 1569 /opt/OV/OpC/examples/progs/Makef.linux
2576321765 179467 /opt/OV/ReleaseNotes/OVOPC-LIN-CLT.pdf
Patch Conflicts: None
Patch Dependencies: None
Hardware Dependencies: None
Other Dependencies: None
Supersedes:
PHSS_24128 PHSS_22890 PHSS_22260
Equivalent Patches:
ITOSOL_00107:
sparcSOL: 2.6 2.7 2.8
PHSS_24919:
s700: 10.20
s800: 10.20
Patch Package Size: 3570 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_24642
5. Run swinstall to install the patch:
swinstall -x autoreboot=true -x patch_match_target=true \
-s /tmp/PHSS_24642.depot
By default swinstall will archive the original software in
/var/adm/sw/save/PHSS_24642. If you do not wish to retain a
copy of the original software, use the patch_save_files option:
swinstall -x autoreboot=true -x patch_match_target=true \
-x patch_save_files=false -s /tmp/PHSS_24642.depot
WARNING: If patch_save_files is false when a patch is installed,
the patch cannot be deinstalled. Please be careful
when using this feature.
For future reference, the contents of the PHSS_24642.text file is
available in the product readme:
swlist -l product -a readme -d
/tmp/PHSS_24642.depot
To put this patch on a magnetic tape and install from the
tape drive, use the command:
dd if=/tmp/PHSS_24642.depot of=/dev/rmt/0m bs=2k
Special Installation Instructions:
BEFORE LOADING THIS PATCH...
o It provides bug fixes and enhancements for the
VPO A.06.00 Management Server system.
o DO NOT use this patch with older releases of ITO,
for example versions A.05.00, A.05.11 or A.05.30
(A) Patch Installation Instructions
-------------------------------
(A1) Install the patch, following the standard
installation instructions.
For backing up the system before installing
a patch, you may use opc_backup(1m)
NOTE: MAKE SURE THAT NO AGENT OF THE PLATFORM
ADDRESSED BY THIS PATCH IS DISTRIBUTED
(either from the VPO Administrator's GUI
or from command line using inst.sh) WHILE
RUNNING SWINSTALL.
Don't be afraid of the '-x autoreboot=true'
option above. There won't be a reboot due
to this VPO patch.
You can skip this option if you like.
NOTE: This patch must be installed on the VPO Management
Server system, NOT on an VPO Managed Node directly.
Changes will take effect on managed nodes by means of
VPO Software Distribution (using 'Force Update' if
there is already an agent installed on the managed
node). See chapter 2 of the VPO Administrator's
Reference manual for more information.
NOTE: This patch introduces Japanese language support for
the Linux agent.
Before installing this patch on a Japanese VPO
Management Server, make sure that the Linux agent
fileset OVOPC-CLT-ENG.OVOPC-LIN-CLT is installed.
See chapter 6 of the VPO Installation Guide for
more information on installing single agent filesets.
(B) Patch Deinstallation Instructions
---------------------------------
(B1) To deinstall the patch PHSS_24642 run swremove:
NOTE: MAKE SURE THAT NO AGENT OF THE PLATFORM
ADDRESSED BY THIS PATCH IS DISTRIBUTED (either
from the ITO Administrator's GUI or from
command line using inst.sh) WHILE RUNNING
SWREMOVE.
# swremove PHSS_24642
-----End of Document ID: PHSS_24642------------------------------------------
Document ID: PHSS_24640
Date Loaded: 20010824
Title: s700_800 11.00 OV ITO6.0X AIX Agent Patch A.06.08
Patch Name: PHSS_24640
Patch Description: s700_800 11.00 OV ITO6.0X AIX Agent Patch A.06.08
Creation Date: 01/08/20
Post Date: 01/08/24
Hardware Platforms - OS Releases:
s700: 11.00
s800: 11.00
Products:
OpenView IT/Operations 6.0
Filesets:
OVOPC-CLT.OVOPC-AIX-CLT,fr=A.06.00,fa=HP-UX_B.11.00_32/64,v=HP
Automatic Reboot?: No
Status: General Release
Critical: No
Category Tags:
defect_repair general_release
Path Name: /hp-ux_patches/s700_800/11.X/PHSS_24640
Symptoms:
PHSS_24640:
- SR: B555010879
opctrapi aborts during template distribution if
conditions with the 'Suppress Identical Output Messages'
features are used.
- SR: B555010899
opcdista requests distribution data from a wrong manager
if there is a secondary manager with the same short
hostname than the appropriate primary manager.
- SR: B555010948
Nested alternatives were not handled correctly in the
pattern matching algorithm, e.g. the pattern '[a|b]c|d'
was handled like '[a|b|d]c'.
- SR: B555010980
Traps without a SNMP variable are not matched because
server patch adds an extra attribute to the template.
PHSS_22888:
- Changes were required for the security add-on product
VantagePoint Advanced Security.
- Applications using Window (Input/Output) presentation
does not work.
- The opctrapi might abort with OpC30-104
- Possible system issues when agent tracing is on.
- Agent wont start if LANG variable is different than C.
- Problems with allowed port range.
- In case of an error the ITO Agent might hang
during startup without terminating
PHSS_22258:
- Agent needs better handling for firewall environments.
- When executing large numbers of autoactions, some of them
were staying in 'running' state.
- opctrapi aborts after getting traps with unresolvable IP
address.
- The handling of '\' was different in the pattern
definition and the "matching pattern".
- the opcmsga reported Message Receiver service not
registered even if the connection to the server was ok
- running a VBScript-tool on a unix node gave a strange
error message
- if buffer file size limitation is enabled the agent may
discard low-severity messages even if there is still
space in the buffer file
Defect Description:
PHSS_24640:
check the list of the symptoms
Resolution:
check the list of the symptoms
PHSS_22888:
check the list of the symptoms
Resolution:
check the list of the symptoms
PHSS_22258:
check the list of the symptoms
Resolution:
check the list of the symptoms
SR:
H555003466 H555003414 H555003390 H555003277 H555003245
B555010980 B555010948 B555010899 B555010879 B555009152
B555008314 B555007752 B555007709 B555007602 B555007426
B555006890 B555006267 8606141434
Patch Files:
OVOPC-CLT.OVOPC-AIX-CLT,fr=A.06.00,fa=HP-UX_B.11.00_32/64,
v=HP:
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.06.08/RPC_NCS/opc_pkg.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.06.08/RPC_NCS/install/opcrclchk
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.06.08/RPC_NCS/install/opcrdschk
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.06.08/RPC_NCS/install/opcrndchk
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.06.08/RPC_NCS/install/opcroschk
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.06.08/RPC_NCS/install/opcrverchk
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.06.08/RPC_NCS/install/opcrinst
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.06.08/RPC_NCS/install/opcnsl
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.06.08/RPC_NCS/monitor/ana_disk.sh.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.06.08/RPC_NCS/monitor/cpu_mon.sh.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.06.08/RPC_NCS/monitor/disk_mon.sh.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.06.08/RPC_NCS/monitor/last_logs.sh.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.06.08/RPC_NCS/monitor/mailq_l.sh.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.06.08/RPC_NCS/monitor/proc_mon.sh.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.06.08/RPC_NCS/monitor/sh_procs.sh.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.06.08/RPC_NCS/monitor/swap_mon.sh.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.06.08/RPC_NCS/monitor/vp_chk.sh.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.06.08/RPC_NCS/monitor/errpt_fmt.sh.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.06.08/RPC_NCS/monitor/opcfwtmp.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.06.08/RPC_NCS/actions/mailq_pr.sh.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.06.08/RPC_NCS/actions/st_inetd.sh.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.06.08/RPC_NCS/actions/st_mail.sh.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.06.08/RPC_NCS/cmds/opcdf.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.06.08/RPC_NCS/cmds/opclpst.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.06.08/RPC_NCS/cmds/opcps.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.06.08/RPC_DCE_TCP/opc_pkg.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.06.08/RPC_DCE_TCP/install/opcrclchk
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.06.08/RPC_DCE_TCP/install/opcrdschk
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.06.08/RPC_DCE_TCP/install/opcrndchk
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.06.08/RPC_DCE_TCP/install/opcroschk
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.06.08/RPC_DCE_TCP/install/opcrverchk
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.06.08/RPC_DCE_TCP/install/opcrinst
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.06.08/RPC_DCE_TCP/install/opcnsl
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.06.08/RPC_DCE_TCP/monitor/ana_disk.sh.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.06.08/RPC_DCE_TCP/monitor/cpu_mon.sh.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.06.08/RPC_DCE_TCP/monitor/disk_mon.sh.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.06.08/RPC_DCE_TCP/monitor/last_logs.sh.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.06.08/RPC_DCE_TCP/monitor/mailq_l.sh.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.06.08/RPC_DCE_TCP/monitor/proc_mon.sh.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.06.08/RPC_DCE_TCP/monitor/sh_procs.sh.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.06.08/RPC_DCE_TCP/monitor/swap_mon.sh.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.06.08/RPC_DCE_TCP/monitor/vp_chk.sh.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.06.08/RPC_DCE_TCP/monitor/errpt_fmt.sh.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.06.08/RPC_DCE_TCP/monitor/opcfwtmp.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.06.08/RPC_DCE_TCP/actions/mailq_pr.sh.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.06.08/RPC_DCE_TCP/actions/st_inetd.sh.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.06.08/RPC_DCE_TCP/actions/st_syslogd.sh.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.06.08/RPC_DCE_TCP/actions/st_mail.sh.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.06.08/RPC_DCE_TCP/cmds/opcdf.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.06.08/RPC_DCE_TCP/cmds/opclpst.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.06.08/RPC_DCE_TCP/cmds/opcps.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.06.08/RPC_DCE_TCP/cmds/opc_sec_v.sh.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/AgentPlatform
/opt/OV/OpC/examples/progs/Makef.aix
what(1) Output:
OVOPC-CLT.OVOPC-AIX-CLT,fr=A.06.00,fa=HP-UX_B.11.00_32/64,
v=HP:
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.06.08/RPC_NCS/opc_pkg.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.06.08/RPC_NCS/install/opcrclchk:
HP OpenView IT/Operations A.06.08 (07/20/01)
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.06.08/RPC_NCS/install/opcrdschk:
HP OpenView IT/Operations A.06.08 (07/20/01)
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.06.08/RPC_NCS/install/opcrndchk:
HP OpenView IT/Operations A.06.08 (07/20/01)
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.06.08/RPC_NCS/install/opcroschk:
HP OpenView IT/Operations A.06.08 (07/20/01)
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.06.08/RPC_NCS/install/opcrverchk:
HP OpenView IT/Operations A.06.08 (07/20/01)
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.06.08/RPC_NCS/install/opcrinst:
HP OpenView IT/Operations A.06.08 (07/20/01)
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.06.08/RPC_NCS/install/opcnsl:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.06.08/RPC_NCS/monitor/ana_disk.sh.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.06.08/RPC_NCS/monitor/cpu_mon.sh.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.06.08/RPC_NCS/monitor/disk_mon.sh.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.06.08/RPC_NCS/monitor/last_logs.sh.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.06.08/RPC_NCS/monitor/mailq_l.sh.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.06.08/RPC_NCS/monitor/proc_mon.sh.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.06.08/RPC_NCS/monitor/sh_procs.sh.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.06.08/RPC_NCS/monitor/swap_mon.sh.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.06.08/RPC_NCS/monitor/vp_chk.sh.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.06.08/RPC_NCS/monitor/errpt_fmt.sh.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.06.08/RPC_NCS/monitor/opcfwtmp.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.06.08/RPC_NCS/actions/mailq_pr.sh.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.06.08/RPC_NCS/actions/st_inetd.sh.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.06.08/RPC_NCS/actions/st_mail.sh.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.06.08/RPC_NCS/cmds/opcdf.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.06.08/RPC_NCS/cmds/opclpst.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.06.08/RPC_NCS/cmds/opcps.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.06.08/RPC_DCE_TCP/opc_pkg.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.06.08/RPC_DCE_TCP/install/opcrclchk:
HP OpenView IT/Operations A.06.08 (07/20/01)
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.06.08/RPC_DCE_TCP/install/opcrdschk:
HP OpenView IT/Operations A.06.08 (07/20/01)
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.06.08/RPC_DCE_TCP/install/opcrndchk:
HP OpenView IT/Operations A.06.08 (07/20/01)
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.06.08/RPC_DCE_TCP/install/opcroschk:
HP OpenView IT/Operations A.06.08 (07/20/01)
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.06.08/RPC_DCE_TCP/install/opcrverchk:
HP OpenView IT/Operations A.06.08 (07/20/01)
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.06.08/RPC_DCE_TCP/install/opcrinst:
HP OpenView IT/Operations A.06.08 (07/20/01)
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.06.08/RPC_DCE_TCP/install/opcnsl:
67 1.4 src/threads/Kernel/dce_init.c, threads.src,
aixdce210, 950827a 5/18/95 14:42:16
61 1.2 src/bos/usr/ccs/lib/libc_r/__threads_init.c,
libcthrd, bos420, 9613T 6/8/94 16:31:01
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.06.08/RPC_DCE_TCP/monitor/ana_disk.sh.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.06.08/RPC_DCE_TCP/monitor/cpu_mon.sh.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.06.08/RPC_DCE_TCP/monitor/disk_mon.sh.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.06.08/RPC_DCE_TCP/monitor/last_logs.sh.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.06.08/RPC_DCE_TCP/monitor/mailq_l.sh.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.06.08/RPC_DCE_TCP/monitor/proc_mon.sh.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.06.08/RPC_DCE_TCP/monitor/sh_procs.sh.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.06.08/RPC_DCE_TCP/monitor/swap_mon.sh.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.06.08/RPC_DCE_TCP/monitor/vp_chk.sh.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.06.08/RPC_DCE_TCP/monitor/errpt_fmt.sh.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.06.08/RPC_DCE_TCP/monitor/opcfwtmp.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.06.08/RPC_DCE_TCP/actions/mailq_pr.sh.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.06.08/RPC_DCE_TCP/actions/st_inetd.sh.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.06.08/RPC_DCE_TCP/actions/st_syslogd.sh.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.06.08/RPC_DCE_TCP/actions/st_mail.sh.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.06.08/RPC_DCE_TCP/cmds/opcdf.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.06.08/RPC_DCE_TCP/cmds/opclpst.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.06.08/RPC_DCE_TCP/cmds/opcps.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.06.08/RPC_DCE_TCP/cmds/opc_sec_v.sh.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/AgentPlatform:
None
/opt/OV/OpC/examples/progs/Makef.aix:
None
cksum(1) Output:
OVOPC-CLT.OVOPC-AIX-CLT,fr=A.06.00,fa=HP-UX_B.11.00_32/64,
v=HP:
2390797484 2701393 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/ibm/rs6000/aix/A.06.08/RPC_NCS/opc_pkg.Z
1427806284 27480 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/ibm/rs6000/aix/A.06.08/RPC_NCS/install/
opcrclchk
1141389077 30515 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/ibm/rs6000/aix/A.06.08/RPC_NCS/install/
opcrdschk
4089721204 6173 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/ibm/rs6000/aix/A.06.08/RPC_NCS/install/
opcrndchk
3655248740 5908 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/ibm/rs6000/aix/A.06.08/RPC_NCS/install/
opcroschk
1571239321 65553 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/ibm/rs6000/aix/A.06.08/RPC_NCS/install/
opcrverchk
521729856 112362 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/ibm/rs6000/aix/A.06.08/RPC_NCS/install/
opcrinst
2144532563 1620 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/ibm/rs6000/aix/A.06.08/RPC_NCS/install/opcnsl
3847680146 2773 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/ibm/rs6000/aix/A.06.08/RPC_NCS/monitor/
ana_disk.sh.Z
1206015576 5998 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/ibm/rs6000/aix/A.06.08/RPC_NCS/monitor/
cpu_mon.sh.Z
1623845281 6131 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/ibm/rs6000/aix/A.06.08/RPC_NCS/monitor/
disk_mon.sh.Z
1046668551 5876 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/ibm/rs6000/aix/A.06.08/RPC_NCS/monitor/
last_logs.sh.Z
4001454917 5901 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/ibm/rs6000/aix/A.06.08/RPC_NCS/monitor/
mailq_l.sh.Z
2302975199 5878 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/ibm/rs6000/aix/A.06.08/RPC_NCS/monitor/
proc_mon.sh.Z
3437139082 5449 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/ibm/rs6000/aix/A.06.08/RPC_NCS/monitor/
sh_procs.sh.Z
3661320676 5818 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/ibm/rs6000/aix/A.06.08/RPC_NCS/monitor/
swap_mon.sh.Z
737237399 5712 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/ibm/rs6000/aix/A.06.08/RPC_NCS/monitor/
vp_chk.sh.Z
4005772724 1624 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/ibm/rs6000/aix/A.06.08/RPC_NCS/monitor/
errpt_fmt.sh.Z
302971499 2827 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/ibm/rs6000/aix/A.06.08/RPC_NCS/monitor/
opcfwtmp.Z
3169881123 2524 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/ibm/rs6000/aix/A.06.08/RPC_NCS/actions/
mailq_pr.sh.Z
3700243389 2623 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/ibm/rs6000/aix/A.06.08/RPC_NCS/actions/
st_inetd.sh.Z
3351675134 2576 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/ibm/rs6000/aix/A.06.08/RPC_NCS/actions/
st_mail.sh.Z
4091666392 316 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/ibm/rs6000/aix/A.06.08/RPC_NCS/cmds/opcdf.Z
3756437279 381 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/ibm/rs6000/aix/A.06.08/RPC_NCS/cmds/opclpst.Z
3715297519 393 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/ibm/rs6000/aix/A.06.08/RPC_NCS/cmds/opcps.Z
2914734328 2058580 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/ibm/rs6000/aix/A.06.08/RPC_DCE_TCP/opc_pkg.Z
1427806284 27480 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/ibm/rs6000/aix/A.06.08/RPC_DCE_TCP/install/
opcrclchk
1141389077 30515 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/ibm/rs6000/aix/A.06.08/RPC_DCE_TCP/install/
opcrdschk
4089721204 6173 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/ibm/rs6000/aix/A.06.08/RPC_DCE_TCP/install/
opcrndchk
3655248740 5908 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/ibm/rs6000/aix/A.06.08/RPC_DCE_TCP/install/
opcroschk
1571239321 65553 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/ibm/rs6000/aix/A.06.08/RPC_DCE_TCP/install/
opcrverchk
2720695199 112303 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/ibm/rs6000/aix/A.06.08/RPC_DCE_TCP/install/
opcrinst
2314213718 2772 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/ibm/rs6000/aix/A.06.08/RPC_DCE_TCP/install/
opcnsl
3847680146 2773 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/ibm/rs6000/aix/A.06.08/RPC_DCE_TCP/monitor/
ana_disk.sh.Z
1206015576 5998 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/ibm/rs6000/aix/A.06.08/RPC_DCE_TCP/monitor/
cpu_mon.sh.Z
1623845281 6131 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/ibm/rs6000/aix/A.06.08/RPC_DCE_TCP/monitor/
disk_mon.sh.Z
1046668551 5876 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/ibm/rs6000/aix/A.06.08/RPC_DCE_TCP/monitor/
last_logs.sh.Z
4001454917 5901 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/ibm/rs6000/aix/A.06.08/RPC_DCE_TCP/monitor/
mailq_l.sh.Z
2302975199 5878 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/ibm/rs6000/aix/A.06.08/RPC_DCE_TCP/monitor/
proc_mon.sh.Z
3437139082 5449 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/ibm/rs6000/aix/A.06.08/RPC_DCE_TCP/monitor/
sh_procs.sh.Z
3661320676 5818 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/ibm/rs6000/aix/A.06.08/RPC_DCE_TCP/monitor/
swap_mon.sh.Z
737237399 5712 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/ibm/rs6000/aix/A.06.08/RPC_DCE_TCP/monitor/
vp_chk.sh.Z
4005772724 1624 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/ibm/rs6000/aix/A.06.08/RPC_DCE_TCP/monitor/
errpt_fmt.sh.Z
2971394320 3475 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/ibm/rs6000/aix/A.06.08/RPC_DCE_TCP/monitor/
opcfwtmp.Z
3169881123 2524 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/ibm/rs6000/aix/A.06.08/RPC_DCE_TCP/actions/
mailq_pr.sh.Z
3700243389 2623 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/ibm/rs6000/aix/A.06.08/RPC_DCE_TCP/actions/
st_inetd.sh.Z
2211467879 2626 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/ibm/rs6000/aix/A.06.08/RPC_DCE_TCP/actions/
st_syslogd.sh.Z
3351675134 2576 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/ibm/rs6000/aix/A.06.08/RPC_DCE_TCP/actions/
st_mail.sh.Z
4091666392 316 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/ibm/rs6000/aix/A.06.08/RPC_DCE_TCP/cmds/
opcdf.Z
3756437279 381 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/ibm/rs6000/aix/A.06.08/RPC_DCE_TCP/cmds/
opclpst.Z
3715297519 393 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/ibm/rs6000/aix/A.06.08/RPC_DCE_TCP/cmds/
opcps.Z
98391455 13182 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/ibm/rs6000/aix/A.06.08/RPC_DCE_TCP/cmds/
opc_sec_v.sh.Z
3129940940 3744 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/ibm/rs6000/aix/AgentPlatform
3251556963 1317 /opt/OV/OpC/examples/progs/Makef.aix
Patch Conflicts: None
Patch Dependencies: None
Hardware Dependencies: None
Other Dependencies: None
Supersedes:
PHSS_22888 PHSS_22258
Equivalent Patches:
ITOSOL_00105:
sparcSOL: 2.6 2.7 2.8
PHSS_24920:
s700: 10.20
s800: 10.20
Patch Package Size: 5390 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_24640
5. Run swinstall to install the patch:
swinstall -x autoreboot=true -x patch_match_target=true \
-s /tmp/PHSS_24640.depot
By default swinstall will archive the original software in
/var/adm/sw/save/PHSS_24640. If you do not wish to retain a
copy of the original software, use the patch_save_files option:
swinstall -x autoreboot=true -x patch_match_target=true \
-x patch_save_files=false -s /tmp/PHSS_24640.depot
WARNING: If patch_save_files is false when a patch is installed,
the patch cannot be deinstalled. Please be careful
when using this feature.
For future reference, the contents of the PHSS_24640.text file is
available in the product readme:
swlist -l product -a readme -d
/tmp/PHSS_24640.depot
To put this patch on a magnetic tape and install from the
tape drive, use the command:
dd if=/tmp/PHSS_24640.depot of=/dev/rmt/0m bs=2k
Special Installation Instructions:
BEFORE LOADING THIS PATCH...
o It provides bug fixes and enhancements for the
VPO A.06.00 Management Server system.
o DO NOT use this patch with older releases of ITO,
for example versions A.05.00, A.05.11 or A.05.30
(A) Patch Installation Instructions
-------------------------------
(A1) Install the patch, following the standard
installation instructions.
For backing up the system before installing
a patch, you may use opc_backup(1m)
NOTE: MAKE SURE THAT NO AGENT OF THE PLATFORM
ADDRESSED BY THIS PATCH IS DISTRIBUTED
(either from the VPO Administrator's GUI
or from command line using inst.sh) WHILE
RUNNING SWINSTALL.
Don't be afraid of the '-x autoreboot=true'
option above. There won't be a reboot due
to this VPO patch.
You can skip this option if you like.
NOTE: This patch must be installed on the VPO Management
Server system, NOT on an VPO Managed Node directly.
Changes will take effect on managed nodes by means of
VPO Software Distribution (using 'Force Update' if
there is already an agent installed on the managed
node). See chapter 2 of the VPO Administrator's
Reference manual for more information.
(B) Patch Deinstallation Instructions
---------------------------------
(B1) To deinstall the patch PHSS_24640 run swremove:
NOTE: MAKE SURE THAT NO AGENT OF THE PLATFORM
ADDRESSED BY THIS PATCH IS DISTRIBUTED (either
from the ITO Administrator's GUI or from
command line using inst.sh) WHILE RUNNING
SWREMOVE.
# swremove PHSS_24640
-----End of Document ID: PHSS_24640------------------------------------------
Document ID: PHKL_24779
Date Loaded: 20010824
Title: s700_800 11.11 LVM Cumulative Patch
Patch Name: PHKL_24779
Patch Description: s700_800 11.11 LVM Cumulative Patch
Creation Date: 01/08/23
Post Date: 01/08/24
Hardware Platforms - OS Releases:
s700: 11.11
s800: 11.11
Products: N/A
Filesets:
LVM.LVM-KRN,fr=B.11.11,fa=HP-UX_B.11.11_32,v=HP
LVM.LVM-KRN,fr=B.11.11,fa=HP-UX_B.11.11_64,v=HP
Automatic Reboot?: Yes
Status: General Release
Critical:
Yes
PHKL_24779: PANIC CORRUPTION HANG
PHKL_23507: CORRUPTION
PHKL_23934: PANIC
Category Tags:
defect_repair enhancement general_release critical panic
halts_system corruption manual_dependencies
Path Name: /hp-ux_patches/s700_800/11.X/PHKL_24779
Symptoms:
PHKL_24779:
( SR:8606215129 CR:JAGad84320 )
LVM enhancement to provide kernel interfaces that may be
used to reduce the activation time for volume groups when
some disks in the volume group are offline.
( SR:8606186305 CR:JAGad55511 )
LVM commands may hang, requiring a system reboot to recover.
Volume group activations may fail with indications that the
disks do not belong to the volume group or some other
obscure LVM error message. There is also a remote
possibility of data corruption caused by LVM using an older
copy of the mirror consistency record (MCR) or the volume
group status (VGSA). These situations most likely happen on
systems where the system time has been advanced far into the
future, then changed back to the correct time again. The
hangs can also occur if a volume group is exported from one
system and imported to another with a system time behind the
first. Multiple volume groups on the system may be affected
simultaneously. Volume Groups that are most likely to
demonstrate the problem have timestamps on the LVM disk
VGSA, VGDA or MWC data structures which exceed the current
system time.
( SR:8606211623 CR:JAGad80811 )
On a Service Guard cluster node, while running the
cmapplyconf command, an unexpected error message may result:
"failed to release cluster lock disk". This can occur
unexpectedly when the cluster lock disk is part of a
read-only volume group, or if the volume group has less than
a quorum of its disks available
( SR:8606207118 CR:JAGad76293 )
LVM I/Os may hang and a system hang may occur when available
system memory is momentarily limited. When memory becomes
available again LVM will still not complete any I/Os. The
situation is characterized by all the LVM "lvmkd" daemons
sleeping waiting on I/Os to complete, and LVM I/O requests
delayed indefinitely, even when there is sufficient
available memory to complete them.
( SR:8606207793 CR:JAGad76970 )
When activating a shared volume group containing physical
volumes from non-concurrent active path arrays on a Service
Guard OPS cluster node, it is possible that the activation
will fail if one of the disk array controllers have been
swapped out without first deactivating the volume group.
LVM path failover across the cluster can also fail if a disk
controller is swapped out in an activated volume group
sometime prior to the path failover.
( SR:8606207876 CR:JAGad77053 )
LVM enhancement to provide support for Fibre Channel disk
arrays which may provide more than 128 LUNs. Without this
patch non-concurrent active path arrays are limited to 8
LUNs. This enhancement allows LVM to use devices with
as many as 16k LUNs.
( SR:8606206405 CR:JAGad75578 )
There is a remote possibility that LVM commands and device
recovery can hang in configurations with alternate paths to
physical volumes (PVlinks) in situations where the LVM disks
report media defects.
PHKL_23507:
( SR:8606181464 CR:JAGad50681 )
This defect addresses two problems with mirrored logical
volumes.
1. After a system crash, mirrored logical volumes might not
be resynchronized correctly if the Mirror Write Cache is
enabled (see lvchange(1M) for details). If PHKL_22266 is
installed, and the affected volume group can not be
activated, vgchange(1M) will issue the following error
message:
vgchange: Couldn't activate volume group "/dev/vgXXX":
I/O error while reading the VGDA.
In other cases, the volume group can be activated, but the
mirrored logical volumes are not fully resynchronized. This
is a serious problem because any write in progress when the
system crashed might have completed on one mirror but not
on another.
2. If during a resynchronization the last mirrored volume
is the only mirror with a current copy of the data, it
is ignored and the other mirrored volumes are not
resynchronized with it.
PHKL_23934:
( SR:8606193825 CR:JAGad63035 )
During JFS direct I/O to an LVM logical volume, the system
can panic with a kernel stack overflow. The stack trace
looks like this:
panic+0x6c
report_trap_or_int_and_panic+0x94
trap+0x938
nokgdb+0x8
disksort_do_enqueue+0x0
disksort_enqueue+0x4c
lv_strategy+0xf8
+ lv_start_str2+0x140
+ lv_strategy2+0x100
+ lv_strategy+0x3c4
vx_dev_strategy+0xac
vx_dio_chain_start+0x238
vx_dio_iovec+0x770
vx_dio_rdwri+0x1b4
vx_read1+0x7a8
vx_rdwr+0xe0
vno_rw+0x80
read+0x10c
syscall+0x204
$syscallrtn+0x0
where the three lines marked "+" are repeated many, many
times.
Defect Description:
PHKL_24779:
( SR:8606215129 CR:JAGad84320 )
When a volume group is activated, the LVM vgchange(1m)
command attempts to attach to and open each physical volume
serially. Multiple attempts to open offline devices are
made with each attempt having a timeout that is at least 10
seconds. This can lead to a significant delay if an attempt
is made to activate a volume group with a large number of
disks.
Resolution:
New kernel interfaces were added which can be employed to
allow the vgchange(1M) to more directly control the retry
behavior, thus reducing the delay. Note that this change
only includes the interfaces to facilitate future changes to
improve activation performance, and will not by itself
reduce volume group activation times.
( SR:8606186305 CR:JAGad55511 )
LVM commands can hang if the LVM in-memory timestamp has
overflowed so that a new timestamp had a value older (less)
than the prior one applied to the Volume Group Status Area
(VGSA) on the disk. The potential for data corruption also
exists due to the very remote possibility that latest LVM
on-disk metadata may be marked with this "old" timestamp,
causing LVM to not use the this metadata during subsequent
activations.
Resolution:
The timestamp algorithm was redesigned to eliminate the
possibility of a timestamp overflow. The new timestamp
algorithm generates timestamps independent of the system
time, and generates independent timestamps for each volume
group. The new timestamp algorithm also corrects errors in
the code which could cause the timestamp to advance faster
than it should, and situations where the timestamp could be
truncated. This change also includes code to safely correct
(roll-back) the LVM VG timestamps on volume groups where the
timestamp has already advanced to a degree that it is
nearing an overflow condition.
( SR:8606211623 CR:JAGad80811 )
The kernel LVM_REMOVEPV ioctl unnecessarily checks whether
the volume group is read-only or whether a proper quorum is
available. These checks are unnecessary because LVM on-disk
volume group data structures are not updated by the ioctl.
Resolution:
Modified the code for the LVM_PVREMOVE ioctl, eliminating
the unnecessary checks.
( SR:8606207118 CR:JAGad76293 )
The lvm kernel daemons were all waiting for I/Os to complete
in LVM. The I/)s were on the lv_pbuf_pending_Q and were not
completing because there was no free "lvmkd" LVM daemon to
process the queue.
Resolution:
A special "lvmschedd" daemon was created to make periodic
calls to reschedule LVM I/Os. This eliminates the potential
deadlock.
( SR:8606207793 CR:JAGad76970 )
If a shared volume group has one or more LUNs on an
non-concurrent active path disk array, and if one of the
array's Service Processors is hot-swapped without
deactivating the volume group, then there is no guarantee
that all the nodes in the cluster will be using the same IDs
to refer to those LUNs or to refer to particular paths
(i.e., PVLinks) to the LUNs. This is because each Service
Processor has a unique "controller signature" which is used
to construct these IDs. The LUN and path IDs are passed
between nodes in PVLinks related messages. If the IDs do
not match, the messages will fail. This can lead to various
symptoms, but the most obvious is that if a node deactivates
the volume group (while it remains activated on other
nodes), that node will not be able to reactivate it.
Resolution:
Situations where IDs might be out of sync are now detected
and the IDs are reconstructed by reading the controller
signatures again. If necessary, messages are reprocessed
(if the receiver was using an old ID) or resent (if the
sender was using an old ID).
( SR:8606207876 CR:JAGad77053 )
The problem was in the way LVM generates unique identifiers
for the LUNs of non-concurrent active path disk arrays.
This was formerly done by extracting the the LUN bits from
the minor number of the device. However, the number of LUNs
allowed is a function of the addressing mode of the device,
not the type of device. This scheme for generating a unique
identifier limits non-concurrent active path devices to 8
LUNs. However, devices connected via Fibre-Channel may have
as many as 16k LUNs.
Resolution:
Fibre-Channel array services are now used to derive the
unique identifier consistent with the addressing mode of the
device. This allows non-concurrent active path,
Fibre-Channel Volume Set Addressed, devices used by LVM to
have as many as 16k LUNs. This enhancement requires a
Fibre-Channel kernel patch (PHKL_23626 or superseding).
Without the Fibre-Channel patch this change alone cannot
provide the additional LUN support.
( SR:8606206405 CR:JAGad75578 )
When the path of I/Os to a disk is switched from one path to
another, LVM waits for the I/O requests to complete from the
first path prior to completing the switch to an alternate
path. During this waiting period, resources are held
(locked) in anticipation of the switch, and when the last
I/O completes from the first path, some specific code is
supposed to be executed to complete the switch. In the
event that a bad block is encountered on the last remaining
I/O from the first path, the code to complete the switch to
the alternate path is not executed. This causes LVM to hang
as it continues to wait for I/Os to finish from the first
path after they have already finished.
Resolution:
The code to complete the switch was moved to a common
routine called both upon normal I/O completion, and bad
block relocation I/O completion.
PHKL_23507:
( SR:8606181464 CR:JAGad50681 )
1. On every disk, there are two MWC caches, each with its
own timestamp. LVM should pick the latest, but instead, it
always picks the first whether it's the latest or not. After
a clean deactivation, there is no problem. But after a
system crash, this is potentially very serious. The MWC
cache records which logical track groups (LTGs) LVM was in
the middle of writing. These LTGs are potentially out of
sync: for each mirror, LVM doesn't know whether it had
finished writing the data, was in the middle of writing it,
or hadn't even started. As a result, the mirrors might not
actually be mirrors. That is, they might not have the same
data, so LVM needs to resync them. However, if LVM uses the
wrong MWC cache (50% chance), it might neglect to resync
some LTG that needed to be resynchronized, leading to silent
data corruption. Now two reads in a row could go to
different mirrors and return different data.
The potential for silent data corruption is a long-standing
problem. However, the error:
vgchange: Couldn't activate volume group "/dev/vgXXX":
I/O error while reading the VGDA.
only occurs with the previous LVM patch, PHKL_22266.
PHKL_22266 added a check that was supposed to protect the
system from silent data corruption by issuing the above
error and deactivating the the volume group; however, this
check can result in a false positive. This can cause the
above error to occur when the volume group was cleanly
deactivated or even when there are no mirrored logical
volumes. The most common scenario reported happens when a
volume group is deactivated after splitting a mirrored
logical volume (see lvsplit(1M) for details).
2. The case in which mirrored logical volumes are not fully
resynchronized was caused by an off-by-one error in the
lv_recover_ltg() routine. lv_recover_ltg() attempts to
check all the mirrored logical volumes to see if a
resync needs to occur, but it stops its search before
reaching the last mirrored volume. In the case that a
logical volume is not mirrored, and the wrong MWC is
selected, it would lead to PHKL_22266 incorrectly disabling
access to that logical volume as described above. This is
because there is only one copy of the logical volume it is
always ignored due to the off-by-one error in
lv_recover_ltg().
Resolution:
1. The timestamp comparisons have been corrected so that
LVM will always select the latest MWC cache.
2. The off-by-one error in lv_recover_ltg() was corrected
so that all mirrored logical volumes are now checked when
determining if a resync is necessary.
PHKL_23934:
( SR:8606193825 CR:JAGad63035 )
Whenever an I/O request crosses a 256K logical track group
boundary, LVM breaks it up. This involves calling
lv_strategy() recursively. Unfortunately, this recursive
call might pick up a different request from the disk sort
queue, which might itself need to be broken up, which
involves calling lv_strategy() recursively... Under the
wrong circumstances, the recursion is deep enough to blow
the kernel stack.
Resolution:
A new flag has been introduced within LVM to prevent
unbounded recursion when large requests are broken up.
SR:
8606181464 8606186305 8606206405 8606207118 8606207793
8606207876 8606193825 8606211623 8606215129
Patch Files:
LVM.LVM-KRN,fr=B.11.11,fa=HP-UX_B.11.11_32,v=HP:
/usr/conf/lib/liblvm.a(lv_hp.o)
/usr/conf/lib/liblvm.a(lv_ioctls.o)
/usr/conf/lib/liblvm.a(lv_mircons.o)
/usr/conf/lib/liblvm.a(lv_phys.o)
/usr/conf/lib/liblvm.a(lv_schedule.o)
/usr/conf/lib/liblvm.a(lv_strategy.o)
/usr/conf/lib/liblvm.a(lv_subr.o)
/usr/conf/lib/liblvm.a(lv_syscalls.o)
/usr/conf/lib/liblvm.a(lv_vgda.o)
/usr/conf/lib/liblvm.a(lv_vgsa.o)
/usr/conf/lib/liblvm.a(sh_vgsa.o)
/usr/conf/lib/liblvm.a(slvm_comm.o)
LVM.LVM-KRN,fr=B.11.11,fa=HP-UX_B.11.11_64,v=HP:
/usr/conf/lib/liblvm.a(lv_hp.o)
/usr/conf/lib/liblvm.a(lv_ioctls.o)
/usr/conf/lib/liblvm.a(lv_mircons.o)
/usr/conf/lib/liblvm.a(lv_phys.o)
/usr/conf/lib/liblvm.a(lv_schedule.o)
/usr/conf/lib/liblvm.a(lv_strategy.o)
/usr/conf/lib/liblvm.a(lv_subr.o)
/usr/conf/lib/liblvm.a(lv_syscalls.o)
/usr/conf/lib/liblvm.a(lv_vgda.o)
/usr/conf/lib/liblvm.a(lv_vgsa.o)
/usr/conf/lib/liblvm.a(sh_vgsa.o)
/usr/conf/lib/liblvm.a(slvm_comm.o)
what(1) Output:
LVM.LVM-KRN,fr=B.11.11,fa=HP-UX_B.11.11_32,v=HP:
/usr/conf/lib/liblvm.a(lv_hp.o):
lv_hp.c $Date: 2001/08/17 17:24:55 $Revision: r11.11
/2 PATCH_11.11 (PHKL_24779)
/usr/conf/lib/liblvm.a(lv_ioctls.o):
lv_ioctls.c $Date: 2001/08/17 17:24:55 $Revision: r1
1.11/1 PATCH_11.11 (PHKL_24779)
/usr/conf/lib/liblvm.a(lv_mircons.o):
lv_mircons.c $Date: 2001/08/17 17:24:55 $Revision: r
11.11/2 PATCH_11.11 (PHKL_24779)
/usr/conf/lib/liblvm.a(lv_phys.o):
lv_phys.c $Date: 2001/08/17 17:24:55 $Revision: r11.
11/1 PATCH_11.11 (PHKL_24779)
/usr/conf/lib/liblvm.a(lv_schedule.o):
lv_schedule.c $Date: 2001/08/17 17:24:55 $Revision:
r11.11/1 PATCH_11.11 (PHKL_24779)
/usr/conf/lib/liblvm.a(lv_strategy.o):
lv_strategy.c $Date: 2001/04/30 11:56:27 $Revision:
r11.11/1 PATCH_11.11 (PHKL_23934)
/usr/conf/lib/liblvm.a(lv_subr.o):
lv_subr.c $Date: 2001/08/17 17:24:55 $Revision: r11.
11/1 PATCH_11.11 (PHKL_24779)
/usr/conf/lib/liblvm.a(lv_syscalls.o):
lv_syscalls.c $Date: 2001/08/17 17:24:55 $Revision:
r11.11/1 PATCH_11.11 (PHKL_24779)
/usr/conf/lib/liblvm.a(lv_vgda.o):
lv_vgda.c $Date: 2001/08/17 17:24:55 $Revision: r11.
11/1 PATCH_11.11 (PHKL_24779)
/usr/conf/lib/liblvm.a(lv_vgsa.o):
lv_vgsa.c $Date: 2001/08/17 17:24:55 $Revision: r11.
11/1 PATCH_11.11 (PHKL_24779)
/usr/conf/lib/liblvm.a(sh_vgsa.o):
sh_vgsa.c $Date: 2001/08/17 17:24:55 $Revision: r11.
11/1 PATCH_11.11 (PHKL_24779)
/usr/conf/lib/liblvm.a(slvm_comm.o):
slvm_comm.c $Date: 2001/08/17 17:24:55 $Revision: r1
1.11/1 PATCH_11.11 (PHKL_24779)
LVM.LVM-KRN,fr=B.11.11,fa=HP-UX_B.11.11_64,v=HP:
/usr/conf/lib/liblvm.a(lv_hp.o):
lv_hp.c $Date: 2001/08/17 17:24:55 $Revision: r11.11
/2 PATCH_11.11 (PHKL_24779)
/usr/conf/lib/liblvm.a(lv_ioctls.o):
lv_ioctls.c $Date: 2001/08/17 17:24:55 $Revision: r1
1.11/1 PATCH_11.11 (PHKL_24779)
/usr/conf/lib/liblvm.a(lv_mircons.o):
lv_mircons.c $Date: 2001/08/17 17:24:55 $Revision: r
11.11/2 PATCH_11.11 (PHKL_24779)
/usr/conf/lib/liblvm.a(lv_phys.o):
lv_phys.c $Date: 2001/08/17 17:24:55 $Revision: r11.
11/1 PATCH_11.11 (PHKL_24779)
/usr/conf/lib/liblvm.a(lv_schedule.o):
lv_schedule.c $Date: 2001/08/17 17:24:55 $Revision:
r11.11/1 PATCH_11.11 (PHKL_24779)
/usr/conf/lib/liblvm.a(lv_strategy.o):
lv_strategy.c $Date: 2001/04/30 11:56:27 $Revision:
r11.11/1 PATCH_11.11 (PHKL_23934)
/usr/conf/lib/liblvm.a(lv_subr.o):
lv_subr.c $Date: 2001/08/17 17:24:55 $Revision: r11.
11/1 PATCH_11.11 (PHKL_24779)
/usr/conf/lib/liblvm.a(lv_syscalls.o):
lv_syscalls.c $Date: 2001/08/17 17:24:55 $Revision:
r11.11/1 PATCH_11.11 (PHKL_24779)
/usr/conf/lib/liblvm.a(lv_vgda.o):
lv_vgda.c $Date: 2001/08/17 17:24:55 $Revision: r11.
11/1 PATCH_11.11 (PHKL_24779)
/usr/conf/lib/liblvm.a(lv_vgsa.o):
lv_vgsa.c $Date: 2001/08/17 17:24:55 $Revision: r11.
11/1 PATCH_11.11 (PHKL_24779)
/usr/conf/lib/liblvm.a(sh_vgsa.o):
sh_vgsa.c $Date: 2001/08/17 17:24:55 $Revision: r11.
11/1 PATCH_11.11 (PHKL_24779)
/usr/conf/lib/liblvm.a(slvm_comm.o):
slvm_comm.c $Date: 2001/08/17 17:24:55 $Revision: r1
1.11/1 PATCH_11.11 (PHKL_24779)
cksum(1) Output:
LVM.LVM-KRN,fr=B.11.11,fa=HP-UX_B.11.11_32,v=HP:
1151508144 93288 /usr/conf/lib/liblvm.a(lv_hp.o)
849329162 35216 /usr/conf/lib/liblvm.a(lv_ioctls.o)
40832394 17136 /usr/conf/lib/liblvm.a(lv_mircons.o)
900910471 7832 /usr/conf/lib/liblvm.a(lv_phys.o)
3319801714 30100 /usr/conf/lib/liblvm.a(lv_schedule.o)
954671817 8460 /usr/conf/lib/liblvm.a(lv_strategy.o)
3704758992 16812 /usr/conf/lib/liblvm.a(lv_subr.o)
3071910301 13724 /usr/conf/lib/liblvm.a(lv_syscalls.o)
1563048942 8836 /usr/conf/lib/liblvm.a(lv_vgda.o)
1161339775 13044 /usr/conf/lib/liblvm.a(lv_vgsa.o)
1967916170 38064 /usr/conf/lib/liblvm.a(sh_vgsa.o)
282071397 23704 /usr/conf/lib/liblvm.a(slvm_comm.o)
LVM.LVM-KRN,fr=B.11.11,fa=HP-UX_B.11.11_64,v=HP:
3480029583 229952 /usr/conf/lib/liblvm.a(lv_hp.o)
1473983987 74944 /usr/conf/lib/liblvm.a(lv_ioctls.o)
2763478899 36720 /usr/conf/lib/liblvm.a(lv_mircons.o)
3288577845 14760 /usr/conf/lib/liblvm.a(lv_phys.o)
1276504289 66608 /usr/conf/lib/liblvm.a(lv_schedule.o)
693887013 18416 /usr/conf/lib/liblvm.a(lv_strategy.o)
3389815675 38784 /usr/conf/lib/liblvm.a(lv_subr.o)
2079547462 29880 /usr/conf/lib/liblvm.a(lv_syscalls.o)
1204238922 16944 /usr/conf/lib/liblvm.a(lv_vgda.o)
1907775917 26504 /usr/conf/lib/liblvm.a(lv_vgsa.o)
121172457 89504 /usr/conf/lib/liblvm.a(sh_vgsa.o)
2892854246 58248 /usr/conf/lib/liblvm.a(slvm_comm.o)
Patch Conflicts: None
Patch Dependencies: None
Hardware Dependencies: None
Other Dependencies:
PHKL_24779: PHKL_23626 (or supersedeing) is required to
provide LVM support for more than 8 LUNs for non-concurrent
active path Fibre-Channel disk arrays. These patches may be
installed in any order. Without the Fibre-Channel patch
installed, LVM will continue to limit support to 8 LUNs.
Supersedes:
PHKL_23934 PHKL_23507
Equivalent Patches: None
Patch Package Size: 1050 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 PHKL_24779
5. Run swinstall to install the patch:
swinstall -x autoreboot=true -x patch_match_target=true \
-s /tmp/PHKL_24779.depot
By default swinstall will archive the original software in
/var/adm/sw/save/PHKL_24779. If you do not wish to retain a
copy of the original software, include the patch_save_files
option in the swinstall command above:
-x patch_save_files=false
WARNING: If patch_save_files is false when a patch is installed,
the patch cannot be deinstalled. Please be careful
when using this feature.
For future reference, the contents of the PHKL_24779.text file is
available in the product readme:
swlist -l product -a readme -d
/tmp/PHKL_24779.depot
To put this patch on a magnetic tape and install from the
tape drive, use the command:
dd if=/tmp/PHKL_24779.depot of=/dev/rmt/0m bs=2k
Special Installation Instructions: None
-----End of Document ID: PHKL_24779------------------------------------------
Document ID: PHSS_24819
Date Loaded: 20010823
Title: s700_800 11.00 OV SA1.0X pthread_create retry
Patch Name: PHSS_24819
Patch Description: s700_800 11.00 OV SA1.0X pthread_create retry
Creation Date: 01/08/23
Post Date: 01/08/23
Hardware Platforms - OS Releases:
s700: 11.00
s800: 11.00
Products:
OpenView Service Assurance 1.0X Orbplus
Filesets:
ORB-CORE.ORB-CORE-SHLIB,fr=C.02.63,fa=HP-UX_B.11.00_PA2.0_700/800,v=HP
Automatic Reboot?: No
Status: General Release
Critical: No
Category Tags:
defect_repair general_release
Path Name: /hp-ux_patches/s700_800/11.X/PHSS_24819
Symptoms:
PHSS_24819:
PM crashes when MSD_Thread create throws an exception due
to an EAGAIN error during pthread_create.
Defect Description:
PHSS_24819:
Resolution:
Modify MSD_Thread to perform a retry internally
SR:
F333002002
Patch Files:
ORB-CORE.ORB-CORE-SHLIB,fr=C.02.63,
fa=HP-UX_B.11.00_PA2.0_700/800,v=HP:
/opt/orbplus/lib/libmsdthread_pt4.3
what(1) Output:
ORB-CORE.ORB-CORE-SHLIB,fr=C.02.63,
fa=HP-UX_B.11.00_PA2.0_700/800,v=HP:
/opt/orbplus/lib/libmsdthread_pt4.3:
None
HP ORB Plus, MSD Threads (pthreads), revision C.02.6
3 (2001/08/09 11:11:06 IST) [Za_bl029 Za_c04
3 hp-ux.PA20.11.00.aCC.ndb]
PATCH PHSS_24819, 20010806, DFIX10011
cksum(1) Output:
ORB-CORE.ORB-CORE-SHLIB,fr=C.02.63,
fa=HP-UX_B.11.00_PA2.0_700/800,v=HP:
1955180244 90112 /opt/orbplus/lib/libmsdthread_pt4.3
Patch Conflicts: None
Patch Dependencies: None
Hardware Dependencies: None
Other Dependencies: None
Supersedes: None
Equivalent Patches: None
Patch Package Size: 110 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_24819
5. Run swinstall to install the patch:
swinstall -x autoreboot=true -x patch_match_target=true \
-s /tmp/PHSS_24819.depot
By default swinstall will archive the original software in
/var/adm/sw/save/PHSS_24819. If you do not wish to retain a
copy of the original software, use the patch_save_files option:
swinstall -x autoreboot=true -x patch_match_target=true \
-x patch_save_files=false -s /tmp/PHSS_24819.depot
WARNING: If patch_save_files is false when a patch is installed,
the patch cannot be deinstalled. Please be careful
when using this feature.
For future reference, the contents of the PHSS_24819.text file is
available in the product readme:
swlist -l product -a readme -d
/tmp/PHSS_24819.depot
To put this patch on a magnetic tape and install from the
tape drive, use the command:
dd if=/tmp/PHSS_24819.depot of=/dev/rmt/0m bs=2k
Special Installation Instructions:
PHSS_24819:
1.Stop the GUIC.
2.Stop the GUIS using the guisstop.
3.Stop the FMS-Integrated CORBA Applcations including
the Remedy and Metrica Adaptors.
4.Stop the FMS using the fmsstop
5.Stop the Corba using ovcoba_admin_stop.
6.Stop the Notification Servers using the ovnsls_admin
- stop
7.Stop the Orbplus using the ovcorba_orb - stop
Install the patch
Restart all the processes that were shutdown earlier.
Start the Orbplus using ovcorba_orb -start
Start the Notification Servers using the ovnsls_admin
- start
Start the FMS using fmsstart
Start the FMS-Integrated CORBA Applications including
the Remedy and Metrica Adaptors.
Start the GUIS using the guisstart.
-----End of Document ID: PHSS_24819------------------------------------------
Document ID: PHSS_24735
Date Loaded: 20010823
Title: s700_800 11.00 OV SA1.0X ams_server spin fix
Patch Name: PHSS_24735
Patch Description: s700_800 11.00 OV SA1.0X ams_server spin fix
Creation Date: 01/08/23
Post Date: 01/08/23
Hardware Platforms - OS Releases:
s700: 11.00
s800: 11.00
Products:
OpenView Service Assurance 1.0X Orbplus
Filesets:
ORB-CORE.ORB-CORE-SHLIB,fr=C.02.63,fa=HP-UX_B.11.00_PA2.0_700/800,v=HP
Automatic Reboot?: No
Status: General Release
Critical: No
Category Tags:
defect_repair general_release
Path Name: /hp-ux_patches/s700_800/11.X/PHSS_24735
Symptoms:
PHSS_24735:
The ams server came to an infinite loop at verizon with
the liborbplus.sl patch PHSS_22729
PHSS_22729:
Fmsprobsvr core dumps, on calling destroy_impl.
Defect Description:
PHSS_24735:
Resolution:
Used the overloaded function for unreference so that
the mutex is locked as per the sequence of operations
done.
PHSS_22729:
Resolution:
liborbplus is fixed with changes to SOA layer
SR:
F333002033 F333001077
Patch Files:
ORB-CORE.ORB-CORE-SHLIB,fr=C.02.63,
fa=HP-UX_B.11.00_PA2.0_700/800,v=HP:
/opt/orbplus/lib/liborbplus.3
what(1) Output:
ORB-CORE.ORB-CORE-SHLIB,fr=C.02.63,
fa=HP-UX_B.11.00_PA2.0_700/800,v=HP:
/opt/orbplus/lib/liborbplus.3:
None
HP ORB Plus, liborbplus, revision C.02.63 (2001/08/1
4 16:04:51 IST) [Za_bl029 Za_c042 hp-ux.PA20
.11.00.aCC.ndb]
None
HP ORB Plus, liborblite, revision C.02.63 (2001/08/1
4 16:04:19 IST) [Za_bl029 Za_c042 hp-ux.PA20
.11.00.aCC.ndb]
PATCH PHSS_22729, 20001114, DFIX10007
PATCH PHSS_24735, 20010814, DFIX10012
HP ORB Plus, libcorba, revision C.02.63 (2001/08/14
15:59:07 IST) [Za_bl029 Za_c042 hp-ux.PA20.1
1.00.aCC.ndb]
None
HP ORB Plus, JACL, revision C.02.63 (2001/08/14 15:4
3:36 IST) [Za_bl029 Za_c042 hp-ux.PA20.11.00
.aCC.ndb]
None
cksum(1) Output:
ORB-CORE.ORB-CORE-SHLIB,fr=C.02.63,
fa=HP-UX_B.11.00_PA2.0_700/800,v=HP:
1363780288 8257536 /opt/orbplus/lib/liborbplus.3
Patch Conflicts: None
Patch Dependencies: None
Hardware Dependencies: None
Other Dependencies: None
Supersedes:
PHSS_22729
Equivalent Patches: None
Patch Package Size: 8090 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_24735
5. Run swinstall to install the patch:
swinstall -x autoreboot=true -x patch_match_target=true \
-s /tmp/PHSS_24735.depot
By default swinstall will archive the original software in
/var/adm/sw/save/PHSS_24735. If you do not wish to retain a
copy of the original software, use the patch_save_files option:
swinstall -x autoreboot=true -x patch_match_target=true \
-x patch_save_files=false -s /tmp/PHSS_24735.depot
WARNING: If patch_save_files is false when a patch is installed,
the patch cannot be deinstalled. Please be careful
when using this feature.
For future reference, the contents of the PHSS_24735.text file is
available in the product readme:
swlist -l product -a readme -d
/tmp/PHSS_24735.depot
To put this patch on a magnetic tape and install from the
tape drive, use the command:
dd if=/tmp/PHSS_24735.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_24735:
1.Stop the GUIC.
2.Stop the GUIS using the guisstop.
3.Stop the FMS-Integrated CORBA Applcations including
the Remedy and Metrica Adaptors.
4.Stop the FMS using the fmsstop
5.Stop the Corba using ovcoba_admin_stop.
6.Stop the Notification Servers using the ovnsls_admin
- stop
7.Stop the Orbplus using the ovcorba_orb - stop
Install the patch
Restart all the processes that were shutdown earlier.
Start the Orbplus using ovcorba_orb -start
Start the Notification Servers using the ovnsls_admin
- start
Start the FMS using fmsstart
Start the FMS-Integrated CORBA Applications including
the Remedy and Metrica Adaptors.
Start the GUIS using the guisstart.
Start the GUIC using the guicstart.
In case , you are installing this patch on a HA cluster,
then please refer the release notes for more
instructions.
PHSS_22729:
1.Stop the GUIC.
2.Stop the GUIS using the guisstop.
3.Stop the FMS-Integrated CORBA Applcations including
the Remedy and Metrica Adaptors.
4.Stop the FMS using the fmsstop
5.Stop the Corba using ovcoba_admin_stop.
6.Stop the Notification Servers using the ovnsls_admin
- stop
7.Stop the Orbplus using the ovcorba_orb - stop
Install the patch
Restart all the processes that were shutdown earlier.
Start the Orbplus using ovcorba_orb -start
Start the Notification Servers using the ovnsls_admin
- start
Start the FMS using fmsstart
Start the FMS-Integrated CORBA Applications including
the Remedy and Metrica Adaptors.
Start the GUIS using the guisstart.
Start the GUIC using the guicstart.
-----End of Document ID: PHSS_24735------------------------------------------
Document ID: PHSS_24728
Date Loaded: 20010823
Title: s700_800 11.04 (VVOS) aC++ runtime libraries (aCC A.03.30)
Patch Name: PHSS_24728
Patch Description: s700_800 11.04 (VVOS) aC++ runtime libraries (aCC A.03.30)
Creation Date: 01/07/27
Post Date: 01/08/23
Hardware Platforms - OS Releases:
s700: 11.04
s800: 11.04
Products: N/A
Filesets:
OS-Core.CORE-SHLIBS,fr=B.11.04,fa=HP-UX_B.11.04_32/64,v=HP
ProgSupport.LANG-MIN,fr=B.11.04,fa=HP-UX_B.11.04_32/64,v=HP
OS-Core.CORE-64SLIB,fr=B.11.04,fa=HP-UX_B.11.04_32/64,v=HP
ProgSupport.LANG-64ALIB,fr=B.11.04,fa=HP-UX_B.11.04_32/64,v=HP
Automatic Reboot?: No
Status: General Release
Critical: No
Category Tags:
defect_repair hardware_enablement enhancement
general_release
Path Name: /hp-ux_patches/s700_800/11.X/PHSS_24728
Symptoms:
PHSS_24728:
Repackage HP-UX patch PHSS_22543 for VVOS.
Based on HP-UX patch PHSS_22543:
1. JAGad30801: RWZoneSimple doesn't provide a valid DST
rule for Europe
2. JAGad30499: problem in 64 bit mode where array size
is still 32 bit.
3. JAGad25172: workaround bug in libcl by testing if offset
fits in 32 bits.
4. JAGad36658: Inconsistent definition of mbstate_t,
requires roll for all customers using libstd_v2
to establish compatibility with the HPUX 11.11
runtime.
5. JAGad40631: Missing stubs in libstd would cause
unsats. Allow +I_main.
6. JAGad30844: -AA istrstream::seekg() moves twice
as far as specified.
7. JAGad41042: basic_*fstream::is_open shouldn't be
a const member function.
PHSS_22563:
Repackage HP-UX patch PHSS_21906 for VVOS.
Based on HP-UX patch PHSS_21906:
1. Support for -AA libraries.
Based on HP-UX patch PHSS_20055:
1. throw in unexpected doesn't destroy object, find catch
if bad_exception
2. SIGABRT on second rethrow (in catch)
3. Throw with nested try results in abort
4. Signal 6 if function with try/catch doesn't have exit at
bottom
5. libCsup compiled with +ESlit and linker +e to reduce
size.
6. nothrow new must catch bad_alloc and return 0
PHSS_18323:
Repackaged HP-UX patch PHSS_16587 to VVOS.
Based on HP-UX patch PHSS_16587:
1. RWCString::readLine(,true) doesn't set failbit
2. eofbit in istrstream not set correctly
3. Performance problem with STL vector
4. STL <functional> times should be replaced by multiplies
(<sys/times.h>)
5. Linking with libcma causes SIGBUS at runtime
Based on HP-UX patch PHSS_14577:
1. Can't handle global data whose size exceeds 32bit
representation
Based on HP-UX patch PHSS_13390:
1. Excessive memory usage with <list>, long compile times
too
2. iostream library doesn't perform new/delete correctly
3. RWTPtrSortedVector::index() doesn't return npos if not
found
4. RWTValHashDictionary must be replaced by RWTValHashMap
5. Memory leak with threads and libstd with string
6. const_iterator not implemented in container classes
Defect Description:
PHSS_24728:
Repackaged HP-UX patch PHSS_22543 for VVOS.
Based on HP-UX patch PHSS_22543:
1. JAGad30801: RWZoneSimple doesn't provide a valid DST
rule for Europe
2. JAGad30499: problem in 64 bit mode where array size
is still 32 bit.
3. JAGad25172: workaround bug in libcl by testing if offset
fits in 32 bits.
4. JAGad36658: Inconsistent definition of mbstate_t,
requires roll for all customers using libstd_v2
to establish compatibility with the HPUX 11.11
runtime.
5. JAGad40631: Missing stubs in libstd would cause
unsats. Allow +I_main.
6. JAGad30844: -AA istrstream::seekg() moves twice
as far as specified.
7. JAGad41042: basic_*fstream::is_open shouldn't be
a const member function.
PHSS_22563:
Repackaged HP-UX patch PHSS_21906 for VVOS.
Based on HP-UX patch PHSS_21906:
1. Support for -AA libraries.
Based on HP-UX patch PHSS_20055:
1. throw in unexpected doesn't destroy object, find catch
if bad_exception
2. SIGABRT on second rethrow (in catch)
3. Throw with nested try results in abort
4. Signal 6 if function with try/catch doesn't have exit at
bottom
5. libCsup compiled with +ESlit and linker +e to reduce
size.
6. nothrow new must catch bad_alloc and return 0
PHSS_18323:
Repackaged HP-UX patch PHSS_16587 for VVOS.
Based on HP-UX patch PHSS_16587:
1. RWCString::readLine(,true) only sets eofbit upon EOF.
Using the ios::operator void*() does not return false in
this case. The following is never false.
while (f.readLine(,true))
2. When using istrstream to read numbers or a character
string at the end of the buffer, the setting of the eofbit
is inconsistent. With numbers eofbit is not set.
3. the std library container vector performance problem.
The execution time for insertion grows more than linearly
with number of elements, as required by standard.
4. me clash for "times" defined in system header
<sys/times.h> and non-standard conforming C++ standard
library header <functional>.
5. Executables linked with libcma receive SIGBUS before
reaching main().
Based on HP-UX patch PHSS_14577:
1. aCC should be able to compile programs that declare data
larger than what is representable in 32-bit mode when
compiling with +DA2.0W on a 64-bit 11.x OS.
Based on HP-UX patch PHSS_13390:
1. aCC consumes much memory for small lists or other small
containers this does not conform with the ANSI DRAFT.
2. The version of libCsup with patch PHSS_12609, A.01.07,
changed operators new[] and delete[] to no longer call the
non-array operators.
This change exposed a problem in libstream where there is a
mismatch in strstream and streambuf where operator new[] and
then operator delete is called.
3. The function RWTPtrSortedVector<T>::index() doesn't
return npos as documented, if it is < first element. It
returns 0 instead. If in between elements it returns
lower_bound.
4. The RogueWave documentation for tools.h++ template
RWTValHashDictionary template should mention that it has
four parameters.
5. Memory leak when using <string> with either threads
library, libcma or libpthread. This problem will occur on
10.20, 10.30 and 11.0 with various combinations of the two
leaks.
6. The following aCC program can't be compiled:
#include <map>
int main() { map<int, double> myMap;
map<int,double>::const_iterator i = myMap.begin();
double a = i->second;
// double a = (*i).second is ok! a = a * 2.5;
return 0; }
$ aCC main.c Error 185: "main.c", line 11 # Left side
of '->' requires a pointer to class; type found was
'class const_iterator'. double a = i->second
SR:
8606210815 1653217448 4701374090 5003367938 5003381178
5003392829 1653238188 1653252395 1653258897 4701386771
4701390013 5003438820 8606161485 8606161183 8606155860
8606167372 8606171367 8606161528 8606171778
Patch Files:
OS-Core.CORE-SHLIBS,fr=B.11.04,fa=HP-UX_B.11.04_32/64,v=HP:
/usr/lib/libCsup.1
/usr/lib/libCsup.2
/usr/lib/libCsup_v2.1
/usr/lib/libCsup_v2.2
/usr/lib/libCsup_v2.sl
/usr/lib/librwtool.1
/usr/lib/librwtool.2
/usr/lib/libstd.1
/usr/lib/libstd.2
/usr/lib/libstd_v2.1
/usr/lib/libstd_v2.2
/usr/lib/libstd_v2.sl
/usr/lib/libstream.1
/usr/lib/libstream.2
ProgSupport.LANG-MIN,fr=B.11.04,fa=HP-UX_B.11.04_32/64,v=HP:
/usr/lib/libCsup.a
/usr/lib/libCsup_v2.a
/usr/lib/librwtool.a
/usr/lib/libstd.a
/usr/lib/libstd_v2.a
/usr/lib/libstream.a
OS-Core.CORE-64SLIB,fr=B.11.04,fa=HP-UX_B.11.04_32/64,v=HP:
/usr/lib/pa20_64/libCsup.2
/usr/lib/pa20_64/libCsup_v2.2
/usr/lib/pa20_64/libCsup_v2.sl
/usr/lib/pa20_64/librwtool.2
/usr/lib/pa20_64/libstd.2
/usr/lib/pa20_64/libstd_v2.2
/usr/lib/pa20_64/libstd_v2.sl
/usr/lib/pa20_64/libstream.2
ProgSupport.LANG-64ALIB,fr=B.11.04,fa=HP-UX_B.11.04_32/64,
v=HP:
/usr/lib/pa20_64/libCsup.a
/usr/lib/pa20_64/libCsup_v2.a
/usr/lib/pa20_64/librwtool.a
/usr/lib/pa20_64/libstd.a
/usr/lib/pa20_64/libstd_v2.a
/usr/lib/pa20_64/libstream.a
what(1) Output:
OS-Core.CORE-SHLIBS,fr=B.11.04,fa=HP-UX_B.11.04_32/64,v=HP:
/usr/lib/libCsup.1:
HP aC++ B3910B A.01.30 Language Support Library
/usr/lib/libCsup.2:
HP aC++ B3910B A.03.30 Language Support Library
/usr/lib/libCsup_v2.1:
HP aC++ B3910B A.01.30 Language Support Library
/usr/lib/libCsup_v2.2:
HP aC++ B3910B A.03.30 Language Support Library
/usr/lib/libCsup_v2.sl:
HP aC++ B3910B A.03.30 Language Support Library
/usr/lib/librwtool.1:
HP aC++ B3910B A.01.30 Tools.h++ Library (RogueWave
Version 7.0.6)
/usr/lib/librwtool.2:
HP aC++ B3910B A.03.30 Tools.h++ Library (RogueWave
Version 7.0.6)
/usr/lib/libstd.1:
HP aC++ B3910B A.01.30 C++ Standard Library (RogueWa
ve Version 1.2.1)
/usr/lib/libstd.2:
HP aC++ B3910B A.03.30 C++ Standard Library (RogueWa
ve Version 1.2.1)
/usr/lib/libstd_v2.1:
HP aC++ B3910B A.01.30 C++ Standard Library (RogueWa
ve Version 2.02.01)
/usr/lib/libstd_v2.2:
HP aC++ B3910B A.03.30 C++ Standard Library (RogueWa
ve Version 2.02.01)
/usr/lib/libstd_v2.sl:
HP aC++ B3910B A.03.30 C++ Standard Library (RogueWa
ve Version 2.02.01)
/usr/lib/libstream.1:
HP aC++ B3910B A.01.30 Classic Iostream Library
/usr/lib/libstream.2:
HP aC++ B3910B A.03.30 Classic Iostream Library
ProgSupport.LANG-MIN,fr=B.11.04,fa=HP-UX_B.11.04_32/64,v=HP:
/usr/lib/libCsup.a:
HP aC++ B3910B A.03.30 Language Support Library
/usr/lib/libCsup_v2.a:
HP aC++ B3910B A.03.30 Language Support Library
/usr/lib/librwtool.a:
HP aC++ B3910B A.03.30 Tools.h++ Library (RogueWave
Version 7.0.6)
/usr/lib/libstd.a:
HP aC++ B3910B A.03.30 C++ Standard Library (RogueWa
ve Version 1.2.1)
/usr/lib/libstd_v2.a:
HP aC++ B3910B A.03.30 C++ Standard Library (RogueWa
ve Version 2.02.01)
/usr/lib/libstream.a:
HP aC++ B3910B A.03.30 Classic Iostream Library
OS-Core.CORE-64SLIB,fr=B.11.04,fa=HP-UX_B.11.04_32/64,v=HP:
/usr/lib/pa20_64/libCsup.2:
HP aC++ B3910B A.03.30 Language Support Library
/usr/lib/pa20_64/libCsup_v2.2:
HP aC++ B3910B A.03.30 Language Support Library
/usr/lib/pa20_64/libCsup_v2.sl:
HP aC++ B3910B A.03.30 Language Support Library
/usr/lib/pa20_64/librwtool.2:
HP aC++ B3910B A.03.30 Tools.h++ Library (RogueWave
Version 7.0.6)
/usr/lib/pa20_64/libstd.2:
HP aC++ B3910B A.03.30 C++ Standard Library (RogueWa
ve Version 1.2.1)
/usr/lib/pa20_64/libstd_v2.2:
HP aC++ B3910B A.03.30 C++ Standard Library (RogueWa
ve Version 2.02.01)
/usr/lib/pa20_64/libstd_v2.sl:
HP aC++ B3910B A.03.30 C++ Standard Library (RogueWa
ve Version 2.02.01)
/usr/lib/pa20_64/libstream.2:
HP aC++ B3910B A.03.30 Classic Iostream Library
ProgSupport.LANG-64ALIB,fr=B.11.04,fa=HP-UX_B.11.04_32/64,
v=HP:
/usr/lib/pa20_64/libCsup.a:
HP aC++ B3910B A.03.30 Language Support Library
/usr/lib/pa20_64/libCsup_v2.a:
HP aC++ B3910B A.03.30 Language Support Library
/usr/lib/pa20_64/librwtool.a:
HP aC++ B3910B A.03.30 Tools.h++ Library (RogueWave
Version 7.0.6)
/usr/lib/pa20_64/libstd.a:
HP aC++ B3910B A.03.30 C++ Standard Library (RogueWa
ve Version 1.2.1)
/usr/lib/pa20_64/libstd_v2.a:
HP aC++ B3910B A.03.30 C++ Standard Library (RogueWa
ve Version 2.02.01)
/usr/lib/pa20_64/libstream.a:
HP aC++ B3910B A.03.30 Classic Iostream Library
cksum(1) Output:
OS-Core.CORE-SHLIBS,fr=B.11.04,fa=HP-UX_B.11.04_32/64,v=HP:
2451847742 188416 /usr/lib/libCsup.1
4239354972 208896 /usr/lib/libCsup.2
1692429042 188416 /usr/lib/libCsup_v2.1
391297115 208896 /usr/lib/libCsup_v2.2
391297115 208896 /usr/lib/libCsup_v2.sl
2561257450 1388544 /usr/lib/librwtool.1
1209878428 1376256 /usr/lib/librwtool.2
4103311869 397312 /usr/lib/libstd.1
3743299983 393216 /usr/lib/libstd.2
505721471 2199552 /usr/lib/libstd_v2.1
1690494993 2154496 /usr/lib/libstd_v2.2
1690494993 2154496 /usr/lib/libstd_v2.sl
1421596013 233472 /usr/lib/libstream.1
1175775882 245760 /usr/lib/libstream.2
ProgSupport.LANG-MIN,fr=B.11.04,fa=HP-UX_B.11.04_32/64,v=HP:
2267088131 335992 /usr/lib/libCsup.a
1738718231 345360 /usr/lib/libCsup_v2.a
1836827327 1406572 /usr/lib/librwtool.a
2446593715 587540 /usr/lib/libstd.a
3265068905 3850072 /usr/lib/libstd_v2.a
1580482148 224238 /usr/lib/libstream.a
OS-Core.CORE-64SLIB,fr=B.11.04,fa=HP-UX_B.11.04_32/64,v=HP:
3059413453 213688 /usr/lib/pa20_64/libCsup.2
2658270338 215264 /usr/lib/pa20_64/libCsup_v2.2
2658270338 215264 /usr/lib/pa20_64/libCsup_v2.sl
2085834042 1383080 /usr/lib/pa20_64/librwtool.2
2284177652 390128 /usr/lib/pa20_64/libstd.2
1829071604 2158096 /usr/lib/pa20_64/libstd_v2.2
1829071604 2158096 /usr/lib/pa20_64/libstd_v2.sl
1631983751 247136 /usr/lib/pa20_64/libstream.2
ProgSupport.LANG-64ALIB,fr=B.11.04,fa=HP-UX_B.11.04_32/64,
v=HP:
1583579224 514782 /usr/lib/pa20_64/libCsup.a
18727830 522498 /usr/lib/pa20_64/libCsup_v2.a
2183307537 2456052 /usr/lib/pa20_64/librwtool.a
659774300 885484 /usr/lib/pa20_64/libstd.a
3980295784 5530810 /usr/lib/pa20_64/libstd_v2.a
4075837136 367834 /usr/lib/pa20_64/libstream.a
Patch Conflicts: None
Patch Dependencies: None
Hardware Dependencies: None
Other Dependencies: None
Supersedes:
PHSS_18323 PHSS_22563
Equivalent Patches:
PHSS_22543:
s700: 11.00
s800: 11.00
PHSS_22354:
s700: 10.01 10.10 10.20
s800: 10.01 10.10 10.20
PHSS_22898:
s700: 11.11
s800: 11.11
Patch Package Size: 30160 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_24728
5. Run swinstall to install the patch:
swinstall -x autoreboot=true -x patch_match_target=true \
-s /tmp/PHSS_24728.depot
By default swinstall will archive the original software in
/var/adm/sw/save/PHSS_24728. If you do not wish to retain a
copy of the original software, use the patch_save_files option:
swinstall -x autoreboot=true -x patch_match_target=true \
-x patch_save_files=false -s /tmp/PHSS_24728.depot
WARNING: If patch_save_files is false when a patch is installed,
the patch cannot be deinstalled. Please be careful
when using this feature.
For future reference, the contents of the PHSS_24728.text file is
available in the product readme:
swlist -l product -a readme -d
/tmp/PHSS_24728.depot
To put this patch on a magnetic tape and install from the
tape drive, use the command:
dd if=/tmp/PHSS_24728.depot of=/dev/rmt/0m bs=2k
Special Installation Instructions: None
-----End of Document ID: PHSS_24728------------------------------------------
Document ID: PHSS_24486
Date Loaded: 20010823
Title: s700_800 11.20 Fortran Product Patch
Patch Name: PHSS_24486
Patch Description: s700_800 11.20 Fortran Product Patch
Creation Date: 01/07/03
Post Date: 01/08/23
Hardware Platforms - OS Releases:
s700: 11.20
s800: 11.20
Products:
FORTRAN90 B.11.20
Filesets:
FORTRAN90.FORT90-PRG,fr=B.11.20,fa=HP-UX_B.11.20_32/64,v=HP
Automatic Reboot?: No
Status: General Release
Critical: No
Category Tags:
defect_repair general_release
Path Name: /hp-ux_patches/s700_800/11.X/PHSS_24486
Symptoms:
PHSS_24486:
Performance tuning for bios work around:
Slower run-time performance due to bios defect.
JAGad74508: SEGV while compiling at +O4
Defect Description:
PHSS_24486:
Performance tuning for bios work around: TBD
JAGad74508: incorrect environment variable causing +O4 SEGV
SR:
8606205332
Patch Files:
FORTRAN90.FORT90-PRG,fr=B.11.20,fa=HP-UX_B.11.20_32/64,v=HP:
/opt/fortran90/bin/f90
/opt/fortran90/bin/fsplit
/opt/fortran90/lbin/f90com32
/opt/fortran90/lbin/f90com64
/opt/fortran90/lib/nls/msg/C/f90.cat
/opt/fortran90/lib/nls/msg/C/f90com.cat
/opt/fortran90/lib/nls/msg/C/fsplit.cat
/opt/fortran90/lib/ielf/math/hpux32/ielf_Cosffinish.o
/opt/fortran90/lib/ielf/math/hpux32/ielf_Cosfinish.o
/opt/fortran90/lib/ielf/math/hpux32/ielf_Cosw_4finish.o
/opt/fortran90/lib/ielf/math/hpux32/ielf_Coswfinish.o
/opt/fortran90/lib/ielf/math/hpux32/ielf_Exp10_4.o
/opt/fortran90/lib/ielf/math/hpux32/ielf_Exp10f_4.o
/opt/fortran90/lib/ielf/math/hpux32/ielf_Exp10w_4.o
/opt/fortran90/lib/ielf/math/hpux32/ielf_Exp2_4.o
/opt/fortran90/lib/ielf/math/hpux32/ielf_Exp2f_4.o
/opt/fortran90/lib/ielf/math/hpux32/ielf_Exp2w_4.o
/opt/fortran90/lib/ielf/math/hpux32/ielf_Exp_4.o
/opt/fortran90/lib/ielf/math/hpux32/ielf_Expf_4.o
/opt/fortran90/lib/ielf/math/hpux32/ielf_Expm1_4.o
/opt/fortran90/lib/ielf/math/hpux32/ielf_Expm1f_4.o
/opt/fortran90/lib/ielf/math/hpux32/ielf_Expm1w_4.o
/opt/fortran90/lib/ielf/math/hpux32/ielf_Expw_4.o
/opt/fortran90/lib/ielf/math/hpux32/ielf_Iround_3.o
/opt/fortran90/lib/ielf/math/hpux32/ielf_Iroundf_3.o
/opt/fortran90/lib/ielf/math/hpux32/ielf_Llround_3.o
/opt/fortran90/lib/ielf/math/hpux32/ielf_Llroundf_3.o
/opt/fortran90/lib/ielf/math/hpux32/ielf_Log10_4.o
/opt/fortran90/lib/ielf/math/hpux32/ielf_Log10f_4.o
/opt/fortran90/lib/ielf/math/hpux32/ielf_Log10w_4.o
/opt/fortran90/lib/ielf/math/hpux32/ielf_Log1p_4.o
/opt/fortran90/lib/ielf/math/hpux32/ielf_Log1pf_4.o
/opt/fortran90/lib/ielf/math/hpux32/ielf_Log1pw_4.o
/opt/fortran90/lib/ielf/math/hpux32/ielf_Log2_4.o
/opt/fortran90/lib/ielf/math/hpux32/ielf_Log2f_4.o
/opt/fortran90/lib/ielf/math/hpux32/ielf_Log2w_4.o
/opt/fortran90/lib/ielf/math/hpux32/ielf_Log_4.o
/opt/fortran90/lib/ielf/math/hpux32/ielf_Logf_4.o
/opt/fortran90/lib/ielf/math/hpux32/ielf_Logw_4.o
/opt/fortran90/lib/ielf/math/hpux32/ielf_Sinffinish.o
/opt/fortran90/lib/ielf/math/hpux32/ielf_Sinfinish.o
/opt/fortran90/lib/ielf/math/hpux32/ielf_Sinw_4finish.o
/opt/fortran90/lib/ielf/math/hpux32/ielf_Sinwfinish.o
/opt/fortran90/lib/ielf/math/hpux32/ielf_Tanffinish.o
/opt/fortran90/lib/ielf/math/hpux32/ielf_Tanfinish.o
/opt/fortran90/lib/ielf/math/hpux32/ielf_Tanw_4finish.o
/opt/fortran90/lib/ielf/math/hpux32/ielf_Tanwfinish.o
/opt/fortran90/lib/ielf/math/hpux32/ielf_Trigfstart_v2.o
/opt/fortran90/lib/ielf/math/hpux32/ielf_Trigstart_v2.o
/opt/fortran90/lib/ielf/math/hpux32/ielf_Trigw_4start_v2.o
/opt/fortran90/lib/ielf/math/hpux32/ielf_Trigwstart_v2.o
/opt/fortran90/lib/ielf/math/hpux32/ielf_ceil.o
/opt/fortran90/lib/ielf/math/hpux32/ielf_ceilf.o
/opt/fortran90/lib/ielf/math/hpux32/ielf_ceilw.o
/opt/fortran90/lib/ielf/math/hpux32/ielf_exp.o
/opt/fortran90/lib/ielf/math/hpux32/ielf_exp10.o
/opt/fortran90/lib/ielf/math/hpux32/ielf_exp10f.o
/opt/fortran90/lib/ielf/math/hpux32/ielf_exp10w.o
/opt/fortran90/lib/ielf/math/hpux32/ielf_exp2.o
/opt/fortran90/lib/ielf/math/hpux32/ielf_exp2f.o
/opt/fortran90/lib/ielf/math/hpux32/ielf_exp2w.o
/opt/fortran90/lib/ielf/math/hpux32/ielf_expf.o
/opt/fortran90/lib/ielf/math/hpux32/ielf_expm1.o
/opt/fortran90/lib/ielf/math/hpux32/ielf_expm1f.o
/opt/fortran90/lib/ielf/math/hpux32/ielf_expm1w.o
/opt/fortran90/lib/ielf/math/hpux32/ielf_expw.o
/opt/fortran90/lib/ielf/math/hpux32/ielf_floor.o
/opt/fortran90/lib/ielf/math/hpux32/ielf_floorf.o
/opt/fortran90/lib/ielf/math/hpux32/ielf_floorw.o
/opt/fortran90/lib/ielf/math/hpux32/ielf_fmod.o
/opt/fortran90/lib/ielf/math/hpux32/ielf_fmodf.o
/opt/fortran90/lib/ielf/math/hpux32/ielf_iceil.o
/opt/fortran90/lib/ielf/math/hpux32/ielf_iceilf.o
/opt/fortran90/lib/ielf/math/hpux32/ielf_ifloor.o
/opt/fortran90/lib/ielf/math/hpux32/ielf_ifloorf.o
/opt/fortran90/lib/ielf/math/hpux32/ielf_iround.o
/opt/fortran90/lib/ielf/math/hpux32/ielf_iroundf.o
/opt/fortran90/lib/ielf/math/hpux32/ielf_llceil.o
/opt/fortran90/lib/ielf/math/hpux32/ielf_llceilf.o
/opt/fortran90/lib/ielf/math/hpux32/ielf_llfloor.o
/opt/fortran90/lib/ielf/math/hpux32/ielf_llfloorf.o
/opt/fortran90/lib/ielf/math/hpux32/ielf_llrint.o
/opt/fortran90/lib/ielf/math/hpux32/ielf_llrintf.o
/opt/fortran90/lib/ielf/math/hpux32/ielf_llrintw.o
/opt/fortran90/lib/ielf/math/hpux32/ielf_llround.o
/opt/fortran90/lib/ielf/math/hpux32/ielf_llroundf.o
/opt/fortran90/lib/ielf/math/hpux32/ielf_llroundw.o
/opt/fortran90/lib/ielf/math/hpux32/ielf_log.o
/opt/fortran90/lib/ielf/math/hpux32/ielf_log10.o
/opt/fortran90/lib/ielf/math/hpux32/ielf_log10f.o
/opt/fortran90/lib/ielf/math/hpux32/ielf_log10w.o
/opt/fortran90/lib/ielf/math/hpux32/ielf_log1p.o
/opt/fortran90/lib/ielf/math/hpux32/ielf_log1pf.o
/opt/fortran90/lib/ielf/math/hpux32/ielf_log1pw.o
/opt/fortran90/lib/ielf/math/hpux32/ielf_log2.o
/opt/fortran90/lib/ielf/math/hpux32/ielf_log2f.o
/opt/fortran90/lib/ielf/math/hpux32/ielf_log2w.o
/opt/fortran90/lib/ielf/math/hpux32/ielf_logf.o
/opt/fortran90/lib/ielf/math/hpux32/ielf_logw.o
/opt/fortran90/lib/ielf/math/hpux32/ielf_lrint.o
/opt/fortran90/lib/ielf/math/hpux32/ielf_lrintf.o
/opt/fortran90/lib/ielf/math/hpux32/ielf_lrintw.o
/opt/fortran90/lib/ielf/math/hpux32/ielf_lround.o
/opt/fortran90/lib/ielf/math/hpux32/ielf_lroundf.o
/opt/fortran90/lib/ielf/math/hpux32/ielf_lroundw.o
/opt/fortran90/lib/ielf/math/hpux32/ielf_nearbyint.o
/opt/fortran90/lib/ielf/math/hpux32/ielf_nearbyintf.o
/opt/fortran90/lib/ielf/math/hpux32/ielf_nearbyintw.o
/opt/fortran90/lib/ielf/math/hpux32/ielf_rint.o
/opt/fortran90/lib/ielf/math/hpux32/ielf_rintf.o
/opt/fortran90/lib/ielf/math/hpux32/ielf_rintw.o
/opt/fortran90/lib/ielf/math/hpux32/ielf_round.o
/opt/fortran90/lib/ielf/math/hpux32/ielf_roundf.o
/opt/fortran90/lib/ielf/math/hpux32/ielf_roundw.o
/opt/fortran90/lib/ielf/math/hpux32/ielf_trunc.o
/opt/fortran90/lib/ielf/math/hpux32/ielf_truncf.o
/opt/fortran90/lib/ielf/math/hpux32/ielf_truncw.o
/opt/fortran90/lib/ielf/math/hpux32/libmielf.a
/opt/fortran90/lib/ielf/math/hpux64/ielf_Cosffinish.o
/opt/fortran90/lib/ielf/math/hpux64/ielf_Cosfinish.o
/opt/fortran90/lib/ielf/math/hpux64/ielf_Cosw_4finish.o
/opt/fortran90/lib/ielf/math/hpux64/ielf_Coswfinish.o
/opt/fortran90/lib/ielf/math/hpux64/ielf_Exp10_4.o
/opt/fortran90/lib/ielf/math/hpux64/ielf_Exp10f_4.o
/opt/fortran90/lib/ielf/math/hpux64/ielf_Exp10w_4.o
/opt/fortran90/lib/ielf/math/hpux64/ielf_Exp2_4.o
/opt/fortran90/lib/ielf/math/hpux64/ielf_Exp2f_4.o
/opt/fortran90/lib/ielf/math/hpux64/ielf_Exp2w_4.o
/opt/fortran90/lib/ielf/math/hpux64/ielf_Exp_4.o
/opt/fortran90/lib/ielf/math/hpux64/ielf_Expf_4.o
/opt/fortran90/lib/ielf/math/hpux64/ielf_Expm1_4.o
/opt/fortran90/lib/ielf/math/hpux64/ielf_Expm1f_4.o
/opt/fortran90/lib/ielf/math/hpux64/ielf_Expm1w_4.o
/opt/fortran90/lib/ielf/math/hpux64/ielf_Expw_4.o
/opt/fortran90/lib/ielf/math/hpux64/ielf_Iround_3.o
/opt/fortran90/lib/ielf/math/hpux64/ielf_Iroundf_3.o
/opt/fortran90/lib/ielf/math/hpux64/ielf_Llround_3.o
/opt/fortran90/lib/ielf/math/hpux64/ielf_Llroundf_3.o
/opt/fortran90/lib/ielf/math/hpux64/ielf_Log10_4.o
/opt/fortran90/lib/ielf/math/hpux64/ielf_Log10f_4.o
/opt/fortran90/lib/ielf/math/hpux64/ielf_Log10w_4.o
/opt/fortran90/lib/ielf/math/hpux64/ielf_Log1p_4.o
/opt/fortran90/lib/ielf/math/hpux64/ielf_Log1pf_4.o
/opt/fortran90/lib/ielf/math/hpux64/ielf_Log1pw_4.o
/opt/fortran90/lib/ielf/math/hpux64/ielf_Log2_4.o
/opt/fortran90/lib/ielf/math/hpux64/ielf_Log2f_4.o
/opt/fortran90/lib/ielf/math/hpux64/ielf_Log2w_4.o
/opt/fortran90/lib/ielf/math/hpux64/ielf_Log_4.o
/opt/fortran90/lib/ielf/math/hpux64/ielf_Logf_4.o
/opt/fortran90/lib/ielf/math/hpux64/ielf_Logw_4.o
/opt/fortran90/lib/ielf/math/hpux64/ielf_Sinffinish.o
/opt/fortran90/lib/ielf/math/hpux64/ielf_Sinfinish.o
/opt/fortran90/lib/ielf/math/hpux64/ielf_Sinw_4finish.o
/opt/fortran90/lib/ielf/math/hpux64/ielf_Sinwfinish.o
/opt/fortran90/lib/ielf/math/hpux64/ielf_Tanffinish.o
/opt/fortran90/lib/ielf/math/hpux64/ielf_Tanfinish.o
/opt/fortran90/lib/ielf/math/hpux64/ielf_Tanw_4finish.o
/opt/fortran90/lib/ielf/math/hpux64/ielf_Tanwfinish.o
/opt/fortran90/lib/ielf/math/hpux64/ielf_Trigfstart_v2.o
/opt/fortran90/lib/ielf/math/hpux64/ielf_Trigstart_v2.o
/opt/fortran90/lib/ielf/math/hpux64/ielf_Trigw_4start_v2.o
/opt/fortran90/lib/ielf/math/hpux64/ielf_Trigwstart_v2.o
/opt/fortran90/lib/ielf/math/hpux64/ielf_ceil.o
/opt/fortran90/lib/ielf/math/hpux64/ielf_ceilf.o
/opt/fortran90/lib/ielf/math/hpux64/ielf_ceilw.o
/opt/fortran90/lib/ielf/math/hpux64/ielf_exp.o
/opt/fortran90/lib/ielf/math/hpux64/ielf_exp10.o
/opt/fortran90/lib/ielf/math/hpux64/ielf_exp10f.o
/opt/fortran90/lib/ielf/math/hpux64/ielf_exp10w.o
/opt/fortran90/lib/ielf/math/hpux64/ielf_exp2.o
/opt/fortran90/lib/ielf/math/hpux64/ielf_exp2f.o
/opt/fortran90/lib/ielf/math/hpux64/ielf_exp2w.o
/opt/fortran90/lib/ielf/math/hpux64/ielf_expf.o
/opt/fortran90/lib/ielf/math/hpux64/ielf_expm1.o
/opt/fortran90/lib/ielf/math/hpux64/ielf_expm1f.o
/opt/fortran90/lib/ielf/math/hpux64/ielf_expm1w.o
/opt/fortran90/lib/ielf/math/hpux64/ielf_expw.o
/opt/fortran90/lib/ielf/math/hpux64/ielf_floor.o
/opt/fortran90/lib/ielf/math/hpux64/ielf_floorf.o
/opt/fortran90/lib/ielf/math/hpux64/ielf_floorw.o
/opt/fortran90/lib/ielf/math/hpux64/ielf_fmod.o
/opt/fortran90/lib/ielf/math/hpux64/ielf_fmodf.o
/opt/fortran90/lib/ielf/math/hpux64/ielf_iceil.o
/opt/fortran90/lib/ielf/math/hpux64/ielf_iceilf.o
/opt/fortran90/lib/ielf/math/hpux64/ielf_ifloor.o
/opt/fortran90/lib/ielf/math/hpux64/ielf_ifloorf.o
/opt/fortran90/lib/ielf/math/hpux64/ielf_iround.o
/opt/fortran90/lib/ielf/math/hpux64/ielf_iroundf.o
/opt/fortran90/lib/ielf/math/hpux64/ielf_llceil.o
/opt/fortran90/lib/ielf/math/hpux64/ielf_llceilf.o
/opt/fortran90/lib/ielf/math/hpux64/ielf_llfloor.o
/opt/fortran90/lib/ielf/math/hpux64/ielf_llfloorf.o
/opt/fortran90/lib/ielf/math/hpux64/ielf_llrint.o
/opt/fortran90/lib/ielf/math/hpux64/ielf_llrintf.o
/opt/fortran90/lib/ielf/math/hpux64/ielf_llrintw.o
/opt/fortran90/lib/ielf/math/hpux64/ielf_llround.o
/opt/fortran90/lib/ielf/math/hpux64/ielf_llroundf.o
/opt/fortran90/lib/ielf/math/hpux64/ielf_llroundw.o
/opt/fortran90/lib/ielf/math/hpux64/ielf_log.o
/opt/fortran90/lib/ielf/math/hpux64/ielf_log10.o
/opt/fortran90/lib/ielf/math/hpux64/ielf_log10f.o
/opt/fortran90/lib/ielf/math/hpux64/ielf_log10w.o
/opt/fortran90/lib/ielf/math/hpux64/ielf_log1p.o
/opt/fortran90/lib/ielf/math/hpux64/ielf_log1pf.o
/opt/fortran90/lib/ielf/math/hpux64/ielf_log1pw.o
/opt/fortran90/lib/ielf/math/hpux64/ielf_log2.o
/opt/fortran90/lib/ielf/math/hpux64/ielf_log2f.o
/opt/fortran90/lib/ielf/math/hpux64/ielf_log2w.o
/opt/fortran90/lib/ielf/math/hpux64/ielf_logf.o
/opt/fortran90/lib/ielf/math/hpux64/ielf_logw.o
/opt/fortran90/lib/ielf/math/hpux64/ielf_lrint.o
/opt/fortran90/lib/ielf/math/hpux64/ielf_lrintf.o
/opt/fortran90/lib/ielf/math/hpux64/ielf_lrintw.o
/opt/fortran90/lib/ielf/math/hpux64/ielf_lround.o
/opt/fortran90/lib/ielf/math/hpux64/ielf_lroundf.o
/opt/fortran90/lib/ielf/math/hpux64/ielf_lroundw.o
/opt/fortran90/lib/ielf/math/hpux64/ielf_nearbyint.o
/opt/fortran90/lib/ielf/math/hpux64/ielf_nearbyintf.o
/opt/fortran90/lib/ielf/math/hpux64/ielf_nearbyintw.o
/opt/fortran90/lib/ielf/math/hpux64/ielf_rint.o
/opt/fortran90/lib/ielf/math/hpux64/ielf_rintf.o
/opt/fortran90/lib/ielf/math/hpux64/ielf_rintw.o
/opt/fortran90/lib/ielf/math/hpux64/ielf_round.o
/opt/fortran90/lib/ielf/math/hpux64/ielf_roundf.o
/opt/fortran90/lib/ielf/math/hpux64/ielf_roundw.o
/opt/fortran90/lib/ielf/math/hpux64/ielf_trunc.o
/opt/fortran90/lib/ielf/math/hpux64/ielf_truncf.o
/opt/fortran90/lib/ielf/math/hpux64/ielf_truncw.o
/opt/fortran90/lib/ielf/math/hpux64/libmielf.a
what(1) Output:
FORTRAN90.FORT90-PRG,fr=B.11.20,fa=HP-UX_B.11.20_32/64,v=HP:
/opt/fortran90/bin/f90:
HP-UX f90_ver.c 20010810 (182410) HPINTEL B.11.20.1
(dev) PHSS_24486 (Itanium-based host and tar
get)
HP F90 v2.5
/opt/fortran90/bin/fsplit:
HP-UX fsplit 20010629 (124606) B3907DB/B3909DB B.11
.01.27
/opt/fortran90/lbin/f90com32:
High Level Optimizer [paxia hpia debug libarchive] -
10-Aug-2001.17:32
HP-UX f90_ver.c 20010810 (182410) HPINTEL B.11.20.1
(dev) PHSS_24486 (Itanium-based host and tar
get)
HP Fortran-95 Version F95D4 HP:131200:080240
Copyright (c) 1993-2001 HP. All Rights Reserved.
Ucode-2 - UCODE2_TAHOE.ISV2_STABLE(2-6) (November 13
, 2000)
92453-07 linker libelf IPF B.12.01 EXPERIMENTAL
HP F90 v2.5
HP-UX TAIL/OPTIMIZER B.11.20.40 : 06/13/01
Ucode2 PBO Annotator - Rev 1.1 Ucode2 2.6 - 10-Aug-0
1.18:10
HP IPF libflowdb - Rev 1.1 date: 22-May-01.22:16 [44
523 398]
HP-UX/General Millicode UX.12.70 (IA64.ISV3): (MILLI
- 02/22/01)
/opt/fortran90/lbin/f90com64:
High Level Optimizer [paxia hpia debug libarchive] -
10-Aug-2001.17:32
HP-UX f90_ver.c 20010810 (182410) HPINTEL B.11.20.1
(dev) PHSS_24486 (Itanium-based host and tar
get)
HP Fortran-95 Version F95D4 HP:131200:080240
Copyright (c) 1993-2001 HP. All Rights Reserved.
Ucode-2 - UCODE2_TAHOE.ISV2_STABLE(2-6) (November 13
, 2000)
92453-07 linker libelf IPF B.12.01 EXPERIMENTAL
HP F90 v2.5
HP-UX TAIL/OPTIMIZER B.11.20.40 : 06/13/01
Ucode2 PBO Annotator - Rev 1.1 Ucode2 2.6 - 10-Aug-0
1.18:10
HP IPF libflowdb - Rev 1.1 date: 22-May-01.22:16 [44
523 398]
HP-UX/General Millicode UX.12.70 (IA64.ISV3): (MILLI
- 02/22/01)
/opt/fortran90/lib/nls/msg/C/f90.cat:
None
/opt/fortran90/lib/nls/msg/C/f90com.cat:
None
/opt/fortran90/lib/nls/msg/C/fsplit.cat:
None
/opt/fortran90/lib/ielf/math/hpux32/ielf_Cosffinish.o:
None
/opt/fortran90/lib/ielf/math/hpux32/ielf_Cosfinish.o:
None
/opt/fortran90/lib/ielf/math/hpux32/ielf_Cosw_4finish.o:
None
/opt/fortran90/lib/ielf/math/hpux32/ielf_Coswfinish.o:
None
/opt/fortran90/lib/ielf/math/hpux32/ielf_Exp10_4.o:
None
/opt/fortran90/lib/ielf/math/hpux32/ielf_Exp10f_4.o:
None
/opt/fortran90/lib/ielf/math/hpux32/ielf_Exp10w_4.o:
None
/opt/fortran90/lib/ielf/math/hpux32/ielf_Exp2_4.o:
None
/opt/fortran90/lib/ielf/math/hpux32/ielf_Exp2f_4.o:
None
/opt/fortran90/lib/ielf/math/hpux32/ielf_Exp2w_4.o:
None
/opt/fortran90/lib/ielf/math/hpux32/ielf_Exp_4.o:
None
/opt/fortran90/lib/ielf/math/hpux32/ielf_Expf_4.o:
None
/opt/fortran90/lib/ielf/math/hpux32/ielf_Expm1_4.o:
None
/opt/fortran90/lib/ielf/math/hpux32/ielf_Expm1f_4.o:
None
/opt/fortran90/lib/ielf/math/hpux32/ielf_Expm1w_4.o:
None
/opt/fortran90/lib/ielf/math/hpux32/ielf_Expw_4.o:
None
/opt/fortran90/lib/ielf/math/hpux32/ielf_Iround_3.o:
None
/opt/fortran90/lib/ielf/math/hpux32/ielf_Iroundf_3.o:
None
/opt/fortran90/lib/ielf/math/hpux32/ielf_Llround_3.o:
None
/opt/fortran90/lib/ielf/math/hpux32/ielf_Llroundf_3.o:
None
/opt/fortran90/lib/ielf/math/hpux32/ielf_Log10_4.o:
None
/opt/fortran90/lib/ielf/math/hpux32/ielf_Log10f_4.o:
None
/opt/fortran90/lib/ielf/math/hpux32/ielf_Log10w_4.o:
None
/opt/fortran90/lib/ielf/math/hpux32/ielf_Log1p_4.o:
None
/opt/fortran90/lib/ielf/math/hpux32/ielf_Log1pf_4.o:
None
/opt/fortran90/lib/ielf/math/hpux32/ielf_Log1pw_4.o:
None
/opt/fortran90/lib/ielf/math/hpux32/ielf_Log2_4.o:
None
/opt/fortran90/lib/ielf/math/hpux32/ielf_Log2f_4.o:
None
/opt/fortran90/lib/ielf/math/hpux32/ielf_Log2w_4.o:
None
/opt/fortran90/lib/ielf/math/hpux32/ielf_Log_4.o:
None
/opt/fortran90/lib/ielf/math/hpux32/ielf_Logf_4.o:
None
/opt/fortran90/lib/ielf/math/hpux32/ielf_Logw_4.o:
None
/opt/fortran90/lib/ielf/math/hpux32/ielf_Sinffinish.o:
None
/opt/fortran90/lib/ielf/math/hpux32/ielf_Sinfinish.o:
None
/opt/fortran90/lib/ielf/math/hpux32/ielf_Sinw_4finish.o:
None
/opt/fortran90/lib/ielf/math/hpux32/ielf_Sinwfinish.o:
None
/opt/fortran90/lib/ielf/math/hpux32/ielf_Tanffinish.o:
None
/opt/fortran90/lib/ielf/math/hpux32/ielf_Tanfinish.o:
None
/opt/fortran90/lib/ielf/math/hpux32/ielf_Tanw_4finish.o:
None
/opt/fortran90/lib/ielf/math/hpux32/ielf_Tanwfinish.o:
None
/opt/fortran90/lib/ielf/math/hpux32/ielf_Trigfstart_v2.o:
None
/opt/fortran90/lib/ielf/math/hpux32/ielf_Trigstart_v2.o:
None
/opt/fortran90/lib/ielf/math/hpux32/ielf_Trigw_4start_v2.o:
None
/opt/fortran90/lib/ielf/math/hpux32/ielf_Trigwstart_v2.o:
None
/opt/fortran90/lib/ielf/math/hpux32/ielf_ceil.o:
None
/opt/fortran90/lib/ielf/math/hpux32/ielf_ceilf.o:
None
/opt/fortran90/lib/ielf/math/hpux32/ielf_ceilw.o:
None
/opt/fortran90/lib/ielf/math/hpux32/ielf_exp.o:
None
/opt/fortran90/lib/ielf/math/hpux32/ielf_exp10.o:
None
/opt/fortran90/lib/ielf/math/hpux32/ielf_exp10f.o:
None
/opt/fortran90/lib/ielf/math/hpux32/ielf_exp10w.o:
None
/opt/fortran90/lib/ielf/math/hpux32/ielf_exp2.o:
None
/opt/fortran90/lib/ielf/math/hpux32/ielf_exp2f.o:
None
/opt/fortran90/lib/ielf/math/hpux32/ielf_exp2w.o:
None
/opt/fortran90/lib/ielf/math/hpux32/ielf_expf.o:
None
/opt/fortran90/lib/ielf/math/hpux32/ielf_expm1.o:
None
/opt/fortran90/lib/ielf/math/hpux32/ielf_expm1f.o:
None
/opt/fortran90/lib/ielf/math/hpux32/ielf_expm1w.o:
None
/opt/fortran90/lib/ielf/math/hpux32/ielf_expw.o:
None
/opt/fortran90/lib/ielf/math/hpux32/ielf_floor.o:
None
/opt/fortran90/lib/ielf/math/hpux32/ielf_floorf.o:
None
/opt/fortran90/lib/ielf/math/hpux32/ielf_floorw.o:
None
/opt/fortran90/lib/ielf/math/hpux32/ielf_fmod.o:
None
/opt/fortran90/lib/ielf/math/hpux32/ielf_fmodf.o:
None
/opt/fortran90/lib/ielf/math/hpux32/ielf_iceil.o:
None
/opt/fortran90/lib/ielf/math/hpux32/ielf_iceilf.o:
None
/opt/fortran90/lib/ielf/math/hpux32/ielf_ifloor.o:
None
/opt/fortran90/lib/ielf/math/hpux32/ielf_ifloorf.o:
None
/opt/fortran90/lib/ielf/math/hpux32/ielf_iround.o:
None
/opt/fortran90/lib/ielf/math/hpux32/ielf_iroundf.o:
None
/opt/fortran90/lib/ielf/math/hpux32/ielf_llceil.o:
None
/opt/fortran90/lib/ielf/math/hpux32/ielf_llceilf.o:
None
/opt/fortran90/lib/ielf/math/hpux32/ielf_llfloor.o:
None
/opt/fortran90/lib/ielf/math/hpux32/ielf_llfloorf.o:
None
/opt/fortran90/lib/ielf/math/hpux32/ielf_llrint.o:
None
/opt/fortran90/lib/ielf/math/hpux32/ielf_llrintf.o:
None
/opt/fortran90/lib/ielf/math/hpux32/ielf_llrintw.o:
None
/opt/fortran90/lib/ielf/math/hpux32/ielf_llround.o:
None
/opt/fortran90/lib/ielf/math/hpux32/ielf_llroundf.o:
None
/opt/fortran90/lib/ielf/math/hpux32/ielf_llroundw.o:
None
/opt/fortran90/lib/ielf/math/hpux32/ielf_log.o:
None
/opt/fortran90/lib/ielf/math/hpux32/ielf_log10.o:
None
/opt/fortran90/lib/ielf/math/hpux32/ielf_log10f.o:
None
/opt/fortran90/lib/ielf/math/hpux32/ielf_log10w.o:
None
/opt/fortran90/lib/ielf/math/hpux32/ielf_log1p.o:
None
/opt/fortran90/lib/ielf/math/hpux32/ielf_log1pf.o:
None
/opt/fortran90/lib/ielf/math/hpux32/ielf_log1pw.o:
None
/opt/fortran90/lib/ielf/math/hpux32/ielf_log2.o:
None
/opt/fortran90/lib/ielf/math/hpux32/ielf_log2f.o:
None
/opt/fortran90/lib/ielf/math/hpux32/ielf_log2w.o:
None
/opt/fortran90/lib/ielf/math/hpux32/ielf_logf.o:
None
/opt/fortran90/lib/ielf/math/hpux32/ielf_logw.o:
None
/opt/fortran90/lib/ielf/math/hpux32/ielf_lrint.o:
None
/opt/fortran90/lib/ielf/math/hpux32/ielf_lrintf.o:
None
/opt/fortran90/lib/ielf/math/hpux32/ielf_lrintw.o:
None
/opt/fortran90/lib/ielf/math/hpux32/ielf_lround.o:
None
/opt/fortran90/lib/ielf/math/hpux32/ielf_lroundf.o:
None
/opt/fortran90/lib/ielf/math/hpux32/ielf_lroundw.o:
None
/opt/fortran90/lib/ielf/math/hpux32/ielf_nearbyint.o:
None
/opt/fortran90/lib/ielf/math/hpux32/ielf_nearbyintf.o:
None
/opt/fortran90/lib/ielf/math/hpux32/ielf_nearbyintw.o:
None
/opt/fortran90/lib/ielf/math/hpux32/ielf_rint.o:
None
/opt/fortran90/lib/ielf/math/hpux32/ielf_rintf.o:
None
/opt/fortran90/lib/ielf/math/hpux32/ielf_rintw.o:
None
/opt/fortran90/lib/ielf/math/hpux32/ielf_round.o:
None
/opt/fortran90/lib/ielf/math/hpux32/ielf_roundf.o:
None
/opt/fortran90/lib/ielf/math/hpux32/ielf_roundw.o:
None
/opt/fortran90/lib/ielf/math/hpux32/ielf_trunc.o:
None
/opt/fortran90/lib/ielf/math/hpux32/ielf_truncf.o:
None
/opt/fortran90/lib/ielf/math/hpux32/ielf_truncw.o:
None
/opt/fortran90/lib/ielf/math/hpux32/libmielf.a:
None
/opt/fortran90/lib/ielf/math/hpux64/ielf_Cosffinish.o:
None
/opt/fortran90/lib/ielf/math/hpux64/ielf_Cosfinish.o:
None
/opt/fortran90/lib/ielf/math/hpux64/ielf_Cosw_4finish.o:
None
/opt/fortran90/lib/ielf/math/hpux64/ielf_Coswfinish.o:
None
/opt/fortran90/lib/ielf/math/hpux64/ielf_Exp10_4.o:
None
/opt/fortran90/lib/ielf/math/hpux64/ielf_Exp10f_4.o:
None
/opt/fortran90/lib/ielf/math/hpux64/ielf_Exp10w_4.o:
None
/opt/fortran90/lib/ielf/math/hpux64/ielf_Exp2_4.o:
None
/opt/fortran90/lib/ielf/math/hpux64/ielf_Exp2f_4.o:
None
/opt/fortran90/lib/ielf/math/hpux64/ielf_Exp2w_4.o:
None
/opt/fortran90/lib/ielf/math/hpux64/ielf_Exp_4.o:
None
/opt/fortran90/lib/ielf/math/hpux64/ielf_Expf_4.o:
None
/opt/fortran90/lib/ielf/math/hpux64/ielf_Expm1_4.o:
None
/opt/fortran90/lib/ielf/math/hpux64/ielf_Expm1f_4.o:
None
/opt/fortran90/lib/ielf/math/hpux64/ielf_Expm1w_4.o:
None
/opt/fortran90/lib/ielf/math/hpux64/ielf_Expw_4.o:
None
/opt/fortran90/lib/ielf/math/hpux64/ielf_Iround_3.o:
None
/opt/fortran90/lib/ielf/math/hpux64/ielf_Iroundf_3.o:
None
/opt/fortran90/lib/ielf/math/hpux64/ielf_Llround_3.o:
None
/opt/fortran90/lib/ielf/math/hpux64/ielf_Llroundf_3.o:
None
/opt/fortran90/lib/ielf/math/hpux64/ielf_Log10_4.o:
None
/opt/fortran90/lib/ielf/math/hpux64/ielf_Log10f_4.o:
None
/opt/fortran90/lib/ielf/math/hpux64/ielf_Log10w_4.o:
None
/opt/fortran90/lib/ielf/math/hpux64/ielf_Log1p_4.o:
None
/opt/fortran90/lib/ielf/math/hpux64/ielf_Log1pf_4.o:
None
/opt/fortran90/lib/ielf/math/hpux64/ielf_Log1pw_4.o:
None
/opt/fortran90/lib/ielf/math/hpux64/ielf_Log2_4.o:
None
/opt/fortran90/lib/ielf/math/hpux64/ielf_Log2f_4.o:
None
/opt/fortran90/lib/ielf/math/hpux64/ielf_Log2w_4.o:
None
/opt/fortran90/lib/ielf/math/hpux64/ielf_Log_4.o:
None
/opt/fortran90/lib/ielf/math/hpux64/ielf_Logf_4.o:
None
/opt/fortran90/lib/ielf/math/hpux64/ielf_Logw_4.o:
None
/opt/fortran90/lib/ielf/math/hpux64/ielf_Sinffinish.o:
None
/opt/fortran90/lib/ielf/math/hpux64/ielf_Sinfinish.o:
None
/opt/fortran90/lib/ielf/math/hpux64/ielf_Sinw_4finish.o:
None
/opt/fortran90/lib/ielf/math/hpux64/ielf_Sinwfinish.o:
None
/opt/fortran90/lib/ielf/math/hpux64/ielf_Tanffinish.o:
None
/opt/fortran90/lib/ielf/math/hpux64/ielf_Tanfinish.o:
None
/opt/fortran90/lib/ielf/math/hpux64/ielf_Tanw_4finish.o:
None
/opt/fortran90/lib/ielf/math/hpux64/ielf_Tanwfinish.o:
None
/opt/fortran90/lib/ielf/math/hpux64/ielf_Trigfstart_v2.o:
None
/opt/fortran90/lib/ielf/math/hpux64/ielf_Trigstart_v2.o:
None
/opt/fortran90/lib/ielf/math/hpux64/ielf_Trigw_4start_v2.o:
None
/opt/fortran90/lib/ielf/math/hpux64/ielf_Trigwstart_v2.o:
None
/opt/fortran90/lib/ielf/math/hpux64/ielf_ceil.o:
None
/opt/fortran90/lib/ielf/math/hpux64/ielf_ceilf.o:
None
/opt/fortran90/lib/ielf/math/hpux64/ielf_ceilw.o:
None
/opt/fortran90/lib/ielf/math/hpux64/ielf_exp.o:
None
/opt/fortran90/lib/ielf/math/hpux64/ielf_exp10.o:
None
/opt/fortran90/lib/ielf/math/hpux64/ielf_exp10f.o:
None
/opt/fortran90/lib/ielf/math/hpux64/ielf_exp10w.o:
None
/opt/fortran90/lib/ielf/math/hpux64/ielf_exp2.o:
None
/opt/fortran90/lib/ielf/math/hpux64/ielf_exp2f.o:
None
/opt/fortran90/lib/ielf/math/hpux64/ielf_exp2w.o:
None
/opt/fortran90/lib/ielf/math/hpux64/ielf_expf.o:
None
/opt/fortran90/lib/ielf/math/hpux64/ielf_expm1.o:
None
/opt/fortran90/lib/ielf/math/hpux64/ielf_expm1f.o:
None
/opt/fortran90/lib/ielf/math/hpux64/ielf_expm1w.o:
None
/opt/fortran90/lib/ielf/math/hpux64/ielf_expw.o:
None
/opt/fortran90/lib/ielf/math/hpux64/ielf_floor.o:
None
/opt/fortran90/lib/ielf/math/hpux64/ielf_floorf.o:
None
/opt/fortran90/lib/ielf/math/hpux64/ielf_floorw.o:
None
/opt/fortran90/lib/ielf/math/hpux64/ielf_fmod.o:
None
/opt/fortran90/lib/ielf/math/hpux64/ielf_fmodf.o:
None
/opt/fortran90/lib/ielf/math/hpux64/ielf_iceil.o:
None
/opt/fortran90/lib/ielf/math/hpux64/ielf_iceilf.o:
None
/opt/fortran90/lib/ielf/math/hpux64/ielf_ifloor.o:
None
/opt/fortran90/lib/ielf/math/hpux64/ielf_ifloorf.o:
None
/opt/fortran90/lib/ielf/math/hpux64/ielf_iround.o:
None
/opt/fortran90/lib/ielf/math/hpux64/ielf_iroundf.o:
None
/opt/fortran90/lib/ielf/math/hpux64/ielf_llceil.o:
None
/opt/fortran90/lib/ielf/math/hpux64/ielf_llceilf.o:
None
/opt/fortran90/lib/ielf/math/hpux64/ielf_llfloor.o:
None
/opt/fortran90/lib/ielf/math/hpux64/ielf_llfloorf.o:
None
/opt/fortran90/lib/ielf/math/hpux64/ielf_llrint.o:
None
/opt/fortran90/lib/ielf/math/hpux64/ielf_llrintf.o:
None
/opt/fortran90/lib/ielf/math/hpux64/ielf_llrintw.o:
None
/opt/fortran90/lib/ielf/math/hpux64/ielf_llround.o:
None
/opt/fortran90/lib/ielf/math/hpux64/ielf_llroundf.o:
None
/opt/fortran90/lib/ielf/math/hpux64/ielf_llroundw.o:
None
/opt/fortran90/lib/ielf/math/hpux64/ielf_log.o:
None
/opt/fortran90/lib/ielf/math/hpux64/ielf_log10.o:
None
/opt/fortran90/lib/ielf/math/hpux64/ielf_log10f.o:
None
/opt/fortran90/lib/ielf/math/hpux64/ielf_log10w.o:
None
/opt/fortran90/lib/ielf/math/hpux64/ielf_log1p.o:
None
/opt/fortran90/lib/ielf/math/hpux64/ielf_log1pf.o:
None
/opt/fortran90/lib/ielf/math/hpux64/ielf_log1pw.o:
None
/opt/fortran90/lib/ielf/math/hpux64/ielf_log2.o:
None
/opt/fortran90/lib/ielf/math/hpux64/ielf_log2f.o:
None
/opt/fortran90/lib/ielf/math/hpux64/ielf_log2w.o:
None
/opt/fortran90/lib/ielf/math/hpux64/ielf_logf.o:
None
/opt/fortran90/lib/ielf/math/hpux64/ielf_logw.o:
None
/opt/fortran90/lib/ielf/math/hpux64/ielf_lrint.o:
None
/opt/fortran90/lib/ielf/math/hpux64/ielf_lrintf.o:
None
/opt/fortran90/lib/ielf/math/hpux64/ielf_lrintw.o:
None
/opt/fortran90/lib/ielf/math/hpux64/ielf_lround.o:
None
/opt/fortran90/lib/ielf/math/hpux64/ielf_lroundf.o:
None
/opt/fortran90/lib/ielf/math/hpux64/ielf_lroundw.o:
None
/opt/fortran90/lib/ielf/math/hpux64/ielf_nearbyint.o:
None
/opt/fortran90/lib/ielf/math/hpux64/ielf_nearbyintf.o:
None
/opt/fortran90/lib/ielf/math/hpux64/ielf_nearbyintw.o:
None
/opt/fortran90/lib/ielf/math/hpux64/ielf_rint.o:
None
/opt/fortran90/lib/ielf/math/hpux64/ielf_rintf.o:
None
/opt/fortran90/lib/ielf/math/hpux64/ielf_rintw.o:
None
/opt/fortran90/lib/ielf/math/hpux64/ielf_round.o:
None
/opt/fortran90/lib/ielf/math/hpux64/ielf_roundf.o:
None
/opt/fortran90/lib/ielf/math/hpux64/ielf_roundw.o:
None
/opt/fortran90/lib/ielf/math/hpux64/ielf_trunc.o:
None
/opt/fortran90/lib/ielf/math/hpux64/ielf_truncf.o:
None
/opt/fortran90/lib/ielf/math/hpux64/ielf_truncw.o:
None
/opt/fortran90/lib/ielf/math/hpux64/libmielf.a:
None
cksum(1) Output:
FORTRAN90.FORT90-PRG,fr=B.11.20,fa=HP-UX_B.11.20_32/64,v=HP:
261579336 879660 /opt/fortran90/bin/f90
3531184810 20480 /opt/fortran90/bin/fsplit
3975525250 90669924 /opt/fortran90/lbin/f90com32
3695082379 90737892 /opt/fortran90/lbin/f90com64
2354919960 16331 /opt/fortran90/lib/nls/msg/C/f90.cat
596324477 82245 /opt/fortran90/lib/nls/msg/C/f90com.cat
3420132732 1124 /opt/fortran90/lib/nls/msg/C/fsplit.cat
374023113 29632 /opt/fortran90/lib/ielf/math/hpux32/
ielf_Cosffinish.o
3381365756 29640 /opt/fortran90/lib/ielf/math/hpux32/
ielf_Cosfinish.o
2239410552 29656 /opt/fortran90/lib/ielf/math/hpux32/
ielf_Cosw_4finish.o
3748560375 30808 /opt/fortran90/lib/ielf/math/hpux32/
ielf_Coswfinish.o
783257126 33816 /opt/fortran90/lib/ielf/math/hpux32/
ielf_Exp10_4.o
3842766854 33728 /opt/fortran90/lib/ielf/math/hpux32/
ielf_Exp10f_4.o
4212745494 33960 /opt/fortran90/lib/ielf/math/hpux32/
ielf_Exp10w_4.o
393270226 33816 /opt/fortran90/lib/ielf/math/hpux32/
ielf_Exp2_4.o
561610128 33744 /opt/fortran90/lib/ielf/math/hpux32/
ielf_Exp2f_4.o
3483351990 33896 /opt/fortran90/lib/ielf/math/hpux32/
ielf_Exp2w_4.o
1142061082 33736 /opt/fortran90/lib/ielf/math/hpux32/
ielf_Exp_4.o
1221924456 33752 /opt/fortran90/lib/ielf/math/hpux32/
ielf_Expf_4.o
2695654447 34480 /opt/fortran90/lib/ielf/math/hpux32/
ielf_Expm1_4.o
4223565852 34304 /opt/fortran90/lib/ielf/math/hpux32/
ielf_Expm1f_4.o
2546747530 34752 /opt/fortran90/lib/ielf/math/hpux32/
ielf_Expm1w_4.o
4271051351 33872 /opt/fortran90/lib/ielf/math/hpux32/
ielf_Expw_4.o
2700495678 26544 /opt/fortran90/lib/ielf/math/hpux32/
ielf_Iround_3.o
2607386993 26560 /opt/fortran90/lib/ielf/math/hpux32/
ielf_Iroundf_3.o
4263262680 26560 /opt/fortran90/lib/ielf/math/hpux32/
ielf_Llround_3.o
1503871695 26528 /opt/fortran90/lib/ielf/math/hpux32/
ielf_Llroundf_3.o
1076762819 33776 /opt/fortran90/lib/ielf/math/hpux32/
ielf_Log10_4.o
2993979234 33664 /opt/fortran90/lib/ielf/math/hpux32/
ielf_Log10f_4.o
3460431029 33792 /opt/fortran90/lib/ielf/math/hpux32/
ielf_Log10w_4.o
3020296835 33712 /opt/fortran90/lib/ielf/math/hpux32/
ielf_Log1p_4.o
1598693860 33576 /opt/fortran90/lib/ielf/math/hpux32/
ielf_Log1pf_4.o
2143705714 33936 /opt/fortran90/lib/ielf/math/hpux32/
ielf_Log1pw_4.o
3839514162 33672 /opt/fortran90/lib/ielf/math/hpux32/
ielf_Log2_4.o
2705657761 33592 /opt/fortran90/lib/ielf/math/hpux32/
ielf_Log2f_4.o
27052587 33736 /opt/fortran90/lib/ielf/math/hpux32/
ielf_Log2w_4.o
439455195 33336 /opt/fortran90/lib/ielf/math/hpux32/
ielf_Log_4.o
251510413 33216 /opt/fortran90/lib/ielf/math/hpux32/
ielf_Logf_4.o
2289925874 33400 /opt/fortran90/lib/ielf/math/hpux32/
ielf_Logw_4.o
2120227678 29624 /opt/fortran90/lib/ielf/math/hpux32/
ielf_Sinffinish.o
568788620 29648 /opt/fortran90/lib/ielf/math/hpux32/
ielf_Sinfinish.o
4229158958 29664 /opt/fortran90/lib/ielf/math/hpux32/
ielf_Sinw_4finish.o
3942751495 30608 /opt/fortran90/lib/ielf/math/hpux32/
ielf_Sinwfinish.o
674262364 31712 /opt/fortran90/lib/ielf/math/hpux32/
ielf_Tanffinish.o
2087155798 31960 /opt/fortran90/lib/ielf/math/hpux32/
ielf_Tanfinish.o
2730635424 31872 /opt/fortran90/lib/ielf/math/hpux32/
ielf_Tanw_4finish.o
436607747 33720 /opt/fortran90/lib/ielf/math/hpux32/
ielf_Tanwfinish.o
3033098670 136920 /opt/fortran90/lib/ielf/math/hpux32/
ielf_Trigfstart_v2.o
4139438676 137552 /opt/fortran90/lib/ielf/math/hpux32/
ielf_Trigstart_v2.o
2992828001 144776 /opt/fortran90/lib/ielf/math/hpux32/
ielf_Trigw_4start_v2.o
66188947 193584 /opt/fortran90/lib/ielf/math/hpux32/
ielf_Trigwstart_v2.o
3099435031 26912 /opt/fortran90/lib/ielf/math/hpux32/
ielf_ceil.o
3474398872 26960 /opt/fortran90/lib/ielf/math/hpux32/
ielf_ceilf.o
331404182 26952 /opt/fortran90/lib/ielf/math/hpux32/
ielf_ceilw.o
3366090677 33832 /opt/fortran90/lib/ielf/math/hpux32/
ielf_exp.o
1396048899 33832 /opt/fortran90/lib/ielf/math/hpux32/
ielf_exp10.o
3105644130 33744 /opt/fortran90/lib/ielf/math/hpux32/
ielf_exp10f.o
534232747 34032 /opt/fortran90/lib/ielf/math/hpux32/
ielf_exp10w.o
1780863736 33800 /opt/fortran90/lib/ielf/math/hpux32/
ielf_exp2.o
984857980 33704 /opt/fortran90/lib/ielf/math/hpux32/
ielf_exp2f.o
3221861342 33984 /opt/fortran90/lib/ielf/math/hpux32/
ielf_exp2w.o
1198332882 33696 /opt/fortran90/lib/ielf/math/hpux32/
ielf_expf.o
897740990 34664 /opt/fortran90/lib/ielf/math/hpux32/
ielf_expm1.o
1426742261 34328 /opt/fortran90/lib/ielf/math/hpux32/
ielf_expm1f.o
4128671514 35688 /opt/fortran90/lib/ielf/math/hpux32/
ielf_expm1w.o
2152508053 34008 /opt/fortran90/lib/ielf/math/hpux32/
ielf_expw.o
1543828905 26936 /opt/fortran90/lib/ielf/math/hpux32/
ielf_floor.o
1581060673 26928 /opt/fortran90/lib/ielf/math/hpux32/
ielf_floorf.o
3379884167 26920 /opt/fortran90/lib/ielf/math/hpux32/
ielf_floorw.o
3777134918 30344 /opt/fortran90/lib/ielf/math/hpux32/
ielf_fmod.o
1535358719 30392 /opt/fortran90/lib/ielf/math/hpux32/
ielf_fmodf.o
2697046112 27520 /opt/fortran90/lib/ielf/math/hpux32/
ielf_iceil.o
2042940550 27520 /opt/fortran90/lib/ielf/math/hpux32/
ielf_iceilf.o
1283969266 27424 /opt/fortran90/lib/ielf/math/hpux32/
ielf_ifloor.o
3970973152 27456 /opt/fortran90/lib/ielf/math/hpux32/
ielf_ifloorf.o
3729348642 26872 /opt/fortran90/lib/ielf/math/hpux32/
ielf_iround.o
2556324133 26872 /opt/fortran90/lib/ielf/math/hpux32/
ielf_iroundf.o
3737641250 27504 /opt/fortran90/lib/ielf/math/hpux32/
ielf_llceil.o
1204008975 27504 /opt/fortran90/lib/ielf/math/hpux32/
ielf_llceilf.o
141070721 27472 /opt/fortran90/lib/ielf/math/hpux32/
ielf_llfloor.o
2639611269 27480 /opt/fortran90/lib/ielf/math/hpux32/
ielf_llfloorf.o
3122193845 26336 /opt/fortran90/lib/ielf/math/hpux32/
ielf_llrint.o
2613628239 26368 /opt/fortran90/lib/ielf/math/hpux32/
ielf_llrintf.o
1688292084 26368 /opt/fortran90/lib/ielf/math/hpux32/
ielf_llrintw.o
1721113525 26920 /opt/fortran90/lib/ielf/math/hpux32/
ielf_llround.o
2653680618 26864 /opt/fortran90/lib/ielf/math/hpux32/
ielf_llroundf.o
2193123406 27240 /opt/fortran90/lib/ielf/math/hpux32/
ielf_llroundw.o
2622446831 33416 /opt/fortran90/lib/ielf/math/hpux32/
ielf_log.o
3035919881 33680 /opt/fortran90/lib/ielf/math/hpux32/
ielf_log10.o
4244979316 33632 /opt/fortran90/lib/ielf/math/hpux32/
ielf_log10f.o
1637571340 34808 /opt/fortran90/lib/ielf/math/hpux32/
ielf_log10w.o
1603500315 33680 /opt/fortran90/lib/ielf/math/hpux32/
ielf_log1p.o
3152773409 33560 /opt/fortran90/lib/ielf/math/hpux32/
ielf_log1pf.o
1261433680 34880 /opt/fortran90/lib/ielf/math/hpux32/
ielf_log1pw.o
145893523 33672 /opt/fortran90/lib/ielf/math/hpux32/
ielf_log2.o
2776016355 33560 /opt/fortran90/lib/ielf/math/hpux32/
ielf_log2f.o
3678750445 34656 /opt/fortran90/lib/ielf/math/hpux32/
ielf_log2w.o
2985718174 33256 /opt/fortran90/lib/ielf/math/hpux32/
ielf_logf.o
487387652 34392 /opt/fortran90/lib/ielf/math/hpux32/
ielf_logw.o
4069677554 27704 /opt/fortran90/lib/ielf/math/hpux32/
ielf_lrint.o
3368383150 26760 /opt/fortran90/lib/ielf/math/hpux32/
ielf_lrintf.o
1096749914 27664 /opt/fortran90/lib/ielf/math/hpux32/
ielf_lrintw.o
3312928712 26880 /opt/fortran90/lib/ielf/math/hpux32/
ielf_lround.o
492833711 26856 /opt/fortran90/lib/ielf/math/hpux32/
ielf_lroundf.o
2126015270 27008 /opt/fortran90/lib/ielf/math/hpux32/
ielf_lroundw.o
856818212 26952 /opt/fortran90/lib/ielf/math/hpux32/
ielf_nearbyint.o
99707094 26944 /opt/fortran90/lib/ielf/math/hpux32/
ielf_nearbyintf.o
3831248691 27288 /opt/fortran90/lib/ielf/math/hpux32/
ielf_nearbyintw.o
3863421006 26768 /opt/fortran90/lib/ielf/math/hpux32/
ielf_rint.o
1079728954 26792 /opt/fortran90/lib/ielf/math/hpux32/
ielf_rintf.o
1103216337 27032 /opt/fortran90/lib/ielf/math/hpux32/
ielf_rintw.o
2828310729 26944 /opt/fortran90/lib/ielf/math/hpux32/
ielf_round.o
3812977900 26968 /opt/fortran90/lib/ielf/math/hpux32/
ielf_roundf.o
1948828416 26928 /opt/fortran90/lib/ielf/math/hpux32/
ielf_roundw.o
270226513 26936 /opt/fortran90/lib/ielf/math/hpux32/
ielf_trunc.o
324699025 26952 /opt/fortran90/lib/ielf/math/hpux32/
ielf_truncf.o
2521803832 26968 /opt/fortran90/lib/ielf/math/hpux32/
ielf_truncw.o
1222288351 3866664 /opt/fortran90/lib/ielf/math/hpux32/
libmielf.a
2655907229 29544 /opt/fortran90/lib/ielf/math/hpux64/
ielf_Cosffinish.o
3506591186 29544 /opt/fortran90/lib/ielf/math/hpux64/
ielf_Cosfinish.o
1262234520 29624 /opt/fortran90/lib/ielf/math/hpux64/
ielf_Cosw_4finish.o
3698391308 30792 /opt/fortran90/lib/ielf/math/hpux64/
ielf_Coswfinish.o
1799253992 33856 /opt/fortran90/lib/ielf/math/hpux64/
ielf_Exp10_4.o
3971058656 33776 /opt/fortran90/lib/ielf/math/hpux64/
ielf_Exp10f_4.o
1521127962 33984 /opt/fortran90/lib/ielf/math/hpux64/
ielf_Exp10w_4.o
2430373869 33856 /opt/fortran90/lib/ielf/math/hpux64/
ielf_Exp2_4.o
2836952592 33768 /opt/fortran90/lib/ielf/math/hpux64/
ielf_Exp2f_4.o
3656860081 33920 /opt/fortran90/lib/ielf/math/hpux64/
ielf_Exp2w_4.o
2277814689 33832 /opt/fortran90/lib/ielf/math/hpux64/
ielf_Exp_4.o
1142419707 33760 /opt/fortran90/lib/ielf/math/hpux64/
ielf_Expf_4.o
740224427 34456 /opt/fortran90/lib/ielf/math/hpux64/
ielf_Expm1_4.o
63348938 34256 /opt/fortran90/lib/ielf/math/hpux64/
ielf_Expm1f_4.o
3985006024 34704 /opt/fortran90/lib/ielf/math/hpux64/
ielf_Expm1w_4.o
1689954506 33944 /opt/fortran90/lib/ielf/math/hpux64/
ielf_Expw_4.o
886296873 26536 /opt/fortran90/lib/ielf/math/hpux64/
ielf_Iround_3.o
2560404793 26528 /opt/fortran90/lib/ielf/math/hpux64/
ielf_Iroundf_3.o
2028605995 26512 /opt/fortran90/lib/ielf/math/hpux64/
ielf_Llround_3.o
4273537451 26544 /opt/fortran90/lib/ielf/math/hpux64/
ielf_Llroundf_3.o
3982563079 33800 /opt/fortran90/lib/ielf/math/hpux64/
ielf_Log10_4.o
2280695184 33648 /opt/fortran90/lib/ielf/math/hpux64/
ielf_Log10f_4.o
2979267458 33872 /opt/fortran90/lib/ielf/math/hpux64/
ielf_Log10w_4.o
3168889829 33776 /opt/fortran90/lib/ielf/math/hpux64/
ielf_Log1p_4.o
2267239269 33576 /opt/fortran90/lib/ielf/math/hpux64/
ielf_Log1pf_4.o
2720439063 33928 /opt/fortran90/lib/ielf/math/hpux64/
ielf_Log1pw_4.o
3844787068 33824 /opt/fortran90/lib/ielf/math/hpux64/
ielf_Log2_4.o
1145586979 33624 /opt/fortran90/lib/ielf/math/hpux64/
ielf_Log2f_4.o
2036732901 33824 /opt/fortran90/lib/ielf/math/hpux64/
ielf_Log2w_4.o
1424174071 33616 /opt/fortran90/lib/ielf/math/hpux64/
ielf_Log_4.o
970641942 33376 /opt/fortran90/lib/ielf/math/hpux64/
ielf_Logf_4.o
1306366128 33648 /opt/fortran90/lib/ielf/math/hpux64/
ielf_Logw_4.o
2259386451 29528 /opt/fortran90/lib/ielf/math/hpux64/
ielf_Sinffinish.o
2671248262 29560 /opt/fortran90/lib/ielf/math/hpux64/
ielf_Sinfinish.o
3562244747 29624 /opt/fortran90/lib/ielf/math/hpux64/
ielf_Sinw_4finish.o
3354445312 30624 /opt/fortran90/lib/ielf/math/hpux64/
ielf_Sinwfinish.o
665845326 31680 /opt/fortran90/lib/ielf/math/hpux64/
ielf_Tanffinish.o
3805404785 31856 /opt/fortran90/lib/ielf/math/hpux64/
ielf_Tanfinish.o
184146208 31912 /opt/fortran90/lib/ielf/math/hpux64/
ielf_Tanw_4finish.o
4210916603 34144 /opt/fortran90/lib/ielf/math/hpux64/
ielf_Tanwfinish.o
1098618189 136880 /opt/fortran90/lib/ielf/math/hpux64/
ielf_Trigfstart_v2.o
1151214195 137744 /opt/fortran90/lib/ielf/math/hpux64/
ielf_Trigstart_v2.o
2703634864 144384 /opt/fortran90/lib/ielf/math/hpux64/
ielf_Trigw_4start_v2.o
1456316013 193872 /opt/fortran90/lib/ielf/math/hpux64/
ielf_Trigwstart_v2.o
2419641095 26912 /opt/fortran90/lib/ielf/math/hpux64/
ielf_ceil.o
4179940627 26904 /opt/fortran90/lib/ielf/math/hpux64/
ielf_ceilf.o
2605930835 26904 /opt/fortran90/lib/ielf/math/hpux64/
ielf_ceilw.o
870618157 33904 /opt/fortran90/lib/ielf/math/hpux64/
ielf_exp.o
4052027036 33952 /opt/fortran90/lib/ielf/math/hpux64/
ielf_exp10.o
2609672289 33800 /opt/fortran90/lib/ielf/math/hpux64/
ielf_exp10f.o
1320341059 34112 /opt/fortran90/lib/ielf/math/hpux64/
ielf_exp10w.o
3908620593 33896 /opt/fortran90/lib/ielf/math/hpux64/
ielf_exp2.o
3787186080 33824 /opt/fortran90/lib/ielf/math/hpux64/
ielf_exp2f.o
4011187372 34096 /opt/fortran90/lib/ielf/math/hpux64/
ielf_exp2w.o
2252788955 33768 /opt/fortran90/lib/ielf/math/hpux64/
ielf_expf.o
551484322 34720 /opt/fortran90/lib/ielf/math/hpux64/
ielf_expm1.o
900329553 34336 /opt/fortran90/lib/ielf/math/hpux64/
ielf_expm1f.o
2617870834 35680 /opt/fortran90/lib/ielf/math/hpux64/
ielf_expm1w.o
343786170 34064 /opt/fortran90/lib/ielf/math/hpux64/
ielf_expw.o
3776985297 26888 /opt/fortran90/lib/ielf/math/hpux64/
ielf_floor.o
2016004257 26920 /opt/fortran90/lib/ielf/math/hpux64/
ielf_floorf.o
179903951 26912 /opt/fortran90/lib/ielf/math/hpux64/
ielf_floorw.o
1389128545 30016 /opt/fortran90/lib/ielf/math/hpux64/
ielf_fmod.o
1791653245 30056 /opt/fortran90/lib/ielf/math/hpux64/
ielf_fmodf.o
696584759 27464 /opt/fortran90/lib/ielf/math/hpux64/
ielf_iceil.o
2951899651 27472 /opt/fortran90/lib/ielf/math/hpux64/
ielf_iceilf.o
806763166 27400 /opt/fortran90/lib/ielf/math/hpux64/
ielf_ifloor.o
2049138822 27400 /opt/fortran90/lib/ielf/math/hpux64/
ielf_ifloorf.o
990055668 26808 /opt/fortran90/lib/ielf/math/hpux64/
ielf_iround.o
365174664 26808 /opt/fortran90/lib/ielf/math/hpux64/
ielf_iroundf.o
1556858966 27464 /opt/fortran90/lib/ielf/math/hpux64/
ielf_llceil.o
3766283472 27464 /opt/fortran90/lib/ielf/math/hpux64/
ielf_llceilf.o
134924072 27440 /opt/fortran90/lib/ielf/math/hpux64/
ielf_llfloor.o
1202958736 27472 /opt/fortran90/lib/ielf/math/hpux64/
ielf_llfloorf.o
2173204418 26336 /opt/fortran90/lib/ielf/math/hpux64/
ielf_llrint.o
3110715821 26344 /opt/fortran90/lib/ielf/math/hpux64/
ielf_llrintf.o
3558089188 26352 /opt/fortran90/lib/ielf/math/hpux64/
ielf_llrintw.o
297094400 26856 /opt/fortran90/lib/ielf/math/hpux64/
ielf_llround.o
1477524145 26848 /opt/fortran90/lib/ielf/math/hpux64/
ielf_llroundf.o
566286647 27216 /opt/fortran90/lib/ielf/math/hpux64/
ielf_llroundw.o
275977373 33640 /opt/fortran90/lib/ielf/math/hpux64/
ielf_log.o
1411774430 33904 /opt/fortran90/lib/ielf/math/hpux64/
ielf_log10.o
1529114551 33720 /opt/fortran90/lib/ielf/math/hpux64/
ielf_log10f.o
2730412043 35032 /opt/fortran90/lib/ielf/math/hpux64/
ielf_log10w.o
3315348813 33816 /opt/fortran90/lib/ielf/math/hpux64/
ielf_log1p.o
152382100 33632 /opt/fortran90/lib/ielf/math/hpux64/
ielf_log1pf.o
858992983 35096 /opt/fortran90/lib/ielf/math/hpux64/
ielf_log1pw.o
3103509287 33816 /opt/fortran90/lib/ielf/math/hpux64/
ielf_log2.o
2463298431 33712 /opt/fortran90/lib/ielf/math/hpux64/
ielf_log2f.o
1470493827 34816 /opt/fortran90/lib/ielf/math/hpux64/
ielf_log2w.o
1582724359 33416 /opt/fortran90/lib/ielf/math/hpux64/
ielf_logf.o
3049996648 34584 /opt/fortran90/lib/ielf/math/hpux64/
ielf_logw.o
2059257435 26320 /opt/fortran90/lib/ielf/math/hpux64/
ielf_lrint.o
77711447 26328 /opt/fortran90/lib/ielf/math/hpux64/
ielf_lrintf.o
1555766881 26344 /opt/fortran90/lib/ielf/math/hpux64/
ielf_lrintw.o
1774309357 26872 /opt/fortran90/lib/ielf/math/hpux64/
ielf_lround.o
1036238884 26800 /opt/fortran90/lib/ielf/math/hpux64/
ielf_lroundf.o
1426706088 27168 /opt/fortran90/lib/ielf/math/hpux64/
ielf_lroundw.o
2037297342 26936 /opt/fortran90/lib/ielf/math/hpux64/
ielf_nearbyint.o
598005205 26968 /opt/fortran90/lib/ielf/math/hpux64/
ielf_nearbyintf.o
1007836373 27304 /opt/fortran90/lib/ielf/math/hpux64/
ielf_nearbyintw.o
1145103724 26768 /opt/fortran90/lib/ielf/math/hpux64/
ielf_rint.o
2874622535 26760 /opt/fortran90/lib/ielf/math/hpux64/
ielf_rintf.o
1589635513 26952 /opt/fortran90/lib/ielf/math/hpux64/
ielf_rintw.o
391043444 26912 /opt/fortran90/lib/ielf/math/hpux64/
ielf_round.o
2614474579 26920 /opt/fortran90/lib/ielf/math/hpux64/
ielf_roundf.o
2178824248 26896 /opt/fortran90/lib/ielf/math/hpux64/
ielf_roundw.o
2136167313 26920 /opt/fortran90/lib/ielf/math/hpux64/
ielf_trunc.o
1309767917 26944 /opt/fortran90/lib/ielf/math/hpux64/
ielf_truncf.o
1647059987 26952 /opt/fortran90/lib/ielf/math/hpux64/
ielf_truncw.o
28673727 3866032 /opt/fortran90/lib/ielf/math/hpux64/
libmielf.a
Patch Conflicts: None
Patch Dependencies: None
Hardware Dependencies: None
Other Dependencies: None
Supersedes: None
Equivalent Patches: None
Patch Package Size: 193480 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_24486
5. Run swinstall to install the patch:
swinstall -x autoreboot=true -x patch_match_target=true \
-s /tmp/PHSS_24486.depot
By default swinstall will archive the original software in
/var/adm/sw/save/PHSS_24486. If you do not wish to retain a
copy of the original software, use the patch_save_files option:
swinstall -x autoreboot=true -x patch_match_target=true \
-x patch_save_files=false -s /tmp/PHSS_24486.depot
WARNING: If patch_save_files is false when a patch is installed,
the patch cannot be deinstalled. Please be careful
when using this feature.
For future reference, the contents of the PHSS_24486.text file is
available in the product readme:
swlist -l product -a readme -d
/tmp/PHSS_24486.depot
To put this patch on a magnetic tape and install from the
tape drive, use the command:
dd if=/tmp/PHSS_24486.depot of=/dev/rmt/0m bs=2k
Special Installation Instructions: None
-----End of Document ID: PHSS_24486------------------------------------------
Document ID: PHCO_24868
Date Loaded: 20010823
Title: s700_800 11.20 lpspool subsystem patch
Patch Name: PHCO_24868
Patch Description: s700_800 11.20 lpspool subsystem patch
Creation Date: 01/08/17
Post Date: 01/08/23
Hardware Platforms - OS Releases:
s700: 11.20
s800: 11.20
Products: N/A
Filesets:
PrinterMgmt.LP-SPOOL,fr=B.11.20,fa=HP-UX_B.11.20_64,v=HP
Automatic Reboot?: No
Status: General Release
Critical: No
Category Tags:
defect_repair general_release
Path Name: /hp-ux_patches/s700_800/11.X/PHCO_24868
Symptoms:
PHCO_24868:
( SR:8606201567 CR:JAGad70743 )
rlpdaemon(1M) is not functioning as expected in certain
cases.
Defect Description:
PHCO_24868:
( SR:8606201567 CR:JAGad70743 )
rlpdaemon(1M) is not functioning as expected in certain
cases because of improper handling.
Resolution:
A new condition is added to the code to handle the problem.
SR:
8606201567
Patch Files:
PrinterMgmt.LP-SPOOL,fr=B.11.20,fa=HP-UX_B.11.20_64,v=HP:
/usr/bin/cancel
/usr/bin/disable
/usr/bin/enable
/usr/bin/lp
/usr/bin/lpalt
/usr/bin/lpstat
/usr/sbin/accept
/usr/sbin/lpadmin
/usr/sbin/lpana
/usr/sbin/lpfence
/usr/sbin/lpmove
/usr/sbin/lpsched
/usr/sbin/lpshut
/usr/sbin/rcancel
/usr/sbin/reject
/usr/sbin/rlp
/usr/sbin/rlpdaemon
/usr/sbin/rlpstat
what(1) Output:
PrinterMgmt.LP-SPOOL,fr=B.11.20,fa=HP-UX_B.11.20_64,v=HP:
/usr/bin/cancel:
$Revision: vw: -f selectors: CUP11.20_BL2001_0817
_3 PHCO_24868 'CUP11.20_BL2001_0817_3'
Fri Aug 17 09:57:46 PDT 2001 $
/usr/bin/disable:
$Revision: vw: -f selectors: CUP11.20_BL2001_0817
_3 PHCO_24868 'CUP11.20_BL2001_0817_3'
Fri Aug 17 09:57:52 PDT 2001 $
/usr/bin/enable:
$Revision: vw: -f selectors: CUP11.20_BL2001_0817
_3 PHCO_24868 'CUP11.20_BL2001_0817_3'
Fri Aug 17 09:58:02 PDT 2001 $
/usr/bin/lp:
$Revision: vw: -f selectors: CUP11.20_BL2001_0817
_3 PHCO_24868 'CUP11.20_BL2001_0817_3'
Fri Aug 17 09:58:07 PDT 2001 $
/usr/bin/lpalt:
$Revision: vw: -f selectors: CUP11.20_BL2001_0817
_3 PHCO_24868 'CUP11.20_BL2001_0817_3'
Fri Aug 17 09:58:18 PDT 2001 $
/usr/bin/lpstat:
$Revision: vw: -f selectors: CUP11.20_BL2001_0817
_3 PHCO_24868 'CUP11.20_BL2001_0817_3'
Fri Aug 17 09:58:51 PDT 2001 $
/usr/sbin/accept:
$Revision: vw: -f selectors: CUP11.20_BL2001_0817
_3 PHCO_24868 'CUP11.20_BL2001_0817_3'
Fri Aug 17 09:57:41 PDT 2001 $
/usr/sbin/lpadmin:
$Revision: vw: -f selectors: CUP11.20_BL2001_0817
_3 PHCO_24868 'CUP11.20_BL2001_0817_3'
Fri Aug 17 09:58:12 PDT 2001 $
/usr/sbin/lpana:
$Revision: vw: -f selectors: CUP11.20_BL2001_0817
_3 PHCO_24868 'CUP11.20_BL2001_0817_3'
Fri Aug 17 09:58:23 PDT 2001 $
/usr/sbin/lpfence:
$Revision: vw: -f selectors: CUP11.20_BL2001_0817
_3 PHCO_24868 'CUP11.20_BL2001_0817_3'
Fri Aug 17 09:58:29 PDT 2001 $
/usr/sbin/lpmove:
$Revision: vw: -f selectors: CUP11.20_BL2001_0817
_3 PHCO_24868 'CUP11.20_BL2001_0817_3'
Fri Aug 17 09:58:35 PDT 2001 $
/usr/sbin/lpsched:
$Revision: vw: -f selectors: CUP11.20_BL2001_0817
_3 PHCO_24868 'CUP11.20_BL2001_0817_3'
Fri Aug 17 09:58:40 PDT 2001 $
/usr/sbin/lpshut:
$Revision: vw: -f selectors: CUP11.20_BL2001_0817
_3 PHCO_24868 'CUP11.20_BL2001_0817_3'
Fri Aug 17 09:58:46 PDT 2001 $
/usr/sbin/rcancel:
$Revision: vw: -f selectors: CUP11.20_BL2001_0817
_3 PHCO_24868 'CUP11.20_BL2001_0817_3'
Fri Aug 17 09:59:06 PDT 2001 $
/usr/sbin/reject:
$Revision: vw: -f selectors: CUP11.20_BL2001_0817
_3 PHCO_24868 'CUP11.20_BL2001_0817_3'
Fri Aug 17 09:59:01 PDT 2001 $
/usr/sbin/rlp:
$Revision: vw: -f selectors: CUP11.20_BL2001_0817
_3 PHCO_24868 'CUP11.20_BL2001_0817_3'
Fri Aug 17 09:59:12 PDT 2001 $
/usr/sbin/rlpdaemon:
alter.c $Date: 2001/08/13 00:20:30 $Revision: r11.20
/1 PATCH_11.20 (PHCO_24868)
$Revision: vw: -f selectors: CUP11.20_BL2001_0817
_3 PHCO_24868 'CUP11.20_BL2001_0817_3'
Fri Aug 17 09:59:17 PDT 2001 $
HP-UX/General Millicode UX.12.70 (IA64.ISV3): (MILLI
- 02/13/01)
/usr/sbin/rlpstat:
$Revision: vw: -f selectors: CUP11.20_BL2001_0817
_3 PHCO_24868 'CUP11.20_BL2001_0817_3'
Fri Aug 17 09:59:22 PDT 2001 $
cksum(1) Output:
PrinterMgmt.LP-SPOOL,fr=B.11.20,fa=HP-UX_B.11.20_64,v=HP:
2982379913 76024 /usr/bin/cancel
1035526185 50660 /usr/bin/disable
2174729503 26412 /usr/bin/enable
3809749837 76668 /usr/bin/lp
780555260 68480 /usr/bin/lpalt
3415727767 93120 /usr/bin/lpstat
3753798008 22464 /usr/sbin/accept
1504283046 93216 /usr/sbin/lpadmin
3830544244 20084 /usr/sbin/lpana
3603884269 28756 /usr/sbin/lpfence
2492327468 54780 /usr/sbin/lpmove
950704055 124172 /usr/sbin/lpsched
3790558388 17096 /usr/sbin/lpshut
1118495451 40032 /usr/sbin/rcancel
368858798 27020 /usr/sbin/reject
2118338418 45420 /usr/sbin/rlp
2119055008 155128 /usr/sbin/rlpdaemon
1199174753 61104 /usr/sbin/rlpstat
Patch Conflicts: None
Patch Dependencies: None
Hardware Dependencies: None
Other Dependencies: None
Supersedes: None
Equivalent Patches: None
Patch Package Size: 1090 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_24868
5. Run swinstall to install the patch:
swinstall -x autoreboot=true -x patch_match_target=true \
-s /tmp/PHCO_24868.depot
By default swinstall will archive the original software in
/var/adm/sw/save/PHCO_24868. If you do not wish to retain a
copy of the original software, include the patch_save_files
option in the swinstall command above:
-x patch_save_files=false
WARNING: If patch_save_files is false when a patch is installed,
the patch cannot be deinstalled. Please be careful
when using this feature.
For future reference, the contents of the PHCO_24868.text file is
available in the product readme:
swlist -l product -a readme -d
/tmp/PHCO_24868.depot
To put this patch on a magnetic tape and install from the
tape drive, use the command:
dd if=/tmp/PHCO_24868.depot of=/dev/rmt/0m bs=2k
Special Installation Instructions:
Do lpshut before the installation of this patch.
-----End of Document ID: PHCO_24868------------------------------------------
Document ID: PHCO_24846
Date Loaded: 20010823
Title: s700_800 11.11 ttsyncd(1M) cumulative patch
Patch Name: PHCO_24846
Patch Description: s700_800 11.11 ttsyncd(1M) cumulative patch
Creation Date: 01/08/18
Post Date: 01/08/23
Hardware Platforms - OS Releases:
s700: 11.11
s800: 11.11
Products: N/A
Filesets:
SecurityMon.SECURITY,fr=B.11.11,fa=HP-UX_B.11.11_32/64,v=HP
Automatic Reboot?: No
Status: General Release
Critical:
Yes
PHCO_24846: ABORT
Category Tags:
defect_repair general_release critical halts_system
Path Name: /hp-ux_patches/s700_800/11.X/PHCO_24846
Symptoms:
PHCO_24846:
( SR:8606198431 CR:JAGad67621 )
ttsyncd will not start on any NIS+ sub-domain (i.e. non-root
master server).
Defect Description:
PHCO_24846:
( SR:8606198431 CR:JAGad67621 )
ttsyncd is unable to recognize that it is running on a NIS+
sub-domain (i.e. a non-root master server).
Resolution:
ttsyncd is now able to recognize that it is running on
a NIS+ master server or root server. It now serves
the domain it is running on and not the domain above.
SR:
8606198431
Patch Files:
SecurityMon.SECURITY,fr=B.11.11,fa=HP-UX_B.11.11_32/64,v=HP:
/usr/lbin/ttsyncd
what(1) Output:
SecurityMon.SECURITY,fr=B.11.11,fa=HP-UX_B.11.11_32/64,v=HP:
/usr/lbin/ttsyncd:
$Revision:
(#) ttsyncd CUP11.11_BL2001_0818_5 PATCH
_11.11 PHCO_24846
Sat Aug 18 18:15:21 PDT 2001 $
cksum(1) Output:
SecurityMon.SECURITY,fr=B.11.11,fa=HP-UX_B.11.11_32/64,v=HP:
1496640522 20480 /usr/lbin/ttsyncd
Patch Conflicts: None
Patch Dependencies: None
Hardware Dependencies: None
Other Dependencies: None
Supersedes: None
Equivalent Patches:
PHCO_24845:
s700: 11.00
s800: 11.00
Patch Package Size: 50 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_24846
5. Run swinstall to install the patch:
swinstall -x autoreboot=true -x patch_match_target=true \
-s /tmp/PHCO_24846.depot
By default swinstall will archive the original software in
/var/adm/sw/save/PHCO_24846. If you do not wish to retain a
copy of the original software, include the patch_save_files
option in the swinstall command above:
-x patch_save_files=false
WARNING: If patch_save_files is false when a patch is installed,
the patch cannot be deinstalled. Please be careful
when using this feature.
For future reference, the contents of the PHCO_24846.text file is
available in the product readme:
swlist -l product -a readme -d
/tmp/PHCO_24846.depot
To put this patch on a magnetic tape and install from the
tape drive, use the command:
dd if=/tmp/PHCO_24846.depot of=/dev/rmt/0m bs=2k
Special Installation Instructions: None
-----End of Document ID: PHCO_24846------------------------------------------
Document ID: PHCO_24845
Date Loaded: 20010823
Title: s700_800 11.00 ttsyncd(1M) cumulative patch
Patch Name: PHCO_24845
Patch Description: s700_800 11.00 ttsyncd(1M) cumulative patch
Creation Date: 01/08/07
Post Date: 01/08/23
Hardware Platforms - OS Releases:
s700: 11.00
s800: 11.00
Products: N/A
Filesets:
SecurityMon.SECURITY,fr=B.11.00,fa=HP-UX_B.11.00_32/64,v=HP
Automatic Reboot?: No
Status: General Release
Critical:
Yes
PHCO_24845: ABORT
Category Tags:
defect_repair general_release critical halts_system
Path Name: /hp-ux_patches/s700_800/11.X/PHCO_24845
Symptoms:
PHCO_24845:
(SR: 8606198431 CR: JAGad67621)
ttsyncd will not start on any NIS+ sub-domain (i.e. non-root
master server).
Defect Description:
PHCO_24845:
(SR: 8606198431 CR: JAGad67621)
ttsyncd is unable to recognize that it is running on a NIS+
sub-domain (i.e. a non-root master server).
Resolution:
ttsyncd is now able to recognize that it is running on
a NIS+ master server or root server. It now serves
the domain it is running on and not the domain above.
SR:
8606198431
Patch Files:
SecurityMon.SECURITY,fr=B.11.00,fa=HP-UX_B.11.00_32/64,v=HP:
/usr/lbin/ttsyncd
what(1) Output:
SecurityMon.SECURITY,fr=B.11.00,fa=HP-UX_B.11.00_32/64,v=HP:
/usr/lbin/ttsyncd:
$Revision: 82.2.1.2 $
PATCH_11_00: ttsyncd.o 01/08/07
cksum(1) Output:
SecurityMon.SECURITY,fr=B.11.00,fa=HP-UX_B.11.00_32/64,v=HP:
4177315176 24576 /usr/lbin/ttsyncd
Patch Conflicts: None
Patch Dependencies: None
Hardware Dependencies: None
Other Dependencies: None
Supersedes: None
Equivalent Patches:
PHCO_24846:
s700: 11.11
s800: 11.11
Patch Package Size: 50 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_24845
5. Run swinstall to install the patch:
swinstall -x autoreboot=true -x patch_match_target=true \
-s /tmp/PHCO_24845.depot
By default swinstall will archive the original software in
/var/adm/sw/save/PHCO_24845. If you do not wish to retain a
copy of the original software, use the patch_save_files option:
swinstall -x autoreboot=true -x patch_match_target=true \
-x patch_save_files=false -s /tmp/PHCO_24845.depot
WARNING: If patch_save_files is false when a patch is installed,
the patch cannot be deinstalled. Please be careful
when using this feature.
For future reference, the contents of the PHCO_24845.text file is
available in the product readme:
swlist -l product -a readme -d
/tmp/PHCO_24845.depot
To put this patch on a magnetic tape and install from the
tape drive, use the command:
dd if=/tmp/PHCO_24845.depot of=/dev/rmt/0m bs=2k
Special Installation Instructions: None
-----End of Document ID: PHCO_24845------------------------------------------
Document ID: PHCO_24838
Date Loaded: 20010823
Title: s700_800 11.00 libpam and libpam_unix cumulative patch
Patch Name: PHCO_24838
Patch Description: s700_800 11.00 libpam and libpam_unix cumulative patch
Creation Date: 01/08/03
Post Date: 01/08/23
Hardware Platforms - OS Releases:
s700: 11.00
s800: 11.00
Products: N/A
Filesets:
OS-Core.CORE-SHLIBS,fr=B.11.00,fa=HP-UX_B.11.00_32/64,v=HP
Automatic Reboot?: No
Status: General Release
Critical:
Yes
PHCO_24838: CORRUPTION
PHCO_24390: ABORT
PHCO_23218: ABORT
PHCO_21833: CORRUPTION
PHCO_20334: MEMORY_LEAK
Category Tags:
defect_repair enhancement general_release critical
halts_system corruption memory_leak
Path Name: /hp-ux_patches/s700_800/11.X/PHCO_24838
Symptoms:
PHCO_24838:
(SR: 8606206632 CR: JAGad75805)
On a system running NIS+ in trusted mode, an unsuccesful
password change for a NIS+ user with a NON-fully
qualified domain name (i.e. without the trailing dot)
could corrupt the NIS+ namespace.
(SR: 8606196292 CR: JAGad65495)
On a trusted system, an application using the PAM
library may be unable to interact with a user to
change their password. This typically won't be an
issue, however, an application provider or another
patch may direct you to install this patch.
(SR: 8606211302 CR: JAGad80490)
On a trusted system, the root user may fail to log in
on the console if his/her account is expired.
PHCO_24390:
(SR: 8606184948 CR: JAGad54150)
Changing password on a trusted system could affect
password aging parameters.
(SR: 8606203499 CR: JAGad72672)
(SR: 8606201051 CR: JAGad70227)
Passwd command could cause libpam_unix to dump core.
(SR: 8606193672 CR: JAGad62884)
libpam_unix doesn't print NIS error message as yppasswd
used to.
(SR: 8606202873 CR: JAGad72047)
No symptoms. Additional password restrictions checking
is a new feature.
PHCO_23218:
(SR: 8606178376 CR: JAGad47603)
Changing a password could cause libpam_unix.1 to dump
core. This occurs infrequently. It could occur on any
of the following repositories: NIS, NIS+, or FILES
(local system).
(SR: 8606174688 CR: JAGad43935)
Commands which modify the passwd file do not properly
update a corrupted file.
PHCO_22265:
(SR: 8606156849 CR: JAGad26183)
The appdata_ptr feature in the pam_conv argument of the
pam_start(3) function does not always work as documented.
This typically won't be an issue, however, an application
provider may direct you to install this patch.
(SR: 8606161795 CR: JAGad31111)
If a user's login is aborted while logging into a system
which is in Trusted Mode and is also an NIS+ client, then
the user's password could become expired for all systems
in the NIS+ namespace.
(SR: 8606105027 CR: JAGab72843)
audisp(1m) displays successful logins as unsuccessful.
This applies only to Trusted Systems.
(SR: 8606160402 CR: JAGad29724)
On systems converted to Trusted Mode, libpam_unix.1 will
return PAM_AUTHTOK_EXPIRED when it detects an expired
password. The PAM standard expects PAM_NEW_AUTHTOK_REQD
to be returned. This can cause an application to believe
that an account has expired, when just the password has
expired.
PHCO_21833:
(SR: 8606135483 CR: JAGad04617)
The PAM libraries are intentionally designed to not allow
login names longer than 8 characters. Some users want a way
to bypass this restriction, even though doing so causes PAM
to bypass some security checks and may cause some commands
to function incorrectly.
(SR: 8606141855 CR: JAGad11209)
Setting a one-character encrypted password on a user account
will corrupt that user's password history database entry, so
passwd(1) will no longer detect when that user attempts to
reuse a password. A one-character encrypted password will
always be initially present on accounts created with
useradd(1m), and could also be present on accounts which
have been manually edited. Note that this problem applies
only to systems running in Trusted Mode, and only to those
systems in which the password history feature has been
enabled. Refer to the PHCO_13808 documentation below for
a description of the password history feature.
PHCO_20334:
(SR: 8606112845 CR: JAGab92700)
PAM fails to consider the second module when 2 "sufficient"
flags are in pam.conf.
(SR: 8606106633 CR: JAGab75907)
PAM_UNIX does not allow passwords to be changed when
NSS_LDAP is configured.
(SR: 8606114183 CR: JAGac23161)
Memory leak problem in PAM_UNIX which may cause excessive
memory usage.
(SR: 8606114226 CR: JAGac23204)
User may not see the correct prompt for password because
PAM internal convert function is not passed correctly.
(SR: 1653307520 CR: JAGab24842)
Users cannot select minimum password length.
(SR: 8606136429 CR: JAGab21045)
PAM uses the backup prompt instead of the prompt.
(SR: 8606103474 CR: JAGab70250)
login is unable to change an expired password if the
PAM module is configured as "sufficient".
PHCO_20104:
severe delays in login times on trusted systems with huge
/etc/passwd
(SR: 8606100934 CR: JAGab39910)
NIS doesn't allow login if password field is just ",.."
(SR: 5003436261 CR: JAGaa57141)
(SR: 8606110341 CR: JAGab83045)
The command 'passwd -r nis -e /usr/bin/ksh <user>'
loops forever.
PHCO_15448:
passwd command prompt problem when working with user's
own designed NLS catalog
PHCO_15231:
login fails on trusted replica running NIS+ when
master is down
PHCO_13808:
No Symptoms. Password history checking is a new feature.
Defect Description:
PHCO_24838:
(SR: 8606206632 CR: JAGad75805)
libpam_unix.1 is unable to handle NON-fully qualified
domain names.
Resolution:
libpam_unix.1 now adds the trailing dot to NON-fully
qualified domain names.
(SR: 8606196292 CR: JAGad65495)
libpam_unix.1 sometimes keeps /dev/tty open when
calling an application-provided function. This
might prevent the application from interacting with
the user.
Resolution:
libpam_unix.1 no longer opens /dev/tty.
(SR: 8606211302 CR: JAGad80490)
libpam_unix.1 fails to allow root to log in on
the console if his/her account is expired.
Resolution:
libpam_unix.1 now allows the root user to log in
on the console even if his/her account is expired.
PHCO_24390:
(SR: 8606184948 CR: JAGad54150)
Changing a password on a trusted system could also
modify a user's password aging parameters.
Resolution:
Changing a password no longer changes password aging
parameters.
(SR: 8606203499 CR: JAGad72672)
(SR: 8606201051 CR: JAGad70227)
Passwd command could cause libpam_unix to dump core.
Resolution:
The cause for the core dump is now resolved.
(SR: 8606193672 CR: JAGad62884)
libpam_unix doesn't print NIS error message as yppasswd
used to.
Resolution:
libpam_unix now correctly prints NIS error message.
(SR: 8606202873 CR: JAGad72047)
A site's security policies sometimes require new passwords
to contain specific numbers or types of characters, such as
at least two digits and at least one special character.
Resolution:
In addition to the standard password requirements,
optional entries in the file /etc/default/security specify
the minimum number of required characters of each type
(upper case characters, lower case characters, digits
and special characters) in a new password.
PASSWORD_MIN_UPPER_CASE_CHARS=N
PASSWORD_MIN_LOWER_CASE_CHARS=N
PASSWORD_MIN_DIGIT_CHARS=N
PASSWORD_MIN_SPECIAL_CHARS=N
The default value for N is 0. These parameters have
effect only when a password is changed. On untrusted
systems, these parameters do not apply to the root user.
The file /etc/default/security should be owned by root and
have 0644 permissions.
As an example, to require passwords at least 8 characters
long, composed of at least 5 upper case characters, 2
lower case characters and a digit, include the following
lines in /etc/default/security, as specified above:
PASSWORD_MIN_UPPER_CASE_CHARS=5
PASSWORD_MIN_LOWER_CASE_CHARS=2
PASSWORD_MIN_DIGIT_CHARS=1
PHCO_23218:
(SR: 8606178376 CR: JAGad47603)
Changing a password could cause libpam_unix.1 to dump
core, due to improperly freed memory.
Resolution:
libpam_unix.1 now properly frees memory.
(SR: 8606174688 CR: JAGad43935)
Commands do not properly update a corrupted passwd file.
Resolution:
Improved the error recovery of commands which update the
passwd file.
PHCO_22265:
(SR: 8606156849 CR: JAGad26183)
The appdata_ptr feature works for the pam_authenticate(3)
case, but not for other pam functions. For those other
functions the appdata_ptr received by the conversation
function is always null; it should be equal to the
appdata_ptr field of the pam_start(3) pam_conv argument.
See the pam_conv argument description in pam_start(3).
Resolution:
Now every time libpam_unix.1 calls the application's
conversation function, it provides (as an argument)
the appdata_ptr which was passed in to pam_start(3).
(SR: 8606161795 CR: JAGad31111)
If a user's login into a Trusted Mode NIS+ client is
aborted, it could expire the user's password for all
systems in the NIS+ namespace. This is because
libpam_unix.1 updates last login information on the
NIS+ server, but not on the local system.
Resolution:
libpam_unix.1 now updates information for unsuccessful
logins on the local system.
(SR: 8606105027 CR: JAGab72843)
libpam_unix.1 improperly audits successful logins, so
audisp(1m) displays successful logins as unsuccessful.
Resolution:
libpam_unix.1 now audits successful logins as successful.
(SR: 8606160402 CR: JAGad29724)
HP-UX is inconsistent with the PAM standard with respect
to the return value for an expired password. libpam_unix.1
returns PAM_AUTHTOK_EXPIRED when it detects an expired
password; the PAM standard expects PAM_NEW_AUTHTOK_REQD to
be returned. This inconsistency causes a problem for
programs written to run on multiple platforms.
Resolution:
When an expired password is detected, libpam_unix.1 now
returns standard PAM_NEW_AUTHTOK_REQD instead of
PAM_AUTHTOK_EXPIRED.
PHCO_21833:
(SR: 8606135483 CR: JAGad04617)
The PAM libraries intentionally reject login names which
are longer than 8 characters. This behaviour is changed
from 10.20. Some customers want a way to bypass this
restriction.
Resolution:
libpam_unix.1 now checks for the existence of a file
in the "/etc/default" directory called:
"I_ACCEPT_RESPONSIBILITY_FOR_BYPASSING_SECURITY_CHECKS".
If this file exists, then login names longer than 8
characters can be added to /etc/passwd, and then those
users can login. Note the following restrictions:
1) HP has never claimed that HP-UX supports user names
longer than 8 characters, and does not recommend that
customers bypass the existing length checks. Doing
so may cause functional and/or security problems.
2) This patch does not remove the existing user name
length checks from other commands - e.g. pwck(1m),
sam(1m), useradd(1m).
3) Do not enable long usernames on trusted system
configurations.
(SR: 8606141855 CR: JAGad11209)
The Trusted System password history database becomes
corrupted if a one-character encrypted password was ever
present on an account.
Resolution:
Modified libpam_unix.1 to ignore one-character encrypted
passwords. This prevents additional corruption of the
password history database, but does not repair an already
corrupted database. To repair a corrupted password history
database it is necessary to remove each file in
/tcb/files/auth/system/pwhist which has a corrupted user
entry, or to remove all files in that directory. This
destroys the password history maintained in those files.
It does not affect the current passwords.
PHCO_20334:
(SR: 8606112845 CR: JAGab92700)
PAM account management does not handle 2 sufficient
flags in pam.conf. PAM was returning to application
before checking the second module.
Resolution:
When 2 modules are present do not return PAM_SUCCESS
after processing one module; rather, also check the
password expiration for second module.
(SR: 8606106633 CR: JAGab75907)
When NSS_LDAP is configured, PAM_UNIX does not allow
passwords to be changed; thus the following pam.conf
configuration does not work: "passwd: files ldap".
The problem is that PAM_UNIX does not know about LDAP.
Resolution:
Modified libpam_unix.1 to handle LDAP configurations.
(SR: 8606114183 CR: JAGac23161)
Memory leak in libpam; the memory allocated for message
was not freed.
Resolution:
Free the memory after use.
(SR: 8606114226 CR: JAGac23204)
Convert function is not passed correctly.
In place of convert function NULL was passed.
Resolution:
Get the convert function from PAM handle and pass it
to the output function.
(SR: 1653307520 CR: JAGab24842)
Password minimum length is hard-wired to be 6 characters
in libpam_unix.1.
Resolution:
libpam_unix.1 now sets the minimum password length to the
user-defined value of the MIN_PASSWORD_LENGTH=N parameter
in the /etc/default/security file. For untrusted systems
"N" can be any value between 6 and 8; for trusted systems
"N" can be any value between 6 and 80. The default value
is 6. This parameter has effect only when a password is
changed. On untrusted systems, this parameter does not
apply to the root user. As an example, create a file
called /etc/default/security, if it does not already
exist, and make it world readable and root write-able.
Add the following line to the file:
MIN_PASSWORD_LENGTH=8
(SR: 8606136429 CR: JAGab21045)
PAM overwrites the prompt with the backup prompt for PAM
modules which have been configured as "sufficient". It
does this because it initializes the backup prompt every
time, no matter whether or not a prompt is configured.
Resolution:
The backup prompt is now initialized only when the
prompt is not set.
(SR: 8606103474 CR: JAGab70250)
If a pam module is configured in pam.conf as "sufficient",
then when a user tries to change an expired password,
libpam_unix.1 just returns "success" without changing the
password. The reason for this is that libpam_unix.1 was
checking an incorrect place for the presence of a flag,
so it was returning without doing anything.
Resolution:
Modified libpam_unix.1 to check in the correct place for
the presence of the flag which tells it to change the
password.
PHCO_20104:
severe delays in login times on trusted systems with huge
/etc/passwd; this is due to pwgrd daemon spending much time
rebuilding tables; changing a password updates /etc/passwd
and so it is one cause of initiating pwgrd to rebuild;
the fix was to not update /etc/passwd when a password is
changed on a trusted system, because the password is kept
in the protected password database
(SR: 8606100934 CR: JAGab39910)
If the passwd field is set to ",.." for an account on a NIS
master, the 11.0 NIS client user is prompted for a password
and cannot login.
Resolution:
Added a specific check to see if the first char is a ','
in the encrypted password, this means no encrypted
password, just an aging value.
(SR: 5003436261 CR: JAGaa57141)
(SR: 8606110341 CR: JAGab83045)
When invoked with the '-r nis' option to use the NIS
repository, the passwd(1) command may hang due to the
assignment of an illegal pointer. While copying the
shell information, it was assigned to a local pointer
instead of copying the pointer contents. Thus, the
command was hanging when freeing the pointer.
Resolution:
The fix was implemented by replacing the pointer assignment
with strcpy().
PHCO_15448:
DSDe443124 - passwd command prompt problem when working
with user's own designed NLS catalog
PHCO_15231:
login fails on trusted systems running NIS+ when
master is down
PHCO_13808:
No Defect. Password history checking is a new feature
supported only for local users on trusted systems.
As an example of how to configure this feature, create
a file called /etc/default/security, if it does not
already exist, and make it world readable and root
write-able. Add the following line to the file:
PASSWORD_HISTORY_DEPTH=10
This saves the most recent 10 passwords for each user.
Users are not allowed to re-use a saved password.
The passwd(1) manpage available in patch PHCO_13809
provides more information about the password history
feature.
SR:
8606112845 8606114226 8606114183 5003244459 5003416552
8606105404 1653307520 8606136429 8606103474 8606106633
5003436261 8606110341 8606135483 8606141855 8606156849
8606161795 8606105027 8606160402 8606178376 8606174688
8606100934 8606184948 8606203499 8606201051 8606193672
8606202873 8606206632 8606196292 8606211302
Patch Files:
OS-Core.CORE-SHLIBS,fr=B.11.00,fa=HP-UX_B.11.00_32/64,v=HP:
/usr/lib/security/libpam_unix.1
/usr/lib/libpam.1
/usr/lib/nls/msg/C/pam_unix.cat
what(1) Output:
OS-Core.CORE-SHLIBS,fr=B.11.00,fa=HP-UX_B.11.00_32/64,v=HP:
/usr/lib/security/libpam_unix.1:
$ PHCO_24838 Aug 9 2001 10:44:21 $
OS-Core.CORE-SHLIBS,fr=B.11.00,fa=HP-UX_B.11.00_32/64,v=HP:
/usr/lib/libpam.1:
$ PHCO_24838 Oct 3 2000 12:59:12 $
OS-Core.CORE-SHLIBS,fr=B.11.00,fa=HP-UX_B.11.00_32/64,v=HP:
/usr/lib/nls/msg/C/pam_unix.cat:
None
cksum(1) Output:
OS-Core.CORE-SHLIBS,fr=B.11.00,fa=HP-UX_B.11.00_32/64,v=HP:
2459884317 184320 /usr/lib/security/libpam_unix.1
OS-Core.CORE-SHLIBS,fr=B.11.00,fa=HP-UX_B.11.00_32/64,v=HP:
3406518566 36864 /usr/lib/libpam.1
OS-Core.CORE-SHLIBS,fr=B.11.00,fa=HP-UX_B.11.00_32/64,v=HP:
1019960297 5799 /usr/lib/nls/msg/C/pam_unix.cat
Patch Conflicts: None
Patch Dependencies:
s700: 11.00: PHCO_13809 PHNE_23833
s800: 11.00: PHCO_13809 PHNE_23833
Hardware Dependencies: None
Other Dependencies: None
Supersedes:
PHCO_13808 PHCO_15231 PHCO_15448 PHCO_20104 PHCO_20334 PHCO_21833
PHCO_22265 PHCO_23218 PHCO_24390
Equivalent Patches:
PHCO_24839:
s700: 11.11
s800: 11.11
Patch Package Size: 260 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_24838
5. Run swinstall to install the patch:
swinstall -x autoreboot=true -x patch_match_target=true \
-s /tmp/PHCO_24838.depot
By default swinstall will archive the original software in
/var/adm/sw/save/PHCO_24838. If you do not wish to retain a
copy of the original software, use the patch_save_files option:
swinstall -x autoreboot=true -x patch_match_target=true \
-x patch_save_files=false -s /tmp/PHCO_24838.depot
WARNING: If patch_save_files is false when a patch is installed,
the patch cannot be deinstalled. Please be careful
when using this feature.
For future reference, the contents of the PHCO_24838.text file is
available in the product readme:
swlist -l product -a readme -d
/tmp/PHCO_24838.depot
To put this patch on a magnetic tape and install from the
tape drive, use the command:
dd if=/tmp/PHCO_24838.depot of=/dev/rmt/0m bs=2k
Special Installation Instructions:
Terminate dtlogin(1) before installing this patch, and
restart it again after the installation has completed.
Note that this will terminate all active CDE sessions.
If this is not done, the installation could intermittently
fail if the /usr/lib/libpam.1 library is in use by the
dtlogin(1) program at the time this patch is installed.
For example:
# /usr/sbin/fuser /usr/lib/libpam.1
/usr/lib/libpam.1: 8541m
# ps -p8541
PID TTY TIME COMMAND
8541 pts/0 0:00 dtlogin
# /sbin/init.d/dtlogin.rc stop
<swinstall this patch>
# /sbin/init.d/dtlogin.rc start
-----End of Document ID: PHCO_24838------------------------------------------
Document ID: PHSS_24903
Date Loaded: 20010822
Title: s700_800 11.04 VirtualVault 4.5 vaultconfig patch
Patch Name: PHSS_24903
Patch Description: s700_800 11.04 VirtualVault 4.5 vaultconfig patch
Creation Date: 01/08/10
Post Date: 01/08/22
Hardware Platforms - OS Releases:
s700: 11.04
s800: 11.04
Products:
VirtualVault A.04.50
Filesets:
VaultTS.VV-CORE-CMN,fr=A.04.50,fa=HP-UX_B.11.04_32/64,v=HP
Automatic Reboot?: No
Status: General Release
Critical: No
Category Tags:
defect_repair general_release
Path Name: /hp-ux_patches/s700_800/11.X/PHSS_24903
Symptoms:
PHSS_24903:
1) vaultconfig does not allow hostnames which are more than
8 characters long.
2) Changing the locale using vaultconfig corrupts the
sysconf database.
3) vaultconfig does not clean up temporary files.
4) The option p does not function correctly.
5) vaultconfig displays an incorrect message if the create
admin acct option fails.
6) vaultconfig does improper formatting of messages in the
sysconf database.
Defect Description:
PHSS_24903:
1) During the network configuration phase, vaultconfig
does not allow hostnames which are more than 8
characters long.
2) While configuring locale settings, if the locale
values are not entered, vaultconfig writes blank
values for the locale values in the sysconf database.
3) vaultconfig creates a few temporary files during
various stages of configuration. The temporary files
opened during the network configuration phase are not
removed by vaultconfig.
4) vaultconfig has an option p which is used for running
plugins. This option is no longer supported.
5) During the creation of the account, if the utility
mkacct which creates the account fails for any reason
vaultconfig displays a failure message. vaultconfig
displays an incorrect message if the account creation
fails.
6) vaultconfig writes or modifies various entries in the
sysconf database during various stages of configuration.
The entries written or modified by vaultconfig do not
follow the sysconf database format.
Resolution:
1) vaultconfig has been modified to support hostnames which
are more than 8 characters long.
2) vaultconfig now writes only those locale settings that
have been specified to the sysconf database.
3) All temporary files that are created by vaultconfig
during the network configuration phase are now removed
at the end of the configuration.
4) The option p has been removed from vaultconfig.
5) vaultconfig's center function has been changed to
support the expansion of shell variables and display
the appropriate error message.
6) The ckv_modEntry function now writes tab separated
fields in the sysconf database.
SR:
8606214731 8606214732 8606214733 8606214734 8606214735
8606214736
Patch Files:
VaultTS.VV-CORE-CMN,fr=A.04.50,fa=HP-UX_B.11.04_32/64,v=HP:
/sbin/vaultconfig
/opt/vaultTS/lib/vaultconfig/config.d/00.config.locale
/opt/vaultTS/lib/vaultconfig/config.d/10.config.network
/opt/vaultTS/lib/vaultconfig/config.d/30.config.dns
/opt/vaultTS/lib/vaultconfig/functions/center
/opt/vaultTS/lib/vaultconfig/functions/ckv_modEntry
/opt/vaultTS/lib/vaultconfig/functions/
editNavigatorPreferences
what(1) Output:
VaultTS.VV-CORE-CMN,fr=A.04.50,fa=HP-UX_B.11.04_32/64,v=HP:
/sbin/vaultconfig:
62 1.41.1.9 src/misc/vaultconfig/vaultconfig/vault
config, vaultTS, vaultTS_4.5 08/10/01 05:08:
39, PHSS_24903, Hewlett-Packard Company
/opt/vaultTS/lib/vaultconfig/config.d/00.config.locale:
81 1.5 src/misc/vaultconfig/config.d/00.config.loc
ale, vaultTS, vaultTS_4.5 08/10/01 06:16:02,
PHSS_24903, Hewlett-Packard Company
/opt/vaultTS/lib/vaultconfig/config.d/10.config.network:
60 1.21.3.5 src/misc/vaultconfig/config.d/10.confi
g.network, vaultTS, vaultTS_4.5 08/10/01 05:
05:51, PHSS_24903, Hewlett-Packard Company
/opt/vaultTS/lib/vaultconfig/config.d/30.config.dns:
66 1.23.1.9 src/misc/vaultconfig/config.d/30.confi
g.dns, vaultTS, vaultTS_4.5 08/10/01 05:07:2
9, PHSS_24903, Hewlett-Packard Company
/opt/vaultTS/lib/vaultconfig/functions/center:
69 1.3 src/misc/vaultconfig/functions/center, vaul
tTS, vaultTS_4.5 08/10/01 05:09:33, PHSS_249
03, Hewlett-Packard Company
/opt/vaultTS/lib/vaultconfig/functions/ckv_modEntry:
72 1.9 src/misc/vaultconfig/functions/ckv_modEntry
, vaultTS, vaultTS_4.5 08/10/01 05:11:49, PH
SS_24903, Hewlett-Packard Company
/opt/vaultTS/lib/vaultconfig/functions/
editNavigatorPreferences:
22 1.7 src/misc/vaultconfig/functions/editNavigato
rPreferences, vaultTS, vaultTS_4.5 08/10/01
05:08:13, PHSS_24903, Hewlett-Packard Compan
y
cksum(1) Output:
VaultTS.VV-CORE-CMN,fr=A.04.50,fa=HP-UX_B.11.04_32/64,v=HP:
3781443337 5028 /sbin/vaultconfig
897087408 6463 /opt/vaultTS/lib/vaultconfig/config.d/
00.config.locale
3333636224 20034 /opt/vaultTS/lib/vaultconfig/config.d/
10.config.network
1866393483 6351 /opt/vaultTS/lib/vaultconfig/config.d/
30.config.dns
3426503942 979 /opt/vaultTS/lib/vaultconfig/functions/center
751817957 1371 /opt/vaultTS/lib/vaultconfig/functions/
ckv_modEntry
2998358354 1777 /opt/vaultTS/lib/vaultconfig/functions/
editNavigatorPreferences
Patch Conflicts: None
Patch Dependencies: None
Hardware Dependencies: None
Other Dependencies: None
Supersedes: None
Equivalent Patches: None
Patch Package Size: 80 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_24903
5. Run swinstall to install the patch:
swinstall -x autoreboot=true -x patch_match_target=true \
-s /tmp/PHSS_24903.depot
By default swinstall will archive the original software in
/var/adm/sw/save/PHSS_24903. If you do not wish to retain a
copy of the original software, use the patch_save_files option:
swinstall -x autoreboot=true -x patch_match_target=true \
-x patch_save_files=false -s /tmp/PHSS_24903.depot
WARNING: If patch_save_files is false when a patch is installed,
the patch cannot be deinstalled. Please be careful
when using this feature.
For future reference, the contents of the PHSS_24903.text file is
available in the product readme:
swlist -l product -a readme -d
/tmp/PHSS_24903.depot
To put this patch on a magnetic tape and install from the
tape drive, use the command:
dd if=/tmp/PHSS_24903.depot of=/dev/rmt/0m bs=2k
Special Installation Instructions: None
-----End of Document ID: PHSS_24903------------------------------------------
Document ID: PHSS_24823
Date Loaded: 20010822
Title: s700_800 11.04 VirtualVault 4.5 Tomcat Update
Patch Name: PHSS_24823
Patch Description: s700_800 11.04 VirtualVault 4.5 Tomcat Update
Creation Date: 01/08/08
Post Date: 01/08/22
Hardware Platforms - OS Releases:
s700: 11.04
s800: 11.04
Products:
VirtualVault A.04.50
Filesets:
VaultWS.WS-CORE,fr=A.04.50,fa=HP-UX_B.11.04_32/64,v=HP
Automatic Reboot?: Yes
Status: General Release
Critical: No
Category Tags:
defect_repair general_release
Path Name: /hp-ux_patches/s700_800/11.X/PHSS_24823
Symptoms:
PHSS_24823:
Apache Outside Web Servers using Tomcat may exhibit
unexpected behavior.
Defect Description:
PHSS_24823:
The Tomcat servlet server, version 3.2.1, may
not work as expected for some attributes defined
in the application web.xml configuration file.
Resolution:
This patch upgrades the Tomcat servlet connectors,
mod_jk and mod_jserv to incorporate changes
included in the Tomcat 3.2.3 release. To complete
the upgrade to Tomcat 3.2.3, this release must
be down loaded and installed. Tomcat 3.2.3 can be
found at:
http://jakarta.apache.org/tomcat/tomcat-3.2-doc
Users of Tomcat are strongly encouraged to install
this patch and Tomcat 3.2.3.
SR:
8606213605
Patch Files:
VaultWS.WS-CORE,fr=A.04.50,fa=HP-UX_B.11.04_32/64,v=HP:
/opt/vaultWS/install/libexec/tomcat/mod_jk.so
/opt/vaultWS/install/libexec/tomcat/mod_jserv.so
what(1) Output:
VaultWS.WS-CORE,fr=A.04.50,fa=HP-UX_B.11.04_32/64,v=HP:
/opt/vaultWS/install/libexec/tomcat/mod_jk.so:
$Source: src/jakarta-tomcat/src/native/jk/jk_jni_wor
ker.c, vaultWS, vaultWS_4.5 $ $Date: 01/08/0
6 09:11:09 $ $Revision: 1.7 PATCH_11.04 (PHS
S_24823) $
/opt/vaultWS/install/libexec/tomcat/mod_jserv.so:
None
cksum(1) Output:
VaultWS.WS-CORE,fr=A.04.50,fa=HP-UX_B.11.04_32/64,v=HP:
3856425363 480936 /opt/vaultWS/install/libexec/tomcat/
mod_jk.so
1549093568 238003 /opt/vaultWS/install/libexec/tomcat/
mod_jserv.so
Patch Conflicts: None
Patch Dependencies: None
Hardware Dependencies: None
Other Dependencies: None
Supersedes: None
Equivalent Patches: None
Patch Package Size: 730 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_24823
5. Run swinstall to install the patch:
swinstall -x autoreboot=true -x patch_match_target=true \
-s /tmp/PHSS_24823.depot
By default swinstall will archive the original software in
/var/adm/sw/save/PHSS_24823. If you do not wish to retain a
copy of the original software, use the patch_save_files option:
swinstall -x autoreboot=true -x patch_match_target=true \
-x patch_save_files=false -s /tmp/PHSS_24823.depot
WARNING: If patch_save_files is false when a patch is installed,
the patch cannot be deinstalled. Please be careful
when using this feature.
For future reference, the contents of the PHSS_24823.text file is
available in the product readme:
swlist -l product -a readme -d
/tmp/PHSS_24823.depot
To put this patch on a magnetic tape and install from the
tape drive, use the command:
dd if=/tmp/PHSS_24823.depot of=/dev/rmt/0m bs=2k
Special Installation Instructions:
Refer to chapter 4 of the Virtualvault Administration
guide and to the release-notes included with the
Tomcat 3.2.3 release for detailed directions on how
to install or upgrade Tomcat.
-----End of Document ID: PHSS_24823------------------------------------------
Document ID: PHCO_24514
Date Loaded: 20010822
Title: s700_800 11.00 vxrestore(1M) cumulative patch
Patch Name: PHCO_24514
Patch Description: s700_800 11.00 vxrestore(1M) cumulative patch
Creation Date: 01/07/09
Post Date: 01/08/22
Hardware Platforms - OS Releases:
s700: 11.00
s800: 11.00
Products: N/A
Filesets:
JournalFS.VXFS-BASE-RUN,fr=B.11.00,fa=HP-UX_B.11.00_32/64,v=HP
Automatic Reboot?: No
Status: General Release
Critical: No
Category Tags:
defect_repair enhancement general_release
Path Name: /hp-ux_patches/s700_800/11.X/PHCO_24514
Symptoms:
PHCO_24514:
1) FIFO special files are not restored.
2) Symbolic links are restored with incorrect
ownership and permissions.
PHCO_18467:
Enchancement to allow for multiple versions of
VxFS on 11.00.
PHCO_16244:
The "-s number" option of the vxrestore does not recover
the specified dump on a tape containing multiple dumps.
Defect Description:
PHCO_24514:
1) vxrestore has no FIFO case in the switch() statement,
as a result, FIFO special files are not restored.
2) When restoring symbolic links, vxrestore changes
the ownership and the permissions of the symbolic
link to that of the user running vxrestore.
Resolution:
1) Add the IFIFO case to the switch() statement.
2) Save the ownership and umask of the
symbolic link before restoring it and
restore the ownership and permissions
after the link is restored.
PHCO_18467:
Multiple versions of VxFS may co-exist (be installed)
however only one VxFS version may be configured into
the kernel. Additionally, each VxFS version has its
own set of commands. Therefore, it is necessary to
identify which version of "vxfs" is currently running
and then to subsequently run the appropriate command
version. The HP 11.00 VxFS vxrestore command will now
act as a "wrapper" - deciding which VxFS version of
vxrestore to execute.
To allow for multiple VxFS versions the following
patches are required:
PHCO_19491 libc
PHCO_18462 diskusg_vxfs
PHCO_18463 fscat
PHCO_18464 getext
PHCO_18465 setext
PHCO_18466 vxdump
PHCO_18468 vxupgrade
PHCO_18470 df
PHCO_18471 fstyp
PHCO_18472 fs_wrapper
PHCO_18473 mount_wrapper
PHCO_19673 fsck_hfs
PHCO_19623 mount_hfs
PHCO_19624 mount_cdfs
PHCO_19631 lvchange
PHCO_19656 mkboot
Please note that PHCO_18467 can be used without the
above patch dependencies if multiple VxFS version
support is not required.
Resolution:
Implement mechanism to allow vxrestore to identify
which version of VxFS is currently configured in
the kernel and then to subsequently run the
appropriate version of vxrestore.
PHCO_16244:
The "-s number" option of the vxrestore does not recover
the specified dump on a tape containing multiple dumps.
Vxrestore was always retrieving the dump at which the
tape was currently positioned at.
SR:
8606202556 5003399683 4701427328
Patch Files:
JournalFS.VXFS-BASE-RUN,fr=B.11.00,fa=HP-UX_B.11.00_32/64,
v=HP:
/usr/lbin/fs/vxfs/vxrestore
/usr/sbin/rvxrestore
/usr/sbin/vxrestore
/sbin/vxrestore
what(1) Output:
JournalFS.VXFS-BASE-RUN,fr=B.11.00,fa=HP-UX_B.11.00_32/64,
v=HP:
/usr/lbin/fs/vxfs/vxrestore:
$Revision: 82.2.1.5 $
PATCH_11_00: dirs.o interactive.o main.o restore.o s
ymtab.o tape.o utilities.o hpux_rel.o ../vxd
ump.3/dumprmt.o 01/07/09
JournalFS.VXFS-BASE-RUN,fr=B.11.00,fa=HP-UX_B.11.00_32/64,
v=HP:
/usr/sbin/rvxrestore:
$Revision: 82.2.1.5 $
PATCH_11_00: dirs.o interactive.o main.o restore.o s
ymtab.o tape.o utilities.o hpux_rel.o ../vxd
ump.3/dumprmt.o 01/07/09
JournalFS.VXFS-BASE-RUN,fr=B.11.00,fa=HP-UX_B.11.00_32/64,
v=HP:
/usr/sbin/vxrestore:
$Revision: 82.2.1.5 $
PATCH_11_00: dirs.o interactive.o main.o restore.o s
ymtab.o tape.o utilities.o hpux_rel.o ../vxd
ump.3/dumprmt.o 01/07/09
JournalFS.VXFS-BASE-RUN,fr=B.11.00,fa=HP-UX_B.11.00_32/64,
v=HP:
/sbin/vxrestore:
$Revision: 82.2.1.5 $
$ PATCH/11.00:PHCO_24148 May 25 2001 08:04:43 $
PATCH_11_00: dirs.o interactive.o main.o restore.o s
ymtab.o tape.o utilities.o hpux_rel.o 01/07/
09
cksum(1) Output:
JournalFS.VXFS-BASE-RUN,fr=B.11.00,fa=HP-UX_B.11.00_32/64,
v=HP:
3155300302 135168 /usr/lbin/fs/vxfs/vxrestore
JournalFS.VXFS-BASE-RUN,fr=B.11.00,fa=HP-UX_B.11.00_32/64,
v=HP:
3155300302 135168 /usr/sbin/rvxrestore
JournalFS.VXFS-BASE-RUN,fr=B.11.00,fa=HP-UX_B.11.00_32/64,
v=HP:
3155300302 135168 /usr/sbin/vxrestore
JournalFS.VXFS-BASE-RUN,fr=B.11.00,fa=HP-UX_B.11.00_32/64,
v=HP:
1773783464 393216 /sbin/vxrestore
Patch Conflicts: None
Patch Dependencies: None
Hardware Dependencies: None
Other Dependencies: None
Supersedes:
PHCO_16244 PHCO_18467
Equivalent Patches: None
Patch Package Size: 540 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_24514
5. Run swinstall to install the patch:
swinstall -x autoreboot=true -x patch_match_target=true \
-s /tmp/PHCO_24514.depot
By default swinstall will archive the original software in
/var/adm/sw/save/PHCO_24514. If you do not wish to retain a
copy of the original software, use the patch_save_files option:
swinstall -x autoreboot=true -x patch_match_target=true \
-x patch_save_files=false -s /tmp/PHCO_24514.depot
WARNING: If patch_save_files is false when a patch is installed,
the patch cannot be deinstalled. Please be careful
when using this feature.
For future reference, the contents of the PHCO_24514.text file is
available in the product readme:
swlist -l product -a readme -d
/tmp/PHCO_24514.depot
To put this patch on a magnetic tape and install from the
tape drive, use the command:
dd if=/tmp/PHCO_24514.depot of=/dev/rmt/0m bs=2k
Special Installation Instructions: None
-----End of Document ID: PHCO_24514------------------------------------------
Document ID: PHSS_24828
Date Loaded: 20010821
Title: s700_800 11.00 Predictive C.11.AD cumulative patch
Patch Name: PHSS_24828
Patch Description: s700_800 11.00 Predictive C.11.AD cumulative patch
Creation Date: 01/08/06
Post Date: 01/08/21
Hardware Platforms - OS Releases:
s700: 11.00
s800: 11.00
Products:
Predictive C.11.AD.00
Filesets:
Predictive.PREDICTIVE-RUN,fr=C.11.00.18,fa=HP-UX_B.11.00_32/64,v=HP
Automatic Reboot?: No
Status: General Release
Critical: No
Category Tags:
defect_repair enhancement general_release
Path Name: /hp-ux_patches/s700_800/11.X/PHSS_24828
Symptoms:
PHSS_24828:
o Predictive does not dial using the modem properly if the
system has many(>416) psuedo terminals in use.
PHSS_24158:
o Predictive does not report power supply failures.
(JAGad46733)
Defect Description:
PHSS_24828:
o Predictive's methodology of allocating ptys did not work
beyond the first 416 ptys.
PHSS_24158:
o Predictive does not report EMS events for power
supply failures.
SR:
8606177501 8606213761
Patch Files:
Predictive.PREDICTIVE-RUN,fr=C.11.00.18,
fa=HP-UX_B.11.00_32/64,v=HP:
/opt/pred/bin/ARRYSCN1
/opt/pred/bin/CPSMG000
/opt/pred/bin/CPSUI000
/opt/pred/bin/Dialers
/opt/pred/bin/EMSSCAN
/opt/pred/bin/FIMGCAT
/opt/pred/bin/LOGSCANP
/opt/pred/bin/MEMSCANP
/opt/pred/bin/PROCSCNP
/opt/pred/bin/PSCONFGP
/opt/pred/bin/PSCONFIG
/opt/pred/bin/PSDCTSTD
/opt/pred/bin/PSKRMP
/opt/pred/bin/PSMDBSP
/opt/pred/bin/PSPTKCAT
/opt/pred/bin/PSRULEUP
/opt/pred/bin/PSUXFDMP
/opt/pred/bin/PSUXFRDM
/opt/pred/bin/PSUXFRDP
/opt/pred/bin/PTRACKP
/opt/pred/bin/Rel_NOTES.PRED
/opt/pred/bin/SCHEDCAT
/opt/pred/bin/SCSISCNP
/opt/pred/bin/SGSCANP
/opt/pred/bin/XFERMAIL
/opt/pred/bin/addDialers
/opt/pred/bin/circat
/opt/pred/bin/cirtail
/opt/pred/bin/dbsupp
/opt/pred/bin/dcconfig.sh
/opt/pred/bin/libpsux.sl
/opt/pred/bin/mrgDialers
/opt/pred/bin/psconfig
/opt/pred/bin/psmond
/opt/pred/bin/ptrack10.sh
/opt/pred/bin/schedchk
/opt/pred/bin/swinv10.sh
/opt/pred/bin/tcpemail
/opt/pred/bin/tcpemstats
/opt/pred/config/pt/FC60_monitor.pt
/opt/pred/config/pt/disk_em.pt
/opt/pred/config/pt/dm_FCMS_adapter.pt
/opt/pred/config/pt/dm_fc_scsi_mux.pt
/opt/pred/config/pt/dm_fc_sw.pt
/opt/pred/config/pt/dm_ses_enclosure.pt
/opt/pred/config/pt/dm_stape.pt
/opt/pred/config/pt/RemoteMonitor.pt
/opt/pred/config/pt/dm_core_hw.pt
/opt/pred/config/pt/ha_disk_array.pt
/opt/pred/config/pt/header.pt
/opt/pred/newconfig/etc/ddfa/predictpcf
/opt/pred/newconfig/etc/rc.config.d/predictive
/opt/pred/newconfig/opt/pred/bin/.forward
/opt/pred/newconfig/opt/pred/bin/U001AU01
/opt/pred/newconfig/opt/pred/bin/U001FCSW
/opt/pred/newconfig/opt/pred/bin/U001OPT2
/opt/pred/newconfig/opt/pred/bin/U001RMON
/opt/pred/newconfig/opt/pred/bin/U002CORE
/opt/pred/newconfig/opt/pred/bin/U001SG00
/opt/pred/newconfig/opt/pred/bin/U002EMS0
/opt/pred/newconfig/opt/pred/bin/U002EMS3
/opt/pred/newconfig/opt/pred/bin/U003EMS2
/opt/pred/newconfig/opt/pred/bin/U003EMS4
/opt/pred/newconfig/opt/pred/bin/U003PC00
/opt/pred/newconfig/opt/pred/bin/U004EMS1
/opt/pred/newconfig/opt/pred/bin/U004EMS5
/opt/pred/newconfig/opt/pred/bin/U004TP8S
/opt/pred/newconfig/opt/pred/bin/U005PP00
/opt/pred/newconfig/opt/pred/bin/U005TPHD
/opt/pred/newconfig/opt/pred/bin/U006DSM2
/opt/pred/newconfig/opt/pred/bin/U007DSSC
/opt/pred/newconfig/opt/pred/bin/U013DS5A
/opt/pred/newconfig/opt/pred/bin/U013TP78
/opt/pred/newconfig/opt/pred/bin/U014DS35
/opt/pred/newconfig/opt/pred/bin/U014DS3F
/opt/pred/newconfig/opt/pred/bin/U014DS56
/opt/pred/newconfig/opt/pred/bin/U014RU00
/opt/pred/newconfig/opt/pred/bin/U015DS22
/opt/pred/newconfig/opt/pred/bin/U017DS2F
/opt/pred/newconfig/opt/pred/bin/U017DSWS
/opt/pred/newconfig/opt/pred/bin/U017DU00
/opt/pred/newconfig/opt/pred/bin/U017LU00
/opt/pred/newconfig/opt/pred/bin/U018DS37
/opt/pred/newconfig/opt/pred/bin/U019DS2S
/opt/pred/newconfig/opt/pred/bin/U019DS5S
/opt/pred/newconfig/opt/pred/bin/U019MC00
/opt/pred/newconfig/opt/pred/bin/U021OEM1
/opt/pred/newconfig/opt/pred/bin/U021DS5F
/opt/pred/newconfig/opt/pred/bin/U023DSM1
/opt/pred/newconfig/opt/pred/bin/U022ME00
/opt/pred/newconfig/opt/pred/bin/U024DS7S
/opt/pred/newconfig/opt/pred/bin/U026MU00
/opt/pred/newconfig/opt/pred/bin/U026SU00
/opt/pred/newconfig/opt/pred/bin/U028TP15
/opt/pred/newconfig/opt/pred/bin/U029PS00
/opt/pred/newconfig/opt/pred/bin/psupschd
/sbin/init.d/predictive
/sbin/rc1.d/K256predictive
/sbin/rc2.d/S744predictive
/var/stm/config/tools/monitor/predictive.sapcfg
what(1) Output:
Predictive.PREDICTIVE-RUN,fr=C.11.00.18,
fa=HP-UX_B.11.00_32/64,v=HP:
/opt/pred/bin/ARRYSCN1:
$Header: /newpred/arryscn1/src/arryscn1.p 101.1.1.4
1997/10/17 20:32:26 jwe Exp $
PSCONFGP,01/08/09,A.10.02
GET_DATE_INFORMATION.C, $Revision: 1.10 $
GET_HVERSION.C, $Revision: 1.12 $
GET_LICENSE.C, $Revision: 1.24 $
MAKE_LIC_INTERNAL.H, $Revision: 1.4 $
INSTALL_LICENSE.C, $Revision: 1.15 $
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
MAKE_LIC_INTERNAL.H, $Revision: 1.4 $
MAKE_LICENSE.C, $Revision: 1.20 $
STABLE_STORE_INFO.C, $Revision: 1.15 $
WRITE_TO_SS.C, $Revision: 1.8 $
check_temp.h,$Revision: 1.5 $
CHECK_TEMP_LICENSE.C,$Revision: 1.10 $
DECODE_STABLE_STORAGE.C, $Revision: 1.5 $
DETERMINE_EXPIRATION_DATE.C, $Revision: 1.6 $
MAKE_LIC_AR.H, $Revision: 1.28 $
MAKE_LIC_INTERNAL.H, $Revision: 1.4 $
GET_ROW_COL.C, $Revision: 1.7 $
GET_SW_ID.C, $Revision: 1.12 $
GET_SYSTEM_TYPE.C, $Revision: 1.7 $
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
MAKE_LIC_INTERNAL.H, $Revision: 1.4 $
HVERSION_RECOGNIZED, $Revision: 1.2 $
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
INSTALL_RCO_LICENSE.C, $Revision: 1.11 $
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
IS_RCO_LICENSE_INSTALLED.C, $Revision: 1.6 $
LIC_GET_DATE.C, $Revision: 1.5 $
OVERLAP_PASSWORDS.C, $Revision: 1.6 $
READ_FROM_SS.C, $Revision: 1.5 $
check_temp.h,$Revision: 1.5 $
COMPARE_TEMP_HP.C, $Revision: 1.6 $
CONVERT_DATE, $Revision: 1.6 $
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
GATHER_INFORMATION.C, $Revision: 1.4 $
MAKE_DATE_CANONICAL.C, 7/1/92, A.01.00
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
SEARCH_FOR_SESSION.C, $Revision: 1.4 $
check_temp.h,$Revision: 1.5 $
FIND_BEGINNING_DATE.C, $Revision: 1.5 $
GET_BOOT_TIME.C, $Revision: 1.5 $
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
GET_SESSION_ID.C, $Revision: 1.7 $
/opt/pred/bin/CPSMG000:
None
/opt/pred/bin/CPSUI000:
None
/opt/pred/bin/Dialers:
None
/opt/pred/bin/EMSSCAN:
$Header: /newpred/emsscan/src/emsscan.p 110.1.1.9 19
98/10/16 21:50:57 golson Exp $
PSCONFGP,01/08/09,A.10.02
GET_DATE_INFORMATION.C, $Revision: 1.10 $
GET_HVERSION.C, $Revision: 1.12 $
GET_LICENSE.C, $Revision: 1.24 $
MAKE_LIC_INTERNAL.H, $Revision: 1.4 $
INSTALL_LICENSE.C, $Revision: 1.15 $
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
MAKE_LIC_INTERNAL.H, $Revision: 1.4 $
MAKE_LICENSE.C, $Revision: 1.20 $
STABLE_STORE_INFO.C, $Revision: 1.15 $
WRITE_TO_SS.C, $Revision: 1.8 $
check_temp.h,$Revision: 1.5 $
CHECK_TEMP_LICENSE.C,$Revision: 1.10 $
DECODE_STABLE_STORAGE.C, $Revision: 1.5 $
DETERMINE_EXPIRATION_DATE.C, $Revision: 1.6 $
MAKE_LIC_AR.H, $Revision: 1.28 $
MAKE_LIC_INTERNAL.H, $Revision: 1.4 $
GET_ROW_COL.C, $Revision: 1.7 $
GET_SW_ID.C, $Revision: 1.12 $
GET_SYSTEM_TYPE.C, $Revision: 1.7 $
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
MAKE_LIC_INTERNAL.H, $Revision: 1.4 $
HVERSION_RECOGNIZED, $Revision: 1.2 $
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
INSTALL_RCO_LICENSE.C, $Revision: 1.11 $
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
IS_RCO_LICENSE_INSTALLED.C, $Revision: 1.6 $
LIC_GET_DATE.C, $Revision: 1.5 $
OVERLAP_PASSWORDS.C, $Revision: 1.6 $
READ_FROM_SS.C, $Revision: 1.5 $
check_temp.h,$Revision: 1.5 $
COMPARE_TEMP_HP.C, $Revision: 1.6 $
CONVERT_DATE, $Revision: 1.6 $
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
GATHER_INFORMATION.C, $Revision: 1.4 $
MAKE_DATE_CANONICAL.C, 7/1/92, A.01.00
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
SEARCH_FOR_SESSION.C, $Revision: 1.4 $
check_temp.h,$Revision: 1.5 $
FIND_BEGINNING_DATE.C, $Revision: 1.5 $
GET_BOOT_TIME.C, $Revision: 1.5 $
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
GET_SESSION_ID.C, $Revision: 1.7 $
/opt/pred/bin/FIMGCAT:
None
/opt/pred/bin/LOGSCANP:
$Header: /newpred/logscan/src/logscan_trace.inc 101.
2.1.1 1997/08/14 22:34:40 golson Exp $
$Header: /newpred/logscan/src/logscan_cleanup.inc 10
1.4.1.1 1997/08/14 22:34:37 golson Exp $
$Header: /newpred/logscan/src/fakeread.inc 101.3.1.1
1997/08/14 22:34:21 golson Exp $
$Header: /newpred/logscan/src/logscan_trace.inc 101.
2.1.1 1997/08/14 22:34:40 golson Exp $
$Header: /newpred/logscan/src/logscan_trace.inc 101.
2.1.1 1997/08/14 22:34:40 golson Exp $
$Header: /newpred/logscan/src/logscan_trace.inc 101.
2.1.1 1997/08/14 22:34:40 golson Exp $
$Header: /newpred/logscan/src/build_product_id.inc 1
01.3.1.1 1997/08/14 22:34:18 golson Exp $
$Header: /newpred/logscan/src/logscan_trace.inc 101.
2.1.1 1997/08/14 22:34:40 golson Exp $
$Header: /newpred/logscan/src/format_sys_event.inc 1
01.4.1.1 1997/08/14 22:34:24 golson Exp $
$Header: /newpred/logscan/src/process_sys_rec.inc 10
1.3.1.3 1997/09/24 15:55:52 mike Exp $
$Header: /newpred/logscan/src/process_sys_logs.inc 1
01.8.1.1 1997/08/14 22:34:48 golson Exp $
$Header: /newpred/logscan/src/get_cpu_rec.inc 101.2.
1.1 1997/08/14 22:34:26 golson Exp $
$Header: /newpred/logscan/src/logscan_trace.inc 101.
2.1.1 1997/08/14 22:34:40 golson Exp $
$Header: /newpred/logscan/src/get_log_start_date.inc
101.4.1.1 1997/08/14 22:34:27 golson Exp $
$Header: /newpred/logscan/src/logscan_trace.inc 101.
2.1.1 1997/08/14 22:34:40 golson Exp $
$Header: /newpred/logscan/src/init_sys_logfile.inc 1
01.6.1.1 1997/08/14 22:34:32 golson Exp $
$Header: /newpred/logscan/src/logscan_trace.inc 101.
2.1.1 1997/08/14 22:34:40 golson Exp $
$Header: /newpred/logscan/src/get_peripheral_config.
inc 101.2.1.1 1997/08/14 22:34:29 golson Exp
$
$Header: /newpred/logscan/src/logscan_trace.inc 101.
2.1.1 1997/08/14 22:34:40 golson Exp $
$Header: /newpred/logscan/src/get_valid_rec_types.in
c 101.2.1.1 1997/08/14 22:34:30 golson Exp $
$Header: /newpred/logscan/src/logscan_trace.inc 101.
2.1.1 1997/08/14 22:34:40 golson Exp $
$Header: /newpred/logscan/src/l_init_global_vars.inc
101.2.1.1 1997/08/14 22:34:34 golson Exp $
$Header: /newpred/logscan/src/logscan_trace.inc 101.
2.1.1 1997/08/14 22:34:40 golson Exp $
$Header: /newpred/logscan/src/l_init_ps_files.inc 10
1.3.1.1 1997/08/14 22:34:35 golson Exp $
$Header: /newpred/logscan/src/logscan_trace.inc 101.
2.1.1 1997/08/14 22:34:40 golson Exp $
$Header: /newpred/logscan/src/logscan_init.inc 101.3
.1.1 1997/08/14 22:34:39 golson Exp $
$Header: /newpred/include/p/mipc.h 101.2.1.1 1997/08
/14 22:22:38 golson Exp $
$Header: /newpred/logscan/src/logsmain.p 101.6.1.1 1
997/08/14 22:34:42 golson Exp $
LOGSCAN,01/08/09,B.00.03
PSCONFGP,01/08/09,A.10.02
GET_DATE_INFORMATION.C, $Revision: 1.10 $
GET_HVERSION.C, $Revision: 1.12 $
GET_LICENSE.C, $Revision: 1.24 $
MAKE_LIC_INTERNAL.H, $Revision: 1.4 $
INSTALL_LICENSE.C, $Revision: 1.15 $
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
MAKE_LIC_INTERNAL.H, $Revision: 1.4 $
MAKE_LICENSE.C, $Revision: 1.20 $
STABLE_STORE_INFO.C, $Revision: 1.15 $
WRITE_TO_SS.C, $Revision: 1.8 $
check_temp.h,$Revision: 1.5 $
CHECK_TEMP_LICENSE.C,$Revision: 1.10 $
DECODE_STABLE_STORAGE.C, $Revision: 1.5 $
DETERMINE_EXPIRATION_DATE.C, $Revision: 1.6 $
MAKE_LIC_AR.H, $Revision: 1.28 $
MAKE_LIC_INTERNAL.H, $Revision: 1.4 $
GET_ROW_COL.C, $Revision: 1.7 $
GET_SW_ID.C, $Revision: 1.12 $
GET_SYSTEM_TYPE.C, $Revision: 1.7 $
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
MAKE_LIC_INTERNAL.H, $Revision: 1.4 $
HVERSION_RECOGNIZED, $Revision: 1.2 $
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
INSTALL_RCO_LICENSE.C, $Revision: 1.11 $
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
IS_RCO_LICENSE_INSTALLED.C, $Revision: 1.6 $
LIC_GET_DATE.C, $Revision: 1.5 $
OVERLAP_PASSWORDS.C, $Revision: 1.6 $
READ_FROM_SS.C, $Revision: 1.5 $
check_temp.h,$Revision: 1.5 $
COMPARE_TEMP_HP.C, $Revision: 1.6 $
CONVERT_DATE, $Revision: 1.6 $
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
GATHER_INFORMATION.C, $Revision: 1.4 $
MAKE_DATE_CANONICAL.C, 7/1/92, A.01.00
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
SEARCH_FOR_SESSION.C, $Revision: 1.4 $
check_temp.h,$Revision: 1.5 $
FIND_BEGINNING_DATE.C, $Revision: 1.5 $
GET_BOOT_TIME.C, $Revision: 1.5 $
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
GET_SESSION_ID.C, $Revision: 1.7 $
/opt/pred/bin/MEMSCANP:
$Header: /newpred/memscan/src/process_1540.inc 101.2
1998/08/20 19:21:32 jean Exp $
$Header: /newpred/memscan/src/memscan_cleanup.inc 10
1.2.1.1 1997/08/14 22:35:50 golson Exp $
$Header: /newpred/memscan/src/move_omemlog.inc 101.2
.1.1 1997/08/14 22:35:58 golson Exp $
$Header: /newpred/memscan/src/mem_list_procs2.inc 10
1.2.1.1 1997/08/14 22:35:45 golson Exp $
$Header: /newpred/memscan/src/mem_list_procs.inc 110
.1.1.3 1997/11/14 00:15:24 fisher Exp $
$Header: /newpred/memscan/src/format_pagedealloc_eve
nt.inc 101.2.1.1 1997/08/14 22:35:24 golson
Exp $
$Header: /newpred/memscan/src/format_memlog_event.in
c 101.2.1.1 1997/08/14 22:35:21 golson Exp $
$Header: /newpred/memscan/src/read_local_memlog.inc
110.1.1.3 1997/11/14 00:15:36 fisher Exp $
$Header: /newpred/memscan/src/read_local_memlog_head
er.inc 101.2.1.1 1997/08/14 22:36:11 golson
Exp $
$Header: /newpred/memscan/src/open_omemlog.inc 101.2
.1.1 1997/08/14 22:36:02 golson Exp $
$Header: /newpred/memscan/src/sort_memlog_ux.inc 101
.2.1.1 1997/08/14 22:36:14 golson Exp $
$Header: /newpred/memscan/src/process_local_memlog.i
nc 110.1.1.3 1997/11/14 00:15:33 fisher Exp
$
$Header: /newpred/memscan/src/write_local_memlog.inc
110.1.1.3 1997/11/14 00:15:38 fisher Exp $
$Header: /newpred/memscan/src/check_for_shutdown.inc
101.3.1.1 1997/08/14 22:35:13 golson Exp $
$Header: /newpred/memscan/src/process_mem_event.inc
101.2.1.1 1997/08/14 22:36:07 golson Exp $
$Header: /newpred/memscan/src/format_pdt_event.inc 1
01.2.1.1 1997/08/14 22:35:26 golson Exp $
$Header: /newpred/memscan/src/format_memtimer_event.
inc 101.2.1.1 1997/08/14 22:35:23 golson Exp
$
$Header: /newpred/memscan/src/board_size.inc 101.2.1
.1 1997/08/14 22:35:08 golson Exp $
$Header: /newpred/memscan/src/bank_supported.inc 101
.2.1.1 1997/08/14 22:35:07 golson Exp $
$Header: /newpred/memscan/src/board_supported.inc 11
0.1.1.3 1999/05/04 18:45:58 joel Exp $
$Header: /newpred/memscan/src/log_record_updated.inc
101.2.1.1 1997/08/14 22:35:37 golson Exp $
$Header: /newpred/memscan/src/clear_local_memlog.inc
101.2.1.1 1997/08/14 22:35:14 golson Exp $
$Header: /newpred/memscan/src/process_mem_logs.inc 1
10.1.1.4 1999/05/04 18:46:29 joel Exp $
$Header: /newpred/memscan/src/get_cpu_rec.inc 101.2.
1.1 1997/08/14 22:35:29 golson Exp $
$Header: /newpred/memscan/src/get_memory_info.inc 11
0.1.1.6 1999/04/29 19:49:57 joel Exp $
$Header: /newpred/memscan/src/init_mem_logfile.inc 1
01.2.1.1.2.1 1998/08/20 17:46:16 jean Exp $
$Header: /newpred/memscan/src/access_mem_init.inc 10
1.2.1.1 1997/08/14 22:35:05 golson Exp $
$Header: /newpred/memscan/src/check_enabled.inc 101.
2.1.1 1997/08/14 22:35:11 golson Exp $
$Header: /newpred/memscan/src/m_init_global_vars.inc
101.2.1.1 1997/08/14 22:35:38 golson Exp $
$Header: /newpred/memscan/src/m_init_ps_files.inc 10
1.2.1.1 1997/08/14 22:35:40 golson Exp $
$Header: /newpred/memscan/src/meminit.inc 101.4.1.1
1997/08/14 22:35:49 golson Exp $
$Header: /newpred/memscan/src/memscan_trace.inc 101.
2.1.1 1997/08/14 22:35:53 golson Exp $
$Header: /newpred/memscan/src/memsmain.p 110.1.1.5 1
998/08/20 17:10:56 jean Exp $
MEMSCAN,01/08/09,C.01.02
tprocid.h, $Revision: 1.36 $
GET_DATE_INFORMATION.C, $Revision: 1.10 $
GET_HVERSION.C, $Revision: 1.12 $
GET_LICENSE.C, $Revision: 1.24 $
MAKE_LIC_INTERNAL.H, $Revision: 1.4 $
INSTALL_LICENSE.C, $Revision: 1.15 $
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
MAKE_LIC_INTERNAL.H, $Revision: 1.4 $
MAKE_LICENSE.C, $Revision: 1.20 $
STABLE_STORE_INFO.C, $Revision: 1.15 $
WRITE_TO_SS.C, $Revision: 1.8 $
check_temp.h,$Revision: 1.5 $
CHECK_TEMP_LICENSE.C,$Revision: 1.10 $
DECODE_STABLE_STORAGE.C, $Revision: 1.5 $
DETERMINE_EXPIRATION_DATE.C, $Revision: 1.6 $
MAKE_LIC_AR.H, $Revision: 1.28 $
MAKE_LIC_INTERNAL.H, $Revision: 1.4 $
GET_ROW_COL.C, $Revision: 1.7 $
GET_SW_ID.C, $Revision: 1.12 $
GET_SYSTEM_TYPE.C, $Revision: 1.7 $
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
MAKE_LIC_INTERNAL.H, $Revision: 1.4 $
HVERSION_RECOGNIZED, $Revision: 1.2 $
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
INSTALL_RCO_LICENSE.C, $Revision: 1.11 $
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
IS_RCO_LICENSE_INSTALLED.C, $Revision: 1.6 $
LIC_GET_DATE.C, $Revision: 1.5 $
OVERLAP_PASSWORDS.C, $Revision: 1.6 $
READ_FROM_SS.C, $Revision: 1.5 $
check_temp.h,$Revision: 1.5 $
COMPARE_TEMP_HP.C, $Revision: 1.6 $
CONVERT_DATE, $Revision: 1.6 $
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
GATHER_INFORMATION.C, $Revision: 1.4 $
MAKE_DATE_CANONICAL.C, 7/1/92, A.01.00
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
SEARCH_FOR_SESSION.C, $Revision: 1.4 $
check_temp.h,$Revision: 1.5 $
FIND_BEGINNING_DATE.C, $Revision: 1.5 $
GET_BOOT_TIME.C, $Revision: 1.5 $
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
GET_SESSION_ID.C, $Revision: 1.7 $
/opt/pred/bin/PROCSCNP:
$Header: /newpred/procscan/src/procscan.p 101.5.1.9
2000/10/12 18:48:48 fisher Exp $
tprocid.h, $Revision: 1.36 $
tprocid.h, $Revision: 1.36 $
tprocid.h, $Revision: 1.36 $
tprocid.h, $Revision: 1.36 $
tprocid.h, $Revision: 1.36 $
tprocid.h, $Revision: 1.36 $
tprocid.h, $Revision: 1.36 $
PSCONFGP,01/08/09,A.10.02
GET_DATE_INFORMATION.C, $Revision: 1.10 $
GET_HVERSION.C, $Revision: 1.12 $
GET_LICENSE.C, $Revision: 1.24 $
MAKE_LIC_INTERNAL.H, $Revision: 1.4 $
INSTALL_LICENSE.C, $Revision: 1.15 $
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
MAKE_LIC_INTERNAL.H, $Revision: 1.4 $
MAKE_LICENSE.C, $Revision: 1.20 $
STABLE_STORE_INFO.C, $Revision: 1.15 $
WRITE_TO_SS.C, $Revision: 1.8 $
check_temp.h,$Revision: 1.5 $
CHECK_TEMP_LICENSE.C,$Revision: 1.10 $
DECODE_STABLE_STORAGE.C, $Revision: 1.5 $
DETERMINE_EXPIRATION_DATE.C, $Revision: 1.6 $
MAKE_LIC_AR.H, $Revision: 1.28 $
MAKE_LIC_INTERNAL.H, $Revision: 1.4 $
GET_ROW_COL.C, $Revision: 1.7 $
GET_SW_ID.C, $Revision: 1.12 $
GET_SYSTEM_TYPE.C, $Revision: 1.7 $
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
MAKE_LIC_INTERNAL.H, $Revision: 1.4 $
HVERSION_RECOGNIZED, $Revision: 1.2 $
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
INSTALL_RCO_LICENSE.C, $Revision: 1.11 $
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
IS_RCO_LICENSE_INSTALLED.C, $Revision: 1.6 $
LIC_GET_DATE.C, $Revision: 1.5 $
OVERLAP_PASSWORDS.C, $Revision: 1.6 $
READ_FROM_SS.C, $Revision: 1.5 $
check_temp.h,$Revision: 1.5 $
COMPARE_TEMP_HP.C, $Revision: 1.6 $
CONVERT_DATE, $Revision: 1.6 $
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
GATHER_INFORMATION.C, $Revision: 1.4 $
MAKE_DATE_CANONICAL.C, 7/1/92, A.01.00
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
SEARCH_FOR_SESSION.C, $Revision: 1.4 $
check_temp.h,$Revision: 1.5 $
FIND_BEGINNING_DATE.C, $Revision: 1.5 $
GET_BOOT_TIME.C, $Revision: 1.5 $
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
GET_SESSION_ID.C, $Revision: 1.7 $
/opt/pred/bin/PSCONFGP:
$Header: /newpred/include/p/automod.h 101.1.1.1 1997
/08/14 22:22:16 golson Exp $
$Header: /newpred/include/p/pnconvrt.h 101.1.1.1 199
7/08/14 22:23:30 golson Exp $
$Header: /newpred/include/p/dautomod.h 101.2.1.1 199
7/08/14 22:22:17 golson Exp $
$Header: /newpred/include/p/dpnconvrt.h 101.1.1.1 19
97/08/14 22:22:24 golson Exp $
PSCONFGP,01/08/09,A.10.02
$Header: /newpred/configuration/src/iomap.inc 101.1.
1.2 1999/12/22 19:24:06 joelh Exp $
$Header: /newpred/include/p/pnconvrt.h 101.1.1.1 199
7/08/14 22:23:30 golson Exp $
$Header: /newpred/include/p/mipc.h 101.2.1.1 1997/08
/14 22:22:38 golson Exp $
$Header: /newpred/configuration/src/psdacc.inc 101.1
.1.1 1997/08/14 22:12:15 golson Exp $
$Header: /newpred/include/p/dpnconvrt.h 101.1.1.1 19
97/08/14 22:22:24 golson Exp $
$Header: /newpred/include/p/dautomod.h 101.2.1.1 199
7/08/14 22:22:17 golson Exp $
$Header: /newpred/configuration/src/automod.p 101.8.
1.2.1.4 1999/12/22 19:08:48 joelh Exp $
PSCONFGP,01/08/09,A.10.02
PSCONFGP,01/08/09,A.10.02
GET_DATE_INFORMATION.C, $Revision: 1.10 $
GET_HVERSION.C, $Revision: 1.12 $
GET_LICENSE.C, $Revision: 1.24 $
MAKE_LIC_INTERNAL.H, $Revision: 1.4 $
INSTALL_LICENSE.C, $Revision: 1.15 $
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
MAKE_LIC_INTERNAL.H, $Revision: 1.4 $
MAKE_LICENSE.C, $Revision: 1.20 $
STABLE_STORE_INFO.C, $Revision: 1.15 $
WRITE_TO_SS.C, $Revision: 1.8 $
check_temp.h,$Revision: 1.5 $
CHECK_TEMP_LICENSE.C,$Revision: 1.10 $
DECODE_STABLE_STORAGE.C, $Revision: 1.5 $
DETERMINE_EXPIRATION_DATE.C, $Revision: 1.6 $
MAKE_LIC_AR.H, $Revision: 1.28 $
MAKE_LIC_INTERNAL.H, $Revision: 1.4 $
GET_ROW_COL.C, $Revision: 1.7 $
GET_SW_ID.C, $Revision: 1.12 $
GET_SYSTEM_TYPE.C, $Revision: 1.7 $
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
MAKE_LIC_INTERNAL.H, $Revision: 1.4 $
HVERSION_RECOGNIZED, $Revision: 1.2 $
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
INSTALL_RCO_LICENSE.C, $Revision: 1.11 $
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
IS_RCO_LICENSE_INSTALLED.C, $Revision: 1.6 $
LIC_GET_DATE.C, $Revision: 1.5 $
OVERLAP_PASSWORDS.C, $Revision: 1.6 $
READ_FROM_SS.C, $Revision: 1.5 $
check_temp.h,$Revision: 1.5 $
COMPARE_TEMP_HP.C, $Revision: 1.6 $
CONVERT_DATE, $Revision: 1.6 $
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
GATHER_INFORMATION.C, $Revision: 1.4 $
MAKE_DATE_CANONICAL.C, 7/1/92, A.01.00
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
SEARCH_FOR_SESSION.C, $Revision: 1.4 $
check_temp.h,$Revision: 1.5 $
FIND_BEGINNING_DATE.C, $Revision: 1.5 $
GET_BOOT_TIME.C, $Revision: 1.5 $
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
GET_SESSION_ID.C, $Revision: 1.7 $
$Revision: 101.6.1.3 $
$Revision: 101.5.1.1 $
/opt/pred/bin/PSCONFIG:
$Header: /newpred/psui/src/psui_mainline.inc 101.4.1
.1 1997/08/14 22:40:29 golson Exp $
$Header: /newpred/psui/src/wait_for_ps_run_to_end.in
c 101.1.1.1 1997/08/14 22:41:05 golson Exp $
$Header: /newpred/psui/src/psui_main_init.inc 101.5.
1.1 1997/08/14 22:40:28 golson Exp $
$Header: /newpred/psui/src/build_item_info.inc 101.2
.1.1 1997/08/14 22:39:05 golson Exp $
$Header: /newpred/psui/src/psui_get_utility.inc 101.
3.1.1 1997/08/14 22:40:23 golson Exp $
$Header: /newpred/psui/src/evaluate_item.inc 101.2.1
.2 1998/03/18 22:50:13 jeremyc Exp $
$Header: /newpred/psui/src/xfer_menu_actions.inc 101
.3.1.2 1999/08/23 19:45:24 joel Exp $
$Header: /newpred/psui/src/set_item_parms.inc 101.2.
1.2 1997/11/05 21:58:00 golson Exp $
$Header: /newpred/psui/src/request_psmon.inc 101.5.1
.1 1997/08/14 22:40:48 golson Exp $
$Header: /newpred/psui/src/prompt_for_periph.inc 101
.2.1.1 1997/08/14 22:40:15 golson Exp $
$Header: /newpred/psui/src/edit_field.inc 101.2.1.2
1997/11/05 21:57:40 golson Exp $
$Header: /newpred/psui/src/translate_field.inc 101.2
.1.2 1997/11/05 21:58:01 golson Exp $
$Header: /newpred/psui/src/get_runtime_value.inc 101
.2.1.1 1997/08/14 22:39:32 golson Exp $
$Header: /newpred/psui/src/psui_functions.inc 101.2.
1.1 1997/08/14 22:40:20 golson Exp $
$Header: /newpred/include/p/automod.h 101.1.1.1 1997
/08/14 22:22:16 golson Exp $
$Header: /newpred/include/p/pnconvrt.h 101.1.1.1 199
7/08/14 22:23:30 golson Exp $
$Header: /newpred/include/p/dautomod.h 101.2.1.1 199
7/08/14 22:22:17 golson Exp $
$Header: /newpred/include/p/dpnconvrt.h 101.1.1.1 19
97/08/14 22:22:24 golson Exp $
$Header: /newpred/psui/src/psui.p 101.7.1.5 1999/09/
15 17:01:20 jeremyc Exp $
PSCONFIG,01/08/09,C.01.00
$Header: /newpred/configuration/src/iomap.inc 101.1.
1.2 1999/12/22 19:24:06 joelh Exp $
$Header: /newpred/include/p/pnconvrt.h 101.1.1.1 199
7/08/14 22:23:30 golson Exp $
$Header: /newpred/include/p/mipc.h 101.2.1.1 1997/08
/14 22:22:38 golson Exp $
$Header: /newpred/configuration/src/psdacc.inc 101.1
.1.1 1997/08/14 22:12:15 golson Exp $
$Header: /newpred/include/p/dpnconvrt.h 101.1.1.1 19
97/08/14 22:22:24 golson Exp $
$Header: /newpred/include/p/dautomod.h 101.2.1.1 199
7/08/14 22:22:17 golson Exp $
$Header: /newpred/configuration/src/automod.p 101.8.
1.2.1.4 1999/12/22 19:08:48 joelh Exp $
PSCONFGP,01/08/09,A.10.02
PSCONFGP,01/08/09,A.10.02
GET_DATE_INFORMATION.C, $Revision: 1.10 $
GET_HVERSION.C, $Revision: 1.12 $
GET_LICENSE.C, $Revision: 1.24 $
MAKE_LIC_INTERNAL.H, $Revision: 1.4 $
INSTALL_LICENSE.C, $Revision: 1.15 $
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
MAKE_LIC_INTERNAL.H, $Revision: 1.4 $
MAKE_LICENSE.C, $Revision: 1.20 $
STABLE_STORE_INFO.C, $Revision: 1.15 $
WRITE_TO_SS.C, $Revision: 1.8 $
check_temp.h,$Revision: 1.5 $
CHECK_TEMP_LICENSE.C,$Revision: 1.10 $
DECODE_STABLE_STORAGE.C, $Revision: 1.5 $
DETERMINE_EXPIRATION_DATE.C, $Revision: 1.6 $
MAKE_LIC_AR.H, $Revision: 1.28 $
MAKE_LIC_INTERNAL.H, $Revision: 1.4 $
GET_ROW_COL.C, $Revision: 1.7 $
GET_SW_ID.C, $Revision: 1.12 $
GET_SYSTEM_TYPE.C, $Revision: 1.7 $
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
MAKE_LIC_INTERNAL.H, $Revision: 1.4 $
HVERSION_RECOGNIZED, $Revision: 1.2 $
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
INSTALL_RCO_LICENSE.C, $Revision: 1.11 $
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
IS_RCO_LICENSE_INSTALLED.C, $Revision: 1.6 $
LIC_GET_DATE.C, $Revision: 1.5 $
OVERLAP_PASSWORDS.C, $Revision: 1.6 $
READ_FROM_SS.C, $Revision: 1.5 $
check_temp.h,$Revision: 1.5 $
COMPARE_TEMP_HP.C, $Revision: 1.6 $
CONVERT_DATE, $Revision: 1.6 $
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
GATHER_INFORMATION.C, $Revision: 1.4 $
MAKE_DATE_CANONICAL.C, 7/1/92, A.01.00
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
SEARCH_FOR_SESSION.C, $Revision: 1.4 $
check_temp.h,$Revision: 1.5 $
FIND_BEGINNING_DATE.C, $Revision: 1.5 $
GET_BOOT_TIME.C, $Revision: 1.5 $
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
GET_SESSION_ID.C, $Revision: 1.7 $
$Revision: 101.6.1.3 $
$Revision: 101.5.1.1 $
/opt/pred/bin/PSDCTSTD:
None
/opt/pred/bin/PSKRMP:
$Revision: 101.1.1.1 $
/opt/pred/bin/PSMDBSP:
$Header: /newpred/include/p/automod.h 101.1.1.1 1997
/08/14 22:22:16 golson Exp $
$Header: /newpred/include/p/pnconvrt.h 101.1.1.1 199
7/08/14 22:23:30 golson Exp $
$Header: /newpred/include/p/dautomod.h 101.2.1.1 199
7/08/14 22:22:17 golson Exp $
$Header: /newpred/include/p/dpnconvrt.h 101.1.1.1 19
97/08/14 22:22:24 golson Exp $
MDBSERV,01/08/09,A.03.00
$Header: /newpred/configuration/src/iomap.inc 101.1.
1.2 1999/12/22 19:24:06 joelh Exp $
$Header: /newpred/include/p/pnconvrt.h 101.1.1.1 199
7/08/14 22:23:30 golson Exp $
$Header: /newpred/include/p/mipc.h 101.2.1.1 1997/08
/14 22:22:38 golson Exp $
$Header: /newpred/configuration/src/psdacc.inc 101.1
.1.1 1997/08/14 22:12:15 golson Exp $
$Header: /newpred/include/p/dpnconvrt.h 101.1.1.1 19
97/08/14 22:22:24 golson Exp $
$Header: /newpred/include/p/dautomod.h 101.2.1.1 199
7/08/14 22:22:17 golson Exp $
$Header: /newpred/configuration/src/automod.p 101.8.
1.2.1.4 1999/12/22 19:08:48 joelh Exp $
PSCONFGP,01/08/09,A.10.02
PSCONFGP,01/08/09,A.10.02
GET_DATE_INFORMATION.C, $Revision: 1.10 $
GET_HVERSION.C, $Revision: 1.12 $
GET_LICENSE.C, $Revision: 1.24 $
MAKE_LIC_INTERNAL.H, $Revision: 1.4 $
INSTALL_LICENSE.C, $Revision: 1.15 $
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
MAKE_LIC_INTERNAL.H, $Revision: 1.4 $
MAKE_LICENSE.C, $Revision: 1.20 $
STABLE_STORE_INFO.C, $Revision: 1.15 $
WRITE_TO_SS.C, $Revision: 1.8 $
check_temp.h,$Revision: 1.5 $
CHECK_TEMP_LICENSE.C,$Revision: 1.10 $
DECODE_STABLE_STORAGE.C, $Revision: 1.5 $
DETERMINE_EXPIRATION_DATE.C, $Revision: 1.6 $
MAKE_LIC_AR.H, $Revision: 1.28 $
MAKE_LIC_INTERNAL.H, $Revision: 1.4 $
GET_ROW_COL.C, $Revision: 1.7 $
GET_SW_ID.C, $Revision: 1.12 $
GET_SYSTEM_TYPE.C, $Revision: 1.7 $
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
MAKE_LIC_INTERNAL.H, $Revision: 1.4 $
HVERSION_RECOGNIZED, $Revision: 1.2 $
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
INSTALL_RCO_LICENSE.C, $Revision: 1.11 $
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
IS_RCO_LICENSE_INSTALLED.C, $Revision: 1.6 $
LIC_GET_DATE.C, $Revision: 1.5 $
OVERLAP_PASSWORDS.C, $Revision: 1.6 $
READ_FROM_SS.C, $Revision: 1.5 $
check_temp.h,$Revision: 1.5 $
COMPARE_TEMP_HP.C, $Revision: 1.6 $
CONVERT_DATE, $Revision: 1.6 $
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
GATHER_INFORMATION.C, $Revision: 1.4 $
MAKE_DATE_CANONICAL.C, 7/1/92, A.01.00
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
SEARCH_FOR_SESSION.C, $Revision: 1.4 $
check_temp.h,$Revision: 1.5 $
FIND_BEGINNING_DATE.C, $Revision: 1.5 $
GET_BOOT_TIME.C, $Revision: 1.5 $
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
GET_SESSION_ID.C, $Revision: 1.7 $
$Header: /newpred/monitor/src1/unamep.c 101.1.1.1 19
97/08/14 22:37:44 golson Exp $
$Revision: 101.6.1.3 $
$Revision: 101.5.1.1 $
/opt/pred/bin/PSPTKCAT:
None
/opt/pred/bin/PSRULEUP:
PSRULEUP,01/08/09,B.00.00
PSRULEUP,01/08/09,B.00.00
$Header: /newpred/include/p/mipc.h 101.2.1.1 1997/08
/14 22:22:38 golson Exp $
$Header: /newpred/ruleset_update/src/ruupprog.p 101.
6.1.2 1997/09/02 19:44:44 golson Exp $
PSRULEUP,01/08/09,B.00.00
GET_DATE_INFORMATION.C, $Revision: 1.10 $
GET_HVERSION.C, $Revision: 1.12 $
GET_LICENSE.C, $Revision: 1.24 $
MAKE_LIC_INTERNAL.H, $Revision: 1.4 $
INSTALL_LICENSE.C, $Revision: 1.15 $
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
MAKE_LIC_INTERNAL.H, $Revision: 1.4 $
MAKE_LICENSE.C, $Revision: 1.20 $
STABLE_STORE_INFO.C, $Revision: 1.15 $
WRITE_TO_SS.C, $Revision: 1.8 $
check_temp.h,$Revision: 1.5 $
CHECK_TEMP_LICENSE.C,$Revision: 1.10 $
DECODE_STABLE_STORAGE.C, $Revision: 1.5 $
DETERMINE_EXPIRATION_DATE.C, $Revision: 1.6 $
MAKE_LIC_AR.H, $Revision: 1.28 $
MAKE_LIC_INTERNAL.H, $Revision: 1.4 $
GET_ROW_COL.C, $Revision: 1.7 $
GET_SW_ID.C, $Revision: 1.12 $
GET_SYSTEM_TYPE.C, $Revision: 1.7 $
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
MAKE_LIC_INTERNAL.H, $Revision: 1.4 $
HVERSION_RECOGNIZED, $Revision: 1.2 $
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
INSTALL_RCO_LICENSE.C, $Revision: 1.11 $
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
IS_RCO_LICENSE_INSTALLED.C, $Revision: 1.6 $
LIC_GET_DATE.C, $Revision: 1.5 $
OVERLAP_PASSWORDS.C, $Revision: 1.6 $
READ_FROM_SS.C, $Revision: 1.5 $
check_temp.h,$Revision: 1.5 $
COMPARE_TEMP_HP.C, $Revision: 1.6 $
CONVERT_DATE, $Revision: 1.6 $
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
GATHER_INFORMATION.C, $Revision: 1.4 $
MAKE_DATE_CANONICAL.C, 7/1/92, A.01.00
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
SEARCH_FOR_SESSION.C, $Revision: 1.4 $
check_temp.h,$Revision: 1.5 $
FIND_BEGINNING_DATE.C, $Revision: 1.5 $
GET_BOOT_TIME.C, $Revision: 1.5 $
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
GET_SESSION_ID.C, $Revision: 1.7 $
/opt/pred/bin/PSUXFDMP:
$Header: /newpred/datacomm/src/signal2.inc 101.1.1.1
1997/08/14 22:13:59 golson Exp $
$Header: /newpred/datacomm/src/signal_handler.inc 10
1.3.1.2 1997/11/05 16:59:26 golson Exp $
$Header: /newpred/datacomm/src/clean_up.inc 101.4.1.
1 1997/08/14 22:12:42 golson Exp $
$Header: /newpred/datacomm/src/close_retry_files.inc
101.1.1.1 1997/08/14 22:12:45 golson Exp $
$Header: /newpred/datacomm/src/report_status.inc 101
.4.1.1 1997/08/14 22:13:45 golson Exp $
$Header: /newpred/datacomm/src/update_xferstatus.inc
101.1.1.2 1999/08/23 16:38:55 joel Exp $
$Header: /newpred/datacomm/src/log_failure.inc 101.2
.1.3 2000/02/24 17:39:01 chuckh Exp $
$Header: /newpred/datacomm/src/reset_bucket.inc 101.
1.1.1 1997/08/14 22:13:47 golson Exp $
$Header: /newpred/datacomm/src/analyzed_event.inc 10
1.1.1.1 1997/08/14 22:12:32 golson Exp $
$Header: /newpred/datacomm/src/update_cwd.inc 101.1.
1.1 1997/08/14 22:14:05 golson Exp $
$Header: /newpred/datacomm/src/update_mf.inc 101.1.1
.1 1997/08/14 22:14:07 golson Exp $
$Header: /newpred/datacomm/src/adjust_cnf.inc 101.1.
1.1 1997/08/14 22:12:30 golson Exp $
$Header: /newpred/datacomm/src/retry_wait.inc 101.4.
1.1 1997/08/14 22:13:58 golson Exp $
$Header: /newpred/datacomm/src/create_xfer.inc 101.3
.1.2 1997/11/05 16:59:17 golson Exp $
$Header: /newpred/datacomm/src/wait_for_xferdial.inc
101.5.1.1 1997/08/14 22:14:12 golson Exp $
$Header: /newpred/datacomm/src/kill_xferdial.inc 101
.4.1.1 1997/08/14 22:13:27 golson Exp $
$Header: /newpred/datacomm/src/build_cmds.inc 101.2.
1.2 1997/11/05 16:59:14 golson Exp $
$Header: /newpred/datacomm/src/build_options.inc 101
.1.1.2 1997/11/05 16:59:15 golson Exp $
$Header: /newpred/datacomm/src/check_for_file.inc 10
1.2.1.1 1997/08/14 22:12:40 golson Exp $
$Header: /newpred/datacomm/src/initialize.inc 101.8.
1.1 1997/08/14 22:13:22 golson Exp $
$Header: /newpred/datacomm/src/open_retry_files.inc
101.1.1.1 1997/08/14 22:13:36 golson Exp $
$Header: /newpred/datacomm/src/using_dtc_check.inc 1
01.4.1.1 1997/08/14 22:14:10 golson Exp $
$Header: /newpred/datacomm/src/get_datacomm_config.i
nc 101.1.1.4 1999/08/23 16:33:54 joel Exp $
$Header: /newpred/datacomm/src/get_options.inc 101.1
.1.1 1997/08/14 22:13:14 golson Exp $
$Header: /newpred/datacomm/src/get_options_jcws.inc
101.1.1.1 1997/08/14 22:13:17 golson Exp $
$Header: /newpred/datacomm/src/get_options_psmon.inc
101.4.1.1 1997/08/14 22:13:18 golson Exp $
$Header: /newpred/datacomm/src/get_mode.inc 101.1.1.
1 1997/08/14 22:13:12 golson Exp $
$Header: /newpred/datacomm/src/get_trace.inc 101.2.1
.1 1997/08/14 22:13:20 golson Exp $
$Header: /newpred/datacomm/src/console_msg.inc 101.1
.1.1 1997/08/14 22:12:48 golson Exp $
$Header: /newpred/datacomm/src/retry_intern_file_err
or.inc 101.1.1.1 1997/08/14 22:13:54 golson
Exp $
$Header: /newpred/datacomm/src/retry_internal_error.
inc 101.1.1.1 1997/08/14 22:13:56 golson Exp
$
$Header: /newpred/datacomm/src/retry_cat_read.inc 10
1.1.1.1 1997/08/14 22:13:52 golson Exp $
$Header: /newpred/datacomm/src/format_dblmf_error.in
c 101.1.1.1 1997/08/14 22:13:04 golson Exp $
$Header: /newpred/datacomm/src/format_dbpmf_error.in
c 101.1.1.1 1997/08/14 22:13:05 golson Exp $
$Header: /newpred/datacomm/src/format_dbconfig_error
.inc 101.1.1.1 1997/08/14 22:13:02 golson Ex
p $
$Header: /newpred/datacomm/src/format_db_error.inc 1
01.1.1.1 1997/08/14 22:13:00 golson Exp $
$Header: /newpred/datacomm/src/write_trace.inc 101.1
.1.1 1997/08/14 22:14:17 golson Exp $
$Header: /newpred/datacomm/src/retry.h 101.1.1.3 199
9/08/23 16:31:43 joel Exp $
$Header: /newpred/datacomm/src/dctypes.h 101.1.1.2 1
997/11/05 16:59:18 golson Exp $
$Header: /newpred/datacomm/src/retry.p 101.4.1.3 200
0/07/19 17:57:28 jean Exp $
PSUXFDMP,01/08/09,C.10.00
GET_DATE_INFORMATION.C, $Revision: 1.10 $
GET_HVERSION.C, $Revision: 1.12 $
GET_LICENSE.C, $Revision: 1.24 $
MAKE_LIC_INTERNAL.H, $Revision: 1.4 $
INSTALL_LICENSE.C, $Revision: 1.15 $
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
MAKE_LIC_INTERNAL.H, $Revision: 1.4 $
MAKE_LICENSE.C, $Revision: 1.20 $
STABLE_STORE_INFO.C, $Revision: 1.15 $
WRITE_TO_SS.C, $Revision: 1.8 $
check_temp.h,$Revision: 1.5 $
CHECK_TEMP_LICENSE.C,$Revision: 1.10 $
DECODE_STABLE_STORAGE.C, $Revision: 1.5 $
DETERMINE_EXPIRATION_DATE.C, $Revision: 1.6 $
MAKE_LIC_AR.H, $Revision: 1.28 $
MAKE_LIC_INTERNAL.H, $Revision: 1.4 $
GET_ROW_COL.C, $Revision: 1.7 $
GET_SW_ID.C, $Revision: 1.12 $
GET_SYSTEM_TYPE.C, $Revision: 1.7 $
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
MAKE_LIC_INTERNAL.H, $Revision: 1.4 $
HVERSION_RECOGNIZED, $Revision: 1.2 $
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
INSTALL_RCO_LICENSE.C, $Revision: 1.11 $
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
IS_RCO_LICENSE_INSTALLED.C, $Revision: 1.6 $
LIC_GET_DATE.C, $Revision: 1.5 $
OVERLAP_PASSWORDS.C, $Revision: 1.6 $
READ_FROM_SS.C, $Revision: 1.5 $
check_temp.h,$Revision: 1.5 $
COMPARE_TEMP_HP.C, $Revision: 1.6 $
CONVERT_DATE, $Revision: 1.6 $
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
GATHER_INFORMATION.C, $Revision: 1.4 $
MAKE_DATE_CANONICAL.C, 7/1/92, A.01.00
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
SEARCH_FOR_SESSION.C, $Revision: 1.4 $
check_temp.h,$Revision: 1.5 $
FIND_BEGINNING_DATE.C, $Revision: 1.5 $
GET_BOOT_TIME.C, $Revision: 1.5 $
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
GET_SESSION_ID.C, $Revision: 1.7 $
$Header: /newpred/datacomm/src/c_write_trace.c 101.1
.1.1 1997/08/14 22:12:37 golson Exp $
$Header: /newpred/datacomm/src/nuke_child.c 101.1.1.
1 1997/08/14 22:13:35 golson Exp $
$Header: /newpred/datacomm/src/kill_orphans.c 101.1.
1.1 1997/08/14 22:13:25 golson Exp $
$Header: /newpred/datacomm/src/clean_up_orphans.c 10
1.1.1.1 1997/08/14 22:12:44 golson Exp $
$Header: /newpred/datacomm/src/get_errno.c 101.1.1.1
1997/08/14 22:13:11 golson Exp $
/opt/pred/bin/PSUXFRDM:
None
/opt/pred/bin/PSUXFRDP:
$Header: /newpred/datacomm/src1/close_files.inc 101.
1.1.1 1997/08/14 22:14:48 golson Exp $
$Header: /newpred/datacomm/src1/report_status.inc 10
1.3.1.1 1997/08/14 22:17:00 golson Exp $
$Header: /newpred/datacomm/src1/send_dial.inc 101.3.
1.1 1997/08/14 22:17:05 golson Exp $
$Header: /newpred/datacomm/src1/get_commands.inc 101
.1.1.1 1997/08/14 22:15:40 golson Exp $
$Header: /newpred/datacomm/src1/parse_command_line.i
nc 101.1.1.1 1997/08/14 22:16:41 golson Exp
$
$Header: /newpred/datacomm/src1/get_commands_from_re
try.inc 101.3.1.1 1997/08/14 22:15:43 golson
Exp $
$Header: /newpred/datacomm/src1/get_options.inc 101.
3.1.1 1997/08/14 22:15:57 golson Exp $
$Header: /newpred/datacomm/src1/parse_options.inc 10
1.1.1.1 1997/08/14 22:16:43 golson Exp $
$Header: /newpred/datacomm/src1/init_sherlock.inc 10
1.3.1.1 1997/08/14 22:16:05 golson Exp $
$Header: /newpred/datacomm/src1/open_files.inc 101.1
.1.1 1997/08/14 22:16:34 golson Exp $
$Header: /newpred/datacomm/src1/get_mode.inc 101.1.1
.1 1997/08/14 22:15:55 golson Exp $
$Header: /newpred/datacomm/src1/initialize.inc 101.1
.1.1 1997/08/14 22:16:08 golson Exp $
$Header: /newpred/datacomm/src1/unrecognized_msg.inc
101.1.1.1 1997/08/14 22:17:24 golson Exp $
$Header: /newpred/datacomm/src1/internal_error.inc 1
01.1.1.1 1997/08/14 22:16:09 golson Exp $
$Header: /newpred/datacomm/src1/dc_cat_read.inc 101.
1.1.1 1997/08/14 22:15:06 golson Exp $
$Header: /newpred/datacomm/src1/dc_cat_open.inc 101.
1.1.1 1997/08/14 22:15:04 golson Exp $
$Header: /newpred/datacomm/src1/write_trace.inc 101.
1.1.1 1997/08/14 22:17:37 golson Exp $
$Header: /newpred/datacomm/src1/controller.h 101.1.1
.1 1997/08/14 22:15:00 golson Exp $
$Header: /newpred/datacomm/src1/dctypes.h 101.1.1.1
1997/08/14 22:15:10 golson Exp $
$Header: /newpred/datacomm/src1/controller.p 101.3.1
.2 1999/10/01 20:33:32 chuckh Exp $
PSUXFRDP,01/08/09,C.09.02
GET_DATE_INFORMATION.C, $Revision: 1.10 $
GET_HVERSION.C, $Revision: 1.12 $
GET_LICENSE.C, $Revision: 1.24 $
MAKE_LIC_INTERNAL.H, $Revision: 1.4 $
INSTALL_LICENSE.C, $Revision: 1.15 $
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
MAKE_LIC_INTERNAL.H, $Revision: 1.4 $
MAKE_LICENSE.C, $Revision: 1.20 $
STABLE_STORE_INFO.C, $Revision: 1.15 $
WRITE_TO_SS.C, $Revision: 1.8 $
check_temp.h,$Revision: 1.5 $
CHECK_TEMP_LICENSE.C,$Revision: 1.10 $
DECODE_STABLE_STORAGE.C, $Revision: 1.5 $
DETERMINE_EXPIRATION_DATE.C, $Revision: 1.6 $
MAKE_LIC_AR.H, $Revision: 1.28 $
MAKE_LIC_INTERNAL.H, $Revision: 1.4 $
GET_ROW_COL.C, $Revision: 1.7 $
GET_SW_ID.C, $Revision: 1.12 $
GET_SYSTEM_TYPE.C, $Revision: 1.7 $
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
MAKE_LIC_INTERNAL.H, $Revision: 1.4 $
HVERSION_RECOGNIZED, $Revision: 1.2 $
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
INSTALL_RCO_LICENSE.C, $Revision: 1.11 $
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
IS_RCO_LICENSE_INSTALLED.C, $Revision: 1.6 $
LIC_GET_DATE.C, $Revision: 1.5 $
OVERLAP_PASSWORDS.C, $Revision: 1.6 $
READ_FROM_SS.C, $Revision: 1.5 $
check_temp.h,$Revision: 1.5 $
COMPARE_TEMP_HP.C, $Revision: 1.6 $
CONVERT_DATE, $Revision: 1.6 $
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
GATHER_INFORMATION.C, $Revision: 1.4 $
MAKE_DATE_CANONICAL.C, 7/1/92, A.01.00
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
SEARCH_FOR_SESSION.C, $Revision: 1.4 $
check_temp.h,$Revision: 1.5 $
FIND_BEGINNING_DATE.C, $Revision: 1.5 $
GET_BOOT_TIME.C, $Revision: 1.5 $
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
GET_SESSION_ID.C, $Revision: 1.7 $
$Header: /newpred/datacomm/src1/add_cr.c 101.1.1.1 1
997/08/14 22:14:21 golson Exp $
$Header: /newpred/datacomm/src1/add_crc.c 101.1.1.1
1997/08/14 22:14:22 golson Exp $
$Header: /newpred/datacomm/src1/build_lockfile.c 101
.2.1.1 1997/08/14 22:14:24 golson Exp $
$Header: /newpred/datacomm/src1/chk_lockfile.c 101.1
.1.1 1997/08/14 22:14:38 golson Exp $
$Header: /newpred/datacomm/src1/c_write_trace.c 101.
1.1.1 1997/08/14 22:14:32 golson Exp $
$Header: /newpred/datacomm/src1/checksum_ok.c 101.1.
1.1 1997/08/14 22:14:36 golson Exp $
$Header: /newpred/datacomm/src1/cleanup.c 101.1.1.1
1997/08/14 22:14:41 golson Exp $
$Header: /newpred/datacomm/src1/cleanup2.c 101.1.1.1
1997/08/14 22:14:43 golson Exp $
$Header: /newpred/datacomm/src1/clkint.c 101.1.1.1 1
997/08/14 22:14:46 golson Exp $
$Header: /newpred/datacomm/src1/cmain2.c 101.2.1.1 1
997/08/14 22:14:52 golson Exp $
$Header: /newpred/datacomm/src1/connect.c 101.2.1.1
1997/08/14 22:14:54 golson Exp $
$Header: /newpred/datacomm/src1/console_msg.c 101.1.
1.1 1997/08/14 22:14:57 golson Exp $
$Header: /newpred/datacomm/src1/debugging.c 101.1.1.
1 1997/08/14 22:15:12 golson Exp $
$Header: /newpred/datacomm/src1/dial.c 101.1.1.1 199
7/08/14 22:15:14 golson Exp $
$Header: /newpred/datacomm/src1/enable_blocking_io.c
101.1.1.1 1997/08/14 22:15:25 golson Exp $
$Header: /newpred/datacomm/src1/escape_to_cmd.c 101.
1.1.1 1997/08/14 22:15:29 golson Exp $
$Header: /newpred/datacomm/src1/flush_buffer.c 101.1
.1.1 1997/08/14 22:15:31 golson Exp $
$Header: /newpred/datacomm/src1/get_command.c 101.1.
1.1 1997/08/14 22:15:37 golson Exp $
$Header: /newpred/datacomm/src1/get_fsize.c 101.1.1.
1 1997/08/14 22:15:46 golson Exp $
$Header: /newpred/datacomm/src1/get_kermit_prompt.c
101.1.1.1 1997/08/14 22:15:51 golson Exp $
$Header: /newpred/datacomm/src1/get_line.c 101.1.1.1
1997/08/14 22:15:53 golson Exp $
$Header: /newpred/datacomm/src1/get_prompt.c 101.2.1
.1 1997/08/14 22:15:59 golson Exp $
$Header: /newpred/datacomm/src1/init_cmain.c 101.1.1
.1 1997/08/14 22:16:01 golson Exp $
$Header: /newpred/datacomm/src1/kermit_command.c 101
.1.1.1 1997/08/14 22:16:13 golson Exp $
$Header: /newpred/datacomm/src1/kill_orphans.c 101.1
.1.1 1997/08/14 22:16:16 golson Exp $
$Header: /newpred/datacomm/src1/launch_kermit.c 101.
1.1.1 1997/08/14 22:16:18 golson Exp $
$Header: /newpred/datacomm/src1/logon.c 101.1.1.1 19
97/08/14 22:16:21 golson Exp $
$Header: /newpred/datacomm/src1/monitor_transfer.c 1
01.1.1.1 1997/08/14 22:16:28 golson Exp $
$Header: /newpred/datacomm/src1/nuke_child.c 101.1.1
.1 1997/08/14 22:16:32 golson Exp $
$Header: /newpred/datacomm/src1/open_modem_port.c 10
1.1.1.1 1997/08/14 22:16:36 golson Exp $
$Header: /newpred/datacomm/src1/open_pty.c 101.1.1.1
1997/08/14 22:16:38 golson Exp $
$Header: /newpred/datacomm/src1/process_csi_commands
.c 101.2.1.2 1998/03/23 20:25:33 jeremyc Exp
$
$Header: /newpred/datacomm/src1/process_int.c 101.1.
1.1 1997/08/14 22:16:47 golson Exp $
$Header: /newpred/datacomm/src1/prompt_manl.c 101.1.
1.1 1997/08/14 22:16:49 golson Exp $
$Header: /newpred/datacomm/src1/purge_file.c 101.1.1
.1 1997/08/14 22:16:53 golson Exp $
$Header: /newpred/datacomm/src1/receive_file.c 101.1
.1.1 1997/08/14 22:16:54 golson Exp $
$Header: /newpred/datacomm/src1/receive_rule_hold.c
101.1.1.1 1997/08/14 22:16:56 golson Exp $
$Header: /newpred/datacomm/src1/send_file.c 101.1.1.
1 1997/08/14 22:17:06 golson Exp $
$Header: /newpred/datacomm/src1/set_file_type.c 101.
1.1.1 1997/08/14 22:17:08 golson Exp $
$Header: /newpred/datacomm/src1/set_timeout.c 101.1.
1.1 1997/08/14 22:17:10 golson Exp $
$Header: /newpred/datacomm/src1/setupchild.c 101.1.1
.1 1997/08/14 22:17:12 golson Exp $
$Header: /newpred/datacomm/src1/setupcu.c 101.2.1.1
1997/08/14 22:17:14 golson Exp $
$Header: /newpred/datacomm/src1/setupkermit.c 101.1.
1.1 1997/08/14 22:17:16 golson Exp $
$Header: /newpred/datacomm/src1/speed_sense.c 101.1.
1.1 1997/08/14 22:17:18 golson Exp $
$Header: /newpred/datacomm/src1/strip_crlf.c 101.1.1
.1 1997/08/14 22:17:19 golson Exp $
$Header: /newpred/datacomm/src1/timed_read.c 101.1.1
.1 1997/08/14 22:17:21 golson Exp $
$Header: /newpred/datacomm/src1/verify_dev.c 101.1.1
.1 1997/08/14 22:17:26 golson Exp $
$Header: /newpred/datacomm/src1/verify_kerm.c 101.1.
1.2 1999/10/08 00:00:28 jeffc Exp $
$Header: /newpred/datacomm/src1/wait_autodial.c 101.
1.1.1 1997/08/14 22:17:30 golson Exp $
$Header: /newpred/datacomm/src1/wait_manual.c 101.1.
1.1 1997/08/14 22:17:34 golson Exp $
$Header: /newpred/datacomm/src1/write_line.c 101.2.1
.1 1997/08/14 22:17:36 golson Exp $
/opt/pred/bin/PTRACKP:
$Header: /newpred/propatch/src/cleanup.inc 101.1.1.1
1997/08/14 22:38:00 golson Exp $
$Header: /newpred/propatch/src/process2_ux.inc 101.2
.1.2 1999/02/09 20:07:05 jean Exp $
$Header: /newpred/propatch/src/process_ux.inc 101.2.
1.3 1999/02/09 20:06:35 jean Exp $
$Header: /newpred/propatch/src/init.inc 101.2.1.1 19
97/08/14 22:38:06 golson Exp $
$Header: /newpred/propatch/src/exec_cmd.inc 101.2.1.
1 1997/08/14 22:38:03 golson Exp $
$Header: /newpred/propatch/src/errors.inc 101.1.1.1
1997/08/14 22:38:01 golson Exp $
$Header: /newpred/propatch/src/trace.inc 101.1.1.1 1
997/08/14 22:38:20 golson Exp $
$Header: /newpred/propatch/src/getenvvalue.inc 101.1
.1.1 1997/08/14 22:38:04 golson Exp $
$Header: /newpred/propatch/src/strutil.inc 101.1.1.1
1997/08/14 22:38:17 golson Exp $
$Header: /newpred/propatch/src/ptrack.p 101.2.1.2 19
99/02/09 20:04:38 jean Exp $
PTRACKP,01/08/09,B.00.00
GET_DATE_INFORMATION.C, $Revision: 1.10 $
GET_HVERSION.C, $Revision: 1.12 $
GET_LICENSE.C, $Revision: 1.24 $
MAKE_LIC_INTERNAL.H, $Revision: 1.4 $
INSTALL_LICENSE.C, $Revision: 1.15 $
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
MAKE_LIC_INTERNAL.H, $Revision: 1.4 $
MAKE_LICENSE.C, $Revision: 1.20 $
STABLE_STORE_INFO.C, $Revision: 1.15 $
WRITE_TO_SS.C, $Revision: 1.8 $
check_temp.h,$Revision: 1.5 $
CHECK_TEMP_LICENSE.C,$Revision: 1.10 $
DECODE_STABLE_STORAGE.C, $Revision: 1.5 $
DETERMINE_EXPIRATION_DATE.C, $Revision: 1.6 $
MAKE_LIC_AR.H, $Revision: 1.28 $
MAKE_LIC_INTERNAL.H, $Revision: 1.4 $
GET_ROW_COL.C, $Revision: 1.7 $
GET_SW_ID.C, $Revision: 1.12 $
GET_SYSTEM_TYPE.C, $Revision: 1.7 $
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
MAKE_LIC_INTERNAL.H, $Revision: 1.4 $
HVERSION_RECOGNIZED, $Revision: 1.2 $
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
INSTALL_RCO_LICENSE.C, $Revision: 1.11 $
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
IS_RCO_LICENSE_INSTALLED.C, $Revision: 1.6 $
LIC_GET_DATE.C, $Revision: 1.5 $
OVERLAP_PASSWORDS.C, $Revision: 1.6 $
READ_FROM_SS.C, $Revision: 1.5 $
check_temp.h,$Revision: 1.5 $
COMPARE_TEMP_HP.C, $Revision: 1.6 $
CONVERT_DATE, $Revision: 1.6 $
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
GATHER_INFORMATION.C, $Revision: 1.4 $
MAKE_DATE_CANONICAL.C, 7/1/92, A.01.00
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
SEARCH_FOR_SESSION.C, $Revision: 1.4 $
check_temp.h,$Revision: 1.5 $
FIND_BEGINNING_DATE.C, $Revision: 1.5 $
GET_BOOT_TIME.C, $Revision: 1.5 $
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
GET_SESSION_ID.C, $Revision: 1.7 $
/opt/pred/bin/Rel_NOTES.PRED:
None
/opt/pred/bin/SCHEDCAT:
None
/opt/pred/bin/SCSISCNP:
$Header: /newpred/include/p/pnconvrt.h 101.1.1.1 199
7/08/14 22:23:30 golson Exp $
$Header: /newpred/scsiscan/src/sc_escsiio.h 101.2.1.
1 1997/08/14 22:45:56 golson Exp $
$Header: /newpred/include/p/mipc.h 101.2.1.1 1997/08
/14 22:22:38 golson Exp $
$Header: /newpred/include/p/dpnconvrt.h 101.1.1.1 19
97/08/14 22:22:24 golson Exp $
SCSISCAN,01/08/09,B.00.00
PSCONFGP,01/08/09,A.10.02
GET_DATE_INFORMATION.C, $Revision: 1.10 $
GET_HVERSION.C, $Revision: 1.12 $
GET_LICENSE.C, $Revision: 1.24 $
MAKE_LIC_INTERNAL.H, $Revision: 1.4 $
INSTALL_LICENSE.C, $Revision: 1.15 $
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
MAKE_LIC_INTERNAL.H, $Revision: 1.4 $
MAKE_LICENSE.C, $Revision: 1.20 $
STABLE_STORE_INFO.C, $Revision: 1.15 $
WRITE_TO_SS.C, $Revision: 1.8 $
check_temp.h,$Revision: 1.5 $
CHECK_TEMP_LICENSE.C,$Revision: 1.10 $
DECODE_STABLE_STORAGE.C, $Revision: 1.5 $
DETERMINE_EXPIRATION_DATE.C, $Revision: 1.6 $
MAKE_LIC_AR.H, $Revision: 1.28 $
MAKE_LIC_INTERNAL.H, $Revision: 1.4 $
GET_ROW_COL.C, $Revision: 1.7 $
GET_SW_ID.C, $Revision: 1.12 $
GET_SYSTEM_TYPE.C, $Revision: 1.7 $
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
MAKE_LIC_INTERNAL.H, $Revision: 1.4 $
HVERSION_RECOGNIZED, $Revision: 1.2 $
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
INSTALL_RCO_LICENSE.C, $Revision: 1.11 $
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
IS_RCO_LICENSE_INSTALLED.C, $Revision: 1.6 $
LIC_GET_DATE.C, $Revision: 1.5 $
OVERLAP_PASSWORDS.C, $Revision: 1.6 $
READ_FROM_SS.C, $Revision: 1.5 $
check_temp.h,$Revision: 1.5 $
COMPARE_TEMP_HP.C, $Revision: 1.6 $
CONVERT_DATE, $Revision: 1.6 $
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
GATHER_INFORMATION.C, $Revision: 1.4 $
MAKE_DATE_CANONICAL.C, 7/1/92, A.01.00
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
SEARCH_FOR_SESSION.C, $Revision: 1.4 $
check_temp.h,$Revision: 1.5 $
FIND_BEGINNING_DATE.C, $Revision: 1.5 $
GET_BOOT_TIME.C, $Revision: 1.5 $
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
GET_SESSION_ID.C, $Revision: 1.7 $
/opt/pred/bin/SGSCANP:
GET_DATE_INFORMATION.C, $Revision: 1.10 $
GET_HVERSION.C, $Revision: 1.12 $
GET_LICENSE.C, $Revision: 1.24 $
MAKE_LIC_INTERNAL.H, $Revision: 1.4 $
INSTALL_LICENSE.C, $Revision: 1.15 $
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
MAKE_LIC_INTERNAL.H, $Revision: 1.4 $
MAKE_LICENSE.C, $Revision: 1.20 $
STABLE_STORE_INFO.C, $Revision: 1.15 $
WRITE_TO_SS.C, $Revision: 1.8 $
check_temp.h,$Revision: 1.5 $
CHECK_TEMP_LICENSE.C,$Revision: 1.10 $
DECODE_STABLE_STORAGE.C, $Revision: 1.5 $
DETERMINE_EXPIRATION_DATE.C, $Revision: 1.6 $
MAKE_LIC_AR.H, $Revision: 1.28 $
MAKE_LIC_INTERNAL.H, $Revision: 1.4 $
GET_ROW_COL.C, $Revision: 1.7 $
GET_SW_ID.C, $Revision: 1.12 $
GET_SYSTEM_TYPE.C, $Revision: 1.7 $
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
MAKE_LIC_INTERNAL.H, $Revision: 1.4 $
HVERSION_RECOGNIZED, $Revision: 1.2 $
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
INSTALL_RCO_LICENSE.C, $Revision: 1.11 $
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
IS_RCO_LICENSE_INSTALLED.C, $Revision: 1.6 $
LIC_GET_DATE.C, $Revision: 1.5 $
OVERLAP_PASSWORDS.C, $Revision: 1.6 $
READ_FROM_SS.C, $Revision: 1.5 $
check_temp.h,$Revision: 1.5 $
COMPARE_TEMP_HP.C, $Revision: 1.6 $
CONVERT_DATE, $Revision: 1.6 $
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
GATHER_INFORMATION.C, $Revision: 1.4 $
MAKE_DATE_CANONICAL.C, 7/1/92, A.01.00
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
SEARCH_FOR_SESSION.C, $Revision: 1.4 $
check_temp.h,$Revision: 1.5 $
FIND_BEGINNING_DATE.C, $Revision: 1.5 $
GET_BOOT_TIME.C, $Revision: 1.5 $
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
GET_SESSION_ID.C, $Revision: 1.7 $
/opt/pred/bin/XFERMAIL:
$Header: /newpred/datacomm/email/close_files.inc 101
.1.1.1 1997/11/05 16:24:18 golson Exp $
$Header: /newpred/datacomm/email/report_status.inc 1
01.1.1.2 1997/11/05 16:35:48 golson Exp $
$Header: /newpred/datacomm/email/get_commands.inc 10
1.1.1.2 1997/11/05 16:36:22 golson Exp $
$Header: /newpred/datacomm/email/parse_command_line.
inc 101.1.1.1 1997/11/05 16:24:56 golson Exp
$
$Header: /newpred/datacomm/email/get_commands_from_r
etry.inc 101.1.1.2 1997/11/05 16:35:44 golso
n Exp $
$Header: /newpred/datacomm/email/get_options.inc 101
.1.1.2 1997/11/05 16:35:46 golson Exp $
$Header: /newpred/datacomm/email/parse_options.inc 1
01.1.1.1 1997/11/05 16:24:54 golson Exp $
$Header: /newpred/datacomm/email/init_sherlock.inc 1
01.1.1.2 1997/11/05 16:35:47 golson Exp $
$Header: /newpred/datacomm/email/open_files.inc 101.
1.1.1 1997/11/05 16:24:53 golson Exp $
$Header: /newpred/datacomm/email/get_mode.inc 101.1.
1.1 1997/11/05 16:24:38 golson Exp $
$Header: /newpred/datacomm/email/initialize.inc 101.
1.1.1 1997/11/05 16:24:45 golson Exp $
$Header: /newpred/datacomm/email/unrecognized_msg.in
c 101.1.1.1 1997/11/05 16:25:08 golson Exp $
$Header: /newpred/datacomm/email/internal_error.inc
101.1.1.1 1997/11/05 16:24:48 golson Exp $
$Header: /newpred/datacomm/email/dc_cat_read.inc 101
.1.1.1 1997/11/05 16:24:28 golson Exp $
$Header: /newpred/datacomm/email/dc_cat_open.inc 101
.1.1.1 1997/11/05 16:24:27 golson Exp $
$Header: /newpred/datacomm/email/write_trace.inc 101
.1.1.1 1997/11/05 16:25:09 golson Exp $
$Header: /newpred/datacomm/email/controller.h 101.1.
1.1 1997/11/05 16:24:24 golson Exp $
$Header: /newpred/datacomm/email/dctypes.h 101.1.1.1
1997/11/05 16:24:29 golson Exp $
$Header: /newpred/datacomm/email/controller.p 101.1.
1.2 1997/11/05 16:36:21 golson Exp $
GET_DATE_INFORMATION.C, $Revision: 1.10 $
GET_HVERSION.C, $Revision: 1.12 $
GET_LICENSE.C, $Revision: 1.24 $
MAKE_LIC_INTERNAL.H, $Revision: 1.4 $
INSTALL_LICENSE.C, $Revision: 1.15 $
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
MAKE_LIC_INTERNAL.H, $Revision: 1.4 $
MAKE_LICENSE.C, $Revision: 1.20 $
STABLE_STORE_INFO.C, $Revision: 1.15 $
WRITE_TO_SS.C, $Revision: 1.8 $
check_temp.h,$Revision: 1.5 $
CHECK_TEMP_LICENSE.C,$Revision: 1.10 $
DECODE_STABLE_STORAGE.C, $Revision: 1.5 $
DETERMINE_EXPIRATION_DATE.C, $Revision: 1.6 $
MAKE_LIC_AR.H, $Revision: 1.28 $
MAKE_LIC_INTERNAL.H, $Revision: 1.4 $
GET_ROW_COL.C, $Revision: 1.7 $
GET_SW_ID.C, $Revision: 1.12 $
GET_SYSTEM_TYPE.C, $Revision: 1.7 $
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
MAKE_LIC_INTERNAL.H, $Revision: 1.4 $
HVERSION_RECOGNIZED, $Revision: 1.2 $
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
INSTALL_RCO_LICENSE.C, $Revision: 1.11 $
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
IS_RCO_LICENSE_INSTALLED.C, $Revision: 1.6 $
LIC_GET_DATE.C, $Revision: 1.5 $
OVERLAP_PASSWORDS.C, $Revision: 1.6 $
READ_FROM_SS.C, $Revision: 1.5 $
check_temp.h,$Revision: 1.5 $
COMPARE_TEMP_HP.C, $Revision: 1.6 $
CONVERT_DATE, $Revision: 1.6 $
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
GATHER_INFORMATION.C, $Revision: 1.4 $
MAKE_DATE_CANONICAL.C, 7/1/92, A.01.00
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
SEARCH_FOR_SESSION.C, $Revision: 1.4 $
check_temp.h,$Revision: 1.5 $
FIND_BEGINNING_DATE.C, $Revision: 1.5 $
GET_BOOT_TIME.C, $Revision: 1.5 $
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
GET_SESSION_ID.C, $Revision: 1.7 $
$Header: /newpred/datacomm/email/c_write_trace.c 101
.1.1.1 1997/11/05 16:24:16 golson Exp $
$Header: /newpred/datacomm/email/cleanup.c 101.1.1.2
1998/04/13 22:58:46 joel Exp $
$Header: /newpred/datacomm/email/cmain2.c 101.1.1.2
1998/06/10 20:24:30 jeremyc Exp $
$Header: /newpred/datacomm/email/connect_to_rc.c 101
.1.1.4 1999/10/08 21:15:54 jimkra Exp $
$Header: /newpred/datacomm/email/console_msg.c 101.1
.1.1 1997/11/05 16:24:23 golson Exp $
$Header: /newpred/datacomm/email/debugging.c 101.1.1
.1 1997/11/05 16:24:31 golson Exp $
$Header: /newpred/datacomm/email/get_command.c 101.1
.1.1 1997/11/05 16:24:14 golson Exp $
$Header: /newpred/datacomm/email/get_fsize.c 101.1.1
.1 1997/11/05 16:24:33 golson Exp $
$Header: /newpred/datacomm/email/get_line.c 101.1.1.
1 1997/11/05 16:24:36 golson Exp $
$Header: /newpred/datacomm/email/init_cmain.c 101.1.
1.1 1997/11/05 16:24:40 golson Exp $
$Header: /newpred/datacomm/email/logon.c 101.1.1.1 1
997/11/05 16:24:43 golson Exp $
$Header: /newpred/datacomm/email/process_csi_command
s.c 101.1.1.3 1998/03/23 20:11:04 jeremyc Ex
p $
$Header: /newpred/datacomm/email/process_int.c 101.1
.1.2 1998/04/13 23:08:15 joel Exp $
$Header: /newpred/datacomm/email/purge_file.c 101.1.
1.1 1997/11/05 16:24:57 golson Exp $
$Header: /newpred/datacomm/email/receive_file.c 101.
1.1.1 1997/11/05 16:25:01 golson Exp $
$Header: /newpred/datacomm/email/send_file.c 101.1.1
.1 1997/11/05 16:25:00 golson Exp $
$Header: /newpred/datacomm/email/timed_read.c 101.1.
1.1 1997/11/05 16:25:04 golson Exp $
$Header: /newpred/datacomm/email/timed_write.c 101.1
.1.1 1997/11/05 16:25:05 golson Exp $
$Header: /newpred/datacomm/email/write_line.c 101.1.
1.1 1997/11/05 16:25:06 golson Exp $
$Header: /newpred/lib/tcpemail/tcpemail_init.c 100.2
4 2000/03/02 17:50:54 joelh Exp $
$Header: /newpred/lib/xinu/shmem.c 100.12 1999/02/02
17:11:50 joel Exp $
/opt/pred/bin/addDialers:
$Revision: 101.2.1.1 $
/opt/pred/bin/circat:
None
/opt/pred/bin/cirtail:
None
/opt/pred/bin/dbsupp:
GET_DATE_INFORMATION.C, $Revision: 1.10 $
GET_HVERSION.C, $Revision: 1.12 $
GET_LICENSE.C, $Revision: 1.24 $
MAKE_LIC_INTERNAL.H, $Revision: 1.4 $
INSTALL_LICENSE.C, $Revision: 1.15 $
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
MAKE_LIC_INTERNAL.H, $Revision: 1.4 $
MAKE_LICENSE.C, $Revision: 1.20 $
STABLE_STORE_INFO.C, $Revision: 1.15 $
WRITE_TO_SS.C, $Revision: 1.8 $
check_temp.h,$Revision: 1.5 $
CHECK_TEMP_LICENSE.C,$Revision: 1.10 $
DECODE_STABLE_STORAGE.C, $Revision: 1.5 $
DETERMINE_EXPIRATION_DATE.C, $Revision: 1.6 $
MAKE_LIC_AR.H, $Revision: 1.28 $
MAKE_LIC_INTERNAL.H, $Revision: 1.4 $
GET_ROW_COL.C, $Revision: 1.7 $
GET_SW_ID.C, $Revision: 1.12 $
GET_SYSTEM_TYPE.C, $Revision: 1.7 $
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
MAKE_LIC_INTERNAL.H, $Revision: 1.4 $
HVERSION_RECOGNIZED, $Revision: 1.2 $
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
INSTALL_RCO_LICENSE.C, $Revision: 1.11 $
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
IS_RCO_LICENSE_INSTALLED.C, $Revision: 1.6 $
LIC_GET_DATE.C, $Revision: 1.5 $
OVERLAP_PASSWORDS.C, $Revision: 1.6 $
READ_FROM_SS.C, $Revision: 1.5 $
check_temp.h,$Revision: 1.5 $
COMPARE_TEMP_HP.C, $Revision: 1.6 $
CONVERT_DATE, $Revision: 1.6 $
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
GATHER_INFORMATION.C, $Revision: 1.4 $
MAKE_DATE_CANONICAL.C, 7/1/92, A.01.00
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
SEARCH_FOR_SESSION.C, $Revision: 1.4 $
check_temp.h,$Revision: 1.5 $
FIND_BEGINNING_DATE.C, $Revision: 1.5 $
GET_BOOT_TIME.C, $Revision: 1.5 $
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
GET_SESSION_ID.C, $Revision: 1.7 $
/opt/pred/bin/dcconfig.sh:
$Revision: 101.17.1.5 $
/opt/pred/bin/libpsux.sl:
$Header: /newpred/lib/dblib/cl_rule_mod.p 101.1.1.1
1997/08/14 22:25:01 golson Exp $
$Header: /newpred/lib/fanlib/classifier/classify.p 1
01.3.1.1 1997/08/14 22:26:32 golson Exp $
$Header: /newpred/lib/dblib/config_mod.p 110.1.1.4 1
999/09/29 15:52:51 jeremyc Exp $
$Header: /newpred/lib/dblib/dev_config.p 101.1.1.1 1
997/08/14 22:25:09 golson Exp $
$Header: /newpred/lib/nslib/event_files_types.h 101.
6.1.1 1997/08/14 22:28:23 golson Exp $
$Header: /newpred/lib/dblib/raw_event_types.inc 101.
2.1.2.2.1 1998/10/07 17:59:47 joel Exp $
$Header: /newpred/lib/dblib/ev_prc.inc 101.1.1.1 199
7/08/14 22:25:14 golson Exp $
$Header: /newpred/lib/dblib/eptypes_mod.p 101.1.1.1
1997/08/14 22:25:10 golson Exp $
$Header: /newpred/lib/dblib/ev_hist_mod.p 101.1.1.1
1997/08/14 22:25:12 golson Exp $
$Header: /newpred/lib/dblib/file_config.p 101.1.1.1
1997/08/14 22:25:16 golson Exp $
$Header: /newpred/lib/dblib/toggle_constants.inc 101
.1.1.3 1999/08/23 16:20:22 joel Exp $
$Header: /newpred/lib/dblib/process_rule_keys.inc 10
1.2.1.1 1997/08/14 22:25:49 golson Exp $
$Header: /newpred/lib/dblib/module_ids.inc 101.5.1.4
1998/05/26 17:26:23 mike Exp $
$Header: /newpred/lib/dblib/module_field_keys.inc 10
1.1.1.1 1997/08/14 22:25:32 golson Exp $
$Header: /newpred/lib/dblib/psxl_global.inc 110.1.1.
3 1997/11/14 00:14:58 fisher Exp $
$Header: /newpred/lib/dblib/pac_str_blnk.inc 101.3.1
.2 1997/11/05 19:34:03 golson Exp $
$Header: /newpred/lib/dblib/gltypes_mod.p 101.1.1.1
1997/08/14 22:25:20 golson Exp $
$Header: /newpred/include/p/dmesaconst.h 101.5.1.1 1
997/08/14 22:22:19 golson Exp $
$Header: /newpred/include/p/dmipc.h 101.3.1.1 1997/0
8/14 22:22:21 golson Exp $
$Header: /newpred/lib/dblib/lock_mod.p 101.1.1.1 199
7/08/14 22:25:23 golson Exp $
$Header: /newpred/lib/dblib/maint_mod.p 101.1.1.1 19
97/08/14 22:25:25 golson Exp $
$Header: /newpred/lib/dblib/mfld_mod.p 101.1.1.1 199
7/08/14 22:25:30 golson Exp $
oaccpdc.c,$Revision: 101.3.1.2 $
$Header: /newpred/lib/dblib/dbl_trace.inc 101.1.1.1
1997/08/14 22:25:07 golson Exp $
$Header: /newpred/lib/dblib/dbl_proc_nums.inc 101.2.
1.1 1997/08/14 22:25:05 golson Exp $
$Header: /newpred/lib/dblib/opsdb_image.inc 101.1.1.
1 1997/08/14 22:25:39 golson Exp $
$Header: /newpred/lib/dblib/opsdb_tp1.inc 101.1.1.1
1997/08/14 22:25:42 golson Exp $
$Header: /newpred/lib/dblib/ops_mod.p 101.1.1.1 1997
/08/14 22:25:35 golson Exp $
$Header: /newpred/lib/dblib/opsdbtypes.inc 101.2.1.2
1997/11/05 19:34:02 golson Exp $
$Header: /newpred/lib/dblib/opsdb_schema_types.inc 1
01.5.1.1 1997/08/14 22:25:40 golson Exp $
$Header: /newpred/lib/dblib/ops_types.p 101.1.1.1 19
97/08/14 22:25:37 golson Exp $
tprocid.h, $Revision: 1.36 $
tprocid.h, $Revision: 1.36 $
tprocid.h, $Revision: 1.36 $
tprocid.h, $Revision: 1.36 $
$Header: /newpred/lib/dblib/pu_ev_hist.p 101.1.1.1 1
997/08/14 22:25:53 golson Exp $
$Header: /newpred/reports/src/rp_c.c 101.2.1.1 1997/
08/14 22:41:25 golson Exp $
$Header: /newpred/lib/dblib/rule_access.p 101.2.1.2.
2.2 2000/07/23 08:51:46 jean Exp $
$Header: /newpred/lib/dblib/rule_update.p 101.1.1.3
1997/12/23 19:16:37 jwe Exp $
$Header: /newpred/lib/dblib/tr_rule_mod.p 101.1.1.1
1997/08/14 22:26:03 golson Exp $
tprocid.h, $Revision: 1.36 $
$Revision: 101.1.1.1 $
$Revision: 101.8.1.4 $
/opt/pred/bin/mrgDialers:
$Revision: 101.1.1.1 $
/opt/pred/bin/psconfig:
$Header: /newpred/psui/src/psui_mainline.inc 101.4.1
.1 1997/08/14 22:40:29 golson Exp $
$Header: /newpred/psui/src/wait_for_ps_run_to_end.in
c 101.1.1.1 1997/08/14 22:41:05 golson Exp $
$Header: /newpred/psui/src/psui_main_init.inc 101.5.
1.1 1997/08/14 22:40:28 golson Exp $
$Header: /newpred/psui/src/build_item_info.inc 101.2
.1.1 1997/08/14 22:39:05 golson Exp $
$Header: /newpred/psui/src/psui_get_utility.inc 101.
3.1.1 1997/08/14 22:40:23 golson Exp $
$Header: /newpred/psui/src/evaluate_item.inc 101.2.1
.2 1998/03/18 22:50:13 jeremyc Exp $
$Header: /newpred/psui/src/xfer_menu_actions.inc 101
.3.1.2 1999/08/23 19:45:24 joel Exp $
$Header: /newpred/psui/src/set_item_parms.inc 101.2.
1.2 1997/11/05 21:58:00 golson Exp $
$Header: /newpred/psui/src/request_psmon.inc 101.5.1
.1 1997/08/14 22:40:48 golson Exp $
$Header: /newpred/psui/src/prompt_for_periph.inc 101
.2.1.1 1997/08/14 22:40:15 golson Exp $
$Header: /newpred/psui/src/edit_field.inc 101.2.1.2
1997/11/05 21:57:40 golson Exp $
$Header: /newpred/psui/src/translate_field.inc 101.2
.1.2 1997/11/05 21:58:01 golson Exp $
$Header: /newpred/psui/src/get_runtime_value.inc 101
.2.1.1 1997/08/14 22:39:32 golson Exp $
$Header: /newpred/psui/src/psui_functions.inc 101.2.
1.1 1997/08/14 22:40:20 golson Exp $
$Header: /newpred/include/p/automod.h 101.1.1.1 1997
/08/14 22:22:16 golson Exp $
$Header: /newpred/include/p/pnconvrt.h 101.1.1.1 199
7/08/14 22:23:30 golson Exp $
$Header: /newpred/include/p/dautomod.h 101.2.1.1 199
7/08/14 22:22:17 golson Exp $
$Header: /newpred/include/p/dpnconvrt.h 101.1.1.1 19
97/08/14 22:22:24 golson Exp $
$Header: /newpred/psui/src/psui.p 101.7.1.5 1999/09/
15 17:01:20 jeremyc Exp $
PSCONFIG,01/08/09,C.01.00
$Header: /newpred/configuration/src/iomap.inc 101.1.
1.2 1999/12/22 19:24:06 joelh Exp $
$Header: /newpred/include/p/pnconvrt.h 101.1.1.1 199
7/08/14 22:23:30 golson Exp $
$Header: /newpred/include/p/mipc.h 101.2.1.1 1997/08
/14 22:22:38 golson Exp $
$Header: /newpred/configuration/src/psdacc.inc 101.1
.1.1 1997/08/14 22:12:15 golson Exp $
$Header: /newpred/include/p/dpnconvrt.h 101.1.1.1 19
97/08/14 22:22:24 golson Exp $
$Header: /newpred/include/p/dautomod.h 101.2.1.1 199
7/08/14 22:22:17 golson Exp $
$Header: /newpred/configuration/src/automod.p 101.8.
1.2.1.4 1999/12/22 19:08:48 joelh Exp $
PSCONFGP,01/08/09,A.10.02
PSCONFGP,01/08/09,A.10.02
GET_DATE_INFORMATION.C, $Revision: 1.10 $
GET_HVERSION.C, $Revision: 1.12 $
GET_LICENSE.C, $Revision: 1.24 $
MAKE_LIC_INTERNAL.H, $Revision: 1.4 $
INSTALL_LICENSE.C, $Revision: 1.15 $
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
MAKE_LIC_INTERNAL.H, $Revision: 1.4 $
MAKE_LICENSE.C, $Revision: 1.20 $
STABLE_STORE_INFO.C, $Revision: 1.15 $
WRITE_TO_SS.C, $Revision: 1.8 $
check_temp.h,$Revision: 1.5 $
CHECK_TEMP_LICENSE.C,$Revision: 1.10 $
DECODE_STABLE_STORAGE.C, $Revision: 1.5 $
DETERMINE_EXPIRATION_DATE.C, $Revision: 1.6 $
MAKE_LIC_AR.H, $Revision: 1.28 $
MAKE_LIC_INTERNAL.H, $Revision: 1.4 $
GET_ROW_COL.C, $Revision: 1.7 $
GET_SW_ID.C, $Revision: 1.12 $
GET_SYSTEM_TYPE.C, $Revision: 1.7 $
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
MAKE_LIC_INTERNAL.H, $Revision: 1.4 $
HVERSION_RECOGNIZED, $Revision: 1.2 $
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
INSTALL_RCO_LICENSE.C, $Revision: 1.11 $
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
IS_RCO_LICENSE_INSTALLED.C, $Revision: 1.6 $
LIC_GET_DATE.C, $Revision: 1.5 $
OVERLAP_PASSWORDS.C, $Revision: 1.6 $
READ_FROM_SS.C, $Revision: 1.5 $
check_temp.h,$Revision: 1.5 $
COMPARE_TEMP_HP.C, $Revision: 1.6 $
CONVERT_DATE, $Revision: 1.6 $
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
GATHER_INFORMATION.C, $Revision: 1.4 $
MAKE_DATE_CANONICAL.C, 7/1/92, A.01.00
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
SEARCH_FOR_SESSION.C, $Revision: 1.4 $
check_temp.h,$Revision: 1.5 $
FIND_BEGINNING_DATE.C, $Revision: 1.5 $
GET_BOOT_TIME.C, $Revision: 1.5 $
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
GET_SESSION_ID.C, $Revision: 1.7 $
$Revision: 101.6.1.3 $
$Revision: 101.5.1.1 $
/opt/pred/bin/psmond:
psmond,01/08/09,A.02.02
GET_DATE_INFORMATION.C, $Revision: 1.10 $
GET_HVERSION.C, $Revision: 1.12 $
GET_LICENSE.C, $Revision: 1.24 $
MAKE_LIC_INTERNAL.H, $Revision: 1.4 $
INSTALL_LICENSE.C, $Revision: 1.15 $
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
MAKE_LIC_INTERNAL.H, $Revision: 1.4 $
MAKE_LICENSE.C, $Revision: 1.20 $
STABLE_STORE_INFO.C, $Revision: 1.15 $
WRITE_TO_SS.C, $Revision: 1.8 $
check_temp.h,$Revision: 1.5 $
CHECK_TEMP_LICENSE.C,$Revision: 1.10 $
DECODE_STABLE_STORAGE.C, $Revision: 1.5 $
DETERMINE_EXPIRATION_DATE.C, $Revision: 1.6 $
MAKE_LIC_AR.H, $Revision: 1.28 $
MAKE_LIC_INTERNAL.H, $Revision: 1.4 $
GET_ROW_COL.C, $Revision: 1.7 $
GET_SW_ID.C, $Revision: 1.12 $
GET_SYSTEM_TYPE.C, $Revision: 1.7 $
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
MAKE_LIC_INTERNAL.H, $Revision: 1.4 $
HVERSION_RECOGNIZED, $Revision: 1.2 $
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
INSTALL_RCO_LICENSE.C, $Revision: 1.11 $
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
IS_RCO_LICENSE_INSTALLED.C, $Revision: 1.6 $
LIC_GET_DATE.C, $Revision: 1.5 $
OVERLAP_PASSWORDS.C, $Revision: 1.6 $
READ_FROM_SS.C, $Revision: 1.5 $
check_temp.h,$Revision: 1.5 $
COMPARE_TEMP_HP.C, $Revision: 1.6 $
CONVERT_DATE, $Revision: 1.6 $
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
GATHER_INFORMATION.C, $Revision: 1.4 $
MAKE_DATE_CANONICAL.C, 7/1/92, A.01.00
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
SEARCH_FOR_SESSION.C, $Revision: 1.4 $
check_temp.h,$Revision: 1.5 $
FIND_BEGINNING_DATE.C, $Revision: 1.5 $
GET_BOOT_TIME.C, $Revision: 1.5 $
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
GET_SESSION_ID.C, $Revision: 1.7 $
/opt/pred/bin/ptrack10.sh:
None
/opt/pred/bin/schedchk:
None
/opt/pred/bin/swinv10.sh:
None
/opt/pred/bin/tcpemail:
$Header: /newpred/tcpemail/src/tcpemail.c 100.15 200
0/03/23 23:51:25 joelh Exp $
$Header: /newpred/lib/tcpemail/tcpemail_init.c 100.2
4 2000/03/02 17:50:54 joelh Exp $
$Header: /newpred/lib/xinu/shmem.c 100.12 1999/02/02
17:11:50 joel Exp $
/opt/pred/bin/tcpemstats:
$Header: /newpred/lib/tcpemail/tcpemail_init.c 100.2
4 2000/03/02 17:50:54 joelh Exp $
$Header: /newpred/lib/xinu/shmem.c 100.12 1999/02/02
17:11:50 joel Exp $
/opt/pred/config/pt/FC60_monitor.pt:
None
/opt/pred/config/pt/RemoteMonitor.pt:
None
/opt/pred/config/pt/disk_em.pt:
None
/opt/pred/config/pt/dm_FCMS_adapter.pt:
None
/opt/pred/config/pt/dm_core_hw.pt:
None
/opt/pred/config/pt/dm_fc_scsi_mux.pt:
None
/opt/pred/config/pt/dm_fc_sw.pt:
None
/opt/pred/config/pt/dm_ses_enclosure.pt:
None
/opt/pred/config/pt/dm_stape.pt:
None
/opt/pred/config/pt/ha_disk_array.pt:
None
/opt/pred/config/pt/header.pt:
None
/opt/pred/newconfig/etc/ddfa/predictpcf:
$Revision: 101.1.1.1 $
/opt/pred/newconfig/etc/rc.config.d/predictive:
$Revision: 101.1.1.1 $
/opt/pred/newconfig/opt/pred/bin/.forward:
None
/opt/pred/newconfig/opt/pred/bin/U001AU01:
None
/opt/pred/newconfig/opt/pred/bin/U001FCSW:
None
/opt/pred/newconfig/opt/pred/bin/U001OPT2:
None
/opt/pred/newconfig/opt/pred/bin/U001RMON:
None
/opt/pred/newconfig/opt/pred/bin/U001SG00:
None
/opt/pred/newconfig/opt/pred/bin/U002CORE:
None
/opt/pred/newconfig/opt/pred/bin/U002EMS0:
None
/opt/pred/newconfig/opt/pred/bin/U002EMS3:
None
/opt/pred/newconfig/opt/pred/bin/U003EMS2:
None
/opt/pred/newconfig/opt/pred/bin/U003EMS4:
None
/opt/pred/newconfig/opt/pred/bin/U003PC00:
None
/opt/pred/newconfig/opt/pred/bin/U004EMS1:
None
/opt/pred/newconfig/opt/pred/bin/U004EMS5:
None
/opt/pred/newconfig/opt/pred/bin/U004TP8S:
None
/opt/pred/newconfig/opt/pred/bin/U005PP00:
None
/opt/pred/newconfig/opt/pred/bin/U005TPHD:
None
/opt/pred/newconfig/opt/pred/bin/U006DSM2:
None
/opt/pred/newconfig/opt/pred/bin/U007DSSC:
None
/opt/pred/newconfig/opt/pred/bin/U013DS5A:
None
/opt/pred/newconfig/opt/pred/bin/U013TP78:
None
/opt/pred/newconfig/opt/pred/bin/U014DS35:
None
/opt/pred/newconfig/opt/pred/bin/U014DS3F:
None
/opt/pred/newconfig/opt/pred/bin/U014DS56:
None
/opt/pred/newconfig/opt/pred/bin/U014RU00:
None
/opt/pred/newconfig/opt/pred/bin/U015DS22:
None
/opt/pred/newconfig/opt/pred/bin/U017DS2F:
None
/opt/pred/newconfig/opt/pred/bin/U017DSWS:
None
/opt/pred/newconfig/opt/pred/bin/U017DU00:
None
/opt/pred/newconfig/opt/pred/bin/U017LU00:
None
/opt/pred/newconfig/opt/pred/bin/U018DS37:
None
/opt/pred/newconfig/opt/pred/bin/U019DS2S:
None
/opt/pred/newconfig/opt/pred/bin/U019DS5S:
None
/opt/pred/newconfig/opt/pred/bin/U019MC00:
None
/opt/pred/newconfig/opt/pred/bin/U021DS5F:
None
/opt/pred/newconfig/opt/pred/bin/U021OEM1:
None
/opt/pred/newconfig/opt/pred/bin/U022ME00:
None
/opt/pred/newconfig/opt/pred/bin/U023DSM1:
None
/opt/pred/newconfig/opt/pred/bin/U024DS7S:
None
/opt/pred/newconfig/opt/pred/bin/U026MU00:
None
/opt/pred/newconfig/opt/pred/bin/U026SU00:
None
/opt/pred/newconfig/opt/pred/bin/U028TP15:
None
/opt/pred/newconfig/opt/pred/bin/U029PS00:
None
/opt/pred/newconfig/opt/pred/bin/psupschd:
GET_DATE_INFORMATION.C, $Revision: 1.10 $
GET_HVERSION.C, $Revision: 1.12 $
GET_LICENSE.C, $Revision: 1.24 $
MAKE_LIC_INTERNAL.H, $Revision: 1.4 $
INSTALL_LICENSE.C, $Revision: 1.15 $
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
MAKE_LIC_INTERNAL.H, $Revision: 1.4 $
MAKE_LICENSE.C, $Revision: 1.20 $
STABLE_STORE_INFO.C, $Revision: 1.15 $
WRITE_TO_SS.C, $Revision: 1.8 $
check_temp.h,$Revision: 1.5 $
CHECK_TEMP_LICENSE.C,$Revision: 1.10 $
DECODE_STABLE_STORAGE.C, $Revision: 1.5 $
DETERMINE_EXPIRATION_DATE.C, $Revision: 1.6 $
MAKE_LIC_AR.H, $Revision: 1.28 $
MAKE_LIC_INTERNAL.H, $Revision: 1.4 $
GET_ROW_COL.C, $Revision: 1.7 $
GET_SW_ID.C, $Revision: 1.12 $
GET_SYSTEM_TYPE.C, $Revision: 1.7 $
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
MAKE_LIC_INTERNAL.H, $Revision: 1.4 $
HVERSION_RECOGNIZED, $Revision: 1.2 $
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
INSTALL_RCO_LICENSE.C, $Revision: 1.11 $
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
IS_RCO_LICENSE_INSTALLED.C, $Revision: 1.6 $
LIC_GET_DATE.C, $Revision: 1.5 $
OVERLAP_PASSWORDS.C, $Revision: 1.6 $
READ_FROM_SS.C, $Revision: 1.5 $
check_temp.h,$Revision: 1.5 $
COMPARE_TEMP_HP.C, $Revision: 1.6 $
CONVERT_DATE, $Revision: 1.6 $
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
GATHER_INFORMATION.C, $Revision: 1.4 $
MAKE_DATE_CANONICAL.C, 7/1/92, A.01.00
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
SEARCH_FOR_SESSION.C, $Revision: 1.4 $
check_temp.h,$Revision: 1.5 $
FIND_BEGINNING_DATE.C, $Revision: 1.5 $
GET_BOOT_TIME.C, $Revision: 1.5 $
INSTALL_PASS_INTERNAL,$Revision: 1.12 $
GET_SESSION_ID.C, $Revision: 1.7 $
/sbin/init.d/predictive:
$Revision: 101.3.1.3 $
/sbin/rc1.d/K256predictive:
$Revision: 101.3.1.3 $
/sbin/rc2.d/S744predictive:
$Revision: 101.3.1.3 $
/var/stm/config/tools/monitor/predictive.sapcfg:
None
cksum(1) Output:
Predictive.PREDICTIVE-RUN,fr=C.11.00.18,
fa=HP-UX_B.11.00_32/64,v=HP:
1257300928 147456 /opt/pred/bin/ARRYSCN1
74666161 14770 /opt/pred/bin/CPSMG000
3702413598 175855 /opt/pred/bin/CPSUI000
1689301049 9388 /opt/pred/bin/Dialers
3392535774 151552 /opt/pred/bin/EMSSCAN
423653434 877 /opt/pred/bin/FIMGCAT
3142892920 294912 /opt/pred/bin/LOGSCANP
3604692504 356352 /opt/pred/bin/MEMSCANP
3595693183 516096 /opt/pred/bin/PROCSCNP
387569009 262144 /opt/pred/bin/PSCONFGP
3604746744 528384 /opt/pred/bin/PSCONFIG
794916923 768 /opt/pred/bin/PSDCTSTD
2724286936 135168 /opt/pred/bin/PSKRMP
1175203285 282624 /opt/pred/bin/PSMDBSP
3540802137 1483 /opt/pred/bin/PSPTKCAT
2129928070 139264 /opt/pred/bin/PSRULEUP
1008015329 192512 /opt/pred/bin/PSUXFDMP
3233038347 16234 /opt/pred/bin/PSUXFRDM
624779212 188416 /opt/pred/bin/PSUXFRDP
2517695536 200704 /opt/pred/bin/PTRACKP
3620677222 27418 /opt/pred/bin/Rel_NOTES.PRED
3102184012 1851 /opt/pred/bin/SCHEDCAT
906011330 618496 /opt/pred/bin/SCSISCNP
2022999392 94208 /opt/pred/bin/SGSCANP
1531880300 225280 /opt/pred/bin/XFERMAIL
1552525640 5993 /opt/pred/bin/addDialers
3333939586 28672 /opt/pred/bin/circat
3333939586 28672 /opt/pred/bin/cirtail
598805949 131072 /opt/pred/bin/dbsupp
4266676655 98518 /opt/pred/bin/dcconfig.sh
2896042298 1099468 /opt/pred/bin/libpsux.sl
1974066624 4294 /opt/pred/bin/mrgDialers
3604746744 528384 /opt/pred/bin/psconfig
1631067512 151552 /opt/pred/bin/psmond
3470754870 3465 /opt/pred/bin/ptrack10.sh
1309649800 53248 /opt/pred/bin/schedchk
3249552330 3813 /opt/pred/bin/swinv10.sh
2118044211 114688 /opt/pred/bin/tcpemail
638629737 118784 /opt/pred/bin/tcpemstats
648537961 1562 /opt/pred/config/pt/FC60_monitor.pt
971161580 891 /opt/pred/config/pt/RemoteMonitor.pt
720606876 1079 /opt/pred/config/pt/disk_em.pt
3336824542 876 /opt/pred/config/pt/dm_FCMS_adapter.pt
2091730607 726 /opt/pred/config/pt/dm_core_hw.pt
737924936 964 /opt/pred/config/pt/dm_fc_scsi_mux.pt
1380671715 1005 /opt/pred/config/pt/dm_fc_sw.pt
1785578391 911 /opt/pred/config/pt/dm_ses_enclosure.pt
1297738449 1218 /opt/pred/config/pt/dm_stape.pt
2402851583 1211 /opt/pred/config/pt/ha_disk_array.pt
3180346681 824 /opt/pred/config/pt/header.pt
374681923 280 /opt/pred/newconfig/etc/ddfa/predictpcf
3444834667 548 /opt/pred/newconfig/etc/rc.config.d/
predictive
1220765877 52 /opt/pred/newconfig/opt/pred/bin/.forward
1109516148 8860 /opt/pred/newconfig/opt/pred/bin/U001AU01
1426761546 4636 /opt/pred/newconfig/opt/pred/bin/U001FCSW
2064605762 14108 /opt/pred/newconfig/opt/pred/bin/U001OPT2
90280176 25372 /opt/pred/newconfig/opt/pred/bin/U001RMON
1257675367 6556 /opt/pred/newconfig/opt/pred/bin/U001SG00
935052391 11620 /opt/pred/newconfig/opt/pred/bin/U002CORE
581254378 8532 /opt/pred/newconfig/opt/pred/bin/U002EMS0
2614796682 17944 /opt/pred/newconfig/opt/pred/bin/U002EMS3
3438441028 19236 /opt/pred/newconfig/opt/pred/bin/U003EMS2
2486747684 58956 /opt/pred/newconfig/opt/pred/bin/U003EMS4
1904792659 6172 /opt/pred/newconfig/opt/pred/bin/U003PC00
1637918267 43204 /opt/pred/newconfig/opt/pred/bin/U004EMS1
2910209441 49516 /opt/pred/newconfig/opt/pred/bin/U004EMS5
3580328033 6528 /opt/pred/newconfig/opt/pred/bin/U004TP8S
449171208 6996 /opt/pred/newconfig/opt/pred/bin/U005PP00
2998567245 4524 /opt/pred/newconfig/opt/pred/bin/U005TPHD
4237776778 13312 /opt/pred/newconfig/opt/pred/bin/U006DSM2
1774361336 9496 /opt/pred/newconfig/opt/pred/bin/U007DSSC
2659081287 10984 /opt/pred/newconfig/opt/pred/bin/U013DS5A
1613084474 4704 /opt/pred/newconfig/opt/pred/bin/U013TP78
1566068213 50880 /opt/pred/newconfig/opt/pred/bin/U014DS35
593778093 35388 /opt/pred/newconfig/opt/pred/bin/U014DS3F
335257177 18036 /opt/pred/newconfig/opt/pred/bin/U014DS56
1800894161 2548 /opt/pred/newconfig/opt/pred/bin/U014RU00
1300839290 24208 /opt/pred/newconfig/opt/pred/bin/U015DS22
509041485 26712 /opt/pred/newconfig/opt/pred/bin/U017DS2F
2781028660 10856 /opt/pred/newconfig/opt/pred/bin/U017DSWS
432003443 6556 /opt/pred/newconfig/opt/pred/bin/U017DU00
353369296 19068 /opt/pred/newconfig/opt/pred/bin/U017LU00
4254116742 24328 /opt/pred/newconfig/opt/pred/bin/U018DS37
69995688 9288 /opt/pred/newconfig/opt/pred/bin/U019DS2S
3181293904 9168 /opt/pred/newconfig/opt/pred/bin/U019DS5S
3600893500 10324 /opt/pred/newconfig/opt/pred/bin/U019MC00
2275377325 63364 /opt/pred/newconfig/opt/pred/bin/U021DS5F
2282309437 21676 /opt/pred/newconfig/opt/pred/bin/U021OEM1
3568844653 12852 /opt/pred/newconfig/opt/pred/bin/U022ME00
2668686105 26108 /opt/pred/newconfig/opt/pred/bin/U023DSM1
1210349795 9976 /opt/pred/newconfig/opt/pred/bin/U024DS7S
3999306765 30748 /opt/pred/newconfig/opt/pred/bin/U026MU00
1070385772 11548 /opt/pred/newconfig/opt/pred/bin/U026SU00
1689838543 6108 /opt/pred/newconfig/opt/pred/bin/U028TP15
2899731704 12868 /opt/pred/newconfig/opt/pred/bin/U029PS00
3840026455 86016 /opt/pred/newconfig/opt/pred/bin/psupschd
1280312681 2573 /sbin/init.d/predictive
1280312681 2573 /sbin/rc1.d/K256predictive
1280312681 2573 /sbin/rc2.d/S744predictive
3569101441 2665 /var/stm/config/tools/monitor/
predictive.sapcfg
Patch Conflicts: None
Patch Dependencies: None
Hardware Dependencies: None
Other Dependencies: None
Supersedes:
PHSS_24158
Equivalent Patches: None
Patch Package Size: 7330 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_24828
5. Run swinstall to install the patch:
swinstall -x autoreboot=true -x patch_match_target=true \
-s /tmp/PHSS_24828.depot
By default swinstall will archive the original software in
/var/adm/sw/save/PHSS_24828. If you do not wish to retain a
copy of the original software, use the patch_save_files option:
swinstall -x autoreboot=true -x patch_match_target=true \
-x patch_save_files=false -s /tmp/PHSS_24828.depot
WARNING: If patch_save_files is false when a patch is installed,
the patch cannot be deinstalled. Please be careful
when using this feature.
For future reference, the contents of the PHSS_24828.text file is
available in the product readme:
swlist -l product -a readme -d
/tmp/PHSS_24828.depot
To put this patch on a magnetic tape and install from the
tape drive, use the command:
dd if=/tmp/PHSS_24828.depot of=/dev/rmt/0m bs=2k
Special Installation Instructions: None
-----End of Document ID: PHSS_24828------------------------------------------
Document ID: PHSS_24650
Date Loaded: 20010821
Title: s700_800 11.00 MPower//Web Aug 2001 Periodic Patch
Patch Name: PHSS_24650
Patch Description: s700_800 11.00 MPower//Web Aug 2001 Periodic Patch
Creation Date: 01/08/02
Post Date: 01/08/21
Hardware Platforms - OS Releases:
s700: 11.00
s800: 11.00
Products:
MPower//Web 2.0
Filesets:
WTWhiteboard.WTWHITEBOARD,fr=B.11.00.01,fa=HP-UX_B.11.00_32/64,v=HP
WTWhiteboard.WTWHITEBOARD,fr=B.11.00.02,fa=HP-UX_B.11.00_32/64,v=HP
WTScreenCapt.WTSCNCAP,fr=B.11.00.01,fa=HP-UX_B.11.00_32/64,v=HP
WTScreenCapt.WTSCNCAP,fr=B.11.00.02,fa=HP-UX_B.11.00_32/64,v=HP
Imaging.WTIMAGE-RUN,fr=B.11.00.01,fa=HP-UX_B.11.00_32/64,v=HP
Imaging.WTIMAGE-RUN,fr=B.11.00.02,fa=HP-UX_B.11.00_32/64,v=HP
WTSharedX.WTSHAREDX,fr=B.11.00.01,fa=HP-UX_B.11.00_32/64,v=HP
WTSharedX.WTSHAREDX,fr=B.11.00.02,fa=HP-UX_B.11.00_32/64,v=HP
Imaging.WTIMAGE-PRINT,fr=B.11.00.01,fa=HP-UX_B.11.00_32/64,v=HP
Imaging.WTIMAGE-PRINT,fr=B.11.00.02,fa=HP-UX_B.11.00_32/64,v=HP
WTSharedXDe.WTSX-GER-I-M,fr=B.11.00.01,fa=HP-UX_B.11.00_32/64,v=HP
WTSharedXDe.WTSX-GER-I-M,fr=B.11.00.02,fa=HP-UX_B.11.00_32/64,v=HP
WTSharedXFr.WTSX-FRE-I-M,fr=B.11.00.01,fa=HP-UX_B.11.00_32/64,v=HP
WTSharedXFr.WTSX-FRE-I-M,fr=B.11.00.02,fa=HP-UX_B.11.00_32/64,v=HP
WTSharedXJp.WTSX-JPN-S-M,fr=B.11.00.01,fa=HP-UX_B.11.00_32/64,v=HP
WTSharedXJp.WTSX-JPN-S-M,fr=B.11.00.02,fa=HP-UX_B.11.00_32/64,v=HP
WTSharedXJp.WTSX-JPN-E-M,fr=B.11.00.01,fa=HP-UX_B.11.00_32/64,v=HP
WTSharedXJp.WTSX-JPN-E-M,fr=B.11.00.02,fa=HP-UX_B.11.00_32/64,v=HP
Automatic Reboot?: No
Status: General Release
Critical: No
Category Tags:
defect_repair general_release
Path Name: /hp-ux_patches/s700_800/11.X/PHSS_24650
Symptoms:
PHSS_24650:
1. PHSS_24191 is defect,the postinstall script fails
PHSS_24191:
1. SharedX causes Xserver to core dump if network connection
is slow or unreliable
2. Problem with the popup and pulldown menu in SharedX.
3. SXshare destroys the names of shared windows
4. SharedX on 11.0 issues "Cannot convert string ... to type
Pixmap"
PHSS_22752:
1. SharedX memory leak
2. imageprint and tps are creating large postscript files
PHSS_21666:
1. Undo function in Whiteboard is not handled properly in
some cases
2. Screencapture does not save my previous setting
3. If type letter for Pause, don't give error message in
Screen Capture
4. Desensitize Append toggle for non-tiff files in Screen
Capture
5. Cannot use Append option in Screen Capture, if this is
the first image in the file
6. Imageview hangs after deleting the image file and
performing a cut/paste operation
7. Would like ability to print modified images from
imageview
8. Imageview should clear the drawing area when a non-image
file is dropped
Defect Description:
PHSS_24650:
1. PHSS_24191 is defect,the postinstall script fails.
PHSS_24191:
1. SharedX causes Xserver to core dump if network connection
is slow or unreliable
2. Problem with the popup and pulldown menu in SharedX.
3. SXshare destroys the names of shared windows
4. SharedX on 11.0 issues "Cannot convert string ... to type
Pixmap"
PHSS_22752:
1. SharedX memory leak
2. imageprint and tps are creating large postscript files
PHSS_21666:
1. Undo function in Whiteboard is not handled properly in
some cases
2. Screencapture does not save my previous setting
3. If type letter for Pause, don't give error message in
Screen Capture
4. Desensitize Append toggle for non-tiff files in Screen
Capture
5. Cannot use Append option in Screen Capture, if this is
the first image in the file
6. Imageview hangs after deleting the image file and
performing a cut/paste operation
7. Would like ability to print modified images from
imageview
8. Imageview should clear the drawing area when a non-image
file is dropped
Resolution:
1. Undo functionality in whiteboard is checked for all
cases.
2. .capture file is newly created to hold the latest screen
settings.
3. Screencapture does not accept non-numeric values and
gives a error message if entered.
4. Append toggle button is desensitized for all non-tiff
files.
5. Append option is used even if this is a first image in
the file.
6. Imageview gives and error while trying to do cut/paste
operation after the image file.
7. Changed the print callback to print the modified image.
8. The drawing area is cleared when a non-image file is
dropped.
SR:
8606207453 8606167016 8606188040 8606156774 8606167370
8606138447 8606104771 8606125526 5003402065
Patch Files:
WTWhiteboard.WTWHITEBOARD,fr=B.11.00.01,
fa=HP-UX_B.11.00_32/64,v=HP:
WTWhiteboard.WTWHITEBOARD,fr=B.11.00.02,
fa=HP-UX_B.11.00_32/64,v=HP:
/opt/wt/bin/whiteboard
WTScreenCapt.WTSCNCAP,fr=B.11.00.01,fa=HP-UX_B.11.00_32/64,
v=HP:
WTScreenCapt.WTSCNCAP,fr=B.11.00.02,fa=HP-UX_B.11.00_32/64,
v=HP:
/opt/wt/bin/capture
Imaging.WTIMAGE-RUN,fr=B.11.00.01,fa=HP-UX_B.11.00_32/64,
v=HP:
Imaging.WTIMAGE-RUN,fr=B.11.00.02,fa=HP-UX_B.11.00_32/64,
v=HP:
/opt/wt/bin/imageview
/opt/wt/lib/nls/msg/C/imageview.cat
WTSharedX.WTSHAREDX,fr=B.11.00.01,fa=HP-UX_B.11.00_32/64,
v=HP:
WTSharedX.WTSHAREDX,fr=B.11.00.02,fa=HP-UX_B.11.00_32/64,
v=HP:
/opt/wt/bin/SharedX
/opt/wt/bin/SXshare
/opt/wt/newconfig/usr/lib/X11/extensions/libSX.1
/opt/wt/newconfig/etc/dt/app-defaults/C/Sharedx
Imaging.WTIMAGE-PRINT,fr=B.11.00.01,fa=HP-UX_B.11.00_32/64,
v=HP:
Imaging.WTIMAGE-PRINT,fr=B.11.00.02,fa=HP-UX_B.11.00_32/64,
v=HP:
/opt/wt/bin/imageprint
WTSharedXDe.WTSX-GER-I-M,fr=B.11.00.01,
fa=HP-UX_B.11.00_32/64,v=HP:
WTSharedXDe.WTSX-GER-I-M,fr=B.11.00.02,
fa=HP-UX_B.11.00_32/64,v=HP:
/opt/wt/newconfig/etc/dt/app-defaults/de_DE.iso88591/Sharedx
WTSharedXFr.WTSX-FRE-I-M,fr=B.11.00.01,
fa=HP-UX_B.11.00_32/64,v=HP:
WTSharedXFr.WTSX-FRE-I-M,fr=B.11.00.02,
fa=HP-UX_B.11.00_32/64,v=HP:
/opt/wt/newconfig/etc/dt/app-defaults/fr_FR.iso88591/Sharedx
WTSharedXJp.WTSX-JPN-S-M,fr=B.11.00.01,
fa=HP-UX_B.11.00_32/64,v=HP:
WTSharedXJp.WTSX-JPN-S-M,fr=B.11.00.02,
fa=HP-UX_B.11.00_32/64,v=HP:
/opt/wt/newconfig/etc/dt/app-defaults/ja_JP.SJIS/Sharedx
WTSharedXJp.WTSX-JPN-E-M,fr=B.11.00.01,
fa=HP-UX_B.11.00_32/64,v=HP:
WTSharedXJp.WTSX-JPN-E-M,fr=B.11.00.02,
fa=HP-UX_B.11.00_32/64,v=HP:
/opt/wt/newconfig/etc/dt/app-defaults/ja_JP.eucJP/Sharedx
what(1) Output:
WTWhiteboard.WTWHITEBOARD,fr=B.11.00.01,
fa=HP-UX_B.11.00_32/64,v=HP:
/opt/wt/bin/whiteboard:
X Window System, Version 11 R6+ HP-UX B.11.00.00 Jun
e 2000 Patch Release
(build date: Thu May 25 13:19:30 IST 2000)
WTScreenCapt.WTSCNCAP,fr=B.11.00.01,fa=HP-UX_B.11.00_32/64,
v=HP:
/opt/wt/bin/capture:
X Window System, Version 11 R6+ HP-UX B.11.00.00 Jun
e 2000 Patch Release
(build date: Thu May 25 13:06:06 IST 2000)
Imaging.WTIMAGE-RUN,fr=B.11.00.01,fa=HP-UX_B.11.00_32/64,
v=HP:
/opt/wt/bin/imageview:
X Window System, Version 11 R6+ HP-UX B.10.20.00 Jun
e 2000 Patch Release
(build date: Tue May 2 19:00:44 IST 2000)
/opt/wt/lib/nls/msg/C/imageview.cat:
None
WTSharedX.WTSHAREDX,fr=B.11.00.01,fa=HP-UX_B.11.00_32/64,
v=HP:
/opt/wt/bin/SharedX:
X Window System, Version 11 R6+ HP-UX B.11.00.00 Jun
e 2001 Patch Release
(build date: Fri May 18 17:08:13 IST 2001)
SharedX 2.5 Connector - HP MPower//Web
/opt/wt/bin/SXshare:
X Window System, Version 11 R6+ HP-UX B.11.00.00 Jun
e 2001 Patch Release
(build date: Fri May 18 14:03:21 IST 2001)
SharedX 2.5 SXshare - HP MPower//Web
/opt/wt/newconfig/usr/lib/X11/extensions/libSX.1:
libSX.1: SharedX Extensions Lib., Version 2.5
X Window System, Version 11 R6+ HP-UX B.11.00.00 Jun
e 2001 Patch Release
(build date: Fri May 18 14:29:10 IST 2001)
/opt/wt/newconfig/etc/dt/app-defaults/C/Sharedx:
SharedX 2.4 app-defaults -- 10/95
Imaging.WTIMAGE-PRINT,fr=B.11.00.01,fa=HP-UX_B.11.00_32/64,
v=HP:
/opt/wt/bin/imageprint:
X Window System, Version 11 R6+ HP-UX B.11.00.00 Dec
2000 Patch Release
(build date: Wed Nov 15 12:48:24 IST 2000)
WTSharedXDe.WTSX-GER-I-M,fr=B.11.00.01,
fa=HP-UX_B.11.00_32/64,v=HP:
/opt/wt/newconfig/etc/dt/app-defaults/de_DE.iso88591/
Sharedx:
SharedX 2.4 app-defaults -- 10/95
WTSharedXFr.WTSX-FRE-I-M,fr=B.11.00.01,
fa=HP-UX_B.11.00_32/64,v=HP:
/opt/wt/newconfig/etc/dt/app-defaults/fr_FR.iso88591/
Sharedx:
SharedX 2.4 app-defaults -- 10/95
WTSharedXJp.WTSX-JPN-S-M,fr=B.11.00.01,
fa=HP-UX_B.11.00_32/64,v=HP:
/opt/wt/newconfig/etc/dt/app-defaults/ja_JP.SJIS/Sharedx:
SharedX 2.4 app-defaults -- 10/95
WTSharedXJp.WTSX-JPN-E-M,fr=B.11.00.01,
fa=HP-UX_B.11.00_32/64,v=HP:
/opt/wt/newconfig/etc/dt/app-defaults/ja_JP.eucJP/Sharedx:
SharedX 2.4 app-defaults -- 10/95
cksum(1) Output:
WTWhiteboard.WTWHITEBOARD,fr=B.11.00.01,
fa=HP-UX_B.11.00_32/64,v=HP:
3305576509 184320 /opt/wt/bin/whiteboard
WTScreenCapt.WTSCNCAP,fr=B.11.00.01,fa=HP-UX_B.11.00_32/64,
v=HP:
1522856582 94208 /opt/wt/bin/capture
Imaging.WTIMAGE-RUN,fr=B.11.00.01,fa=HP-UX_B.11.00_32/64,
v=HP:
1275014962 188416 /opt/wt/bin/imageview
3381487249 5511 /opt/wt/lib/nls/msg/C/imageview.cat
WTSharedX.WTSHAREDX,fr=B.11.00.01,fa=HP-UX_B.11.00_32/64,
v=HP:
4166629481 212992 /opt/wt/bin/SharedX
1520985923 53248 /opt/wt/bin/SXshare
3628848216 143360 /opt/wt/newconfig/usr/lib/X11/extensions/
libSX.1
4112754319 23203 /opt/wt/newconfig/etc/dt/app-defaults/C/
Sharedx
Imaging.WTIMAGE-PRINT,fr=B.11.00.01,fa=HP-UX_B.11.00_32/64,
v=HP:
2693226505 77824 /opt/wt/bin/imageprint
WTSharedXDe.WTSX-GER-I-M,fr=B.11.00.01,
fa=HP-UX_B.11.00_32/64,v=HP:
1293483781 23587 /opt/wt/newconfig/etc/dt/app-defaults/
de_DE.iso88591/Sharedx
WTSharedXFr.WTSX-FRE-I-M,fr=B.11.00.01,
fa=HP-UX_B.11.00_32/64,v=HP:
3155840178 24752 /opt/wt/newconfig/etc/dt/app-defaults/
fr_FR.iso88591/Sharedx
WTSharedXJp.WTSX-JPN-S-M,fr=B.11.00.01,
fa=HP-UX_B.11.00_32/64,v=HP:
3877072839 29348 /opt/wt/newconfig/etc/dt/app-defaults/
ja_JP.SJIS/Sharedx
WTSharedXJp.WTSX-JPN-E-M,fr=B.11.00.01,
fa=HP-UX_B.11.00_32/64,v=HP:
3452852684 29349 /opt/wt/newconfig/etc/dt/app-defaults/
ja_JP.eucJP/Sharedx
Patch Conflicts: None
Patch Dependencies: None
Hardware Dependencies: None
Other Dependencies: None
Supersedes:
PHSS_21666 PHSS_22752 PHSS_24191
Equivalent Patches:
PHSS_24757:
s700: 10.20
s800: 10.20
Patch Package Size: 1140 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_24650
5. Run swinstall to install the patch:
swinstall -x autoreboot=true -x patch_match_target=true \
-s /tmp/PHSS_24650.depot
By default swinstall will archive the original software in
/var/adm/sw/save/PHSS_24650. If you do not wish to retain a
copy of the original software, use the patch_save_files option:
swinstall -x autoreboot=true -x patch_match_target=true \
-x patch_save_files=false -s /tmp/PHSS_24650.depot
WARNING: If patch_save_files is false when a patch is installed,
the patch cannot be deinstalled. Please be careful
when using this feature.
For future reference, the contents of the PHSS_24650.text file is
available in the product readme:
swlist -l product -a readme -d
/tmp/PHSS_24650.depot
To put this patch on a magnetic tape and install from the
tape drive, use the command:
dd if=/tmp/PHSS_24650.depot of=/dev/rmt/0m bs=2k
Special Installation Instructions: None
-----End of Document ID: PHSS_24650------------------------------------------
Document ID: PHKL_24783
Date Loaded: 20010821
Title: s700_800 11.11 Tunable vx_ninode added, vx_maxlink removed
Patch Name: PHKL_24783
Patch Description: s700_800 11.11 Tunable vx_ninode added, vx_maxlink removed
Creation Date: 01/08/20
Post Date: 01/08/21
Hardware Platforms - OS Releases:
s700: 11.11
s800: 11.11
Products: N/A
Filesets:
JFS.VXFS-BASE-KRN,fr=B.11.11,fa=HP-UX_B.11.11_32,v=HP
JFS.VXFS-BASE-KRN,fr=B.11.11,fa=HP-UX_B.11.11_64,v=HP
Automatic Reboot?: Yes
Status: General Release
Critical: No
Category Tags:
defect_repair general_release
Path Name: /hp-ux_patches/s700_800/11.X/PHKL_24783
Symptoms:
PHKL_24783:
( SR:8606183953 CR:JAGad53163 )
vx_maxlink is currently an unsupported and undocumented
tunable which is removed by this patch.
( SR:8606197105 CR:JAGad66299 )
vx_ninode is documented to be a tunable but it's not
implemented in 11.11.
Defect Description:
PHKL_24783:
( SR:8606183953 CR:JAGad53163 )
vx_maxlink is a 32-bit integer which can store a value
greater than 64K. This tunable is not supported and is
not documented to customers.
Resolution:
( SR:8606183953 CR:JAGad53163 )
Don't allow vx_maxlink to be a tunable.
( SR:8606197105 CR:JAGad66299 )
The size of VxFS inode cache table if auto tuned, may be
very large for certain systems. This may lead to large
consumption of system memory. The size of the VxFS inode
cache table needs to be tuned according to the system.
Resolution:
( SR:8606197105 CR:JAGad66299 )
Tunable vx_ninode added.
vx_ninode allows setting the maximum number of inodes that
can be present in the VxFS in-memory inode cache at a time.
If set to zero (the default) the size is tuned according to
how much physical memory the system has.
SR:
8606183953 8606197105
Patch Files:
JFS.VXFS-BASE-KRN,fr=B.11.11,fa=HP-UX_B.11.11_32,v=HP:
/usr/conf/master.d/vxfs
/usr/conf/space.h.d/vxfs_space.h
JFS.VXFS-BASE-KRN,fr=B.11.11,fa=HP-UX_B.11.11_64,v=HP:
/usr/conf/master.d/vxfs
/usr/conf/space.h.d/vxfs_space.h
what(1) Output:
JFS.VXFS-BASE-KRN,fr=B.11.11,fa=HP-UX_B.11.11_32,v=HP:
/usr/conf/master.d/vxfs:
vxfs $Date: 2001/08/06 15:24:01 $Revision: r11.11/1
PATCH_11.11 (PHKL_24783)
/usr/conf/space.h.d/vxfs_space.h:
vxfs_space.h $Date: 2001/08/06 15:19:26 $Revision: r
11.11/1 PATCH_11.11 (PHKL_24783)
common/space/vxfs_space.h $Revision: $
JFS.VXFS-BASE-KRN,fr=B.11.11,fa=HP-UX_B.11.11_64,v=HP:
/usr/conf/master.d/vxfs:
vxfs $Date: 2001/08/06 15:25:39 $Revision: r11.11/1
PATCH_11.11 (PHKL_24783)
/usr/conf/space.h.d/vxfs_space.h:
vxfs_space.h $Date: 2001/08/08 13:20:45 $Revision: r
11.11/1 PATCH_11.11 (PHKL_24783)
common/space/vxfs_space.h $Revision: $
cksum(1) Output:
JFS.VXFS-BASE-KRN,fr=B.11.11,fa=HP-UX_B.11.11_32,v=HP:
482269489 4763 /usr/conf/master.d/vxfs
398643852 2259 /usr/conf/space.h.d/vxfs_space.h
JFS.VXFS-BASE-KRN,fr=B.11.11,fa=HP-UX_B.11.11_64,v=HP:
4292119552 4763 /usr/conf/master.d/vxfs
3998421798 2260 /usr/conf/space.h.d/vxfs_space.h
Patch Conflicts: None
Patch Dependencies: None
Hardware Dependencies: None
Other Dependencies: None
Supersedes: None
Equivalent Patches: None
Patch Package Size: 40 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 PHKL_24783
5. Run swinstall to install the patch:
swinstall -x autoreboot=true -x patch_match_target=true \
-s /tmp/PHKL_24783.depot
By default swinstall will archive the original software in
/var/adm/sw/save/PHKL_24783. If you do not wish to retain a
copy of the original software, include the patch_save_files
option in the swinstall command above:
-x patch_save_files=false
WARNING: If patch_save_files is false when a patch is installed,
the patch cannot be deinstalled. Please be careful
when using this feature.
For future reference, the contents of the PHKL_24783.text file is
available in the product readme:
swlist -l product -a readme -d
/tmp/PHKL_24783.depot
To put this patch on a magnetic tape and install from the
tape drive, use the command:
dd if=/tmp/PHKL_24783.depot of=/dev/rmt/0m bs=2k
Special Installation Instructions: None
-----End of Document ID: PHKL_24783------------------------------------------
Document ID: PHKL_24646
Date Loaded: 20010821
Title: s700_800 11.00 LVM cumulative patch, performance upgrades
Patch Name: PHKL_24646
Patch Description: s700_800 11.00 LVM cumulative patch, performance upgrades
Creation Date: 01/08/11
Post Date: 01/08/21
Hardware Platforms - OS Releases:
s700: 11.00
s800: 11.00
Products: N/A
Filesets:
LVM.LVM-KRN,fr=B.11.00,fa=HP-UX_B.11.00_32,v=HP
OS-Core.CORE2-KRN,fr=B.11.00,fa=HP-UX_B.11.00_32,v=HP
LVM.LVM-KRN,fr=B.11.00,fa=HP-UX_B.11.00_64,v=HP
OS-Core.CORE2-KRN,fr=B.11.00,fa=HP-UX_B.11.00_64,v=HP
Automatic Reboot?: Yes
Status: General Release
Critical:
Yes
PHKL_24646: PANIC HANG
PHKL_24268: PANIC HANG
PHKL_23127: CORRUPTION
PHKL_22266: HANG
PHKL_22267: HANG
PHKL_20419: PANIC CORRUPTION
PHKL_20186: CORRUPTION
PHKL_18542: PANIC HANG
PHKL_18483: OTHER
Performance problem
PHKL_18189: HANG OTHER
Hardware Detection Problem
PHKL_17664: PANIC
PHKL_15789: HANG
Time to switch PVLinks can take several hours when
100's of paths are involved. During this time,
these I/O paths (to disk devices) are unavailable.
This may have the appearance of a hung system.
PHKL_14689: PANIC
PHKL_14252: PANIC HANG OTHER
Cluster may not reconfigure after a node crash.
PHKL_17045: PANIC
PHKL_17042: PANIC
PHKL_13346: CORRUPTION ABORT
PHKL_16433: HANG
PHKL_15956: ABORT
PHKL_14861: HANG
PHKL_20397: OTHER
With patch PHKL_19367 installed, but not this
patch, there can be cases where sleeping user
threads cannot be awakened.
Category Tags:
defect_repair hardware_enablement enhancement
general_release critical panic halts_system corruption
Path Name: /hp-ux_patches/s700_800/11.X/PHKL_24646
Symptoms:
PHKL_24646:
(SR: 8606214868 CR: JAGad84060)
LVM enhancement to provide kernel interfaces that may be
used to reduce the activation time for volume groups when
many paths to disks in the volume group are unavailable.
This patch does nothing by itself to improve volume group
activation performance.
(SR: 8606213562 CR: JAGad82754)
A shared volume group has one or more LUNs on an active-
passive disk array and one of the array's Service Processors
is hot-swapped without deactivating the volume group.
Later, a node deactivates the volume group (while it remains
activated on other nodes), and that node is not able to
reactivate it.
(SR: 8606162303 CR: JAGad31619)
(SR: 8606214625 CR: JAGad83816)
Very poor read performance for HFS filesystems on LVM LVs
during an lvmerge(1M) operation. VxFS file systems are not
affected. Reads are held off for as long as 30 seconds.
(SR: 8606214651 CR: JAGad83843)
The vgreduce and lvreduce commands, when applied to strict
mirrors of the boot/root volume, do not detach one of the
mirrors from the pair.
( SR:8606186304 CR : JAGad55510)
LVM commands may hang forever requiring a system reboot to
recover. Volume group activations may fail with indications
that the disks do not belong to the volume group or some
other LVM error message. There is also a remote possibility
of data corruption caused by LVM using an older copy of the
mirror consistency record (MCR) or the volume group status
(VGSA). These situations most likely happen on systems
where the system time has been advanced far into the future,
then changed back to the correct time again. The hangs can
also occur if a volume group is exported from one system and
imported to another with a system time behind the first.
Multiple volume groups on the system may be affected
simultaneously. Volume Groups that are most likely to
demonstrate the problem have timestamps on the LVM disk
VGSA, VGDA or MWC data structures which exceed the current
system time.
(SR 8606214631 CR: JAGad83822)
During JFS direct I/O to an LVM logical volume, the system
can panic with a kernel stack overflow. The stack trace
looks like this:
panic+0x6c
report_trap_or_int_and_panic+0x94
trap+0x938
nokgdb+0x8
disksort_do_enqueue+0x0
disksort_enqueue+0x4c
lv_strategy+0xf8
+ lv_start_str2+0x140
+ lv_strategy2+0x100
+ lv_strategy+0x3c4
vx_dev_strategy+0xac
vx_dio_chain_start+0x238
vx_dio_iovec+0x770
vx_dio_rdwri+0x1b4
vx_read1+0x7a8
vx_rdwr+0xe0
vno_rw+0x80
read+0x10c
syscall+0x204
$syscallrtn+0x0
where the three lines marked "+" are repeated many, many
times.
(SR: 8606195979 CR: JAGad65183)
The system panics due to closing of a logical volume that is
already closed. The stack trace looks like:
stack trace for event 0
crash event was a panic
panic+0x6c
lv_closelv+0x154
lv_close+0xd0
(SR : 8606214888 CR: JAGad84080)
LVM enhancement to provide support for Fibre-Channel disk
arrays which may provide more than 128 LUNs. Without this
patch non-concurrent active path arrays are limited to 8
LUNs. This enhancement allows LVM to use devices with as
many as 16k LUNs.
PHKL_24268:
( SR:8606194190 CR:JAGad63400 )
I/O hang to the disk and LVM commands hanging.
PV switching links with bad blocks. This causes
the system also to hang.
( SR:8606193747 CR:JAGad62959 )
System hangs with all 6 lvmkd processes active
( SR:8606161149 CR:JAGad30465 )
In rare circumstances,a panic may occur when a Volume Group
is deactivated and a disk in the volume group is offline or
momentarily unavailable. The panic is characterized by a
trap type 15 in lv_resyncpv().
The panic message is:
panic: data page fault on lv_resyncpv()
( SR:8606186358 CR:JAGad55562)
Like JAGad30465, in rare circumstances a panic may
occur when a volume group is deactivated and a disk
in the volume group is offline or momentarily
unavailable.
This panic is also characterized by a trap type 15
in lv_resyncpv(). The difference is that it is less
likely than JAGad30465 and the panic occurs in a
different place in lv_resyncpv().
( SR:8606193747 CR:JAGad64027)
In rare circumstance, a panic may occur when a
Volume Group is deactivated and a disk in the volume
group is offline or momentarily unavailable. This panic
is characterized by a trap type 15 in lv_resync_pfpv().
This panic has never been detected in the field, the
problem was discovered during a review of the code
in this area.
( SR:8606186346 CR:JAGad55551)
In rare circumstances, in a Service Guard Cluster
configuration, with Oracle Parallel Server accessing
mirrored logical volumes in a shared volume group,
disks may go offline and become available again without
LVM ever detecting that they are working again. The
result is that the devices will appear to be unavailable
to LVM even when the disks have become available again
and could potentially be resynced and used. This
particular problem can only occur when the volume group
cluster server and another node simultaneously detect
that a disk is unavailable and both attempt to resync
the device. The resyncs will both block and LVM will
make no forward progress in restoring failed devices
that are working again.
PHKL_23127:
( SR: 8606173900 CR: JAGad43153 )
After a system crash, mirrored logical volumes might not be
resynchronized correctly if the Mirror Write Cache is on
(see lvchange(1M) for details). In some cases, the affected
volume group cannot be activated and vgchange(1M) issues the
following error message:
vgchange: Couldn't activate volume group "/dev/vgXXX":
I/O error while reading the VGDA.
In other cases, the volume group can be activated, but the
mirrored logical volumes are not fully resynchronized. This
is a serious problem because any write in progress when the
system crashed might have completed on one mirror but not
on another.
PHKL_22266:
( SR: 5003437970 CR: JAGaa40887 )
( SR: 8606106637 CR: JAGab75913 )
When multiple physical volumes or paths to physical volumes
are lost, it takes minutes to recover them. The current
implementation to test for the failed devices still takes
approximately 1-2 minutes regardless of the number of paths
or devices to be recovered.
( SR: 8606151870 CR: JAGad21209 )
Degradation of performance in LVM regular I/O throughput.
This problem is seen more frequently when out of bound
requests like in Oracle 8.1.7 are sent to LVM.
( SR: 8606108373 CR: JAGab78776 )
Reads from a mirrored LV can take a very long time to
complete if one of the mirrors is unavailable.
( SR: 8606124005 CR: JAGac39365 )
During heavy I/O stress system may panic because of a
spinlock deadlock. The stack trace of the process causing
the panic look similar to :
lv_unblock+0x118
lv_complete+0x5c
lv_terminate+0x330
lv_mwc_done+0x230
lv_finished+0x168
lv_parwrite_done+0x17c
lv_end+0x5f8
biodone+0xd8
scsi_iodone+0x290
scsi_cbfn+0x6a0
fcpdev_scsi_comp+0x44
fcpbh_scsi_comp+0x75c
fcpbh_fcp_cbfn+0x344
fcpbh_rcv_completer+0x580
fcT1_isr+0xdd8
mp_ext_interrupt+0x2a0
$RDB_int_patch+0x58
invoke_callouts+0x34
softclock+0x38
sw_service+0x154
mp_ext_interrupt+0x2a0
$RDB_int_patch+0x58
hdl_vpfn+0x10
kfree_unused+0x2f4
vhand+0x158
main+0x438
$vstart+0x34
$locore+0x74
( SR: 8606141513 CR: JAGad10876 )
The commands lvsplit, lvmerge, lvsync, lvdisplay or
vgdisplay run in parallel will take a long time.
( SR: 8606161019 CR: JAGad30337 )
PHKL_20333 introduced a defect where pstat(2) always
reports the number of open logical volumes (psd_openlv)
and the number of open volume groups (psd_openvg) as
zero. As a result, the GBL_NUM_VG metric in GlancePlus
will remain zero.
PHKL_22267:
( SR:8606126246 DTS: JAGac56811 )
Some process attempting to close an LVM logical volume
sleep forever and are not killable.
( SR:8606157504 DTS: JAGad26835 )
On HP-UX version 10.20, we currently provide and support
mirrored logical volumes which are part of a shared volume
group. This functionality was removed in HP-UX 11.00.
This patch enables the functionality for HP-UX 11.00.
PHKL_20419:
( SR:8606113703 DTS: JAGac07217 )
If a physical volume in an LVM mirrored disk configuration
is replaced without deactivating the volume group it belongs
to, an application might see spurious I/O errors, mirror
resync failures, or data corruption. (The I/O errors and
resync failures may have been observed prior to replacing
the disk.)
( SR:8606128444 DTS: JAGac81735 )
It might not be possible to activate a volume group in
shared mode if any of its physical volumes are on an Optimus
Prime Disk Array.
( SR:8606106798 DTS: JAGab76189 )
LVM performs a full resync every time a volume group is
activated. This symptom began occurring after patch
PHKL_17045 (or a superseding patch) was installed. While
the resync is in progress, system performance may be
degraded. In addition, since LVM does not have two valid
copies of all data during the resync, the system is
vulnerable to a disk failure until the resync completes.
( SR:8606106012 CR: JAGab74797 )
It is possible for an I/O request to be accepted while a
logical volume is being closed, causing the operating system
to panic. Typical actions that close a logical volume are
unmounting a filesystem and closing a database [or other]
application which uses raw logical volumes. The panic would
likely be a data page fault in an lvm ("lv_") routine.
( SR: 8606128482 CR: JAGac84447 )
LVM volume group fails to activate on a Cascade disk array
with a block size of 2K.
PHKL_20333:
( SR: 8606107525 DTS: JAGab77768 )
LVM IO throughput performance is affected by bottleneck
caused during initiating the IO request on physical volumes.
PHKL_20186:
( SR: 8606106837 DTS: JAGab76286 )
Patches PHKL_18542, PHKL_19060 and PHKL_19909 have been
recalled because of a problem that was first introduced in
PHKL_18542 and that remains in the two later patches. This
problem can only occur if the MirroDisk/UX product has been
installed, and only on a volume group with mirrored logical
volumes. Under these circumstances, if a physical volume is
replaced and its configuration restored using vgcfgrestore
(1M), all of the data on that disk is marked "stale" so that
the kernel will copy the correct data from another mirror
onto the new disk. However, with PHKL_18542, PHKL_19060 or
PHKL_19909 on the system, the kernel does not recognize that
the data on the new disk is stale and fails to copy over it,
resulting in data corruption.
PHKL_19909:
1. Enhancement to LVM to allow striping in shared
logical volumes.
2. When a disk goes down, sparing does not happen
automatically.
PHKL_19060:
( SR: 8606100412 DTS: JAGab31786 )
With Optimus Disk Array, LVM incorrectly configures
different luns with the same LUN id as alternate links.
PHKL_18542:
( SR: 4701424465 DTS: JAGab00194 )
System panic (data page fault) in lv_validate_mwc() while
trying to activate a volume group after a system reboot.
( SR: 4701423426 DTS: JAGaa57312 )
The system hangs when an LVM disk, configured as the swap
volume, goes off line and system free memory (freemem) is
low. The system remains hung even if the LVM disk comes
back online.
( SR: 1653288373 DTS: JAGaa45822 )
Installing patch PHKL_17042 breaks access to sectioned
disks.
PHKL_18483:
( SR: 5003435081 DTS: JAGab14452 )
Performance degradation under Informix when massively
parallel 1K reads are performed.
PHKL_18189:
( SR: 1653289132 DTS: JAGaa67952 )
The system hangs when lvmkd is waiting for the lock obtained
earlier by an application that performs a vg_create
operation. The hang does not happen unless there is a
powerfailed disk.
( SR: 4701233957 DTS: JAGab14455 )
Optimus Disk Arrays (model number A5277A-HP) are not
recognized as an ACTIVE/PASSIVE device and subsequently are
not handled properly by the driver.
PHKL_18134:
( SR: 1653289553 DTS: JAGaa46305 )
LVM's autoresync after disk powerfail can leave extents
stale.
PHKL_17664:
( SR: 5003450635 DTS: JAGaa41477 )
When an application uses sendfile() (i.e. rcp or ftp) and
accesses files on an LVM volume, the system can panic with a
Date Page Fault. The panic stack trace will look similar
to:
panic+0x14 report_trap_or_int_and_panic+0x4c
interrupt+0x1ec $ihndlr_rtn+0x0 ip_csuma+0xbc
ip_wput_ire+0x168 ip_wput+0x48c putnext+0x50
tcp_wput+0x980 tcp_rput+0x1d2c putnext+0x50
ip_rput_local+0x15e0 ip_rput+0x174 putnext+0x50 ...
PHKL_17041:
( SR: 1653229476 DTS: JAGaa10688 )
( SR: 1653263434 DTS: JAGaa11044 )
This patch addresses two problems:
1. After lvsplit, fsck produces numerous errors
"unreferenced inode #"
2. lv_syncx :returning error : 126 when a 2nd powerfailed
PV returns.
( SR: 4701399519 DTS: GSY1604424 )
LVM Disk Bandwidth Feature not present
PHKL_16563:
Debug kernel panics due to assertion failure at brelse().
PHKL_16220:
If the PVs are down then it will take lot of time to
to comeout of any LVM related command which involves
disk access.
PHKL_15789:
(SR: 4701396200 DTS: JAGaa12818/DSDe441605/DSDe442781)
LVM PVLink switches with failed FibreChannel hubs can be
very slow. This patch is essential for FibreChannel hubs
configurations.
PHKL_15550:
Added new compile-time optimizations to help eliminate
excess I-cache pre-fetches, which improves performance.
PHKL_14689:
This patch fixes three problems:
( SR: 1653247486 DTS: JAGaa01357 )
For a mirrored LVM root disk containing 2**n extents, if
the system is booted in maintenance mode (hpux -lm), it
will panic with trap 15 data page fault on the next
reboot.
( SR: 1653239137 DTS: JAGaa01378 )
For a root volume group with two disks which are mirror
partners, if one disk becomes inaccessible, the system
panics on bootup with trap 15 data page fault.
( SR: 1653248690 DTS: JAGaa01406 )
System panics in lv_end() with isr.ior=0.58 data page
fault when a bad block is detected on disk. The console
message shows:
lv_readvgdats: Could not read VGDA 1 header & trailer
from disk H/W path x/x.x.0 (error = 5)
lv_readvgdats: Could not read VGDA 2 header & trailer
from disk H/W path x/x.x.0 (error = 5)
PHKL_14252:
The symptoms for the defects resolved are as follows:
Alternate link not used for Nike devices in a cluster using
MC/LockManager
Cluster may not reconfigure after a node failure in a
cluster using MC/LockManager.
The command "vgchange -a s" may not succeed in a cluster
using MC/LockManager.
For a cluster using MC/ServiceGuard the command "vgchange -a
e" may not succeed after a node failure when Fiber Channel
devices are used.
PHKL_17045:
Corruption/stale data in disk based MCR can lead to system
panic.
PHKL_17042:
System panics during boot into LVM maintenance mode after
LIF LABEL file is removed with a "init died" message.
PHKL_13346:
If a boot disk is having i/o problems, it is not unusual
for the system to fail to boot due to a boot configuration
failure in either LVM or a mount failure in VFS_MOUNTROOT.
In these cases, the system generally panics and reboots.
The symptom to watch out for is having the next boot
attempt fail with the error:
IPL error: bad LIF magic.
This could signify that the previous boot panic dumped
to the wrong place, corrupting the boot disk (see
problem statement).
PHKL_16433:
Corrupt or negative VGSA timestamp results in
LVM commands hang.
PHKL_15956:
A failed device was not spared even when
where was a reasonable spare device available for use.
This would most often occur when other devices
were being recovered or resynchronized during the
sparing attempt for the device.
PHKL_15520:
io's passing through the LVM layer hang when the pv-link
is broken (fc-cord is pulled off). The io's are hung even
if the pv-link is restored.
PHKL_14861:
System Panic during lvm sparing
PHKL_20397:
( SR: 8606105384 DTS: JAGab73418 )
In a corner case, usage of rw-lock synchronization can leave
hung processes that do not respond to SIGKILL. They are
sleeping and will never be awakened. This problem was
introduced by PHKL_19367.
PHKL_19367:
(SR: 5003460279 DTS: JAGab15235)
Significant performance degradation for an application that
uses the RW-lock writer-locks as mutual-exclusion lock.
This is sometimes called the 'thundering herd' problem.
Defect Description:
PHKL_24646:
(SR: 8606214868 CR: JAGad84060)
When a volume group is activated the LVM vgchange(1M)
command attempts to attach/open each physical volume
serially, and any offline devices are retried multiple
times, with each attempt timing out after tens of seconds.
That could mean that it would take thousands of seconds to
activate a volume group with hundreds of disks.
Resolution:
This change introduces new kernel interfaces which can be
employed to allow the vgchange(1M) to more directly control
the retry behavior, thus reducing the delay. Note that this
change only includes the interfaces to facilitate future
changes to improve activation performance, it will not by
itself reduce volume group activation times.
(SR: 8606213562 CR: JAGad82754)
If a shared volume group has one or more LUNs on an
active-passive disk array, and if one of the array's
Service Processors is hot-swapped without deactivating the
volume group, then there is no guarantee that all the nodes
in the cluster will be using the same IDs to refer to those
LUNs or to refer to particular paths (i.e., PVLinks) to the
LUNs. This is because each Service Process has a unique
"controller signature" which is used to construct these IDs.
The LUN and path IDs are passed between nodes in PVLinks-
related messages. If the IDs do not match, the messages
will fail. This can lead to various symptoms, but the most
obvious is that if a node deactivates the volume group
(while it remains activated on other nodes), that node will
not be able to reactivate it.
Resolution:
The solution is to detect situations where the IDs might be
out of sync and reconstruct them by reading the controller
signatures again. If necessary, messages are reprocessed
(if the receiver was using an old ID) or resent (if the
sender was using an old ID).
(SR: 8606162303 CR: JAGad31619)
(SR: 8606214625 CR: JAGad83816)
The problem was that every HFS read makes a call to an LVM
lv_readahead_info() routine to determine the optimum
readahead (to optimize readahead for striped volumes). The
LVM routine grabs the necessary locks to assure consistency
of the data structures it accesses, competing for them with
the LVM merge operation. Thus, adversely affecting read
performance. This resolves the defect that was originally
introduced with patch PHKL_22266.
Resolution:
This fix eliminates the locking in lv_readahead_info().
This works because LVM lv_readahead_info() routine cannot be
called with a closed logical volume and the stripe factor
cannot be changed once a logical volume is created
(SR: 8606214651 CR: JAGad83843)
There is a routine that initializes special operations in
the vnode of the root volume which are used during boot.
When boot clean up routine calls vnode fix up operation,
these special vnode operations are replaced by the regular
vnode operations. Unfortunately, several other LVM routines
call another routine instead of vnode fix up operation.
This overwrites the regular vnode operations.
Resolution:
This problem was corrected by introducing a global flag that
is set to indicate when the special operations are to be
used (while booting). It is cleared when the regular
operations are to be used. The new flag was employed to
prevent inadvertently putting back the special operations
once the system is booted.
( SR:8606186304 CR : JAGad55510)
LVM commands can hang if the LVM in-memory timestamp has
overflowed so that a new timestamp had a value older (less)
than the prior one applied to the VGSA. The potential for
data corruption also exists due to the very remote
possibility that latest LVM on-disk metadata may be marked
with this "old" timestamp, causing LVM to not use this
metadata upon a subsequent activation.
Resolution:
The fix in this patch is a redesign of the timestamp
algorithm to eliminate the possiblity of a timestamp
overflow by modifying how timestamps are generated. The new
timestamp algorithm generates timestamps independent of the
system time, and generates independent timestamps for each
volume group. The new timestamp algorithm also corrects
errors in the code which could cause the timestamp to
advance faster than it should, and situations where the
timestamp could be truncated. This change also includes
code to correct (roll-back) the LVM VG timestamp in a safe
way should the timestamp on a VG pass a danger threshold
approaching the overflow point.
(SR 8606214631 CR: JAGad83822)
Whenever an I/O request crosses a 256K logical track group
boundary, LVM breaks it up. This involves calling
lv_strategy() recursively. Unfortunately, this recursive
call might pick up a different request from the disk sort
queue, which might itself need to be broken up, which
involves calling lv_strategy() recursively... Under the
wrong circumstances, the recursion is deep enough to
overflow the kernel stack.
Resolution:
A new flag has been introduced within LVM to prevent
unbounded recursion when large requests are broken up.
(SR: 8606195979 CR: JAGad65183)
LVM does not check if the device close has been issued to an
already closed logical volume. It assumes the higher layer
software (filesystem operations) will take care of the open
count and call LVM to close the logical volume only on the
last call. Thus, if LVM is asked to close an already closed
logical volume, LVM will try to access data structures which
are no longer available, causing a system panic.
Resolution :
Added a check in a routine called during closing of a
logical volume to check if the logical volume is already
closed before attempting to close the device.
(SR : 8606214888 CR: JAGad84080)
The problem was in the way LVM generated a unique identifier
for non-concurrent active path devices. This was formerly
done by extracting the LUN bits from the minor number of the
device. However, the number of LUNs allowed is a function
of the addressing mode of the device, not the type of
device. This scheme for generating a unique identifier
limits non-concurrent active path devices to 8 LUNs.
However, devices connected via Fibre-Channel may have as
many as 16k LUNs.
Resolution:
The solution is to use Fibre-Channel array services when
necessary to derive the unique identifier consistent with
the addressing mode of the device. This affects
Fibre-Channel Volume Set Addressed non-concurrent active
path devices used by LVM, and allows up to 16k LUNs per
device.
This enhancement requires a Fibre-Channel kernel patch
(PHKL_21834). Without the Fibre-Channel patch this change
alone cannot provide the additional LUN support.
PHKL_24268:
( SR:8606194190 CR:JAGad63400 )
This problem is due to this inconsistence in post
processing after pv_curxfs decrement.
Resolution:
Whoever finishes (among the outstanding I/Os on this PV)
has to complete the switch.
( SR:8606193747 CR:JAGad62959 )
To schedule an I/O request, LVM needs memory for a data
structure called a "pbuf". If memory isn't available, LVM
queues the request. Periodically, LVM tries to reschedule
these queued requests. The catch is that we rely on LVM
kernel daemons to do the rescheduling, but there are a
limited number of these daemons and it's possible for all
of them to be blocked waiting for I/O complete--I/O that is
queued and won't complete until someone reschedules it!
So we can have a deadlock.
Resolution:
A new daemon has been introduced, called lvmschedd. The
daemon's only responsibility is to periodically reschedule
I/O requests that were queued because no memory was
available to allocate the necessary data structures.
By having a dedicated daemon, we avoid deadlock.
( SR:8606161149 CR:JAGad30465 )
In a small timing window it is possible that LVM may
attempt to perform a resync operation using a
deallocated LVM physical volume data structure, in a
deactivated volume group, when the volume group is
deactivated just after LVM starts a resync operation
on the PV.
Resolution:
lv_resyncpv() was redesigned for 11.11 to modify how
different locks were acquired to prevent access to the
deallocated data structures.
( SR:8606186358 CR:JAGad55562)
Similar to JAGad30465.
Resolution:
Similar to JAGad30465.
( SR:8606193747 CR:JAGad64027)
Code in lv_resyncpv() locks and unlocks volume group
data structures which may be accessed in
lv_resync_pfpv() immediately after they are unlocked.
Resolution:
The lv_resync_pfpv() routine was modified
to hold the appropriate locks while accessing these
data structures.
( SR:8606186346 CR:JAGad55551)
A deadlock can occur on the volume group server node
between local and remote resync requests. This
particular problem can only occur when the volume
group server and another node on the cluster
simultaneously detect that a disk is unavailable
and both attempt to resync the device.
Resolution:
lv_resyncpv() was modified to avoid this deadlock as well.
PHKL_23127:
( SR: 8606173900 CR: JAGad43153 )
On every disk, there are two MWC caches, each with its own
timestamp. LVM should pick the latest, but instead, it
always picks the first whether it's the latest or not. After
a clean deactivation, there is no problem. But after a
system crash, this is potentially very serious. The MWC
cache records which logical track groups (LTGs) LVM was in
the middle of writing. These LTGs are potentially out of
sync: for each mirror, LVM doesn't know whether it had
finished writing the data, was in the middle of writing it,
or hadn't even started. As a result, the mirrors might not
actually be mirrors. That is, they might not have the same
data, so LVM needs to resync them. However, if LVM uses the
wrong MWC cache (50% chance), it might neglect to resync
some LTG that needed to be resynchronized, leading to silent
data corruption. Now two reads in a row could go to
different mirrors and return different data.
The potential for silent data corruption is a long-standing
problem. However, the error:
vgchange: Couldn't activate volume group "/dev/vgXXX":
I/O error while reading the VGDA.
only occurs with the previous LVM patch, PHKL_22266.
Although this error was supposed to protect the system from
silent data corruption, it can occur even if the volume
group was cleanly deactivated and even if there are no
mirrored logical volumes. The most common scenario reported
happens when a volume group is deactivated after splitting a
mirrored logical volume (see lvsplit(1M) for details).
Resolution:
The timestamp comparisons have been corrected so that LVM
will always select the latest MWC cache.
PHKL_22266:
( SR: 5003437970 CR: JAGaa40887 )
( SR: 8606106637 CR: JAGab75913 )
The problem was that some of the LVM device recovery was
still a serial process.
While working on this defect fix, a latent defect was found
that can cause a LVM deadlock (hang) to occur. The problem
was that an easily encountered deadlock condition was
introduced while attempting to correct another relatively
rare deadlock. The problem can be easily reproduced by
running LVM commands which operate on existing logical
volumes such as lvextend(1M), lvsplit(1M) or lvmerge(1M)
along with commands that query logical volumes, such as
glance(1). The deadlock occurs roughly 10% of the time,
but when it does happen there are severe consequences.
The deadlock makes it impossible to complete the operations
or to run any other LVM commands, without rebooting the
system.
Resolution:
The LVM device recovery code was modified to cause all tests
of devices and paths to be conducted in parallel. Devices
which are available are immediately brought online again,
irrespective of other failed devices or paths. The changes
in this patch assure that devices recover within the time it
takes to test the device/path and to update its data
structures. The volume group data structures and LVM
operations that require them --LVM commands and opens and
closes of logical volumes should be held off no more than
35 seconds.
The changes in this patch also reduce the time required to
perform a switch from one PVLink to another when the active
link fails. Previously, LVM would complete the switch within
twice the I/O timeout plus 15 seconds (see pvchange(1M) for
details about the I/O timeout). The default I/O timeout is
30 seconds, so a PVLinks switch could take up to 75 seconds
((2 * 30) + 15). With this patch, the time needed to switch
has been reduced to just one I/O timeout plus 15 seconds (by
default, a total of 45 seconds). Please note, this assumes
that PHKL_19776 has been installed; without this SCSI patch,
a PVLinks switch can take significantly longer. If you are
using PVLinks, HP strongly recommends installing PHKL_19776
or a later patch that supersedes it.
The case that caused deadlock was resolved by reordering the
volume group lock and other LVM locks and adding a new
volume group data lock to allow device recovery operations
to occur simultaneously with command operations. Thus
correcting the old and newly introduced deadlock defects.
( SR: 8606151870 CR: JAGad21209 )
When out of bound I/Os, that is the I/Os which span multiple
Logical Track Groups(LTG), LVM is splitting the request
into sub-requests per LTG and regroups them when they are
done. During the splitting of the request, it uses
bufheader from a reserved pool of size 20. This is a very
small resource and introduces heavy contention for it;
Hence, the through put of the I/O degrades.
Resolution:
1. The static reserved pool, which causes the contention,
is not necessary. Instead, dynamically getting the buf
header by mallocing removes the resource contention.
2. Removed the usage of one global lock to update the I/O
requests buf structure which had a high contention and
introduced a hashed pool of spinlocks for synchronization to
reduce the contention.
( SR: 8606108373 CR: JAGab78776 )
When reading from a mirrored logical volume, LVM might try a
disk that is known to be off line before it tries another
disk which is still available. The read is delayed while
the first I/O times out.
Resolution:
In selecting the best mirror to read from, give preference
to disks that are still available over disks that are known
to be off line.
( SR: 8606124005 CR: JAGac39365 )
When an I/O completes, all the requests in the LVM work
queues are analyzed to see if any requests can be unblocked,
apart from unblocking the requests that were blocked because
of the I/O that completed. Thus, we are trying to unblock
all possible I/Os which can take a lot of time depending on
the length of the work queues, since we are traversing
through the list repeatedly causing heavy contention on the
LV spinlock used to protect the list.
Resolution:
Instead of attempting to unblock all the requests, we now
unblock only the requests that can be unblocked by
completion of this I/O request. Hence we are now avoiding
multiple traversing through the lengthy queue and also
reducing the contention on the lock protecting the queue.
( SR: 8606141513 CR: JAGad10876 )
During lvsplit or lvmerge VG lock is held in exclusive
mode for consistency and these operations can take a very
long time since it involves resyncing of logical volume(s).
So commands like vgdisplay and lvdisplay which require
the same lock in read mode have to wait for a very long
time to acquire the lock, causing an unprecedented delay.
Resolution:
Since no modification to data structures are done vglock
can be downgraded from exclusive access to read mode
during resyncing of logical volumes. Hence other commands
which require the vg lock in read mode will not block.
( SR: 8606161019 CR: JAGad30337 )
PHKL_20333 introduced a defect where pstat(2) always
reports the number of open logical volumes (psd_openlv)
and the number of open volume groups (psd_openvg) as
zero.
Resolution:
pstat(2) now reports correct values for psd_openlv and
psd_openvg.
PHKL_22267:
( SR:8606126246 DTS: JAGac56811 )
During closing of a logical volume, lv_cache_clean() is
called to cleanup all the cache entries for the lvol to be
closed.
There is a race condition in lv_cache_clean() which might
prevent the cache entries for this lvol from being
scrubbed.
Moreover, a SUCCESS completion status will be incorrectly
reported from lv_cache_clean(). Later, during the closing
of this logical volume, the process which initiated the
close will wait until all entries in the cache are
scrubbed.
Given that lv_cache_clean() did not scrub all cache
entries for the lvol being closed, and given that those
entries will never be scrubbed, the process initiating the
close of the lvol will wait forever.
Resolution:
Closed the window in lv_cache_clean() to call
lv_cache_scrub() by holding the appropriate spinlock. Also,
in procedure lv_wait_mwc_clean(), if any of the requests
for the lvol on which we are waiting are still in the cache,
it will be synced.
( SR:8606157504 DTS: JAGad26835 )
A check was added to HP-UX 11.00 to reject activating any
shared volume groups with mirrored logical volumes in it.
This patch takes out that check and allows users to have
mirrored logical volumes on shared volume groups.
Resolution:
This patch reenables the SLVM/LVM mirrored logical volumes
on a shared volume group feature.
Specifically, this patch enables SLVM/LVM to support
logical volumes with mirrors on a shared volume group which
is part of a cluster consisting of exactly 2 nodes. This
feature is not yet supported on clusters with more than 2
nodes.
PHKL_20419:
( SR:8606113703 DTS: JAGac07217 )
When a physical volume is replaced without deactivating the
volume group it belongs to, the operating system does not
read the bad block directory from the disk, but continues
using the old one. This can cause spurious I/O errors or
mirror resync failures if bad block relocation is disabled,
or data corruption if bad block relocation is enabled.
Resolution:
Whenever a physical volume is replaced, the bad block
directory from the new physical volume is read.
( SR:8606128444 DTS: JAGac81735 )
It might not be possible to activate a volume group in
shared mode if any of its physical volumes are on an
Optimus Prime Disk Array, because the serial numbers for
these device are truncated when they're passed between
nodes in a ServiceGuard cluster.
Resolution:
Do not truncate Optimus Prime serial numbers.
( SR:8606106798 DTS: JAGab76189 )
When a volume group is activated, LVM validates a data