|
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 Dec 23 2001 - 06:55:46 CST
HP Support Information Digests
===============================================================================
o IT Resource Center World Wide Web Service
---------------------------------------------------
If you subscribed through the IT Resource Center and would
like to be REMOVED from this mailing list, access the
IT Resource Center on the World Wide Web at:
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 10.X patch digest
Created: Sun Dec 23 3:05:03 PST 2001
Table of Contents:
Document ID Title
--------------- -----------
PHKL_24518 s800 10.20 UFS/mmap: hangs, stale data, disk space leak
PHSS_25846 s700_800 10.X OV EMANATE14.2 SwapConfig & processUname
PHSS_25433 s700_800 10.20 OV ITO5.3X AIX Agent Patch A.05.38
PHSS_25000 s700_800 10.X OV OB3.50 patch - ORACLE8 packet
PHNE_23713 s700_800 10.20 1000Base-SX/T B.10.20.[01-11] cumul. patch
PHSS_25786 s700_800 10.20 CDE Runtime DEC2001 Periodic Patch
PHSS_25348 s700_800 10.20 CDE msg catalog OCT2001 Periodic Patch
PHSS_25785 s700_800 10.10 CDE Runtime DEC2001 Periodic Patch
PHSS_25667 s700_800 10.20 OV ITO6.0X HP-UX 11.x OV-PA Agent C.03.50
PHSS_25665 s700_800 10.20 OV ITO6.0X HP-UX 10.20 OV-PA Agent C.03.50
PHSS_24427 s700_800 10.X OV OB3.50 patch - MA packet
PHNE_25894 s700_800 10.24 (VVOS) telnetd, ftp, ftpd, login cumulative
The documents are listed below.
-------------------------------------------------------------------------------
Document ID: PHKL_24518
Date Loaded: 20011221
Title: s800 10.20 UFS/mmap: hangs, stale data, disk space leak
Patch Name: PHKL_24518
Patch Description: s800 10.20 UFS/mmap: hangs, stale data, disk space leak
Creation Date: 01/06/26
Post Date: 01/12/21
Hardware Platforms - OS Releases:
s800: 10.20
Products: N/A
Filesets:
OS-Core.CORE-KRN
Automatic Reboot?: Yes
Status: General Release
Critical:
Yes
PHKL_24518: HANG
PHKL_18506: CORRUPTION
PHKL_16499: HANG
PHKL_10260: OTHER
UFS file systems could experience disk space leak.
Path Name: /hp-ux_patches/s800/10.X/PHKL_24518
Symptoms:
PHKL_24518:
(SR: 8606202934 CR: JAGad72108)
System will deadlock with the following stack trace
when a memory mapped region of a file is used as the
I/O buffer to the same file:
ilock_reader+0x170 << inode read lock deadlocks
ufs_lock_inode+0x14
ufs_pagein+0x60
virtual_fault+0x378
vfault+0x118
trap+0x590
nokgdb+0x8
copyin+0x104
uiomove+0xc0
rwip+0x380 << lock acquired with ilock()
ufs_rdwr+0xe0
vno_rw+0x80
write+0x104
syscall+0x480
First seen when using the Netscape imapd server.
PHKL_18506:
(SR: 4701424572 DTS: JAGaa94393)
When a file is copied to UFS (HFS) file system and later
accessed through mmap, the data accessed through mmap
interface will be stale. A user might see linker failures
if the file he is linking is on a UFS (HFS) file system or
if /tmp file system is a UFS (HFS) file system. This
problem will be seen on a 10.20->11.0 upgrade as a kernel
build failure if /stand is a UFS (HFS) file system. This
defect was introduced in patch PHKL_16499.
PHKL_16499:
Customer may sometimes see many processes hang when using
ahighly accessed smaller than 4k (page size) memory mapped
file.
PHKL_10260:
Disk space leak on UFS file systems; running fsck(1M) on
a `clean' file system would report inconsistencies such as:
...
** Phase 1 - Check Blocks and Sizes
INCORRECT BLOCK COUNT I=386 (4 should be 1)
...
** Phase 5 - Check Cyl groups
3 BLK(S) MISSING
...
This would be observed only on UFS file systems with a
fragment size less than 4KB.
Defect Description:
PHKL_24518:
(SR: 8606202934 CR: JAGad72108)
Routines going through rwip() lock a UFS filesystem
inode. Subsequent routines which must copy the user
buffer to buffer cache using uiomove attempt to read-
lock the same file if they must fault-in the page
through the vfault/pagein interface. This leads to
a thread deadlock.
Resolution:
Modified pagein interface to check if inode is already
owned by current thread, in which case, there is no
attempt to lock it again.
PHKL_18506:
(SR: 4701424572 DTS: JAGaa94393)
PHKL_16499 changed the number of bytes flushed to disk from
mmap'd files, but the number of bytes calculated was
incorrect and not all blocks were flushed to disk. This
showed up as a kernel build failure on a 10.20 to 11.0
upgrade if /stand is a UFS (HFS) file system.
Resolution:
(SR: 4701424572 DTS: JAGaa94393)
Correctly calculate the number of bytes to flush to disk.
PHKL_16499:
Problem was due to procedure ufs_pagein() flushing beyond
the inode byte size when rounding up to use page size number
of bytes. Now we prevent other blocks which are not part of
the memory mapped file from being blkflushed. This resolves
the possible deadlock found.
PHKL_10260:
A corner case use of mmap(2) consisting of mapping the first
few bytes of a small file (less than 3KB) residing on a UFS
file system wrongly resulted in increasing the number of
fragments allocated to the file. The file-system disk space
could leak, but running fsck(1M) would fix the problem.
This problem would only occur on UFS file systems using a
fragment size less than 4KB.
SR:
1653259861 4701347963 4701424572 8606202934
Patch Files:
/usr/conf/lib/libhp-ux.a(ufs_vm.o)
what(1) Output:
/usr/conf/lib/libhp-ux.a(ufs_vm.o):
ufs_vm.c $Date: 2001/06/26 15:37:54 $ $Revision: 1
.7.98.11 $ PATCH_10.20 (PHKL_24518)
cksum(1) Output:
2705236562 10652 /usr/conf/lib/libhp-ux.a(ufs_vm.o)
Patch Conflicts: None
Patch Dependencies: None
Hardware Dependencies: None
Other Dependencies: None
Supersedes:
PHKL_10260 PHKL_16499 PHKL_18506
Equivalent Patches:
PHKL_22932:
s800: 11.00
PHKL_23335:
s800: 11.11
Patch Package Size: 70 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_24518
5a. For a standalone system, run swinstall to install the
patch:
swinstall -x autoreboot=true -x match_target=true \
-s /tmp/PHKL_24518.depot
By default swinstall will archive the original software in
/var/adm/sw/patch/PHKL_24518. If you do not wish to retain a
copy of the original software, you can create an empty file
named /var/adm/sw/patch/PATCH_NOSAVE.
WARNING: If this file exists when a patch is installed, the
patch cannot be deinstalled. Please be careful
when using this feature.
It is recommended that you move the PHKL_24518.text file to
/var/adm/sw/patch for future reference.
To put this patch on a magnetic tape and install from the
tape drive, use the command:
dd if=/tmp/PHKL_24518.depot of=/dev/rmt/0m bs=2k
Special Installation Instructions: None
-----End of Document ID: PHKL_24518------------------------------------------
Document ID: PHSS_25846
Date Loaded: 20011220
Title: s700_800 10.X OV EMANATE14.2 SwapConfig & processUname
Patch Name: PHSS_25846
Patch Description: s700_800 10.X OV EMANATE14.2 SwapConfig & processUname
Creation Date: 01/12/13
Post Date: 01/12/20
Hardware Platforms - OS Releases:
s700: 10.20
s800: 10.20
Products:
OpenView Emanate 14.2
Filesets:
OVSNMPAgent.SUBAGT-HPUNIX,B.10.27.00
OVSNMPAgent.SUBAGT-HPUNIX,B.10.26.00
OVSNMPAgent.SUBAGT-HPUNIX,B.11.00.00
OVSNMPAgent.SUBAGT-HPUNIX,B.11.01.00
OVSNMPAgent.SUBAGT-HPUNIX,B.11.11.00
Automatic Reboot?: No
Status: Special Release
Critical: No
Path Name: /hp-ux_patches/s700_800/10.X/PHSS_25846
Symptoms:
PHSS_25846:
1.hp_unixagt is not giving the process user names when
queried on processUname with snmpwalk command.
(HP-UX 11.X Only. Mib variable processUname problem).
2.hp_unixagt is returning wrong values for Enabled and
Configured swap variables. (HP-UX 10.20 only).
3.hp_unixagt does not re-read the Configured swap value
when requested.
Defect Description:
PHSS_25846:
1.There is an argument and parameter mismatch in length
of the datatype when the function to get the process
user name is called. This length mismatch is corrupting
the next parameter.
2.There is a possibility in agent's code to return
incorrect values of the swap size for Configured and
Enabled if the values get larger than ~0x300000.
3.Currently the hp_unixagt calculates the Configured swap
value when it starts up and stores this value in a
static location. Any request for this information is
then answered using this static value, and it does not
re-calculate the swap value. To force to update the
value, the sub agent needs to be restarted.
Resolution:
1.Code is modified to match the length of the datatype
correctly in the arguments and parameters.
2.Code is implemented to give the correct values for
SwapConfig and EnabledSwap of the device swap memory.
3.Code implemented to re-read the swap value whenever the
configured swap is requested.
SR:
8606218812 8606226041 8606227957
Patch Files:
/usr/sbin/hp_unixagt
what(1) Output:
/usr/sbin/hp_unixagt:
SNMP HpUnix SubAgent
PATCH PHSS_25846, 12142001
Copyright 1992-1997 SNMP Research, Incorporated
SNMP Research Distribution version 14.2.1.7
Copyright 1992-1997 SNMP Research, Incorporated
SNMP Research Distribution version 14.2.1.7
Copyright 1992-1997 SNMP Research, Incorporated
SNMP Research Distribution version 14.2.1.7
Copyright 1992-1997 SNMP Research, Incorporated
SNMP Research Distribution version 14.2.1.7
Copyright 1992-1997 SNMP Research, Incorporated
SNMP Research Distribution version 14.2.1.7
Copyright 1992-1997 SNMP Research, Incorporated
SNMP Research Distribution version 14.2.1.7
Copyright 1992-1997 SNMP Research, Incorporated
SNMP Research Distribution version 14.2.1.7
Copyright 1992-1997 SNMP Research, Incorporated
SNMP Research Distribution version 14.2.1.7
Copyright 1992-1997 SNMP Research, Incorporated
SNMP Research Distribution version 14.2.1.7
Copyright 1992-1997 SNMP Research, Incorporated
SNMP Research Distribution version 14.2.1.7
Copyright 1992-1997 SNMP Research, Incorporated
SNMP Research Distribution version 14.2.1.7
Copyright 1992-1997 SNMP Research, Incorporated
SNMP Research Distribution version 14.2.1.7
Copyright 1992-1997 SNMP Research, Incorporated
SNMP Research Distribution version 14.2.1.7
Copyright 1992-1997 SNMP Research, Incorporated
SNMP Research Distribution version 14.2.1.7
Copyright 1992-1997 SNMP Research, Incorporated
SNMP Research Distribution version 14.2.1.7
Copyright 1992-1997 SNMP Research, Incorporated
SNMP Research Distribution version 14.2.1.7
Copyright 1992-1997 SNMP Research, Incorporated
SNMP Research Distribution version 14.2.1.7
Copyright 1992-1997 SNMP Research, Incorporated
SNMP Research Distribution version 14.2.1.7
Copyright 1992-1997 SNMP Research, Incorporated
SNMP Research Distribution version 14.2.1.7
Copyright 1992-1997 SNMP Research, Incorporated
SNMP Research Distribution version 14.2.1.7
Copyright 1992-1997 SNMP Research, Incorporated
SNMP Research Distribution version 14.2.1.7
Copyright 1992-1997 SNMP Research, Incorporated
SNMP Research Distribution version 14.2.1.7
Copyright 1992-1997 SNMP Research, Incorporated
SNMP Research Distribution version 14.2.1.7
Copyright 1992-1997 SNMP Research, Incorporated
SNMP Research Distribution version 14.2.1.7
Copyright 1992-1997 SNMP Research, Incorporated
SNMP Research Distribution version 14.2.1.7
Copyright 1992-1997 SNMP Research, Incorporated
SNMP Research Distribution version 14.2.1.7
Copyright 1992-1997 SNMP Research, Incorporated
SNMP Research Distribution version 14.2.1.7
Copyright 1992-1997 SNMP Research, Incorporated
SNMP Research Distribution version 14.2.1.7
Copyright 1992-1997 SNMP Research, Incorporated
SNMP Research Distribution version 14.2.1.7
Copyright 1992-1997 SNMP Research, Incorporated
SNMP Research Distribution version 14.2.1.7
Copyright 1992-1997 SNMP Research, Incorporated
SNMP Research Distribution version 14.2.1.7
Copyright 1992-1997 SNMP Research, Incorporated
SNMP Research Distribution version 14.2.1.7
Copyright 1992-1997 SNMP Research, Incorporated
SNMP Research Distribution version 14.2.1.7
Copyright 1992-1997 SNMP Research, Incorporated
SNMP Research Distribution version 14.2.1.7
Copyright 1992-1997 SNMP Research, Incorporated
SNMP Research Distribution version 14.2.1.7
Copyright 1992-1997 SNMP Research, Incorporated
SNMP Research Distribution version 14.2.1.7
Copyright 1992-1997 SNMP Research, Incorporated
SNMP Research Distribution version 14.2.1.7
Copyright 1992-1997 SNMP Research, Incorporated
SNMP Research Distribution version 14.2.1.7
Copyright 1992-1997 SNMP Research, Incorporated
SNMP Research Distribution version 14.2.1.7
Copyright 1992-1997 SNMP Research, Incorporated
SNMP Research Distribution version 14.2.1.7
Copyright 1992-1997 SNMP Research, Incorporated
SNMP Research Distribution version 14.2.1.7
Copyright 1992-1997 SNMP Research, Incorporated
SNMP Research Distribution version 14.2.1.7
Copyright 1992-1997 SNMP Research, Incorporated
SNMP Research Distribution version 14.2.1.7
cksum(1) Output:
792419269 222323 /usr/sbin/hp_unixagt
Patch Conflicts: None
Patch Dependencies:
s700: 10.20: PHSS_24944
s800: 10.20: PHSS_24944
Hardware Dependencies: None
Other Dependencies: None
Supersedes: None
Equivalent Patches:
PHSS_25847:
s700: 11.00 11.11
s800: 11.00 11.11
Patch Package Size: 280 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_25846
5a. For a standalone system, run swinstall to install the
patch:
swinstall -x autoreboot=true -x match_target=true \
-s /tmp/PHSS_25846.depot
By default swinstall will archive the original software in
/var/adm/sw/patch/PHSS_25846. If you do not wish to retain a
copy of the original software, you can create an empty file
named /var/adm/sw/patch/PATCH_NOSAVE.
WARNING: If this file exists when a patch is installed, the
patch cannot be deinstalled. Please be careful
when using this feature.
It is recommended that you move the PHSS_25846.text file to
/var/adm/sw/patch for future reference.
To put this patch on a magnetic tape and install from the
tape drive, use the command:
dd if=/tmp/PHSS_25846.depot of=/dev/rmt/0m bs=2k
Special Installation Instructions:
WARNING: This patch should not be loaded unless the last
consolidated patch PHSS_24944 has been loaded.
To check if this patch is on your system use the
following command:
swlist -l product -l fileset PHSS_24944
If swlist cannot find the patch, then you will
need to obtain the PHSS_24944 patch and load it
before loading this patch.
-----End of Document ID: PHSS_25846------------------------------------------
Document ID: PHSS_25433
Date Loaded: 20011220
Title: s700_800 10.20 OV ITO5.3X AIX Agent Patch A.05.38
Patch Name: PHSS_25433
Patch Description: s700_800 10.20 OV ITO5.3X AIX Agent Patch A.05.38
Creation Date: 01/12/17
Post Date: 01/12/20
Hardware Platforms - OS Releases:
s700: 10.20
s800: 10.20
Products:
OpenView IT/Operations 5.3
Filesets:
OVOPC-CLT.OVOPC-AIX-CLT,A.05.30
Automatic Reboot?: No
Status: General Release
Critical: No
Path Name: /hp-ux_patches/s700_800/10.X/PHSS_25433
Symptoms:
PHSS_25433:
- SR: H555006739
After agent installation internal messages are sent with
wrong codeset.
- SR: 8606180891
- The template default for the service name is not used.
- SR: 8606181988
the event interceptor doesn't forward on
"forward unmatched" if a "supress unmatched" condition
is used in a second template
- SR: 8606182275
need a possibility to disable the sending of an icmp
packet before commuicating with ITO 5.3 manager.
- SR: B555009745
The template default of the object field of a monitor
template is not used.
- SR: B555010620
Some messages are missing in the Japanese message
catalog. You get a Cannot generate message error.
- 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.
- SR: B555011594
The original message text of a logfile encapsulator
message is wrong if <$LOGPATH> or <$LOGFILE> is used.
- SR: B555011979
Pattern matching hangs if only single byte Japanese
HANKAKU KANA characters are used.
- SR: B555011990
ECS event log (ecevilg) has invalid time difference to
the next message which can cause the ECS simulator
to hang or appear to hang when loading an event log file
with such values.
PHSS_23673:
- The opctrapi might abort with OpC30-104
- Applications using Window (Input/Output) presentation
does not work.
- The trap interceptor opctrapi dies on some large traps
- 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
- When executing large numbers of autoactions, some of
them were staying in 'running' state
PHSS_22136:
- opcagt fails if LANG=en_us
- Agent tracing causes system hang
- Setting up a logfile template that uses a dynamic path
definition, like:
<`echo "/tmp/path with spaces/logfile1.txt"`>
This path will be handled as
three logfiles:
- /tmp/path
- with
- spaces/logfile1.txt
- RPC template distribution fails if too many ( > ~70)
templates are distributed.
- In NAT environments the distribution does not work when
an IP address is set for the system that does not
physically exists on any of its network cards.
- ITO agent startup script hangs without end if
failure occurs
PHSS_21544:
- AIX 4.3.3 is not officially supported.
- OS crash when opcmona is running.
PHSS_21056:
- SHUTDOWN message could appear in Message Browser
even if machine is not shutting down.
- Agent sometimes does not start on system restart
- Agent could not be installed on node running DCE 3.1
- Opcmona sometimes dies with signal 11 on AIX agent.
- HACMP 4.3 is not supported.
- After successful installation Agents are not running.
PHSS_20522:
- Request to support NCS communication type with AIX
agents on ITO 5.x
PHSS_20137:
- Character set conversion fails on a Japanese system.
- The event interceptor opctrapi does not correctly handle
the reconfig signal.
- The event interceptor opctrapi tries name resolution on
segment names.
Defect Description:
PHSS_25433:
- SR: H555006739
Fixed agent installation so that agents are started with
right locale settings.
- SR: 8606182275
need a possibility to disable the sending of an icmp
packet before commuicating with ITO 5.3 manager.
In order to avoid any communication beside RPC
the opcinfo variable: OPC_RPC_ONLY can be used.
That's a boolean value where the default is set to FALSE.
- SR: B555010948
The grammar was changed to allow nested alternatives and
process it correctly.
- SR: B555011990
read procedure missed first digit of the time stamp
of the previous ECS messages
for SR's not listed in this section please see
the list of symptoms
PHSS_23673:
check the list of the symptoms
PHSS_22136:
check the list of the symptoms
PHSS_21544:
- Request to support AIX 4.3.3
- AIX doesn't have signal safe malloc routines.
Resolution:
- AIX 4.3.3 is now officially supported.
- Malloc is removed where necessary, to prevent OS from
crashing.
PHSS_21056:
- Some wtmp messages are interpreted as SHUTDOWN.
- On nodes running NCS, rc.opc script does not detect
running llbd, so agent is not started.
- There is a dependency check for DCE 2.1 , so agent
could not be installed on nodes running other
versions of DCE.
- Memory allocation problem could cause opcmona to
die.
- Officially only HACMP 4.2.2 is supported.
- Installation check for running DCE processes matches
all processes ending with 'rpcd'
Resolution:
- Interpretation of messages in wtmp file is improved.
- Checking for llbd is added in rc.opc.
- Dependency check for DCE 2.1 is now removed, so
that agent can be installed on every node, no matter
which version of DCE is installed on it.
- Fixed memory allocation problem.
- Both HACMP 4.2.2 and HACMP 4.3 are now officially
supported. There are only minor changes in
documentation (installation notes). Updated
installation notes are included in patch documentation.
- Installation script checking procedure is now improved
so that only exact processes are detected.
PHSS_20522:
- NCS communication type is not supported with AIX agents
on ITO 5.x
Resolution:
- This patch supports NCS communication for
the ITO AIX agent.
PHSS_20137:
check the list of the symptoms
Resolution:
- Fixed the character set conversion.
- Check for reconfig each time a trap comes in.
- No name resolution is performed on segment names. They
are handled as if name service returned not resolvable.
SR:
R555004827 R555004825 R555001968 H555006739 H555003466
H555003414 H555003390 H555003277 H555003245 H555002954
H555002573 B555011990 B555011979 B555011594 B555010980
B555010948 B555010620 B555009745 B555007898 B555007709
B555007439 B555007233 B555007187 B555006078 B555005269
B555004843 B555001737 B555000265 8606182275 8606181988
8606180891 8606141434 8606108164 8606104091 5003470419
Patch Files:
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.05.38/RPC_NCS/opc_pkg.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.05.38/RPC_NCS/install/opcrclchk
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.05.38/RPC_NCS/install/opcrdschk
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.05.38/RPC_NCS/install/opcrndchk
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.05.38/RPC_NCS/install/opcroschk
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.05.38/RPC_NCS/install/opcrverchk
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.05.38/RPC_NCS/install/opcrinst
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.05.38/RPC_NCS/install/opcnsl
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.05.38/RPC_NCS/monitor/ana_disk.sh.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.05.38/RPC_NCS/monitor/cpu_mon.sh.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.05.38/RPC_NCS/monitor/disk_mon.sh.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.05.38/RPC_NCS/monitor/last_logs.sh.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.05.38/RPC_NCS/monitor/mailq_l.sh.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.05.38/RPC_NCS/monitor/perf_alxp.sh.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.05.38/RPC_NCS/monitor/proc_mon.sh.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.05.38/RPC_NCS/monitor/sh_procs.sh.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.05.38/RPC_NCS/monitor/swap_mon.sh.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.05.38/RPC_NCS/monitor/vp_chk.sh.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.05.38/RPC_NCS/monitor/mwa_read.sh.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.05.38/RPC_NCS/monitor/errpt_fmt.sh.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.05.38/RPC_NCS/monitor/opcfwtmp.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.05.38/RPC_NCS/actions/mailq_pr.sh.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.05.38/RPC_NCS/actions/st_inetd.sh.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.05.38/RPC_NCS/actions/st_mail.sh.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.05.38/RPC_NCS/actions/pv.sh.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.05.38/RPC_NCS/actions/itogpm.sh.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.05.38/RPC_NCS/cmds/opcdf.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.05.38/RPC_NCS/cmds/opclpst.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.05.38/RPC_NCS/cmds/opcps.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.05.38/RPC_DCE_TCP/opc_pkg.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.05.38/RPC_DCE_TCP/install/opcrclchk
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.05.38/RPC_DCE_TCP/install/opcrdschk
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.05.38/RPC_DCE_TCP/install/opcrndchk
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.05.38/RPC_DCE_TCP/install/opcroschk
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.05.38/RPC_DCE_TCP/install/opcrverchk
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.05.38/RPC_DCE_TCP/install/opcrinst
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.05.38/RPC_DCE_TCP/install/opcnsl
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.05.38/RPC_DCE_TCP/monitor/ana_disk.sh.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.05.38/RPC_DCE_TCP/monitor/cpu_mon.sh.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.05.38/RPC_DCE_TCP/monitor/disk_mon.sh.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.05.38/RPC_DCE_TCP/monitor/last_logs.sh.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.05.38/RPC_DCE_TCP/monitor/mailq_l.sh.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.05.38/RPC_DCE_TCP/monitor/perf_alxp.sh.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.05.38/RPC_DCE_TCP/monitor/proc_mon.sh.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.05.38/RPC_DCE_TCP/monitor/sh_procs.sh.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.05.38/RPC_DCE_TCP/monitor/swap_mon.sh.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.05.38/RPC_DCE_TCP/monitor/vp_chk.sh.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.05.38/RPC_DCE_TCP/monitor/mwa_read.sh.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.05.38/RPC_DCE_TCP/monitor/errpt_fmt.sh.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.05.38/RPC_DCE_TCP/monitor/opcfwtmp.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.05.38/RPC_DCE_TCP/actions/mailq_pr.sh.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.05.38/RPC_DCE_TCP/actions/st_inetd.sh.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.05.38/RPC_DCE_TCP/actions/st_mail.sh.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.05.38/RPC_DCE_TCP/actions/pv.sh.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.05.38/RPC_DCE_TCP/actions/itogpm.sh.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.05.38/RPC_DCE_TCP/cmds/opcdf.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.05.38/RPC_DCE_TCP/cmds/opclpst.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.05.38/RPC_DCE_TCP/cmds/opcps.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.05.38/RPC_DCE_TCP/cmds/opc_sec_v.sh.Z
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/AgentPlatform
/var/opt/OV/share/tmp/OpC_appl/hacmp/C/TEMPLATES/LOGFILE/
aix_hacmp
/opt/OV/OpC/examples/progs/Makef.aix
what(1) Output:
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.05.38/RPC_NCS/opc_pkg.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.05.38/RPC_NCS/install/opcrclchk:
HP OpenView IT/Operations A.05.38 (10/10/01)
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.05.38/RPC_NCS/install/opcrdschk:
HP OpenView IT/Operations A.05.38 (10/10/01)
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.05.38/RPC_NCS/install/opcrndchk:
HP OpenView IT/Operations A.05.38 (10/10/01)
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.05.38/RPC_NCS/install/opcroschk:
HP OpenView IT/Operations A.05.38 (10/10/01)
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.05.38/RPC_NCS/install/opcrverchk:
HP OpenView IT/Operations A.05.38 (10/10/01)
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.05.38/RPC_NCS/install/opcrinst:
HP OpenView IT/Operations A.05.38 (11/21/01)
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.05.38/RPC_NCS/install/opcnsl:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.05.38/RPC_NCS/monitor/ana_disk.sh.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.05.38/RPC_NCS/monitor/cpu_mon.sh.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.05.38/RPC_NCS/monitor/disk_mon.sh.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.05.38/RPC_NCS/monitor/last_logs.sh.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.05.38/RPC_NCS/monitor/mailq_l.sh.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.05.38/RPC_NCS/monitor/perf_alxp.sh.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.05.38/RPC_NCS/monitor/proc_mon.sh.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.05.38/RPC_NCS/monitor/sh_procs.sh.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.05.38/RPC_NCS/monitor/swap_mon.sh.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.05.38/RPC_NCS/monitor/vp_chk.sh.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.05.38/RPC_NCS/monitor/mwa_read.sh.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.05.38/RPC_NCS/monitor/errpt_fmt.sh.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.05.38/RPC_NCS/monitor/opcfwtmp.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.05.38/RPC_NCS/actions/mailq_pr.sh.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.05.38/RPC_NCS/actions/st_inetd.sh.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.05.38/RPC_NCS/actions/st_mail.sh.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.05.38/RPC_NCS/actions/pv.sh.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.05.38/RPC_NCS/actions/itogpm.sh.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.05.38/RPC_NCS/cmds/opcdf.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.05.38/RPC_NCS/cmds/opclpst.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.05.38/RPC_NCS/cmds/opcps.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.05.38/RPC_DCE_TCP/opc_pkg.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.05.38/RPC_DCE_TCP/install/opcrclchk:
HP OpenView IT/Operations A.05.38 (10/10/01)
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.05.38/RPC_DCE_TCP/install/opcrdschk:
HP OpenView IT/Operations A.05.38 (10/10/01)
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.05.38/RPC_DCE_TCP/install/opcrndchk:
HP OpenView IT/Operations A.05.38 (10/10/01)
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.05.38/RPC_DCE_TCP/install/opcroschk:
HP OpenView IT/Operations A.05.38 (10/10/01)
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.05.38/RPC_DCE_TCP/install/opcrverchk:
HP OpenView IT/Operations A.05.38 (10/10/01)
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.05.38/RPC_DCE_TCP/install/opcrinst:
HP OpenView IT/Operations A.05.38 (11/21/01)
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.05.38/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, bos411, 9428A410j 6/8/94 16:31:01
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.05.38/RPC_DCE_TCP/monitor/ana_disk.sh.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.05.38/RPC_DCE_TCP/monitor/cpu_mon.sh.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.05.38/RPC_DCE_TCP/monitor/disk_mon.sh.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.05.38/RPC_DCE_TCP/monitor/last_logs.sh.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.05.38/RPC_DCE_TCP/monitor/mailq_l.sh.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.05.38/RPC_DCE_TCP/monitor/perf_alxp.sh.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.05.38/RPC_DCE_TCP/monitor/proc_mon.sh.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.05.38/RPC_DCE_TCP/monitor/sh_procs.sh.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.05.38/RPC_DCE_TCP/monitor/swap_mon.sh.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.05.38/RPC_DCE_TCP/monitor/vp_chk.sh.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.05.38/RPC_DCE_TCP/monitor/mwa_read.sh.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.05.38/RPC_DCE_TCP/monitor/errpt_fmt.sh.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.05.38/RPC_DCE_TCP/monitor/opcfwtmp.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.05.38/RPC_DCE_TCP/actions/mailq_pr.sh.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.05.38/RPC_DCE_TCP/actions/st_inetd.sh.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.05.38/RPC_DCE_TCP/actions/st_mail.sh.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.05.38/RPC_DCE_TCP/actions/pv.sh.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.05.38/RPC_DCE_TCP/actions/itogpm.sh.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.05.38/RPC_DCE_TCP/cmds/opcdf.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.05.38/RPC_DCE_TCP/cmds/opclpst.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.05.38/RPC_DCE_TCP/cmds/opcps.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/A.05.38/RPC_DCE_TCP/cmds/opc_sec_v.sh.Z:
None
/var/opt/OV/share/databases/OpC/mgd_node/vendor/ibm/rs6000/
aix/AgentPlatform:
None
/var/opt/OV/share/tmp/OpC_appl/hacmp/C/TEMPLATES/LOGFILE/
aix_hacmp:
None
/opt/OV/OpC/examples/progs/Makef.aix:
None
cksum(1) Output:
2713421092 2573445 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/ibm/rs6000/aix/A.05.38/RPC_NCS/opc_pkg.Z
1738190266 27480 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/ibm/rs6000/aix/A.05.38/RPC_NCS/install/
opcrclchk
2505179016 30515 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/ibm/rs6000/aix/A.05.38/RPC_NCS/install/
opcrdschk
2796063396 6173 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/ibm/rs6000/aix/A.05.38/RPC_NCS/install/
opcrndchk
3888319494 5908 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/ibm/rs6000/aix/A.05.38/RPC_NCS/install/
opcroschk
1658423166 64577 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/ibm/rs6000/aix/A.05.38/RPC_NCS/install/
opcrverchk
772400568 109486 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/ibm/rs6000/aix/A.05.38/RPC_NCS/install/
opcrinst
920520261 1498 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/ibm/rs6000/aix/A.05.38/RPC_NCS/install/opcnsl
2785065174 2551 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/ibm/rs6000/aix/A.05.38/RPC_NCS/monitor/
ana_disk.sh.Z
1980141673 5767 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/ibm/rs6000/aix/A.05.38/RPC_NCS/monitor/
cpu_mon.sh.Z
996561347 5969 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/ibm/rs6000/aix/A.05.38/RPC_NCS/monitor/
disk_mon.sh.Z
2620300705 5850 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/ibm/rs6000/aix/A.05.38/RPC_NCS/monitor/
last_logs.sh.Z
4185063964 5866 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/ibm/rs6000/aix/A.05.38/RPC_NCS/monitor/
mailq_l.sh.Z
3182770322 3190 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/ibm/rs6000/aix/A.05.38/RPC_NCS/monitor/
perf_alxp.sh.Z
764327947 5866 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/ibm/rs6000/aix/A.05.38/RPC_NCS/monitor/
proc_mon.sh.Z
137617851 5433 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/ibm/rs6000/aix/A.05.38/RPC_NCS/monitor/
sh_procs.sh.Z
642257225 5803 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/ibm/rs6000/aix/A.05.38/RPC_NCS/monitor/
swap_mon.sh.Z
2976317932 5691 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/ibm/rs6000/aix/A.05.38/RPC_NCS/monitor/
vp_chk.sh.Z
4264495671 5881 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/ibm/rs6000/aix/A.05.38/RPC_NCS/monitor/
mwa_read.sh.Z
3762668139 1623 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/ibm/rs6000/aix/A.05.38/RPC_NCS/monitor/
errpt_fmt.sh.Z
3642482057 2699 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/ibm/rs6000/aix/A.05.38/RPC_NCS/monitor/
opcfwtmp.Z
400451835 2524 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/ibm/rs6000/aix/A.05.38/RPC_NCS/actions/
mailq_pr.sh.Z
627167620 2623 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/ibm/rs6000/aix/A.05.38/RPC_NCS/actions/
st_inetd.sh.Z
704259436 2576 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/ibm/rs6000/aix/A.05.38/RPC_NCS/actions/
st_mail.sh.Z
1346899824 5759 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/ibm/rs6000/aix/A.05.38/RPC_NCS/actions/
pv.sh.Z
4006486817 1374 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/ibm/rs6000/aix/A.05.38/RPC_NCS/actions/
itogpm.sh.Z
4167291139 318 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/ibm/rs6000/aix/A.05.38/RPC_NCS/cmds/opcdf.Z
3950899497 383 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/ibm/rs6000/aix/A.05.38/RPC_NCS/cmds/opclpst.Z
2565319368 394 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/ibm/rs6000/aix/A.05.38/RPC_NCS/cmds/opcps.Z
255322847 1929931 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/ibm/rs6000/aix/A.05.38/RPC_DCE_TCP/opc_pkg.Z
1738190266 27480 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/ibm/rs6000/aix/A.05.38/RPC_DCE_TCP/install/
opcrclchk
2505179016 30515 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/ibm/rs6000/aix/A.05.38/RPC_DCE_TCP/install/
opcrdschk
2796063396 6173 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/ibm/rs6000/aix/A.05.38/RPC_DCE_TCP/install/
opcrndchk
3888319494 5908 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/ibm/rs6000/aix/A.05.38/RPC_DCE_TCP/install/
opcroschk
1658423166 64577 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/ibm/rs6000/aix/A.05.38/RPC_DCE_TCP/install/
opcrverchk
1091367254 109427 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/ibm/rs6000/aix/A.05.38/RPC_DCE_TCP/install/
opcrinst
2158735336 2618 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/ibm/rs6000/aix/A.05.38/RPC_DCE_TCP/install/
opcnsl
2785065174 2551 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/ibm/rs6000/aix/A.05.38/RPC_DCE_TCP/monitor/
ana_disk.sh.Z
1980141673 5767 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/ibm/rs6000/aix/A.05.38/RPC_DCE_TCP/monitor/
cpu_mon.sh.Z
996561347 5969 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/ibm/rs6000/aix/A.05.38/RPC_DCE_TCP/monitor/
disk_mon.sh.Z
2620300705 5850 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/ibm/rs6000/aix/A.05.38/RPC_DCE_TCP/monitor/
last_logs.sh.Z
4185063964 5866 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/ibm/rs6000/aix/A.05.38/RPC_DCE_TCP/monitor/
mailq_l.sh.Z
3182770322 3190 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/ibm/rs6000/aix/A.05.38/RPC_DCE_TCP/monitor/
perf_alxp.sh.Z
764327947 5866 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/ibm/rs6000/aix/A.05.38/RPC_DCE_TCP/monitor/
proc_mon.sh.Z
137617851 5433 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/ibm/rs6000/aix/A.05.38/RPC_DCE_TCP/monitor/
sh_procs.sh.Z
642257225 5803 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/ibm/rs6000/aix/A.05.38/RPC_DCE_TCP/monitor/
swap_mon.sh.Z
2976317932 5691 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/ibm/rs6000/aix/A.05.38/RPC_DCE_TCP/monitor/
vp_chk.sh.Z
4264495671 5881 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/ibm/rs6000/aix/A.05.38/RPC_DCE_TCP/monitor/
mwa_read.sh.Z
3762668139 1623 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/ibm/rs6000/aix/A.05.38/RPC_DCE_TCP/monitor/
errpt_fmt.sh.Z
4188723552 3379 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/ibm/rs6000/aix/A.05.38/RPC_DCE_TCP/monitor/
opcfwtmp.Z
400451835 2524 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/ibm/rs6000/aix/A.05.38/RPC_DCE_TCP/actions/
mailq_pr.sh.Z
627167620 2623 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/ibm/rs6000/aix/A.05.38/RPC_DCE_TCP/actions/
st_inetd.sh.Z
704259436 2576 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/ibm/rs6000/aix/A.05.38/RPC_DCE_TCP/actions/
st_mail.sh.Z
1346899824 5759 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/ibm/rs6000/aix/A.05.38/RPC_DCE_TCP/actions/
pv.sh.Z
4006486817 1374 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/ibm/rs6000/aix/A.05.38/RPC_DCE_TCP/actions/
itogpm.sh.Z
4167291139 318 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/ibm/rs6000/aix/A.05.38/RPC_DCE_TCP/cmds/
opcdf.Z
3950899497 383 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/ibm/rs6000/aix/A.05.38/RPC_DCE_TCP/cmds/
opclpst.Z
2565319368 394 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/ibm/rs6000/aix/A.05.38/RPC_DCE_TCP/cmds/
opcps.Z
1150265993 13159 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/ibm/rs6000/aix/A.05.38/RPC_DCE_TCP/cmds/
opc_sec_v.sh.Z
2555030300 3737 /var/opt/OV/share/databases/OpC/mgd_node/
vendor/ibm/rs6000/aix/AgentPlatform
1669120301 2786 /var/opt/OV/share/tmp/OpC_appl/hacmp/C/
TEMPLATES/LOGFILE/aix_hacmp
1095649206 1165 /opt/OV/OpC/examples/progs/Makef.aix
Patch Conflicts: None
Patch Dependencies: None
Hardware Dependencies: None
Other Dependencies: None
Supersedes:
PHSS_20137 PHSS_20522 PHSS_21056 PHSS_21544 PHSS_22136 PHSS_23673
Equivalent Patches:
ITOSOL_00121:
sparcSOL: 2.6 2.7
PHSS_25434:
s700: 11.00
s800: 11.00
Patch Package Size: 5240 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_25433
5a. For a standalone system, run swinstall to install the
patch:
swinstall -x autoreboot=true -x match_target=true \
-s /tmp/PHSS_25433.depot
By default swinstall will archive the original software in
/var/adm/sw/patch/PHSS_25433. If you do not wish to retain a
copy of the original software, you can create an empty file
named /var/adm/sw/patch/PATCH_NOSAVE.
WARNING: If this file exists when a patch is installed, the
patch cannot be deinstalled. Please be careful
when using this feature.
It is recommended that you move the PHSS_25433.text file to
/var/adm/sw/patch for future reference.
To put this patch on a magnetic tape and install from the
tape drive, use the command:
dd if=/tmp/PHSS_25433.depot of=/dev/rmt/0m bs=2k
Special Installation Instructions:
BEFORE LOADING THIS PATCH...
o You may use this patch with the following official
ITO release: A.05.30
o DO NOT use this patch with older releases of ITO,
for example versions A.05.00 or A.05.11.
o This patch provides the HP OV IT/Operations
Intelligent Agent to be used with a
ITO A.05.30 Management Server system.
(A) Patch Installation Instructions
-------------------------------
(A1) Install the patch, following the standard
installation instructions.
------------------------------------------------------
NOTE: 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 ITO Administrator's GUI
or from command line using inst.sh) WHILE
RUNNING SWINSTALL.
NOTE: Don't be afraid of the '-x autoreboot=true'
option above. There won't be a reboot due
to this ITO patch.
You can skip this option if you like.
NOTE: This patch must be installed on the ITO Management
Server system, NOT on an ITO Managed Node directly.
Changes will take effect on managed nodes by means of
ITO Software Distribution (using 'Force Update' if
there is already an agent installed on the managed
node). See chapter 2 of the ITO Administrator's
Reference manual for more information.
(B) Patch Deinstallation Instructions
---------------------------------
(B1) To deinstall the patch PHSS_25433 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_25433
Release notes for AIX NCS agent
-------------------------------
With previous A.05.x IT/O releases only DCE communication
type was supported on AIX nodes. This ITO patch includes
the ITO agent software required to manage IBM nodes
running AIX version 4.1.5, 4.2, 4.3.1 or 4.3.2 with
ITO version A.05.30 management server, using NCS
communication type.
This patch is OpenView IT/Operations 5.30 patch and will
not work on any lower version of ITO management server.
Customer with ITO version A.05.11, which require AIX
agent supporting NCS communication type, should consider
upgrading ITO management server to version A.05.30.
If upgrading of ITO management server is not a suitable
solution, then ITO support should be contacted and special
ITO A.05.11 server patch should be requested. This special
patch will make AIX patch compatible with ITO A.05.11.
Note that this special patch will only be made on special
request, so upgrading to ITO A.05.30 is still better
solution.
See Chapter 1 (Installing ITO agent on the managed nodes)
of the HP Openview IT/Operations Administrator's reference
Volume I. for AIX NCS agent installation instructions.
In Chapter 2 (AIX Managed Nodes) of the HP Openview
IT/Operations Administrator's reference Volume II.
there are few changes:
1.If NCS communication type is used as Agent-Server
communication type it is not necessary to have dce
installed on managed node. There should be either dce
(as described in this chapter) or NCS installed on managed
node. If you are not using the DCE RPC deamon, verify that
one of the following NCS software is installed:
- bos.net.ncs
- NetLS.NcK_Nidl
This can be checked with
installp -s <package>
lslpp -l <package>
2. The only difference between DCE and NCS manual agent
installation is in first step where for NCS agent
opc_pkg.Z (nsp_pkg.Z) should be taken from RPC_NCS
directory and for DCE agent it should be taken from
RPC_DCE_[TCP|UDP]
Installation Tips for AIX Managed Nodes Running SP2/HACMP
This document includes important information
about installing ITO agents on nodes running HACMP.
General installation tips for AIX also apply to AIX
nodes running HACMP. This document is organized as follows:
- ITO Agents in the HACMP environment
- Installation Prerequisites for AIX HACMP Agents
- Pre-installation tasks
- Problems with IP aliases in AIX OS
- Installing AIX HACMP agents
ITO Agents in the HACMP Environment
Each node in an HACMP cluster has its own ITO agent and must
be accessible on a fixed IP address, which represents the
node in the ITO Node Bank. This IP address must always
remain bound to the same node. Consequently, IP addresses
which are subject to change cannot be used to install and
run an ITO agent running HACMP.
If an additional adapter (network interface card) with a
fixed IP address that is not used by HACMP (as a boot,
service or standby adapter) is available on an HACMP node,
it can be used for ITO Agent installation. However,
communication with the ITO server must be possible via this
additional adapter. There is no need to set up IP aliases or
modify shell scripts in this case, and all pre-installation
tasks can be skipped. But it is important that the
IP address on this adapter does not change.
if no such adapter is available, each node should be
assigned an IP alias in the same network in which the boot
and service IP addresses reside. In addition, the node must
be configured in such a way that this IP alias address is
assigned to the service adapter as an alias for the boot IP
address. Once a fixed IP address or an IP alias is available
on a node, that address must be used to install the ITO
agent on the node. After successful installation of the ITO
agent, the IP alias is present in the OPC_IP_ADDRESS field
in
/var/lpp/OV/conf/OpC/nodeinfo file.
To avoid confusion with any other IP addresses that may be
set on the interface or with messages in the Message Browser
originating from addresses other than the service address
of the node, the following naming scheme is recommended in
your HACMP environment:
<nodename>_boot for the nodes boot address
<nodename>_svc for nodes service address
<nodename>_stdby for nodes standby address
<nodename>_ito for the nodes IP alia
Where <nodename> is the name of the node as defined in the
HACMP configuration.
Note that the status of the icon representing the node in
Node Bank window does not change color immediately when the
node in the HACMP cluster goes down: it will change color
only after ITO has determined that it cannot contact the
control agent on that node.
Installation Prerequisites for AIX HACMP Agents
The following software versions are supported:
AIX 4.2 / 4.3 (both NCS and DCE agents)
HACMP 4.2.2 / 4.3.1
AIX HACMP Agents: General Pre-installation Tasks
You must set the IP alias that is used by the ITO agents
during and after the installation process on each node on
which you wish to run the ITO agent. To set the IP alias:
on AIX v4.3
1. Use the smit menus.
2. In a shell, enter the following command:
smit tcpip
Then select from the menu bar:
Further Configuration -> Network Interface
Selection -> Configure Aliases -> Add an
IPV4 Network Alias
3. Select the desired interface, eg: en0
4. Enter values for the IP address and network mask
on AIX v<4.3
1. Use the following command:
/usr/sbin/ifconfig en0 <IP_Adress> alias
where <IP_Address> is the IP address of the node
on which you want to install the ITO agent for
AIX HACMP.
2. This command can also be included in the file
/etc/rc.net so that the IP alias is set
automatically when the OS is booted.
Problems with IP Aliases in AIX OS
One very important consequence of setting the IP alias
on the interface is that HACMP no longer works correctly.
This is true for all events that deal with IP addresses,
such as; acquire service address, acquire takeover address,
swap adapter, and so on. The problem is due to a flaw in the
AIX OS, and may be addressed in the following way:
- download and install the appropriate fix(es) for the
AIX OS
It is highly recommended that the appropriate fixes for
the AIX OS are installed to overcome the problems with IP
aliases and HACMP. The fixes may be obtained using IBM
FixDist package or from their web site. The following APARs
can be used to obtain the fixed versions of related
packages:
- AIX 4.2 IX75987
- AIX 4.3 IX78397
Only after the fixes for the AIX OS have been installed will
HACMP function properly: some HACMP functionality does not
work on managed nodes without the AIX OS fixes installed
(e.g. swap adapter event).
Pre-Installation Instructions for Managed Nodes with the AIX
OS Patch for IP Aliases
All HACMP events work once the AIX OS fixes are installed
and the IP alias is set on the interface. However, due to
a minor problem with the IP alias address itself, you do
have to reset the IP alias on the interface after each
change of the IP address - the IP alias address no longer
works after the ifconfig command is used to change the main
IP address on the interface. Note that you have to reset the
IP alias on all cluster nodes where the ITO agent is to
be installed. The following shell script may be used to set
the IP alias on the interface where the service or boot
IP address is set:
ALIAS_IP=<192.168.1.54>
SERVICE_IP=`/usr/sbin/cluster/utilities/cllsif -cSi \
$LOCALNODENAME | grep ":service:.*:ether" | cut -d: -f7\
| uniq`
BOOT_IP=`/usr/sbin/cluster/utilities/cllsif -cSi \
$LOCALNODENAME | grep ":boot:.*:ether" | cut -d: -f7 \
| uniq`
INTERFACE=`/usr/sbin/cluster/utilities/clgetif -a\
$SERVICE_IP`
if [ $? -ne 0 ]; then
INTERFACE=`/usr/sbin/cluster/utilities/clgetif -a $BOOT_IP`
fi
if [ "$INTERFACE" != "" ];
then
/usr/sbin/ifconfig $INTERFACE $ALIAS_IP alias
fi
The ALIAS_IP variable should contain the same IP address
that was used for the installation of the ITO agent.
Remember to change the ALIAS_IP variable if you copy the
shell script to other nodes in the cluster. This script
gets service and boot IP addresses for the local node
and sets the IP alias on the interface where either of
the two was found.
In addition, the script can be used as the post-event
script for the following HACMP events:
- acquire service address
- release service address
- swap adapter
Use the SMIT screens by entering the following command
in a shell:
smit hacmp
Then select:
Cluster Configuration -> Cluster
Resources -> Change/Show Cluster Events
Next, select the appropriate option from the list and
fill in the Post-event Command field. You can put the shell
script in the following directory:
/usr/sbin/cluster/local.
Note that on HACMP 4.3.1 only events could be assigned to
Post-event Command field. So new event which execute this
shell script should be created and then this new event
could be assigned to Post-event Command field.
Note that from time to time entries like this will appear
in the file:
/var/lpp/OV/log/OpC/opcerror:
WARNING opcmsga (Message Agent)(8028) [genmsga.c:535]:
Communication failure to message receiver: Connection
request rejected (dce/rpc).Buffering messages.(OpC30-3)
These entries may safely be ignored. Messages are not lost:
they are sent to the ITO server after communication is
re-established. This usually takes no more than a few
seconds.
Installing AIX HACMP Agents
The installation process is straightforward and does not
differ from the installation of the ITO agents on any other
computer running AIX, with the exception of the following:
- the IP alias address must be used as the IP address for
the host on which the ITO agent is to be installed.
- The installation script checks if the IP address which
is used for the ITO installation is tied to the boot,
service, or standby interfaces, and issues a warning if
this is the case. However, the installation proceeds
nonetheless.
- If you select automatic start of ITO agents, the file
/etc/inittab is also updated so that the clinit entry
remains the last one - as is required by HACMP.
- After successful installation of the ITO agent, the
IP alias appears in the /var/lpp/OV/conf/OpC/nodeinfo
file in the field OPC_IP_ADDRESS.
- The following line is added to the opcinfo file during
installation process:
OPC_NAMESRV_LOCAL_NAME <hostname>
where <hostname> is the name of the host configured with
the IP address used for the installation of the ITO agent.
If this IP address changes, this line should be changed
accordingly. Note that this line must be present in order
to ensure that the IP address is the same in the context
of both ITO and ANS (ITO's Advanced Network Security
extension). This ensures that the same hostname is used
by all security functions that require <hostname> as
their argument (e.g. secret key generation). If this
keyword is not present, ANSE functions retrieve hostname
from the RPC runtime, which is often different from the
hostname used for ITO installation, and the ANSE
functions will fail.
-----End of Document ID: PHSS_25433------------------------------------------
Document ID: PHSS_25000
Date Loaded: 20011219
Title: s700_800 10.X OV OB3.50 patch - ORACLE8 packet
Patch Name: PHSS_25000
Patch Description: s700_800 10.X OV OB3.50 patch - ORACLE8 packet
Creation Date: 01/12/17
Post Date: 01/12/19
Hardware Platforms - OS Releases:
s700: 10.00 10.01 10.10 10.20
s800: 10.00 10.01 10.10 10.20
Products:
OmniBackII A.03.50
Filesets:
OMNIBACK-II.OMNI-OR8-P,A.03.50
Automatic Reboot?: No
Status: General Release
Critical: No
Path Name: /hp-ux_patches/s700_800/10.X/PHSS_25000
Symptoms:
PHSS_25000:
Id = JAGad47613 SR: 8606178386
Oracle 8i backup fails with:
"ORA-03217: invalid option for alter of
TEMPORARY TABLESPACE"
Id = HSLco29318 SR: H555006325
Linking procedure fails due to wrong checking.
OmniBack II checks for Oracle 8.0.x as linked by
"make -f ins_rdbms.mk ioracle"
although Oracle 8.0.6 is linked by soft link.
Id = HSLco28781 SR: H555006139
When linking libobk.so with libob2oracle8_64bit.so,
the OmniBack II is failing with:
"ld: fatal: file
$ORACLE_HOME/lib64/libobk.so
wrong ELF class: ELFCLASS32"
Id = HSLco30362 SR: H555006619
Database connection parameters are not sent
properly during the backup of an Oracle database.
PHSS_22438:
Id = HSLco21865
Certification of Oracle 8.1.6 on Sun Solaris 8
32/64 bit.
Id = HSLco22161
Command "util_oracle8 -APP" returns nothing instead of
list of Oracle 8 databases.
Id = NSMbb37117
util_oracle8.exe complains that Oracle is not linked
with OmniBack II for backup.
Id = NSMex03603
Backup of Oracle 8 database fails with an error:
"[Major]From BSM
<hostname> "<ORA_SID_1>" Time:<time>
[61:8000]Client named "<ORA_SID>" not configured in
the barlist."
where <ORA_SID_1> has an underscore in its name and
<ORA_SID> is the same as a part of the name in front
of underscore.
Id = NSMex03723
Split mirror backup of Oracle 8 fails with an error:
"Can not mount database on Backup Host.".
Id = NSMex03726
Oracle 8i backup fails if more than 30 channels are
allocated to be used for the backup.
Id = NSMex03765
Concurrent backup of two split mirror integrations does
not work.
Id = NSMex03972
Database connection parameters are not sent
properly during the backup of an Oracle database.
Id = JAGad42897
OmniBack II reports successful backup although Oracle
Recovery Manager core dumped.
"[Major]From BSM
<hostname> "<ORA_SID_1>" Time:<time>
[61:8000]Client named "<ORA_SID>" not configured in
the barlist."
where <ORA_SID_1> has an underscore in its name and
<ORA_SID> is the same as a part of the name in front
of underscore.
Defect Description:
PHSS_25000:
Id = JAGad47613
OmniBack II integration did not skip locally managed
tablespaces. This resulted in failure of Session
Manager Backup in case the database contained this
kind of tablespaces.
Resolution:
Code fixed to skip listing locally managed tablespaces.
This kind of tablespaces will also be skipped when
putting database in backup mode during Session Manager
Backup.
Id = HSLco29318
When linking OmniBack II with Oracle 8.0.6, linking
procedure fails.
Resolution:
In condition for making soft link, version 8.0.6 was
added beside 8.1.x version of Oracle.
Id = HSLco28781
Linkig procedure fails because library is 32-bit only
and the 64-bit library is missing in the PHSS_22438 /
PHSS_22439.
Resolution:
64-bit libob2oracle8_64bit.so file for OmniBack II
A.03.50 is added.
Part of SSPUX350_045.
Id = HSLco30362
Database connection parameters are improperly sent.
Resolution:
Database connection parameters are sent in a proper
manner.
Part of SSPUX350_058.
PHSS_22438:
Id = HSLco21865
Certification of Oracle 8.1.6 on Sun Solaris 8
32/64 bit.
Resolution:
Oracle 8.1.6 can be used with OmniBack II A.03.50 on
Sun Solaris 8 32/64 bit systems.
Id = HSLco22161
Location of oratab file varies on Unix-like platforms.
Resolution:
"util_oracle8 -APP" returns list of Oracle 8 databases
on specified system.
Id = NSMbb37117
Library $ORACLE_HOME/lib/libobk.so is not properly
linked.
Resolution:
Library $ORACLE_HOME/lib/libobk.so is properly linked.
Id = NSMex03603
OmniBack II Oracle 8 integration can not handle
underscores in database names.
Resolution:
OmniBack II Oracle 8 integration backs up and restores
databases with underscores in its names.
Id = NSMex03723
If Oracle 8 is configured using Oracle native tools
(for example, dbassist), user gets an error message:
"Not able to use log_archive_dest_1 and
log_archive_dest in Oracle configuration file."
because log_archive_dest_1 can not be overridden. This
causes split mirror backup to fail with:
"Can not mount database on Backup Host".
Resolution:
Configuration script for OmniBack II Oracle 8
integration is modified to be able to set
log_archive_dest properly.
Id = NSMex03726
Parameters used in Oracle 8i backup inside the "rman"
statement are sent through sed as a single line. Since
sed has a limitation (2kB per line), backup fails.
Resolution:
Parameters for a backup are sent in a file.
Part of SSPUX350_009.
Id = NSMex03765
Shell scripts executed for concurrent sessions use same
temporary files which causes concurrent split mirror
backups to fail.
Resolution:
All the temporary used files have "_${OB2BARLIST}"
appended to its names.
Part of SSPUX350_012.
Id = NSMex03972
Database connection parameters are improperly sent.
Resolution:
Database connection parameters are sent in a proper
manner.
Part of SSPUX350_025.
Id = JAGad42897
OmniBack II does not check Oracle Recovery Manager's
exit code.
Resolution:
OmniBack II checks exit code from Oracle Recovery
Manager.
Part of SSPUX350_019.
SR:
H555006139 H555006619 H555005612 8606178386 H555005442
H555006325 B554000853 H555004430 H555004155 B554000895
H555003435 8606173640 B555007579 H555003488 B554000734
Patch Files:
/opt/omni/databases/vendor/oracle8/gpl/i386/linux/A.03.50/
packet.Z
/opt/omni/databases/vendor/oracle8/hp/s800/hp-ux-1020/
A.03.50/packet.Z
/opt/omni/databases/vendor/oracle8/hp/s800/hp-ux-11/A.03.50/
packet.Z
/opt/omni/databases/vendor/oracle8/ibm/rs6000/aix-42/
A.03.50/packet.Z
/opt/omni/databases/vendor/oracle8/sun/sparc/solaris-26/
A.03.50/packet.Z
what(1) Output:
/opt/omni/databases/vendor/oracle8/gpl/i386/linux/A.03.50/
packet.Z:
None
/opt/omni/databases/vendor/oracle8/hp/s800/hp-ux-1020/
A.03.50/packet.Z:
None
/opt/omni/databases/vendor/oracle8/hp/s800/hp-ux-11/A.03.50/
packet.Z:
None
/opt/omni/databases/vendor/oracle8/ibm/rs6000/aix-42/
A.03.50/packet.Z:
None
/opt/omni/databases/vendor/oracle8/sun/sparc/solaris-26/
A.03.50/packet.Z:
None
cksum(1) Output:
2225176524 326365 /opt/omni/databases/vendor/oracle8/gpl/
i386/linux/A.03.50/packet.Z
1895649847 1125449 /opt/omni/databases/vendor/oracle8/hp/
s800/hp-ux-1020/A.03.50/packet.Z
827234353 1117403 /opt/omni/databases/vendor/oracle8/hp/
s800/hp-ux-11/A.03.50/packet.Z
3876858175 516612 /opt/omni/databases/vendor/oracle8/ibm/
rs6000/aix-42/A.03.50/packet.Z
745064589 1078317 /opt/omni/databases/vendor/oracle8/sun/
sparc/solaris-26/A.03.50/packet.Z
Patch Conflicts: None
Patch Dependencies: None
Hardware Dependencies: None
Other Dependencies: None
Supersedes:
PHSS_22438
Equivalent Patches:
PHSS_25001:
s700: 11.00 11.11 11.20
s800: 11.00 11.11 11.20
Patch Package Size: 4130 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_25000
5a. For a standalone system, run swinstall to install the
patch:
swinstall -x autoreboot=true -x match_target=true \
-s /tmp/PHSS_25000.depot
By default swinstall will archive the original software in
/var/adm/sw/patch/PHSS_25000. If you do not wish to retain a
copy of the original software, you can create an empty file
named /var/adm/sw/patch/PATCH_NOSAVE.
WARNING: If this file exists when a patch is installed, the
patch cannot be deinstalled. Please be careful
when using this feature.
It is recommended that you move the PHSS_25000.text file to
/var/adm/sw/patch for future reference.
To put this patch on a magnetic tape and install from the
tape drive, use the command:
dd if=/tmp/PHSS_25000.depot of=/dev/rmt/0m bs=2k
Special Installation Instructions:
PHSS_25000:
NOTE!
Patch has to be installed on the Installation Server host.
The Oracle 8 packets must be redistributed to the Oracle 8
client system(s) afterwards to get the fixes into effect.
Patch includes the following Site Specific Patches:
SSPUX350_009
SSPUX350_012
SSPUX350_019
SSPUX350_025
SSPUX350_045
SSPUX350_058
-----End of Document ID: PHSS_25000------------------------------------------
Document ID: PHNE_23713
Date Loaded: 20011219
Title: s700_800 10.20 1000Base-SX/T B.10.20.[01-11] cumul. patch
Patch Name: PHNE_23713
Patch Description: s700_800 10.20 1000Base-SX/T B.10.20.[01-11] cumul. patch
Creation Date: 01/10/18
Post Date: 01/12/19
Hardware Platforms - OS Releases:
s700: 10.20
s800: 10.20
Products:
HP HSC Gigabit Ethernet B.10.20.01 ;
HP HSC_PCI Gigabit Ethernet Driver B.10.20.02 B.10.20.03
B.10.20.05 B.10.20.07 B.10.20.09 B.10.20.11
Filesets:
GBE-HSC.GBE-KRN,B.10.20.01 GBE-HSC.GBE-RUN,B.10.20.01
GBE-CMD-COM.GBE-CMD,B.10.20.01
GBE-HSC-PCI.GBE-HSC-PCI-KRN,B.10.20.02,B.10.20.03,B.10.20.05
GBE-HSC-PCI.GBE-HSC-PCI-KRN,B.10.20.07,B.10.20.09,B.10.20.11
GBE-HSC-PCI.GBE-HSC-PCI-RUN,B.10.20.02,B.10.20.03,B.10.20.05
GBE-HSC-PCI.GBE-HSC-PCI-RUN,B.10.20.07,B.10.20.09,B.10.20.11
GBE-CMD-COM.GBE-HSC-PCI-CMD,B.10.20.02,B.10.20.03,B.10.20.05
GBE-CMD-COM.GBE-HSC-PCI-CMD,B.10.20.07,B.10.20.09,B.10.20.11
Automatic Reboot?: Yes
Status: General Release
Critical:
Yes
PHNE_23713: PANIC CORRUPTION
PHNE_19564: PANIC
PHNE_18505: PANIC
PHNE_17408: PANIC
Path Name: /hp-ux_patches/s700_800/10.X/PHNE_23713
Symptoms:
PHNE_23713:
1. JAGad39720: Corrupt packets received on the Gigabit
Ethernet interface may cause memory corruption and
result in a system panic.
2. JAGad16970: Statistics display in lanadmin (menu mode)
for 1000Base-X/T cards does not complete when only
one newline has been input.
3. JAGad47886: Message " Cmd Cons after reset: 0" logged
inadvertently in the syslog.log and dmesg.
PHNE_19564:
1. The gbeutil binary is corrupted and does not have
execute permissions in revision B.10.20.07 of the
Gigabit Ethernet Adapter product.
2. gbeutil displays the value of "Mapping failures"
incorrectly when the driver statistics is printed.
3. On K, R and D-class servers, and B, C and J2240
workstations, the driver generates corrupted outbound
packets.
4. The Gigabit Ethernet driver displays each outbound packet
twice when nettl(1M) tracing is enabled.
5. NFS traffic may hang when outbound promiscuous mode
is enabled.
6. A telnet session may hang or timeout under heavy traffic.
7. The Gigabit Ethernet driver displays an incorrect error
message "Could not read from the card serial EEPROM" in
the dmesg(1M) output when tuning parameters are modified
through gbeutil.
8. The system may panic with a data page fault under
outbound UDP traffic when outbound promiscuous mode is
enabled.
9. The Gigabit Ethernet driver displays redundant debugging
information in the dmesg(1M) output.
10. The system may panic under heavy outbound traffic when
outbound promiscuous mode is enabled and disabled
repeatedly.
PHNE_18505:
1. The Gigabit Ethernet driver may not be able to send
packets when a lanadmin(1M) station address change
command is issued while the cable is disconnected.
2. The performance of the Gigabit Ethernet driver is
sub-optimal.
3. The 1000Base-SX Gigabit Ethernet adapter hangs
intermittently during heavy data transfer.
4. The system may panic due to a spinlock deadlock on
outbound data transfer.
5. The Gigabit Ethernet driver displays an incorrect
nettl(1M) logging message "unable to allocate buffers"
when the system has adequate memory.
PHNE_17408:
1. The system may panic while using lanadmin(1M) reset
during data transfer.
2. TCP data transfer between EISA 100Base-T and 1000Base-SX
adapters either hangs or is very slow.
3. The system may panic when the cable is disconnected
during data transfer.
Defect Description:
PHNE_23713:
1. JAGad39720: The 1000Base-SX/T adapter firmware was not
working correctly on receiving corrupt packets on the
interface.
2. JAGad16970: lanadmin (menu mode) requires an extra
newline of user input to complete the statistics display
for 1000Base-SX/T cards.
3. JAGad47886: This message was introduced for debugging
purpose, which was left behind inadvertently.
Resolution:
1. JAGad39720: The 1000Base-SX/T adapter firmware has been
modified to fix the problem.
2. JAGad16970: Statistics display in lanadmin (menu mode)
for 1000Base-SX/T cards has been modified to complete
the display without the additional newline in the
user input.
3. JAGad47886: The message is not logged.
PHNE_19564:
1. The gbeutil binary was corrupted due to incorrect product
packaging.
2. The "Mapping failures" counter was incremented
incorrectly.
3. On certain systems, the hardware was incorrectly
prefetching cachelines on page boundaries, resulting
in a data corruption.
4. The Gigabit Ethernet driver was incorrectly displaying
each outbound packets twice when nettl(1M) tracing was
enabled.
5. The outbound packet was not looped back to the
promiscuous stream correctly.
6. The transmit routine of the Gigabit Ethernet driver did
not initialize transmit buffers correctly for packets
with more than 6 buffers.
7. The Gigabit Ethernet driver accessed the serial EEPROM on
the adapter unnecessarily, after modifying the tuning
parameters.
8. When outbound promiscuous mode was enabled, the Gigabit
Ethernet driver did not check for buffer allocation
failures before mapping buffers for DMA transfer.
9. The Gigabit Ethernet driver incorrectly displayed
redundant debugging information in the dmesg(1M) output.
10. When outbound promiscuous mode was enabled and disabled
repeatedly, the Gigabit Ethernet driver incorrectly
referenced the checksum information for packets that
need not be checksummed.
Resolution:
1. The gbeutil binary has been packaged into the product
bundle correctly.
2. The "Mapping failures" counter is incremented correctly.
3. A workaround has been implemented in the Gigabit Ethernet
driver to prevent hardware from incorrectly prefetching
cachelines on page boundaries, thus preventing a data
corruption.
4. The transmit path of the Gigabit Ethernet driver has been
modified to display each outbound packet once when
nettl(1M) tracing is enabled.
5. Outbound packets are looped back to the promiscuous
stream correctly.
6. The transmit routine of the Gigabit Ethernet driver
initializes transmit buffers correctly for packets with
more than 6 buffers.
7. The Gigabit Ethernet driver does not access the serial
EEPROM on the adapter after modifying the tuning
parameters.
8. When outbound promiscuous mode is enabled, the Gigabit
Ethernet driver checks for buffer allocation failures
before mapping buffers for DMA transfer.
9. The redundant debugging information has been removed
from the dmesg(1M) output.
10. When outbound promiscuous mode is enabled and disabled
repeatedly, the Gigabit Ethernet driver does not
reference the checksum information for packets that
need not be checksummed.
PHNE_18505:
1. The station address maintained by the Gigabit Ethernet
driver was not updated when a lanadmin(1M) station
address change command is issued when the cable is
disconnected.
2. The transmit and receive paths of the Gigabit Ethernet
driver were not optimized.
3. The 1000Base-SX adapter firmware did not handle DMA
transfers that end on a 32-bit boundary correctly.
4. The Gigabit Ethernet driver did not initialize transmit
buffers correctly for packets with more than 6
buffers.
5. The receive buffers were incorrectly initialized during
buffer replenishment.
Resolution:
1. The Gigabit Ethernet driver has been modified to allow
station address changes when the cable is
disconnected.
2. The Gigabit Ethernet driver's transmit and receive
paths have been modified to improve the driver
performance.
3. The 1000Base-SX adapter firmware has been modified to
to eliminate hangs during DMA transfers that end on a
32-bit boundary.
4. The transmit routine of the Gigabit Ethernet driver has
been modified to initialize transmit buffers correctly
for packets with more than 6 buffers.
5. The receive buffers are initialized correctly during
buffer replenishment.
PHNE_17408:
1. The reset routine of the driver was not initializing
the addresses of receive buffers correctly on
memory allocation failures.
2. The 1000Base-SX adapter firmware was computing the
checksums of padded short packets incorrectly.
3. The receive routine of the driver was handling
link down notifications incorrectly.
SR:
8606170456 8606147628 8606178660 1653283762 8606103655
8606112012 8606109057 8606104962 8606108254 8606108311
8606109364 8606109937
Patch Files:
/usr/conf/lib/libgelan.a
/usr/conf/lib/gelan_dbg.o
/usr/conf/master.d/gelan
/usr/bin/gbeutil
/sbin/init.d/hpgelan
/usr/lib/nls/msg/C/dsgelan.cat
/usr/lib/lanadmin/libdsgelan.1
/usr/lib/nls/msg/C/pegelan.cat
/usr/lib/lanscan/libpegelan.1
/usr/lib/nls/msg/C/fmgelan.cat
/usr/lib/libfmgelan.1
/sbin/rc2.d/S308hpgelan
/sbin/rc1.d/K692hpgelan
/usr/lib/lanadmin/libdsgelan.sl
/usr/lib/lanscan/libpegelan.sl
/usr/lib/libfmgelan.sl
/usr/newconfig/etc/rc.config.d/hpgelanconf
/usr/sbin/hpgelan_init
/usr/share/man/man1m.Z/gbeutil.1m
what(1) Output:
/usr/conf/lib/libgelan.a:
gelan 1000Base-SX/T Revision: B.10.20.12 - PHNE_2371
3 Oct 18 2001 10:08:39
/usr/conf/master.d/gelan:
None
/usr/conf/lib/gelan_dbg.o:
None
/usr/lib/nls/msg/C/dsgelan.cat:
None
/usr/lib/lanadmin/libdsgelan.1:
libdsgelan.sl: B.10.20.12 PHNE_23713 Nov 12 2001 13:
21:07
/usr/lib/nls/msg/C/pegelan.cat:
None
/usr/lib/lanscan/libpegelan.1:
libpegelan.sl: B.10.20.12 PHNE_23713 Oct 19 2001 10:
22:52
/usr/lib/libfmgelan.1:
GELAN Subsystem Formatter Revision: B.10.20.12 - PHN
E_23713 Oct 30 2001 10:07:22
/usr/lib/nls/msg/C/fmgelan.cat:
None
/sbin/init.d/hpgelan:
None
/usr/newconfig/etc/rc.config.d/hpgelanconf:
None
/usr/bin/gbeutil:
gbeutil Revision: B.10.20.12 - PHNE_23713 Oct 30 200
1 10:12:25
/sbin/rc2.d/S308hpgelan:
None
/sbin/rc1.d/K692hpgelan:
None
/usr/lib/lanadmin/libdsgelan.sl:
libdsgelan.sl: B.10.20.12 PHNE_23713 Nov 12 2001 13:
21:07
/usr/lib/lanscan/libpegelan.sl:
libpegelan.sl: B.10.20.12 PHNE_23713 Oct 19 2001 10:
22:52
/usr/lib/libfmgelan.sl:
GELAN Subsystem Formatter Revision: B.10.20.12 - PHN
E_23713 Oct 30 2001 10:07:22
/usr/sbin/hpgelan_init:
None
/usr/share/man/man1m.Z/gbeutil.1m:
None
cksum(1) Output:
62986855 423186 /usr/conf/lib/libgelan.a
2598417103 3333 /usr/conf/master.d/gelan
113427382 172340 /usr/conf/lib/gelan_dbg.o
2677451911 5899 /usr/lib/nls/msg/C/dsgelan.cat
685469714 61440 /usr/lib/lanadmin/libdsgelan.1
3231781941 114 /usr/lib/nls/msg/C/pegelan.cat
4132254536 12288 /usr/lib/lanscan/libpegelan.1
3342461264 4371 /usr/lib/nls/msg/C/fmgelan.cat
1248120566 17254 /sbin/init.d/hpgelan
1990177687 3004 /usr/newconfig/etc/rc.config.d/hpgelanconf
3315763576 73728 /usr/bin/gbeutil
1248120566 17254 /sbin/rc2.d/S308hpgelan
1248120566 17254 /sbin/rc1.d/K692hpgelan
685469714 61440 /usr/lib/lanadmin/libdsgelan.sl
4132254536 12288 /usr/lib/lanscan/libpegelan.sl
1754101099 12288 /usr/lib/libfmgelan.1
1754101099 12288 /usr/lib/libfmgelan.sl
252654701 12846 /usr/sbin/hpgelan_init
2263938286 2525 /usr/share/man/man1m.Z/gbeutil.1m
Patch Conflicts: None
Patch Dependencies:
s700: 10.20: PHNE_22351
s800: 10.20: PHNE_22352
Hardware Dependencies: None
Other Dependencies: None
Supersedes:
PHNE_17408 PHNE_18505 PHNE_19564
Equivalent Patches: None
Patch Package Size: 860 KBytes
Installation Instructions:
Please review all instructions and the Hewlett-Packard
SupportLine User Guide or your Hewlett-Packard support terms
and conditions for precautions, scope of license,
restrictions, and, limitation of liability and warranties,
before installing this patch.
------------------------------------------------------------
1. Back up your system before installing a patch.
2. Login as root.
3. Copy the patch to the /tmp directory.
4. Move to the /tmp directory and unshar the patch:
cd /tmp
sh PHNE_23713
5a. For a standalone system, run swinstall to install the
patch:
swinstall -x autoreboot=true -x match_target=true \
-s /tmp/PHNE_23713.depot
By default swinstall will archive the original software in
/var/adm/sw/patch/PHNE_23713. If you do not wish to retain a
copy of the original software, you can create an empty file
named /var/adm/sw/patch/PATCH_NOSAVE.
WARNING: If this file exists when a patch is installed, the
patch cannot be deinstalled. Please be careful
when using this feature.
It is recommended that you move the PHNE_23713.text file to
/var/adm/sw/patch for future reference.
To put this patch on a magnetic tape and install from the
tape drive, use the command:
dd if=/tmp/PHNE_23713.depot of=/dev/rmt/0m bs=2k
Special Installation Instructions:
A new /etc/rc.config.d/hpgelanconf was delivered as
/usr/newconfig/etc/rc.config.d/hpgelanconf. It contains
additional configurable parameters. If you wish to use
the new file, merge it with the contents of the existing
/etc/rc.config.d/hpgelanconf. To configure the Gigabit
Ethernet interface parameters via SAM, you need to merge
the files.
To configure the Gigabit Ethernet interface parameters
via SAM, users need to install SAM patch: PHCO_22268.
-----End of Document ID: PHNE_23713------------------------------------------
Document ID: PHSS_25786
Date Loaded: 20011218
Title: s700_800 10.20 CDE Runtime DEC2001 Periodic Patch
Patch Name: PHSS_25786
Patch Description: s700_800 10.20 CDE Runtime DEC2001 Periodic Patch
Creation Date: 01/11/26
Post Date: 01/12/18
Hardware Platforms - OS Releases:
s700: 10.20
s800: 10.20
Products: N/A
Filesets:
CDE.CDE-ENG-A-MSG CDE.CDE-MIN CDE.CDE-RUN CDE.CDE-HELP-RUN
CDE.CDE-PAM CDE.CDE-SHLIBS CDE.CDE-TT CDE.CDE-DTTERM
CDE.CDE-ENG-A-MAN
Automatic Reboot?: No
Status: General Release
Critical: No
Path Name: /hp-ux_patches/s700_800/10.X/PHSS_25786
Symptoms:
PHSS_25786:
1. Buffer overflow in dtspcd.
PHSS_25192:
1. kana_ME character cannot be entered into a CDE
workspace title.
2. In non-HP servers (Sun, ReflectionX, etc),
screen blanking time is not retained if
it is > 30 minutes.
3. When the ENV script has some output
statements, dtfile throws an error
dialog and doesn't come up.
4. Multi-file move fails, when the number
of selected files is large ( greater
than 60).
5. dtmail beep notification beeps only once when
the number of beeps is set to 10.
6. When the keyholder list is fairly large
enough syslog.log contains a lot of
pam authenticate failure status.
7. dtmail's date and time are missing in gb18030 and
there are garbage characters in other multi-byte
locales if the subject is long.
8. This problem occurs under the following
conditions -
1. Value of Screen Lock time greater than
Screen Saver time.
2. A popup menu from an inactive window
existing on the screen.
3. If user moves mouse or presses any key
except ESC key.
9. Parent dtlogin process size is growing
when dtgreet is killed repeatedly or in
case of resetting the login screen
because of the memory leaks.
10.If you pass a file name containing more
than 1024 characters as an argument to
dtaction, dtaction will dump core.
PHSS_25137:
1. Buffer overflow in rpc.ttdbserverd
causes core dump.
PHSS_23798:
1. dtmail gets segmentation fault and core dump
when loading mail files having "=?" string at the
end of the header field.
2. TT_AUTHFILE_ENTRY_MISSING error is not reported
correctly in syslog file.
3. libtt.1 seems to have unresolved external
references.
4. When ttsession fails bind() and no port is available,
portmap goes cpu-bound.
5. When Appointment List or Todo List is selected and
if 'Mail To' field has more than 100 characters,
dtcm dumps core.
6. After disabling the authorization, X server runs
with "-auth" option and dtconfig -reset does not
work correctly.
7. dtmail will not use mailcap files.
PHSS_23796:
1. dtfile consumes cpu/memory when it tries to
open a folder of large size.
PHSS_23516:
1. The file which is linked to $HOME/.dt/paminfo_<disp>
is overwritten with the login information regardless
of its permissions.
2. Buffer overflow in rpc.cmsd.
3. Buffer overflow in help search string causes core
dump.
PHSS_22339:
1. dthello program can't handle some fonts in
/usr/lib/X11/fonts/misc.
2. dtsession unnecessarily logs the success status
of PAM into syslog.
3. Dtterm -tm to change a tty setting does not give
proper result, for invalid entries.
4. Invalid host in Xaccess prevents the valid hosts
which follow them from connecting.
5. dtsession fails to lock the screen while pull-down
menu is up.
6. Core dump selecting text from display of CDE help
files.
7. dtfile does not accept the user defined name while
renaming files within the same folder.
8. dtsession dumps core when screen is unlocked after
timeout lock with popup.
9. dtfile fails on NFS mounted files with no read
permissions.
10. CDE dtfile will dump core when trying to drag and
drop a netscape attachment on it.
11. dtaction -user <account_name> has problem in trusted
system if <account_name> password is blank in
/etc/passwd file.
12. dtterm man page does not specify the maximum number
of lines that can be saved using the savelines option.
13. Since the delete option is enabled even if there is
only one workspace the user will try to click on it
even though he cannot delete the workspace.
14. filemanager does not sort the files alphabetically
by case.
15. The hpterm appears small and the cursor is not focussed
on the first field on password expiration.
16. The user will not able to create a new file or folder
in dtfile.
17. The "ASCII Convert" functionality does not work for
multibyte locales in dtcalc.
18. Print manager does not display an icon for the status
of print jobs when given from standard input.
19. Buffer overflow in dtlogin.
20. dtfile-Icons are not restored in the workspace when
more than 9 icons are to be restored.
21. PHSS_20860 does not cleanup PHSS_17566 or PHSS_17268.
PHSS_22319:
1. dtterm problem with -tn option.
2. dtterm cannot handle more than 32k
savelines.
PHSS_20860:
1. dtcm_insert does not recognize command line options
like "today".
2. Format of information in mail reminders is default
and cannot be changed to user's format.
3. dtpad file open dialog box will not show hidden files.
4. CDE dtfile Find functionality does not search
contents from hidden files.
5. dtmail edit label in menu bar get wrong
Japanese character by PHCO_19181.
6. Front panel does not follow the Dtwm*iconPlacement
resource where as other clients are following
correctly.
7. Setting home directory for a specific user may not
be appropriate.
8. This is an enhancement request. User wants to have
a confirmation dialog while deleting a workspace.
9. ER: dtlogin: Display location of logfile if Xserver
cannot be started.
10. Trusted system: dtconfig -e doesn't work.
11. using sleep(1) decreased dtlogin performance.
12. When selecting an attachment of mail on dtmail and
clicking right mouse button on it, sometime the menu
items "Open" and "Print" are not displayed.
13. dtmail does not create ~/sent.mail.
14. dtmail deletes all the attachments , when we try to
delete a single selected attachment.
15. dtcm_lookup with options -d and -v is not always
correct.
16. dtmail does not recognize command 'discard' command
when it is used in $HOME/.mailrc file for suppressing
header fields.
17. Xserver with "-audit 2" is always using date with
TZ=""(timezone) to log the entries in Xerrors file.
18. While double-clicking during CDE logout,
dtsession does not save the current session.
19. Dtterm writes incorrect information in /etc/utmp,
hence "who -u" returns incorrect information.
20. When page numbering is enabled, dtlp produces incorrect
output.
21. CDE Xconfig file cannot specify host specific resource
file.
22. Components with Default icon image show blank when they
are restarted after closing them.
23. dtpad man page is out of date.
24. dtstyle incorrectly sets enableBtn1Transfer in xrdb.
25. Missing line feed("\n") while saving dtpad files.
26. Problem with dtspcd.
27. dtlogin consumes CPU after it reaches ~2000 open pipes.
28. WS delete confirmation dialog should not come up while
deleting, if we have only one workspace.
29. "who -R" shows improper hostname who logged from
dtterm, hpterm, xterm when the hostname is greater
than 16 chars.
30. dtwm "MONITOR_TYPE mail" control not honoring
for user defined file.
31. Incorrect unsuccessful login count for root in a
trusted system when the display is locked.
32. dtcm doesn't malloc enough space for some character
strings.
33. ACE6: PHSS_18425 postinstall puts messages in
swagent.log.
PHSS_20715:
1. "dtterm -iconic -e shellscript" sometimes
did not terminate.
PHSS_19747:
1. Problem in ttsession.
PHSS_19482:
1. dtfile popup menu messages corrupt in C locale.
2. Problem in rpc.cmsd.
3. dtappgather ignores symbolic directory links.
PHSS_18425:
1. dtlogin greeting obscured if more than four lines.
2. CDE - trusted system does not give passwd expiration
notification.
3. Would like to add audible alert to CDE login for
incorrect logins.
4. "Deleted Messages" window has an English title
(in japanese locales).
5. dtmail doesn't process attachments properly.
6. dtmail does not process attachment icons properly.
7. Cannot drag large messages from dtmail to dtfile.
8. dtmail does not read "signature" setting from
.mailrc with "-c" option.
9. CDE: "Occupy Workspace" re-appeared as moving
around the workspaces.
10. DTWM leaks pixmap causing the Xserver memory to
grow.
11. Dtwm is causing a pointer freeze when using
a system modal dialog.
12. dtwm: problem with modal dialogs under
multi-screen configuration.
13. Deleting CDE style manager from front panel
causes dtwm to abort.
14. Problems unlocking session when Dtsession*keys
is set.
15. dtcm print info dialog doesn't warn about
non-writable dirs.
16. dtcm reports wrong day when deleting an
appointment on a leap year.
17. dtcm support in iso8859-15.
18. dtcm and transitionlinks.
19. Style Manager (beep)'s window width is too
narrow to show the title.
20. Permissions problem in /usr/dt/bin/dtappgather.
21. dtpad file menu sensitivity problem.
22. Can't display dtfile simultaneously on
2 screens in multiscreen display.
23. Problem with root PATH.
24. CDE's print manager doesn't show scheduled
printjobs for enabled printer.
25. PHSS_17566 prepends iso8859-15 to fonts path.
Appending is better.
26. Problem in rpc.ttdbserver.
27. CDE - dtpad corrupts files without notice
if target filesystem is full.
28. dtpad fails to open large (>~30Mb) files.
29. Problem with dtspcd.
30. Buffer overflow in libdthelp.
31. Core dump bringing up index box with DtHelp.
32. Permissions problem in /usr/dt/bin/dtterm.
33. Wants dtterm to have an option to flush the
log on each write.
34. ER: rpc.ttdbserver to exclude systems in
'tt_dbexclude' config file.
35. EuDelta: dtmail: incorrect MIME charset
tag for ISO-885915 charset.
36. dtlogin man page correct at "labelString"
description.
37. dtcm_insert allows ending time without
starting time.
38. dtstyle(1) man page is a mess.
39. dtcm_* man pages contain inconsistent
information.
40. Library Access problem in CDE.
41. dtcm month view does not display
iso-15 fonts.
PHSS_17566:
1) Change sys.resources to provide new input device
functionality.
PHSS_17329:
1) Include iso_8859.15 related changes.
PHSS_17268:
1) Unable to unlock screen when dtsession*keys resource
is set.
PHSS_16966:
1) Memory leak in dtmail.
2) dtmail changes GID when using mailbox
other than /var/mail/ "user".
3) dtmail doesn't handle inline attachment correctly.
4) Problems with dtmail.
5) dtmail permissions problem number 1.
6) dtmail permissions problem number 2.
7) dtmail permissions problem number 3.
8) documentation of dtmail command line options.
9) PHSS_15795 dtmail uses non-standard encoding at
Subject under ja_JP.SJIS.
10) dtmail always saves settings in $HOME/.mailrc.
PHSS_15795:
1) dtpad: cannot disable sensitivity of file menu option.
2) CDE Trash Can is not emptied automatically at user
logout.
3) dtlogin fails to set primary gid.
4) Continuous unlock causes problem for CDE.
5) dtscreen implements usleep incorrectly
6) dtscreen cannot handle values for delay > 999999
7) dtlogin core dump with large Xterminal environments
8) dtlogin core dumps when trying to release memory.
9) CDE instability in Rocklin 9804 FB2
10) Help of resize icon in dticon's edit menu is incorrect.
11) Can't set a different system-wide default palette for
dtsession
12) dtmail does not handle MIME-compliant filenames
correctly
13) Xmdestroypixmap fails causing dtwm pixmap leaks
14) CDE dtaction doesn't expand %name% properly
15) "dtprintinfo - populate" will not work without
transition links
16) File manager dumps core when "New Folder" dialog is
reopened.
17) resources added to restrict functionality of
dtfile.
18) Fixed buffer overflow in DtSvc
19) "DtTermDisplaySend" function can not handle a string
greater than 1024 bytes
20) When uid is equal to zero,dtmail changes permissions on
/var/mail/<user>
21) dtmail changes gid when /var/mail/username is a
symbolic link
22) dtprintinfo aborts reporting jobs with more than
one file
23) enhancement for dtfile copy dialog.
24) Display does not auto lock when screen saver is blank
and exit dialog is displayed.
25) Xauth filename forces Xterminal hostname to be
unique for first 5 char's
26) /var/dt auth filenames don't differ enough
27) dtmail log ($HOME/sent.mail) not in expected encoding
28) dtmail has problems with blanks in additional
header fields.
29) dtmailpr can not print messages sent from ccmail
30) dtmail attachment name is corrupted in multibyte UTF-8
locales.
31) dtmail aborts when the "To:" field contains extended
characters
32) DCE and DFS will lead dtmail to change gid of user's
mail file
33) binary files sent as " quoted - printable " lose data
in dtmail
34) dtwm does not handle clients with shape extension
enabled in front panel
35) Problem removing directories when transient links are
removed in dtfile.
36) dthelpview cannot display utf8 characters correctly.
37) Resources for customization of dtfile.
38) CDE dtmailpr memory faults when subject line is more
than 2000 chars
39) dtmail aborts when attempting to view attachment
after deleting previous message.
40) dtmail to display the hourglass cursor when
attaching a file
PHSS_16362:
1) Buffer overflow in dtmail.
PHSS_16147:
1) Buffer overflow in dtmail.
2) Buffer overflow in rpc.ttdbserverd.
PHSS_15933:
1) Can not login to CDE when Dtstyle*PaletteDirectories
is set.
PHSS_14595:
1) permissions problem with dtappgather.
2) permissions problem with dtprintinfo.
PHSS_14002:
1) ER: wants dtpad to show results of a find in the middle
of the display.
2) dtmail: single character aliases do not work.
3) Dtmail has blank "Date and Time" field if TZ=GMT0.
4) dtmail changes GID of mailboxes to mail.
5) Dtspcdenv contains obsolete path element, "/bin".
6) dtcm core dumps on 10.20 for utf8 locale(s).
7) Action FPOnItemHelp not found in "On Item Help" on the
HELP subpanel.
8) 11.00 dthelptag inserts HP-ROMAN8 as charset for C
locale.
9) dtstyle aborts when "color" window is cancelled.
10) SR 653169334 says doc. incomplete, but patch has no man
page updates.
11) dtfile is unable to copy READ-ONLY
filesystems/directories.
PHSS_13724:
1) Re-release of 'dtappgather'
PHSS_13403:
1) buffer overrun in dtaction.
2) permissions problem with dtappgather.
3) permissions problem with dtsearchpath.
4) Memory leak in dtlogin.
5) Race condition with xdm.
6) Buffer overrun in dtlock.
PHSS_12587:
1) dthelpview hangs when LANG = ja_JP.ecuJP
2) dtpad server hangs after opening and closing several
times in ja_JP.SJIS
3) dr_dt print unnecessary warning regarding hpterm
4) dtcm dies when mailing reminders to more than one
address.
5) large calendar file,dtcm not being able to connect to
the daemon process.
6) rpc.ttdbserverd version mismatch caused by garbage
collection.
7) dthelpprint - &ohm does not show up when helpfile is
printed.
8) dthelp does not handle &sigspace correctly
9) default action for dtmail drop action can destroy
mailboxes.
10) dtfile: cntl+spacebar -> Object File Comp. - map page
says "spacebar".
11) cde screen lock and DCE (SR 5003380758 with higher
priority).
12) dtcm weekly hour grid is wrong in printed output.
13) Appointments in week view grid sometimes disappear.
14) dtaction (PHSS_12138) dumps core when no action is
found.
PHSS_12536:
1) cde action doesn't terminate processes well
PHSS_12449:
1) Non-C locales have problems integrating multiple
dtwm.fp's (frontpanels)
PHSS_12294:
1) CDE does not log bad login attempts to /var/adm/btmp.
PHSS_12138:
1) Fix condition whereby a string copy of an environment
variable can overflow the stack buffer causing various
applications to core dump.
2) dtwm may hang at reading $HOME/.dt/types/dt.dt under
LANG=ja_JP.eucJP
3) CDE does not log bad login attempts to /var/adm/btmp.
PHSS_11913:
1) CDE does not report number of failed logins.
2) The audit records written by system commends are not
being written to the audit logs.
PHSS_11348:
1) 10.20 - passwd set so only root can change -> can't
login using CDE.
PHSS_11147:
1) CDE appmanager, "The folder specification .. does not
exist"
2) CDE; dtksh; cannot trap SIGHUP, SIGINT signals when
using XtMainLoop.
3) Dtgreet hangs trying to display to xterminal without
CDE fonts.
4) CDE screen locker doesn't use DCE authentication to
unlock the screen
5) dtsearchpath:10.20: intermittent core dumps
6) CDE:trusted system:screen lock:display hangs after 3
unsucc.tries2unlock
7) CDE:Trusted system:root can't unlock screen lock
8) cde:trusted system:screenlock: unlock by root seen as
unsuccessful try
9) Possibility of disabling user accounts on trusted
system by screen lock
10) dtmail die when a mail message with an attachment is
dropped to dtpad
11) dtmail receipt of certain elm messages can corrupt
mailbox
12) CDE Helpviewer hangs on help volume for C++.
13) dtfile doesn't handle well directories with suid bit
set
14) dtstyle does not know how to correctly handle merged
input devices
15) core dump as soon as help/contents asked to xsnapadmin,
or start
16) HP CDE/VUE (newer version) adding 'newline' after
!!emphasized!! text.
17) dthelpprint: Cannot print "Current and Subtopics."
18) CDE /usr/dt/config/Xsession.d/0030.dttmpdir causes
error after patch
PHSS_10995:
1) With large $PATH configurations, dtsearchpath may hang
and/or dump core.
PHSS_10876:
1) Dtgreet hangs trying to display to xterminal without CDE
fonts.
2) cde:trusted system:screenlock: unlock by root seen as
unsuccessful try
3) CDE:Trusted system:root can't unlock screen lock
4) Possibility of disabling user accounts on trusted
system by screen lock
5) CDE screen locker doesn't use DCE authentication to
unlock the screen
6) CDE builtin screen lock may fail to display the password
prompt.
PHSS_10875:
1) CDE builtin screen lock may fail to display the password
prompt
PHSS_9803:
1) Duplicate symbol names in libDtSvc cause conflicts.
2) CDE Screen Lock problem with PAM enabled.
3) The Abbrev shows up in an xref.
4) dthelp parser checkdefault routine has logic flaws.
5) dthelptag errors in sdl file when no source errors
exist.
6) <term> doesn't allow splitting across line ending in
indented text.
7) dthelptag puts empty <entry> in index list.
8) link for xref in ex put in incorrect location..
9) Index does not redisplay topic after choosing a second
different topic.
10) dthelpview can't view a help volume index when one is
empty.
11) dthelpview -man doesn't manage the text widget
correctly if resize. ViewW.
12) Dthelpprint uses obsolete option.
13) When -subTopics used, dthelpprint does not print the
sub topics.
14) Audit trail in CDE on trusted systems doesn't work
correctly.
15) dtpad hangs with large cad binary file.
16) Account with large uid cannot perform drag and drop,
actions.
17) dtfile hangs in ja_JP.SJIS locale when attempting to
edit filenames.
18) CDE/dtmail cannot paste into the To, From, Subject,
Bcc, Cc lines.
PHSS_9627:
1) It is possible to bypass proper authentication
2) Screen lock with integrated login fails at 10.20
on second unlock
3) CDE Screen Lock problem with PAM
PHSS_8667:
1) dthelpprint quits with memory fault in
fr_FR.sio88591 locale.
2) dtwm aborts when using lrom under certain conditions
3) dtwm aborts when deleting action from subpanel that
is also on front panel.
4) dtmail doesn't read MPower attachments correctly.
Dragging multiple messages from one mailbox to another
doesn't work.
5) dtmail will randomly abort when performing drag and
drop.
6) Document saved w/ all mime encoding intact in dtmail
if saved as text.
7) Dtmail locks the mail file - this can hang dtmail.
8) dtmail needs transition link: /usr/lib/sendmail ->
/usr/sbin/sendmail.
9) ttsession -p can fail to print data returned from
child.
10) ttsession hangs on pmap_getport() call.
11) libDtHelp uses the Default Visual and Default Root
window to set up GC's and the visual information.
PHSS_7726:
1) Resources appKeypadDefault & appCursorDefault have no
affect on dtterm.
2) In EUC-2byte codesets, it takes 2 backspaces to erase 1
multi-byte character.
3) Missing or duplicate mnemonics in French & German
locales.
PHSS_7724:
1) Missing multiple group info in id(1) command.
2) xdmMode does not work for CDE.
3) Default 2-user license doesn't count logins as it did
in Vue.
4) CDE is vulnerable to denial of service attacks.
Defect Description:
PHSS_25786:
1. problem with dtspcd
Resolution:
Buffer overflow problem is resolved by
correcting the data size limit check.
PHSS_25192:
1. kana_ME character cannot be entered into a CDE
workspace title.
Resolution:
kana_ME character can be entered into a CDE
workspace title.
2. dtstyle cannot set screen blanking > 30 min
for non-HP Xservers.
Resolution:
Any change in the screen blanking time
would be retained.
3. File Manager Error: Folder specification
does not exist.
Resolution:
dtfile comes up with $HOME directory,
even when the ENV script contains some
output statements.
4. Multi-file move fails, when the number
of selected files is large ( greater
than 60).
Resolution:
Multi-file move will be successful and
all the selected files will be moved
to the destination folder.
5. dtmail beep notification only beeps
once when number of beeps is set to 10.
Resolution:
dtmail beeps for the number of times
set by the Mail Options, when the new mail
arrives.
6. syslog.log contains a lot of Authentication
failures while unlocking the display.
Resolution:
The pam authenticate failure status
logged into syslog.log is restricted
to a single message for failure and
nothing for success.
7. dtmail's date and time are missing if the subject is
long in gb.
Resolution:
dtmail's date and time are correctly displayed
in the locale gb18030 and there are no garbage
characters in the subject in the multi-byte locales,
if the subject is long.
8. Display flashes under specific conditions.
Resolution:
The following are implemented to warn the
user about this defect -
1. Documented this limitation in the manpages of
dtsession and dtstyle.
2. Since the problem is reproducible with default
value itself, changed the default values.
3. If the user is setting the value of start saver
time through dtstyle and if it is less than
lock time, a warning dialog message is popped
up to inform the user about this problem.
4. If the user is setting these values through
resource files, the warning message is logged
into "$HOME/.dt/errorlog".
9. dtlogin memory leak
Resolution:
Removed memory leaks to make dtlogin
process size stable when dtgreet is
killed repeatedly and in case of
resetting the login screen.
10.Problem with dtaction.
Resolution:
The following are implemented to warn
the user about this -
1. Documented this limitation in the
manpages of dtaction.
2. Restricted the user from passing a
file name containing more than 255
characters as an argument to dtaction.
3. If ABSOLUTE FILE PATH exceeds 1023
characters, then we are exiting the
program after showing the error message.
PHSS_25137:
1. Problem with rpc.ttdbserverd.
Resolution:
Buffer overflow is checked in
rpc.ttdbserverd.
PHSS_23798:
1. dtmail gets segmentation fault and core dump
when loading mail files.
Resolution:
dtmail is corrected to handle mail files having
"=?" string at the end of the header field.
2. TT_AUTHFILE_ENTRY_MISSING error not reported
correctly.
Resolution:
Proper error message "TT_AUTHFILE_ENTRY_MISSING"
is logged into syslog file, if TT_AUTHFILE is missing.
3. libtt.1 seems to have unresolved external
references.
Resolution:
libtt.1 does not have any unresolved external
references.
4. When ttsession fails bind(), portmap goes cpu-bound.
Resolution:
In case of non-availability of port, ttsession would
log an error message in /var/adm/syslog/syslog.log file,
informing that no port is available.
5. dtcm dumps core trying to open an event
w/dist. list > 100 chars.
Resolution:
The user will be able to enter maximum of 200 characters
in 'Mail To' field, when Appointment List or Todo List
is selected.
6. dtconfig -reset does not appear to work correctly.
Resolution:
X will run without "-auth" option when the authorization
is disabled, hence dtconfig -reset works correctly.
7. dtmail will not use mailcap files.
Resolution:
Man page for dtmail has been changed appropriately to
document the information.
PHSS_23796:
1. dtfile consumes cpu/memory when it tries to
open a folder of large size.
Resolution:
dtfile will not consume cpu/memory when it opens
folders of any size.
PHSS_23516:
1. Problem in dtlogin.
Resolution:
The file which is linked to $HOME/.dt/paminfo_<disp>
won't get overwritten if the user doesn't have the
necessary permissions.
2. Another problem in rpc.cmsd.
Resolution:
Buffer overflow is checked in rpc.cmsd.
3. Problem in dtprintinfo.
Resolution:
Buffer overflow is prevented in libDtHelp to
avoid core dump.
PHSS_22339:
1. dthello program can't handle some fonts in
/usr/lib/X11/fonts/misc.
Resolution:
Fix has been provided to enable dthello run with default
font if the char set does not support the given font.
2. CDE: dtsession logs pam info to syslog after CDE
patch installed.
Resolution:
The unnecessary logging of success status of PAM, into
the syslog is prevented.
3. Dtterm -tm to disable a tty setting does not work.
Resolution:
Proper validation has been added so that the -tm option
in dtterm gives proper results for invalid entries.
4. Invalid host in Xaccess prevents following hosts from
connecting.
Resolution:
dtlogin is corrected so that valid hosts following the
invalid one can also connect to the server.
5. dtsession failed to lock the screen while pull-down
menu is up.
Resolution:
dtsession is modified such that it will lock the screen
when the pull-down/pop-up menu is up and the timeout is
allowed.
6. Core dump selecting text from display of CDE help files.
Resolution:
Fix was done to make dthelpview function properly when
text is selected from display and scrolled down vertically.
7. Rename functionality does not work in the CDE File
manager.
Resolution:
dtfile is modified such that renaming will work within
the same folder.
8. dtsession cores when screen is unlocked after timeout
lock with popup.
Resolution:
dtsession is modified such that it doesn't dump core when
screen is unlocked after timeout lock with popup.
9. dtfile fails on NFS mounted file with no read
permissions.
Resolution:
Fix has been made so that dtfile will display a NFS mounted
file with no read permissions.
10. dtfile fails to handle Netscape e-mail attachments
correctly.
Resolution:
This fix will avoid core dump in dtfile if a netscape
attachment is dropped on it.
11. dtaction -user <account_name> problem.
Resolution:
dtaction -user <account_name> problem has been resolved
if the system is converted to a trusted system.
12. Man page information is insufficient in dtterm
savelines option.
Resolution:
The man page for dtterm was updated to reflect the
maximum number of lines that can be saved using the
-sl option.
13. The "Delete" option should be disabled, if we
have single workspace.
Resolution:
dtwm has been fixed to disable the delete option if
there is only one workspace.
14. filemanager does not sort alphabetically by case.
Resolution:
Fix has been made to allow dtfile sort files in
alphabetical order as 'ls' command in UNIX.
15. Bad human factors in dtlogin passwd expiration
code.
Resolution:
This fix will make the hpterm to occupy the entire
screen and enable the user to enter the password
without moving the cursor.
16. File Manager experiences strange behaviour.
Resolution:
dtfile will behave as expected and allow the
user to create a new file or folder.
17. "The "ASCII Convert" function not working
in dtcalc".
Resolution:
"ASCII Convert" functionality works for multibyte
locales and displays an error message if non-ASCII
char is used as input.
18. CDE print manager does not display standard
input jobs.
Resolution:
The Print manager has been modified to display
icons for print jobs given from standard input.
19. Problem in dtlogin.
Resolution:
Buffer overflow in dtlogin has been resolved.
20. dtfile - does not restore desktop icons
under certain conditions.
Resolution:
The dtfile-Icons are restored by setting the
proper Display value during the Desktop
Initialization.
21. PHSS_20860 does not cleanup PHSS_17566
or PHSS_17268.
Resolution:
Code has been added in the postinstall script
to fix this defect.
PHSS_22319:
1. dtterm problem.
Resolution:
Error checking has been introduced to check the
dtterm problem with the -tn option.
2. dtterm cannot handle more than 32k saveLines.
Resolution:
Fix has been made to handle dtterm savelines
option properly.
PHSS_20860:
1. dtcm_insert does not recognize command line
options like "today".
Resolution:
Fix was made in dtcm_insert to support command line
options like "today","tomorrow" correctly.
2. Users defined formats in mail reminders of dtcm
appointments are incorrectly displayed.
Resolution:
Users can choose desired format in mail reminders
of dtcm appointments.
3. dtpad file open dialog box will not show
hidden files.
Resolution:
Documentation is added to text editor man page to
view hidden files and folders in file open dialog
boxes.
4. dtfile: Cannot search contents from hidden files.
Resolution:
The fix is made in File Manager and user would be
able to search pattern in hidden files and folders
also.
5. dtmail edit label in menu bar get wrong
Japanese character by libc patch PHCO_19181.
Resolution:
The fix is made to correct the appearance of wrong
japanese character in Edit string of dtmail after
installing libc patch PHCO_19181.
6. dtwm has problems with initial placement of
icons on the desktop.
Resolution:
The icon place resource of dtwm was properly
initialized to place 0, so that it will follow
the Dtwm*iconplacement resource. Icons will be
placed properly in root window after the fix.
7. Setting home directory for a specific user
may not be appropriate.
Resolution:
After the fix, dtlogin will not add the home directory
in searchpath for a specific user which causes
performance problems.
8. ER: wants dialog to confirm WorkSpace delete
operation.
Resolution:
Fix provides a confirmation dialog popup while
deleting a workspace.
9. ER: dtlogin: Display location of logfile
if Xserver cannot be started.
Resolution:
dtlogin message catalog has been modified
to give the location of logfile if Xserver
cannot be started after the fix.
10. Trusted system: dtconfig -e doesn't work.
Resolution:
The extra space has been removed before
#if directive in dtconfig file to handle the "-e"
option correctly in a trusted system.
11. using sleep(1) decreased dtlogin performance.
Resolution:
Fix made removes the sleep command in
dtlogin which causes performance degradation.
12. Sometime "Open"/"Print" are not shown on
menu on attachment.
Resolution:
CDE Mailer would display menu items "Open" and
"Print" always, when selecting an attachment of mail
on dtmail and clicking right mouse button on it.
13. dtmail does not create ~/sent.mail.
Resolution:
CDE Mailer would log sent messages to $HOME/sent.mail
if the filename field in "Message Filing" options is
blank or set to default(~/sent.mail).
14. dtmail - when multiple attachments added,
delete one will delete everyone.
Resolution:
CDE Mailer would delete only the selected attachment
at the time of composing a new message and not all
the attachments.
15. dtcm_lookup with options -d and -v is not
always correct.
Resolution:
dtcm_lookup would be displaying appointments
correctly when -d and -v options are used.
16. dtmail does not recognize keyword 'discard'.
Resolution:
Fix was made in CDE Mailer to recognize
command 'discard' used in $HOME/.mailrc file.
17. Xserver with "-audit 2" option: entries in
Xerrors use wrong timezone
Resolution:
Fix was made so that Xserver when run with
"-audit 2 " option logs entries in Xerrors with
correct timezone and date .
18. VUE/CDE - double-clicking during logout can
destroy current session.
Resolution:
Fix was made in CDE Session Manager and user would
be able to save CDE session during CDE logout.
19. Dtterm writes incorrect information in /etc/utmp,
hence "who -u" returns incorrect information.
Resolution:
Fix has been made in dtterm to write correct information
in /etc/utmp."who -u" returns correct values after the fix.
20. When page numbering is enabled, dtlp produces
incorrect output.
Resolution:
This fix would remove the formatting errors which
occur while printing using dtlp with page numbering
option enabled.
21. CDE Xconfig cannot specify host specific
resource file.
Resolution:
Dtlogin resources specified through host specific
Xconfig file will be properly set after the fix.
22. JAGaa40160 has side effects on icons using
default iconPixmap.
Resolution:
Default icon image is shown for the applications
when there is no user specified image for its
iconpixmap.
23. dtpad man page is out of date.
Resolution:
Text Editor man page was updated with additional
information.
24. dtstyle incorrectly sets enableBtn1Transfer.
Resolution:
dtstyle was changed so that enableBtn1Transfer
resource is set to True/False and not a incorrect
value like button2_transfer.
25. Customer requesting dtpad add a line feed when
a file is saved.
Resolution:
The line feed("\n") is added at the end of dtpad
text file while saving.
26. Problem with dtspcd.
Resolution:
The problem in dtspcd is fixed.
27. dtlogin consumes CPU after it reaches ~2000
open pipes.
Resolution:
The fix is made so that dtlogin does not
consume CPU after reaching ~2000 open pipes.
28. WS delete confirmation should not come up,
if we have only one workspace.
Resolution:
dtwm is corrected so that it would not display
WS delete confirmation dialog, if single workspace
is present.
29. who -R shows improper hostname who logged
from hpterm, xterm, dtterm.
Resolution:
Fix was made so that "who -R" shows proper
hostname for users using dtterm, hpterm,xterm
when the hostname is greater than 16 chars.
30. dtwm "MONITOR_TYPE mail" control not honoring
"FILE_NAME".
Resolution:
Fix was made so that dtwm "MONITOR_TYPE mail"
control honors user defined file.
31. Improper handling of unsuccessful login
count for root.
Resolution:
Unsuccessful login count for root in trusted system
will be correct when incorrect password is entered
on a screen locked by any user after this fix.
32. dtcm doesn't malloc enough space for some
character strings (arpaPhrase)
Resolution:
Defect was fixed by adding 1 byte during malloc
to take care of the NULL character inserted.
33. ACE6: PHSS_18425 postinstall puts messages
in swagent.log file
Resolution:
Modified the code in the Postinstall script
so that the messages are not logged in "swagent.log"
file.
PHSS_20715:
1. "dtterm -iconic -e shellscript" sometimes
did not terminate.
Resolution:
The callback which terminates dtterm was
called synchronously.
PHSS_19747:
1. Problem with ttsession.
Resolution:
Problem in ttsession is fixed.
PHSS_19482:
1. dtfile popup menu messages corrupt in C locale.
Resolution:
The fix removes the nls messages that were appearing
in the /usr/dt/appconfig/types/C/dtfile.dt and eliminates
the appearance of corrupt messages in folder pop-up
menus of CDE file manager in C locale.
2. Problem in rpc.cmsd.
Resolution:
The fix increases the buffer size to avoid memory
overflows.
3. dtappgather ignores symbolic directory links.
Resolution:
dtappgather was modified so that all the links
referring to directories are also considered as
directories.
PHSS_18425:
1. dtlogin greeting obscured if more than four lines.
Resolution:
Resources have been changed to fix this defect.
2. CDE - trusted system does not give passwd expiration
notification.
Resolution:
The defect is fixed by writing the message on
dthello screen for password expiry notification on
trusted system.
3. Would like to add audible alert to CDE login for
incorrect logins.
Resolution:
Audible alert & slight delay before error dialog
comes up is provided.
4. "Deleted Messages" window has an English title
(in japanese locales).
Resolution:
The fix was made for a localization problem.
In Japanese locales, English messages were appearing
in "Deleted Messages" window of dtmail.The fix
was made to localize the message.
5. dtmail doesn't process attachments properly.
Resolution:
The fix was made to avoid the growth of attachment
actions in the Attachment pulldown menu when
switching between mails in the mailbox.
6. dtmail does not process attachment icons properly.
Resolution:
This fix is made to process the attachment icons
properly based upon the newly added Content-Disposition
field.
7. Cannot drag large messages from dtmail to dtfile.
Resolution:
The fix was made to enable drag and drop of
large mail messages between dtmail and file manager.
8. dtmail does not read "signature" setting from
.mailrc with "-c" option.
Resolution:
The fix was made in dtmail to read the signature and
add it in the compose window when -c option is used.
9. CDE: "Occupy Workspace" re-appeared as moving
around the workspaces.
Resolution:
The fix was made to ensure proper functionality of
"Occupy workspace" window.
10. DTWM leaks pixmap causing the Xserver memory to
grow.
Resolution:
The defect is fixed by freeing the icon pixmap of
a client when the client is withdrawn from the
workspace. This fix avoids memory leak in dtwm and
growth in Xserver memory size.
11. Dtwm is causing a pointer freeze when using
a system modal dialog.
Resolution:
The defect is fixed by checking if any menu is
posted when the system modal is active and unpost
it before preventing the events from being
dispatched to toolkit.
12. dtwm: problem with modal dialogs under
multi-screen configuration.
Resolution:
This defect is fixed by adding an entry to the
screen other than the one in which the system
modal dialog comes up above the old clients on
that screen. After this change lower windows
raise properly when focused in multi screen
configuration.
13. Deleting CDE style manager from front panel
causes dtwm to abort.
Resolution:
The defect is fixed by changing the initialization
of a function which frees the string of the control
element when it is deleted from the front panel.
14. Problems unlocking session when Dtsession*keys
is set.
Resolution:
Fix done to exit from loop when correct password
is given without checking for other users in the
Dtsession*keys resource.
15. dtcm print info dialog doesn't warn about
non-writable dirs.
Resolution:
This fix involves in providing an ERROR DIALOG for
non writable Directories.
16. dtcm reports wrong day when deleting an
appointment on a leap year.
Resolution:
The fix was done to make dtcm capable to delete
even the last appointment on leap days.
17. dtcm support in iso8859-15.
Resolution:
iso8859-15 locale name and date map are included
for dtcm.
18. dtcm and transition links.
Resolution:
The fix has been done so that sendmail from
/usr/sbin is used directly instead of the link
i.e., .usr/lib/sendmail.
19. Style Manager (beep)'s window width is too
narrow to show the title in Japanese.
Resolution:
This fix is provided by increasing the width of
"Beep" dialog box by 10 pixels to accommodate the
full title in Japanese.
20. Permissions problem in /usr/dt/bin/dtappgather.
Resolution:
This defect is fixed by preventing creation of
subdirectories.
21. dtpad file menu sensitivity problem.
Resolution:
This defect is fixed by disabling some of the
file menu items of dtpad when dtpad is invoked
with the -viewOnly option.
22. Can't display dtfile simultaneously on
2 screens in multiscreen display.
Resolution:
Added the capability to display dtfile on
multi-screen environment.
23. Problem with root PATH.
Resolution:
Root path has been fixed.
24. CDE's print manager doesn't show scheduled
printjobs for enabled printer.
Resolution:
Checks for listing of all the information has
been modified.
25. PHSS_17566 prepends iso8859-15 to fonts path.
Appending is better.
Resolution:
/etc/dt/config/XSetup file has been changed to
append the font path.
26. Problem in rpc.ttdbserver.
Resolution:
Included error handling to avoid killing of the
rpc.ttdbserver.
27. CDE - dtpad corrupts files without notice
if target filesystem is full.
Resolution:
Checked the return status of the write calls
to monitor the error condition.
28. dtpad fails to open large (>~30Mb) files.
Resolution:
Fix involves display of error dialog when large
files opened through dtpad under low memory
conditions.
29. Problem with dtspcd.
Resolution:
Error checking for limits has been added and
error dialogs are displayed when limits are
exceeded.
30. Buffer overflow in libdthelp.
Resolution:
Included checks for boundary validations in
Searchpath.
31. Core dump brining up index box with DtHelp.
Resolution:
Dthelp was corrected to avoid core dump while
bringing up index box with a particular Font set.
32. Permissions problem in /usr/dt/bin/dtterm.
Resolution:
The fix was made to set correct uid for temporary
files created.
33. Wants dtterm to have an option to flush the
log on each write.
Resolution:
The fix has been done to include the '-f' option
to flush the buffer on to the log file as and
when an entry is made on dtterm.
34. ER: rpc.ttdbserver to exclude systems in
'tt_dbexclude' config file.
Resolution:
Created capability for rpc.ttdbserver to exclude
systems from the ttdb list. This was done by
considering the list of hosts mentioned in
/etc/tt/ttdb_exclude as hosts that are not to
be contacted.
35. EuDelta: dtmail: incorrect MIME charset
tag for ISO-885915 charset.
Resolution:
The fix was made to correct the charset header
in dtmail for iso885915 locales.
36. dtlogin man page correct at "labelString"
description.
Resolution:
Source for the man page is modified to change the
character \n with \\n in the labelString description
so that the special character is displayed correctly.
37. dtcm_insert allows ending time without
starting time.
Resolution:
This defect is fixed by making current system time as
default starting time.
38. dtstyle(1) man page is a mess.
Resolution:
This fix is done by providing the missing man page
information.
39. dtcm_* man pages contain inconsistent information.
Resolution:
The man pages have been corrected.
40. Library Access problem in CDE.
Resolution:
Resolved by including localmacros to build cde.
41. dtcm month view does not display
iso-15 fonts.
Resolution:
The fix is in the app-defaults file in few
iso885915 locales. The applicationFontFamily
has been changed for the fix.
PHSS_17566:
1) Change sys.resources to provide new input device
functionality.
Resolution:
Changes were done in
/usr/dt/config/<eurolocale>/sys.resource
file provide support for USB mouse.
PHSS_17329:
1) Include iso_8859.15 related changes.
Resolution:
Introducing new files for euro related functionality.
PHSS_17268:
1) Unable to unlock screen when dtsession*keys resource
is set
PHSS_16966:
1) Memory leak in dtmail.
2) dtmail changes GID when using mailbox
other than /var/mail/ "user".
3) dtmail doesn't handle inline attachment correctly.
4) Problems with dtmail.
5) dtmail permissions problem number 1.
6) dtmail permissions problem number 2.
7) dtmail permission problem number 3.
8) Documentation of dtmail command line options.
9) PHSS_15795 dtmail uses non-standard encoding at
Subject under ja_JP.SJIS.
10) dtmail always saves settings in $HOME/.mailrc.
PHSS_15795:
1) dtpad: cannot disable sensitivity of file menu option.
2) CDE Trash Can is not emptied automatically at user
logout.
3) dtlogin fails to set primary gid.
4) Continuous unlock causes problem for CDE.
5) dtscreen implements usleep incorrectly
6) dtscreen cannot handle values for delay > 999999
7) dtlogin core dump with large Xterminal environments
8) dtlogin core dumps when trying to release memory.
9) CDE instability in Rocklin 9804 FB2
10) Help of resize icon in dticon's edit menu is incorrect.
11) Can't set a different system-wide default palette for
dtsession
12) dtmail does not handle MIME-compliant filenames
correctly
13) Xmdestroypixmap fails causing dtwm pixmap leaks
14) CDE dtaction doesn't expand %name% properly
15) "dtprintinfo - populate" will not work without
transition links
16) File manager dumps core when "New Folder" dialog is
reopened.
17) resources added to restrict functionality of
dtfile.
18) Fixed buffer overflow in DtSvc
19) "DtTermDisplaySend" function can not handle a string
greater than 1024 bytes
20) When uid is equal to zero,dtmail changes permissions on
/var/mail/<user>
21) dtmail changes gid when /var/mail/username is a
symbolic link
22) dtprintinfo aborts reporting jobs with more than
one file
23) enhancement for dtfile copy dialog.
24) Display does not auto lock when screen saver is blank
and exit dialog is displayed.
25) Xauth filename forces Xterminal hostname to be
unique for first 5 char's
26) /var/dt auth filenames don't differ enough
27) dtmail log ($HOME/sent.mail) not in expected encoding
28) dtmail has problems with blanks in additional
header fields.
29) dtmailpr can not print messages sent from ccmail
30) dtmail attachment name is corrupted in multibyte UTF-8
locales.
31) dtmail aborts when the "To:" field contains extended
characters
32) DCE and DFS will lead dtmail to change gid of user's
mail file
33) binary files sent as " quoted - printable " lose data
in dtmail
34) dtwm does not handle clients with shape extension
enabled in front panel
35) Problem removing directories when transient links are
removed in dtfile.
36) dthelpview cannot display utf8 characters correctly.
37) Resources for customization of dtfile.
38) CDE dtmailpr memory faults when subject line is more
than 2000 chars
39) dtmail aborts when attempting to view attachment
after deleting previous message.
40) dtmail to display the hourglass cursor when
attaching a file
PHSS_16362:
1) Buffer overflow in dtmail.
PHSS_16147:
1) Buffer overflow in dtmail.
2) Buffer overflow in rpc.ttdbserverd.
PHSS_15933:
1) Can not login to CDE when Dtstyle*PaletteDirectories
is set.
PHSS_14595:
1) permissions problem with dtappgather.
2) permissions problem with dtprintinfo.
PHSS_14002:
1) ER: wants dtpad to show results of a find in the middle
of the display.
2) dtmail: single character aliases do not work.
3) Dtmail has blank "Date and Time" field if TZ=GMT0.
4) dtmail changes GID of mailboxes to mail.
5) Dtspcdenv contains obsolete path element, "/bin".
6) dtcm core dumps on 10.20 for utf8 locale(s).
7) Action FPOnItemHelp not found in "On Item Help" on the
HELP subpanel.
8) 11.00 dthelptag inserts HP-ROMAN8 as charset for C
locale.
9) dtstyle aborts when "color" window is cancelled.
10) SR 653169334 says doc. incomplete, but patch has no man
page updates.
11) dtfile is unable to copy READ-ONLY
filesystems/directories.
PHSS_13724:
1) Re-release of 'dtappgather'
PHSS_13403:
1) buffer overrun in dtaction.
2) permissions problem with dtappgather.
3) permissions problem with dtsearchpath.
4) Memory leak in dtlogin.
5) Race condition with xdm.
6) Buffer overrun in dtlock.
PHSS_12587:
1) dthelpview hangs when LANG = ja_JP.ecuJP
2) dtpad server hangs after opening and closing several
times in ja_JP.SJIS
3) dr_dt print unnecessary warning regarding hpterm
4) dtcm dies when mailing reminders to more than one
address.
5) large calendar file,dtcm not being able to connect to
the daemon process.
6) rpc.ttdbserverd version mismatch caused by garbage
collection.
7) dthelpprint - &ohm does not show up when helpfile is
printed.
8) dthelp does not handle &sigspace correctly
9) default action for dtmail drop action can destroy
mailboxes.
10) dtfile: cntl+spacebar -> Object File Comp. - map page
says "spacebar".
11) cde screen lock and DCE (SR 5003380758 with higher
priority).
12) dtcm weekly hour grid is wrong in printed output.
13) Appointments in week view grid sometimes disappear.
14) dtaction (PHSS_12138) dumps core when no action is
found.
PHSS_12536:
1) cde action doesn't terminate processes well
PHSS_12449:
1) Non-C locales have problems integrating multiple
dtwm.fp's (frontpanels)
PHSS_12294:
1) CDE does not log bad login attempts to /var/adm/btmp.
PHSS_12138:
1) Fix condition whereby a string copy of an environment
variable can overflow the stack buffer causing various
applications to core dump.
2) dtwm may hang at reading $HOME/.dt/types/dt.dt under
LANG=ja_JP.eucJP
3) CDE does not log bad login attempts to /var/adm/btmp.
PHSS_11913:
1) CDE does not report number of failed logins.
2) The audit records written by system commends are not
being written to the audit logs.
PHSS_11348:
1) 10.20 - passwd set so only root can change -> can't
login using CDE.
PHSS_11147:
1) CDE appmanager, "The folder specification .. does not
exist"
2) CDE; dtksh; cannot trap SIGHUP, SIGINT signals when
using XtMainLoop.
3) Dtgreet hangs trying to display to xterminal without
CDE fonts.
4) CDE screen locker doesn't use DCE authentication to
unlock the screen
5) dtsearchpath:10.20: intermittent core dumps
6) CDE:trusted system:screen lock:display hangs after 3
unsucc.tries2unlock
7) CDE:Trusted system:root can't unlock screen lock
8) cde:trusted system:screenlock: unlock by root seen as
unsuccessful try
9) Possibility of disabling user accounts on trusted
system by screen lock
10) dtmail die when a mail message with an attachment is
dropped to dtpad
11) dtmail receipt of certain elm messages can corrupt
mailbox
12) CDE Helpviewer hangs on help volume for C++.
13) dtfile doesn't handle well directories with suid bit
set
14) dtstyle does not know how to correctly handle merged
input devices
15) core dump as soon as help/contents asked to xsnapadmin,
or start
16) HP CDE/VUE (newer version) adding 'newline' after
!!emphasized!! text.
17) dthelpprint: Cannot print "Current and Subtopics."
18) CDE /usr/dt/config/Xsession.d/0030.dttmpdir causes
error after patch
PHSS_10995:
1) With large $PATH configurations, dtsearchpath may hang
and/or dump core.
PHSS_10876:
1) Dtgreet hangs trying to display to xterminal without CDE
fonts.
2) cde:trusted system:screenlock: unlock by root seen as
unsuccessful try
3) CDE:Trusted system:root can't unlock screen lock
4) Possibility of disabling user accounts on trusted
system by screen lock
5) CDE screen locker doesn't use DCE authentication to
unlock the screen
6) CDE builtin screen lock may fail to display the password
prompt.
PHSS_10875:
1) CDE builtin screen lock may fail to display the password
prompt
PHSS_9803:
1) Duplicate symbol names in libDtSvc cause conflicts.
2) CDE Screen Lock problem with PAM enabled.
3) The Abbrev shows up in an xref.
4) dthelp parser checkdefault routine has logic flaws.
5) dthelptag errors in sdl file when no source errors
exist.
6) <term> doesn't allow splitting across line ending in
indented text.
7) dthelptag puts empty <entry> in index list.
8) link for xref in ex put in incorrect location..
9) Index does not redisplay topic after choosing a second
different topic.
10) dthelpview can't view a help volume index when one is
empty.
11) dthelpview -man doesn't manage the text widget
correctly if resize. ViewW.
12) Dthelpprint uses obsolete option.
13) When -subTopics used, dthelpprint does not print the
sub topics.
14) Audit trail in CDE on trusted systems doesn't work
correctly.
15) dtpad hangs with large cad binary file.
16) Account with large uid cannot perform drag and drop,
actions.
17) dtfile hangs in ja_JP.SJIS locale when attempting to
edit filenames.
18) CDE/dtmail cannot paste into the To, From, Subject,
Bcc, Cc lines.
PHSS_9627:
1) It is possible to bypass proper authentication
2) Screen lock with integrated login fails at 10.20
on second unlock
3) CDE Screen Lock problem with PAM
PHSS_8667:
1) dthelpprint quits with memory fault in
fr_FR.sio88591 locale.
2) dtwm aborts when using lrom under certain conditions
3) dtwm aborts when deleting action from subpanel that
is also on front panel.
4) dtmail doesn't read MPower attachments correctly.
Dragging multiple messages from one mailbox to another
doesn't work.
5) dtmail will randomly abort when performing drag and
drop.
6) Document saved w/ all mime encoding intact in dtmail
if saved as text.
7) Dtmail locks the mail file - this can hang dtmail.
8) dtmail needs transition link: /usr/lib/sendmail ->
/usr/sbin/sendmail.
9) ttsession -p can fail to print data returned from
child.
10) ttsession hangs on pmap_getport() call.
11) libDtHelp uses the Default Visual and Default Root
window to set up GC's and the visual information.
PHSS_7726:
1) Resources appKeypadDefault & appCursorDefault have no
affect on dtterm.
2) In EUC-2byte codesets, it takes 2 backspaces to erase 1
multi-byte character.
3) Missing or duplicate mnemonics in French & German
locales.
PHSS_7724:
1) Missing multiple group info in id(1) command.
2) xdmMode does not work for CDE.
3) Default 2-user license doesn't count logins as it did
in Vue.
4) CDE is vulnerable to denial of service attacks.
SR:
8606225329 8606181140 8606209802 8606165413 8606214133
8606174669 8606218325 8606216081 8606209537 8606218570
8606221993 8606215512 8606135246 8606144170 8606156317
8606159144 8606159340 8606163670 8606175105 8606178908
8606180620 8606177477 8606183236 5003335455 5003429910
5003462663 1653304758 5003468157 8606108885 8606124659
8606125672 8606126450 8606127270 8606129254 8606129455
8606133511 8606135713 8606136673 8606139748 8606139749
8606141262 8606145265 8606103659 8606136639 8606155712
8606125281 1653299594 5003346098 8606108176 1653283838
5003460428 5003462010 8606103063 8606103662 5003448555
5003455022 5003461418 1653213488 1653233130 5003462903
5003448829 8606108456 5003466318 8606104358 8606109149
8606127648 8606102998 8606113630 8606126558 8606123932
8606102447 8606102457 5003429449 5003428680 5003456095
5003437418 5003437426 5003440248 5003435594 5003452920
5003433433 1653283630 1653298117 5003453951 5003440891
5003366054 5003433904 5003379826 4701401224 5003429902
4701421503 1653290247 5003453845 4701409813 5003432401
5003360545 4701421487 4701410621 5003459487 5003440891
1653274985 5003436568 5003434944 4701408708 1653202879
1653208140 5003407882 5003412619 5003376574 1653256040
5003345181 5003408922 1653254227 5003405803 5003417055
5003414920 1653248526 1653261115 1653256354 5003420265
5003421032 1653268516 1653260554 1653245977 1653241109
1653248286 5003372490 1653253179 1653243543 5003416529
5003399220 1653258103 5003375931 5003356949 5003423152
5003411843 5003418145 5003422980 1653252510 5003413831
4701398297 4701398529 5003426635 4701386417 4701386425
4701386433 5003386656 1653244939 5003402016 1653239194
5003401075 1653236364 5003312785 1653169334 5003314740
4701327726 5003323287 5003307769 5003321679 5003321943
1653181099 5003334722 5003341420 5003342196 1653192187
5003342246 5003352997 5003354209 5003345124 1653161489
4701338103 4701343012 1653199927 1653205468 4701350314
5003349738 5003352930 5003354811 5003356279 5003356287
5003356295 5003356303 5003357632 5003358358 5003362095
5003364083 5003369694 5003345140 5003339812 5003352989
1653211110 4701364158 5003384859 1653209429 1653210344
5003384859 5003379875 5003384412 5003363739 5003370296
4701369611 4701369629 5003390484 5003384149 5003392720
1653227199 4701373860 5003394981 5003393801 4701376855
Patch Files:
/usr/dt/lib/nls/msg/C/dtstyle.cat
/usr/dt/lib/nls/msg/C/dtsession.cat
/usr/dt/share/man/man1/dtsession.1
/usr/dt/share/man/man1/dtaction.1
/usr/dt/lib/nls/msg/C/dtact.cat
/usr/dt/bin/dtchooser
/usr/dt/bin/dtconfig
/usr/dt/bin/dtlp
/usr/dt/lib/nls/msg/C/dtlogin.cat
/usr/dt/share/man/man1/dtpad.1
/usr/dt/bin/ttauth
/usr/dt/lib/nls/msg/C/DtMail.cat
/usr/dt/share/man/man1/dtcm_insert.1
/usr/dt/share/man/man1/dtstyle.1
/usr/dt/share/man/man1/dtcm.1
/usr/dt/share/man/man1/dtcm_editor.1
/usr/dt/appconfig/types/C/dtfile.dt
/usr/dt/share/man/man1/dtmail.1
/usr/contrib/bin/tttrace
/usr/dt/bin/tttar
/usr/dt/bin/ttdbck
/usr/dt/lib/libtt.1
/usr/dt/bin/tt_type_comp
/usr/dt/share/man/man1/dtwm.1
/usr/dt/bin/dtscreen
/usr/dt/bin/dtcm_admin
/usr/dt/bin/dtcm_editor
/usr/dt/bin/dtcm_delete
/usr/dt/bin/dtcm_insert
/usr/dt/bin/dtcm_lookup
/usr/dt/config/svc/HP-UX.lcx
/usr/dt/share/man/man1/dtlogin.1
/usr/dt/config/dtspcdenv
/usr/contrib/bin/X11/dr_dt
/usr/dt/appconfig/types/C/dtmail.dt
/usr/dt/bin/dtaction
/usr/dt/bin/dtappgather
/usr/dt/bin/dtcalc
/usr/dt/bin/dtcm
/usr/dt/bin/rpc.cmsd
/usr/dt/bin/dtexec
/usr/dt/bin/dtfile
/usr/dt/bin/dtfile_copy
/usr/dt/bin/dtfplist
/usr/dt/bin/dtgreet
/usr/dt/bin/dthelpgen
/usr/dt/bin/dthelpprint
/usr/dt/bin/dthelptag
/usr/dt/bin/dthelp_htag2
/usr/dt/bin/dthelp_htag1
/usr/dt/bin/dthelp_ctag1
/usr/dt/bin/dticon
/usr/dt/bin/dtksh
/usr/dt/bin/dtlogin
/usr/dt/bin/dtmail
/usr/dt/bin/dtmailpr
/usr/dt/bin/dtstyle
/usr/dt/bin/dtpad
/usr/dt/bin/dtprintinfo
/usr/dt/bin/dtsearchpath
/usr/dt/bin/dtsession
/usr/dt/bin/dtspcd
/usr/dt/bin/dtterm
/usr/dt/bin/dtwm
/usr/dt/bin/rpc.ttdbserver
/usr/dt/bin/ttsession
/usr/dt/bin/Xsession
/usr/dt/config/Xsession.d/0030.dttmpdir
/usr/dt/lib/libDtHelp.1
/usr/dt/lib/libDtSvc.1
/usr/dt/lib/libDtTerm.1
/usr/dt/lib/libDtWidget.1
/usr/dt/lib/nls/msg/fr_FR.iso88591/dtterm.cat
/usr/dt/lib/nls/msg/de_DE.iso88591/dtterm.cat
/usr/dt/share/man/man1/dtfile.1
/usr/dt/lib/nls/msg/C/dtfile.cat
/usr/lib/security/libpam_unix.1
/usr/dt/config/C.iso885915/Xresources
/usr/dt/config/C.iso885915/dtfile.config
/usr/dt/config/C.iso885915/sys.dtwmrc
/usr/dt/config/C.iso885915/sys.font
/usr/dt/config/C.iso885915/sys.resources
/usr/dt/config/C/sys.resources
/usr/dt/config/C.iso885915/sys.session
/usr/dt/app-defaults/C.iso885915/Dtterm
/usr/dt/app-defaults/C.iso885915/Dtksh
/usr/dt/app-defaults/C.iso885915/Dt
/usr/dt/app-defaults/C.iso885915/Dtcalc
/usr/dt/app-defaults/C.iso885915/Dtcm
/usr/dt/app-defaults/C.iso885915/Dtcreate
/usr/dt/app-defaults/C.iso885915/Dtfile
/usr/dt/app-defaults/C.iso885915/Dthello
/usr/dt/app-defaults/C.iso885915/Dthelpprint
/usr/dt/app-defaults/C.iso885915/Dthelpview
/usr/dt/app-defaults/C.iso885915/Dticon
/usr/dt/app-defaults/C.iso885915/Dtlp
/usr/dt/app-defaults/C.iso885915/Dtmail
/usr/dt/app-defaults/C.iso885915/Dtpad
/usr/dt/app-defaults/C.iso885915/Dtprintinfo
/usr/dt/app-defaults/C.iso885915/Dtscreen
/usr/dt/app-defaults/C.iso885915/Dtsession
/usr/dt/app-defaults/C.iso885915/Dtstyle
/usr/dt/app-defaults/C.iso885915/Dtwm
/usr/dt/app-defaults/fr_FR.iso885915/Dtterm
/usr/dt/app-defaults/de_DE.iso885915/Dtterm
/usr/dt/app-defaults/es_ES.iso885915/Dtterm
/usr/dt/app-defaults/it_IT.iso885915/Dtterm
/usr/dt/app-defaults/sv_SE.iso885915/Dtterm
/usr/dt/config/Xsetup
/usr/dt/bin/dthello
/usr/dt/share/man/man1/dtterm.1
what(1) Output:
/usr/contrib/bin/X11/dr_dt:
**UNSUPPORTED** $Revision: 1.2 $
/usr/contrib/bin/tttrace:
X Window System, Version 11 R6+ HP-UX B.10.20.00 Sep
1998 Patch Release
(build date: Mon Sep 14 08:28:44 MDT 1998)
tttrace: $Revision: 1.1 $
/usr/dt/bin/dtlogin:
X Window System, Version 11 R6+ HP-UX B.10.20.00 Oct
ober 2001 Patch Release
(build date: Thu Sep 27 16:51:40 IST 2001)
dtlogin: $Revision: 1.16 $
/usr/dt/bin/Xsession:
None
/usr/dt/bin/dtappgather:
X Window System, Version 11 R6+ HP-UX B.10.20.00 Jun
e 1999 Patch Release
(build date: Mon Aug 9 12:41:30 IST 1999)
dtappgather: $Revision: 1.1 $
/usr/dt/bin/dthelpprint:
X Window System, Version 11 R6+ HP-UX B.10.20.00 Nov
1997 Patch Release
(build date: Thu Sep 18 17:08:06 PDT 1997)
dthelpprint: $Revision: 1.3 $
/usr/dt/bin/dtmail:
X Window System, Version 11 R6+ HP-UX B.10.20.00 Oct
ober 2001 Patch Release
(build date: Tue Sep 11 17:11:55 IST 2001)
dtmail: $Revision: 1.3 $
/usr/dt/bin/dtwm:
X Window System, Version 11 R6+ HP-UX B.10.20.00 Nov
ember 2000 Patch Release
(build date: Thu Sep 21 23:17:03 IST 2000)
dtwm: $Revision: 1.11 $
/usr/dt/bin/ttsession:
X Window System, Version 11 R6+ HP-UX B.10.20.00 May
2001 Patch Release
(build date: Sat Apr 7 06:21:07 IST 2001)
ttsession: $Revision: 1.1 $
/usr/dt/bin/rpc.ttdbserver:
X Window System, Version 11 R6+ HP-UX B.10.20.00 Sep
tember 2001 Patch Release
(build date: Tue Sep 4 11:24:48 IST 2001)
rpc.ttdbserver: $Revision: 1.1 $
/usr/dt/bin/dtfile_copy:
X Window System, Version 11 R6+ HP-UX B.10.20.00 Mar
1998 Patch Release
(build date: Fri Jan 23 12:36:57 PST 1998)
dtfile_copy: $Revision: 1.2 $
/usr/dt/bin/dthelptag:
X Window System, Version 11 R6+ HP-UX B.10.20.00 Nov
1997 Patch Release
dthelptag: $Revision: 1.24 $
/usr/dt/bin/dthelp_htag2:
X Window System, Version 11 R6+ HP-UX B.10.20.00 Mar
1998 Patch Release
(build date: Fri Jan 23 11:47:06 PST 1998)
dthelp_htag2: $Revision: 1.1 $
/usr/dt/bin/dthelp_htag1:
X Window System, Version 11 R6+ HP-UX B.10.20.00 Mar
1998 Patch Release
(build date: Fri Jan 23 11:31:25 PST 1998)
dthelp_htag1: $Revision: 1.1 $
/usr/dt/bin/dthelp_ctag1:
X Window System, Version 11 R6+ HP-UX B.10.20.00 Nov
1997 Patch Release
(build date: Thu Sep 18 17:45:08 PDT 1997)
dthelp_ctag1: $Revision: 1.1 $
/usr/dt/bin/dtsession:
X Window System, Version 11 R6+ HP-UX B.10.20.00 Oct
ober 2001 Patch Release
(build date: Fri Sep 21 14:53:40 IST 2001)
dtsession: $Revision: 2.0 $
/usr/dt/bin/dtspcd:
X Window System, Version 11 R6+ HP-UX B.10.20.00 Dec
ember 2001 Patch Release
(build date: Thu Nov 22 14:17:05 IST 2001)
dtspcd: $Revision: 1.2 $
/usr/dt/bin/dtpad:
X Window System, Version 11 R6+ HP-UX B.10.20.00 Jun
e 1999 Patch Release
(build date: Mon May 10 13:13:09 MDT 1999)
dtpad: $Revision: 3.0 $
/usr/dt/bin/dtaction:
X Window System, Version 11 R6+ HP-UX B.10.20.00 Oct
ober 2001 Patch Release
(build date: Thu Oct 18 18:17:10 IST 2001)
dtaction: $Revision: 1.1 $
/usr/dt/bin/dtterm:
X Window System, Version 11 R6+ HP-UX B.10.20.00 Mar
ch 2000 Patch Release
(build date: Wed Feb 23 17:38:44 IST 2000)
dtterm: $Revision: 1.4 $
/usr/dt/bin/dtfile:
X Window System, Version 11 R6+ HP-UX B.10.20.00 Oct
ober 2001 Patch Release
(build date: Tue Sep 11 16:52:52 IST 2001)
dtfile: $Revision: 2.1 $
/usr/dt/bin/dtstyle:
X Window System, Version 11 R6+ HP-UX B.10.20.00 Oct
ober 2001 Patch Release
(build date: Fri Sep 21 15:01:01 IST 2001)
dtstyle: $Revision: 1.4 $
/usr/dt/bin/dticon:
X Window System, Version 11 R6+ HP-UX B.10.20.00 Sep
1998 Patch Release
(build date: Mon Sep 14 14:05:37 MDT 1998)
dticon: $Revision: 1.7 $
/usr/dt/bin/dtcalc:
X Window System, Version 11 R6+ HP-UX B.10.20.00 Nov
ember 2000 Patch Release
(build date: Fri Sep 22 00:32:59 IST 2000)
dtcalc: $Revision: 2.0 $
/usr/dt/bin/dtfplist:
X Window System, Version 11 R6+ HP-UX B.10.20.00 Jul
y 1997 Point Patch Release
(build date: Mon Sep 8 12:44:26 PDT 1997)
dtfplist: $Revision: 1.1 $
/usr/dt/bin/dtgreet:
X Window System, Version 11 R6+ HP-UX B.10.20.00 Oct
ober 2001 Patch Release
(build date: Thu Sep 27 16:52:07 IST 2001)
dtgreet: $Revision: 1.5 $
/usr/dt/bin/dtsearchpath:
X Window System, Version 11 R6+ HP-UX B.10.20.00 Nov
1997_A Patch Release
(build date: Tue Dec 9 19:33:36 PST 1997)
dtsearchpath: $Revision: 1.1 $
/usr/dt/bin/dtksh:
X Window System, Version 11 R6+ HP-UX B.10.20.00 Jul
y 1997 Patch Release
(build date: Fri May 30 10:24:32 PDT 1997)
Version 12/28/93
Version M-12/28/93
Version M-12/28/93d
dtksh: $Revision: 1.3 $
basename (AT&T Bell Laboratories) 03/01/94
cat (AT&T Bell Laboratories) 05/09/95
chmod (AT&T Bell Laboratories) 05/09/95
cmp (AT&T Bell Laboratories) 07/17/94
cut (AT&T Bell Laboratories) 04/01/93
dirname (AT&T Bell Laboratories) 07/17/92
getconf (AT&T Bell Laboratories) 05/09/95
head (AT&T Bell Laboratories) 04/01/92
logname (AT&T Bell Laboratories) 04/01/92
mkdir (AT&T Bell Laboratories) 02/14/95
uname (AT&T Bell Laboratories) 05/09/95
wc (AT&T Bell Laboratories) 08/11/94
ast (AT&T Bell Laboratories) 07/17/95
hash (AT&T Bell Laboratories) 05/09/95
getconf (AT&T Bell Laboratories) 07/17/95
sfio (AT&T Bell Laboratories) 05/09/95
/usr/dt/bin/dtprintinfo:
X Window System, Version 11 R6+ HP-UX B.10.20.00 Nov
ember 2000 Patch Release
(build date: Fri Sep 22 16:36:06 IST 2000)
dtprintinfo: $Revision: 1.1 $
/usr/dt/bin/dtexec:
X Window System, Version 11 R6+ HP-UX B.10.20.00 Jul
y 1997 Point Patch Release
(build date: Thu Sep 11 11:00:33 PDT 1997)
dtexec: $Revision: 1.4 $
/usr/dt/bin/dtcm:
X Window System, Version 11 R6+ HP-UX B.10.20.00 May
2001 Patch Release
(build date: Mon Apr 9 22:56:51 IST 2001)
dtcm: $Revision: 1.58 $
/usr/dt/bin/dthelpgen:
X Window System, Version 11 R6+ HP-UX B.10.20.00 Nov
1997 Patch Release
(build date: Thu Sep 18 16:13:08 PDT 1997)
dthelpgen: $Revision: 1.2 $
/usr/dt/bin/rpc.cmsd:
X Window System, Version 11 R6+ HP-UX B.10.20.00 Mar
ch 2001 Patch Release
(build date: Fri Mar 2 15:03:05 IST 2001)
rpc.cmsd: $Revision: 1.7 $
/usr/dt/bin/dtcm_admin:
X Window System, Version 11 R6+ HP-UX B.10.20.00 Mar
ch 2000 Patch Release
(build date: Wed Feb 23 14:47:20 IST 2000)
dtcm_admin: $Revision: 1.2 $
/usr/dt/bin/dtcm_editor:
X Window System, Version 11 R6+ HP-UX B.10.20.00 Mar
ch 2000 Patch Release
(build date: Wed Feb 23 14:47:56 IST 2000)
dtcm_editor: $Revision: 1.11 $
/usr/dt/bin/dtcm_delete:
X Window System, Version 11 R6+ HP-UX B.10.20.00 Mar
ch 2000 Patch Release
(build date: Wed Feb 23 14:46:13 IST 2000)
dtcm_delete: $Revision: 1.2 $
/usr/dt/bin/dtcm_insert:
X Window System, Version 11 R6+ HP-UX B.10.20.00 Mar
ch 2000 Patch Release
(build date: Wed Feb 23 14:46:31 IST 2000)
dtcm_insert: $Revision: 1.5 $
/usr/dt/bin/dtcm_lookup:
X Window System, Version 11 R6+ HP-UX B.10.20.00 Mar
ch 2000 Patch Release
(build date: Wed Feb 23 14:46:59 IST 2000)
dtcm_lookup: $Revision: 1.2 $
/usr/dt/bin/dtscreen:
X Window System, Version 11 R6+ HP-UX B.10.20.00 Sep
1998 Patch Release
(build date: Mon Sep 14 19:37:44 MDT 1998)
dtscreen: $Revision: 1.2 $
/usr/dt/bin/dtmailpr:
X Window System, Version 11 R6+ HP-UX B.10.20.00 May
2001 Patch Release
(build date: Mon Apr 9 22:47:54 IST 2001)
dtmailpr: $Revision: 1.2 $
/usr/dt/bin/tt_type_comp:
X Window System, Version 11 R6+ HP-UX B.10.20.00 Sep
1998 Patch Release
(build date: Mon Sep 14 08:19:01 MDT 1998)
tt_type_comp: $Revision: 1.1 $
/usr/dt/bin/ttdbck:
X Window System, Version 11 R6+ HP-UX B.10.20.00 Sep
tember 2001 Patch Release
(build date: Tue Sep 4 11:24:10 IST 2001)
ttdbck: $Revision: 1.1 $
/usr/dt/bin/tttar:
X Window System, Version 11 R6+ HP-UX B.10.20.00 Sep
tember 2001 Patch Release
(build date: Tue Sep 4 11:24:52 IST 2001)
tttar: $Revision: 1.1 $
/usr/dt/bin/ttauth:
X Window System, Version 11 R6+ HP-UX B.10.20.00 Sep
1999 CDE cumulative Patch Release
(build date: Fri Sep 10 02:10:39 MDT 1999)
/usr/dt/bin/dtchooser:
X Window System, Version 11 R6+ HP-UX B.10.20.00 Oct
ober 2001 Patch Release
(build date: Thu Sep 27 16:52:19 IST 2001)
/usr/dt/bin/dtconfig:
X Window System, Version 11 R6+ HP-UX B.10.20.00 Mar
ch 2000 Patch Release
dtconfig: $Revision: 1.8 $
/usr/dt/bin/dtlp:
X Window System, Version 11 R6+ HP-UX B.10.20.00 Mar
ch 2000 Patch Release
dtlp: $Revision: 1.23 $
/usr/dt/bin/dthello:
X Window System, Version 11 R6+ HP-UX B.10.20.00 Nov
ember 2000 Patch Release
(build date: Thu Sep 21 23:39:29 IST 2000)
dthello: $Revision: 1.5 $
/usr/dt/config/Xsession.d/0030.dttmpdir:
X Window System, Version 11 R6+ HP-UX B.10.20.00 Jul
y 1997 Patch Release
0030.dttmpdir $Revision: 1.11 $
/usr/dt/config/dtspcdenv:
None
/usr/dt/config/svc/HP-UX.lcx:
Cde1
/usr/dt/config/C.iso885915/Xresources:
None
/usr/dt/config/C.iso885915/dtfile.config:
X Window System, Version 11 R6+ HP-UX B.10.20.`date
-u +%y%m%d` +O2
dtfile.config: $Revision: 1.13 $
/usr/dt/config/C.iso885915/sys.dtwmrc:
None
/usr/dt/config/C.iso885915/sys.font:
None
/usr/dt/config/C.iso885915/sys.resources:
None
/usr/dt/config/C.iso885915/sys.session:
X Window System, Version 11 R6+ HP-UX B.10.20.`date
-u +%y%m%d` +O2
sys.session: $Revision: 1.19 $
/usr/dt/config/Xsetup:
None
/usr/dt/config/C/sys.resources:
None
/usr/dt/lib/libDtHelp.1:
libDtHelp: $Revision: 2.12 $
X Window System, Version 11 R6+ HP-UX B.10.20.00 Mar
ch 2001 Patch Release
(build date: Fri Mar 16 13:38:04 IST 2001)
/usr/dt/lib/libDtSvc.1:
libDtSvc: $Revision: 1.5 $
X Window System, Version 11 R6+ HP-UX B.10.20.00 Oct
ober 2001 Patch Release
(build date: Tue Sep 11 14:29:50 IST 2001)
/usr/dt/lib/libDtWidget.1:
libDtWidget: $Revision: 1.4 $
X Window System, Version 11 R6+ HP-UX B.10.20.00 Mar
ch 2000 Patch Release
(build date: Mon Feb 21 18:36:42 IST 2000)
/usr/dt/lib/nls/msg/fr_FR.iso88591/dtterm.cat:
None
/usr/dt/lib/nls/msg/de_DE.iso88591/dtterm.cat:
None
/usr/dt/lib/nls/msg/C/dtfile.cat:
_DtMessage catalog source $Revision: 1.83 $
/usr/dt/lib/nls/msg/C/DtMail.cat:
None
/usr/dt/lib/nls/msg/C/dtlogin.cat:
_DtMessage catalog source $Revision: 1.18 $
/usr/dt/lib/nls/msg/C/dtstyle.cat:
_DtMessage catalog source $Revision: 1.24 $
/usr/dt/lib/nls/msg/C/dtsession.cat:
_DtMessage catalog source $Revision: 1.11 $
/usr/dt/lib/nls/msg/C/dtact.cat:
None
/usr/dt/lib/libDtTerm.1:
DtTermPrimitiveWidget: $Revision: 1.196 $
libDtTerm: $Revision: 1.172 $
X Window System, Version 11 R6+ HP-UX B.10.20.00 Nov
ember 2000 Patch Release
(build date: Fri Sep 22 14:28:20 IST 2000)
/usr/dt/lib/libtt.1:
X Window System, Version 11 R6+ HP-UX B.10.20.00 May
2001 Patch Release
(build date: Sat Apr 7 06:14:06 IST 2001)
/usr/dt/share/man/man1/dtfile.1:
None
/usr/dt/share/man/man1/dtlogin.1:
None
/usr/dt/share/man/man1/dtwm.1:
None
/usr/dt/share/man/man1/dtmail.1:
None
/usr/dt/share/man/man1/dtcm_insert.1:
None
/usr/dt/share/man/man1/dtstyle.1:
None
/usr/dt/share/man/man1/dtcm.1:
None
/usr/dt/share/man/man1/dtcm_editor.1:
None
/usr/dt/share/man/man1/dtpad.1:
None
/usr/dt/share/man/man1/dtterm.1:
None
/usr/dt/share/man/man1/dtsession.1:
None
/usr/dt/share/man/man1/dtaction.1:
None
/usr/dt/appconfig/types/C/dtmail.dt:
dtmail.dt 1.32 10 Aug 1994
/usr/dt/appconfig/types/C/dtfile.dt:
None
/usr/dt/app-defaults/C.iso885915/Dt:
None
/usr/dt/app-defaults/C.iso885915/Dtcalc:
None
/usr/dt/app-defaults/C.iso885915/Dtcm:
None
/usr/dt/app-defaults/C.iso885915/Dtcreate:
None
/usr/dt/app-defaults/C.iso885915/Dtfile:
None
/usr/dt/app-defaults/C.iso885915/Dthello:
None
/usr/dt/app-defaults/C.iso885915/Dthelpprint:
Common Desktop Environment 1.0
/usr/dt/app-defaults/C.iso885915/Dthelpview:
None
/usr/dt/app-defaults/C.iso885915/Dticon:
None
/usr/dt/app-defaults/C.iso885915/Dtksh:
None
/usr/dt/app-defaults/C.iso885915/Dtlp:
None
/usr/dt/app-defaults/C.iso885915/Dtmail:
Dtmail 1.2 21 Oct 1994
/usr/dt/app-defaults/C.iso885915/Dtpad:
None
/usr/dt/app-defaults/C.iso885915/Dtprintinfo:
None
/usr/dt/app-defaults/C.iso885915/Dtscreen:
None
/usr/dt/app-defaults/C.iso885915/Dtsession:
None
/usr/dt/app-defaults/C.iso885915/Dtstyle:
None
/usr/dt/app-defaults/C.iso885915/Dtterm:
None
/usr/dt/app-defaults/C.iso885915/Dtwm:
None
/usr/dt/app-defaults/de_DE.iso885915/Dtterm:
None
/usr/dt/app-defaults/es_ES.iso885915/Dtterm:
None
/usr/dt/app-defaults/fr_FR.iso885915/Dtterm:
None
/usr/dt/app-defaults/it_IT.iso885915/Dtterm:
None
/usr/dt/app-defaults/sv_SE.iso885915/Dtterm:
None
/usr/lib/security/libpam_unix.1:
X Window System, Version 11 R6+ HP-UX B.10.20.970708
+O2
(build date: Tue Jul 8 09:49:46 PDT 1997)
cksum(1) Output:
1490834315 41265 /usr/contrib/bin/X11/dr_dt
669586572 40960 /usr/contrib/bin/tttrace
820402039 180224 /usr/dt/bin/dtlogin
1586928639 15399 /usr/dt/bin/Xsession
3965112632 98304 /usr/dt/bin/dtappgather
279665942 57344 /usr/dt/bin/dthelpprint
491576861 995328 /usr/dt/bin/dtmail
3708263977 569344 /usr/dt/bin/dtwm
765397466 253952 /usr/dt/bin/ttsession
2818906504 307200 /usr/dt/bin/rpc.ttdbserver
4273634347 77824 /usr/dt/bin/dtfile_copy
2833402398 12335 /usr/dt/bin/dthelptag
589057322 286720 /usr/dt/bin/dthelp_htag2
2274580896 389120 /usr/dt/bin/dthelp_htag1
2895521848 352256 /usr/dt/bin/dthelp_ctag1
3213904167 176128 /usr/dt/bin/dtsession
823548630 163840 /usr/dt/bin/dtspcd
2982449384 114688 /usr/dt/bin/dtpad
3770867201 49152 /usr/dt/bin/dtaction
3310854145 53248 /usr/dt/bin/dtterm
1901874069 733184 /usr/dt/bin/dtfile
1993986133 217088 /usr/dt/bin/dtstyle
2027977187 188416 /usr/dt/bin/dticon
2688763488 241664 /usr/dt/bin/dtcalc
3038274570 65536 /usr/dt/bin/dtfplist
3595128817 86016 /usr/dt/bin/dtgreet
1177210807 139264 /usr/dt/bin/dtsearchpath
1596220324 815104 /usr/dt/bin/dtksh
187382252 503808 /usr/dt/bin/dtprintinfo
4273433672 36864 /usr/dt/bin/dtexec
1989941404 737280 /usr/dt/bin/dtcm
2041267889 36864 /usr/dt/bin/dthelpgen
232541100 376832 /usr/dt/bin/rpc.cmsd
1760757466 278528 /usr/dt/bin/dtcm_admin
3991559278 360448 /usr/dt/bin/dtcm_editor
464163524 274432 /usr/dt/bin/dtcm_delete
882406863 286720 /usr/dt/bin/dtcm_insert
3835050221 274432 /usr/dt/bin/dtcm_lookup
2194430980 77824 /usr/dt/bin/dtscreen
3986559413 286720 /usr/dt/bin/dtmailpr
3265818007 290816 /usr/dt/bin/tt_type_comp
3038012386 393216 /usr/dt/bin/ttdbck
3014712572 77824 /usr/dt/bin/tttar
1942492886 40960 /usr/dt/bin/ttauth
1559757507 94208 /usr/dt/bin/dtchooser
271474207 3649 /usr/dt/bin/dtconfig
403820846 25505 /usr/dt/bin/dtlp
3687267298 49152 /usr/dt/bin/dthello
475597394 3043 /usr/dt/config/Xsession.d/0030.dttmpdir
2413991191 1211 /usr/dt/config/dtspcdenv
3372527189 48953 /usr/dt/config/svc/HP-UX.lcx
3968559430 8278 /usr/dt/config/C.iso885915/Xresources
1167633645 3406 /usr/dt/config/C.iso885915/dtfile.config
1879385389 4587 /usr/dt/config/C.iso885915/sys.dtwmrc
3370099460 3574 /usr/dt/config/C.iso885915/sys.font
582902659 5737 /usr/dt/config/C.iso885915/sys.resources
2375633708 1059 /usr/dt/config/C.iso885915/sys.session
3345971795 3434 /usr/dt/config/Xsetup
3106618159 5727 /usr/dt/config/C/sys.resources
1182184887 794624 /usr/dt/lib/libDtHelp.1
427372970 602112 /usr/dt/lib/libDtSvc.1
632800007 356352 /usr/dt/lib/libDtWidget.1
1929978030 6149 /usr/dt/lib/nls/msg/fr_FR.iso88591/
dtterm.cat
1767106441 6309 /usr/dt/lib/nls/msg/de_DE.iso88591/
dtterm.cat
3903512807 47719 /usr/dt/lib/nls/msg/C/dtfile.cat
1794577059 11902 /usr/dt/lib/nls/msg/C/DtMail.cat
3913015086 8757 /usr/dt/lib/nls/msg/C/dtlogin.cat
1541747633 6887 /usr/dt/lib/nls/msg/C/dtstyle.cat
683541278 6803 /usr/dt/lib/nls/msg/C/dtsession.cat
3409963115 693 /usr/dt/lib/nls/msg/C/dtact.cat
399262282 417792 /usr/dt/lib/libDtTerm.1
2991919930 1118208 /usr/dt/lib/libtt.1
2478996542 36405 /usr/dt/share/man/man1/dtfile.1
821287084 55580 /usr/dt/share/man/man1/dtlogin.1
2898115232 79045 /usr/dt/share/man/man1/dtwm.1
1715611750 13778 /usr/dt/share/man/man1/dtmail.1
1189743479 7513 /usr/dt/share/man/man1/dtcm_insert.1
1368589204 21392 /usr/dt/share/man/man1/dtstyle.1
3624693258 9530 /usr/dt/share/man/man1/dtcm.1
1332204039 1811 /usr/dt/share/man/man1/dtcm_editor.1
465248746 24783 /usr/dt/share/man/man1/dtpad.1
2236040608 37679 /usr/dt/share/man/man1/dtterm.1
900448048 20625 /usr/dt/share/man/man1/dtsession.1
1744133972 5371 /usr/dt/share/man/man1/dtaction.1
4181762563 4335 /usr/dt/appconfig/types/C/dtmail.dt
1556838664 23280 /usr/dt/appconfig/types/C/dtfile.dt
1592123086 4453 /usr/dt/app-defaults/C.iso885915/Dt
213382135 1302 /usr/dt/app-defaults/C.iso885915/Dtcalc
268155153 4693 /usr/dt/app-defaults/C.iso885915/Dtcm
4004141270 784 /usr/dt/app-defaults/C.iso885915/Dtcreate
530232447 6179 /usr/dt/app-defaults/C.iso885915/Dtfile
3760079415 553 /usr/dt/app-defaults/C.iso885915/Dthello
4089197579 8200 /usr/dt/app-defaults/C.iso885915/Dthelpprint
268724389 1347 /usr/dt/app-defaults/C.iso885915/Dthelpview
2902486455 1608 /usr/dt/app-defaults/C.iso885915/Dticon
1146824932 493 /usr/dt/app-defaults/C.iso885915/Dtksh
3774007267 491 /usr/dt/app-defaults/C.iso885915/Dtlp
3515539208 6253 /usr/dt/app-defaults/C.iso885915/Dtmail
3625695529 1775 /usr/dt/app-defaults/C.iso885915/Dtpad
2784910040 588 /usr/dt/app-defaults/C.iso885915/Dtprintinfo
1631156609 1467 /usr/dt/app-defaults/C.iso885915/Dtscreen
2443427225 697 /usr/dt/app-defaults/C.iso885915/Dtsession
4128898179 2897 /usr/dt/app-defaults/C.iso885915/Dtstyle
3022621494 3804 /usr/dt/app-defaults/C.iso885915/Dtterm
3801559283 6141 /usr/dt/app-defaults/C.iso885915/Dtwm
3022621494 3804 /usr/dt/app-defaults/de_DE.iso885915/Dtterm
3022621494 3804 /usr/dt/app-defaults/es_ES.iso885915/Dtterm
3022621494 3804 /usr/dt/app-defaults/fr_FR.iso885915/Dtterm
3022621494 3804 /usr/dt/app-defaults/it_IT.iso885915/Dtterm
3022621494 3804 /usr/dt/app-defaults/sv_SE.iso885915/Dtterm
341207565 90300 /usr/lib/security/libpam_unix.1
Patch Conflicts: None
Patch Dependencies:
s700: 10.20: PHSS_19963 PHSS_25348
s800: 10.20: PHSS_19963 PHSS_25348
Hardware Dependencies: None
Other Dependencies: None
Supersedes:
PHSS_7724 PHSS_7726 PHSS_8667 PHSS_9627 PHSS_9803 PHSS_10875
PHSS_10876 PHSS_10995 PHSS_11147 PHSS_11348 PHSS_11913 PHSS_12138
PHSS_12294 PHSS_12449 PHSS_12536 PHSS_12587 PHSS_13403 PHSS_13724
PHSS_14002 PHSS_14595 PHSS_15933 PHSS_16147 PHSS_16362 PHSS_15795
PHSS_16966 PHSS_17268 PHSS_17329 PHSS_17566 PHSS_18425 PHSS_19482
PHSS_19747 PHSS_20715 PHSS_20860 PHSS_22319 PHSS_22339 PHSS_23516
PHSS_23796 PHSS_23798 PHSS_25137 PHSS_25192
Equivalent Patches:
PHSS_25785:
s700: 10.10
s800: 10.10
PHSS_25787:
s700: 11.00
s800: 11.00
PHSS_25788:
s700: 11.11
s800: 11.11
Patch Package Size: 15020 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_25786
5a. For a standalone system, run swinstall to install the
patch:
swinstall -x autoreboot=true -x match_target=true \
-s /tmp/PHSS_25786.depot
By default swinstall will archive the original software in
/var/adm/sw/patch/PHSS_25786. If you do not wish to retain a
copy of the original software, you can create an empty file
named /var/adm/sw/patch/PATCH_NOSAVE.
WARNING: If this file exists when a patch is installed, the
patch cannot be deinstalled. Please be careful
when using this feature.
It is recommended that you move the PHSS_25786.text file to
/var/adm/sw/patch for future reference.
To put this patch on a magnetic tape and install from the
tape drive, use the command:
dd if=/tmp/PHSS_25786.depot of=/dev/rmt/0m bs=2k
Special Installation Instructions:
The CDE environment must not be running when this
patch is installed.
If it is, you will receive warnings that text files
are busy. SD will move these aside and place the
new files in the appropriate location, but it is
recommended that CDE first be shutdown prior to patch
installation.
The CDE environment may be shut down by running the
following commands as root:
- /usr/dt/bin/dtconfig -d
- /usr/dt/bin/dtconfig -kill
Note that these commands will terminate all CDE sessions
for all CDE users.
Once the patch has been installed, you may start CDE back
up by doing:
- /usr/dt/bin/dtconfig -e
- /sbin/init.d/dtlogin.rc start
This patch supersedes patch PHSS_7726 which contained
the following file:
/usr/dt/lib/libDtTerm.a
This file has been removed from the regular cumulative
patch for the CDE 10.20 Runtime.
It has been moved to the latest CDE 10.20 DevKit patch.
Please contact your support representative to determine
what is the latest CDE 10.20 DevKit patch number if you
require this file.
If you only have the CDE fileset installed, you do not
need this file. You only need this file if you have the
CDEDevKit fileset installed.
-----End of Document ID: PHSS_25786------------------------------------------
Document ID: PHSS_25348
Date Loaded: 20011218
Title: s700_800 10.20 CDE msg catalog OCT2001 Periodic Patch
Patch Name: PHSS_25348
Patch Description: s700_800 10.20 CDE msg catalog OCT2001 Periodic Patch
Creation Date: 01/09/22
Post Date: 01/12/18
Hardware Platforms - OS Releases:
s700: 10.20
s800: 10.20
Products: N/A
Filesets:
CDE.CDE-LANGS CDE.CDE-GER-I-MSG CDE.CDE-FRE-I-MSG
CDE.CDE-JPN-E-MSG CDE.CDE-JPN-S-MSG CDE.CDE-SPA-I-MSG
Automatic Reboot?: No
Status: General Release
Critical: No
Path Name: /hp-ux_patches/s700_800/10.X/PHSS_25348
Symptoms:
PHSS_25348:
1. This problem occurs under the following
conditions -
1. Value of Screen Lock time greater than
Screen Saver time.
2. A popup menu from an inactive window
existing on the screen.
3. If user moves mouse or presses any key
except ESC key.
PHSS_23802:
1. On Dtmail screen, MOJIBAKE (corrupted Japanese
code) is detected.
2. CDE ja_JP.SJIS message is messed up for
"Open New View" and "Open In Place" actions in
dtfile.
3. Warnings in swagent.log file.
PHSS_20859:
1. dtcalc: Accuracy key does not work in
spanish locale.
2. CDE LANG=fr_FR.iso88591 localization
problems.
3. dtcm appointment editors and to do items
have English strings.
4. CDE calendar has an English menu as a
default value in Japanese locales.
5. In de_DE.iso88591 locale, dtcm Appointments
and To DO items if set with Frequency as
"forever(immer)" gives an error message.
6. CDE German localization contains errors.
PHSS_18427:
1. EuDelta: Keyboard accelerators for dtcm
and dtmail localized.
2. dtcm month view does not display
iso-15 fonts.
3. Can't display dtfile simultaneously on
2 screens in multiscreen display.
4. "Deleted Messages" window has an English
title (in japanese locales).
PHSS_12885:
1) default action for dtmail drop action can destroy
mailboxes.
PHSS_17560:
1) Support for USB mouse is not available in CDE
PHSS_17330:
1) Include iso_8859.15 related changes.
PHSS_16278:
1) CDE Swedish localizations are incomplete.
PHSS_7725:
1) Missing and/or duplicate mnemonics in French and
German locales.
Defect Description:
PHSS_25348:
1. Display flashes under specific conditions.
Resolution:
The following are implemented to warn the
user about this defect -
1. Documented this limitation in the manpages of
dtsession and dtstyle.
2. Since the problem is reproducible with default
value itself, changed the default values.
3. If the user is setting the value of start saver
time through dtstyle and if it is less than
lock time, a warning dialog message is popped
up to inform the user about this problem.
4. If the user is setting these values through
resource files, the warning message is logged
into "$HOME/.dt/errorlog".
PHSS_23802:
1. On Dtmail screen, MOJIBAKE (corrupted Japanese
code) is detected.
Resolution:
On dtmail screen, all Japanese characters are
correctly displayed in ja_JP.SJIS locale.
2. CDE Japanese message is messed up for dtfile.
Resolution:
Japanese characters are correctly displayed in
ja_JP.SJIS locale for dtfile.
3. Epsilon:Product is not deleted from IPD
after swremove.
Resolution:
Code has been added to the postremove script to
fix the problem.
PHSS_20859:
1. dtcalc: Accuracy key does not work in
spanish locale.
Resolution:
The dtcalc.msg file was changed to make the
calculator "Accuracy" key work in spanish
locale.
2. CDE LANG=fr_FR.iso88591 localization
problems - translation goes too far.
Resolution:
The CDE configuration files for french locale
(fr_FR.iso88591) were changed to avoid errors
being written in errorlog.
3. dtcm = reminders and to do items have
English text in localized version.
Resolution:
English strings in German dtcm message catalog
has been replaced with their localized counterparts.
Localized strings will appear in dtcm reminder
and Todo list after this fix.
4. CDE calendar has an English menu as a
default value in Japanese locales.
Resolution:
English strings in German dtcm message catalog
has been replaced with their localized counterparts.
Dtcm will have Japanese Menu in Appointment
editor & Todo list after the fix.
5. dtcm - cannot set Frequency to "forever"
for To Do items and Appointments in
de_DE.iso88591.
Resolution:
dtcm Appointments and To DO items Frequency can be
set to "forever(immer)" in de_DE.iso88591 locale.
6. CDE German localization's contain errors.
Resolution:
This fix is made to remove the errors logged
in $HOME/.dt/errorlog when logged in a german
locale.
PHSS_18427:
1. EuDelta: Keyboard accelerators for dtcm
and dtmail localized.
Resolution:
The fix was made to enable to keyboard
accelerators in iso885915 locales.
2. dtcm month view does not display
iso-15 fonts.
Resolution:
The fix is in the app-defaults file in few
iso885915 locales. The applicationFontFamily
has been changed for the fix.
3. Can't display dtfile simultaneously on
2 screens in multiscreen display.
Resolution:
Added the capability to display dtfile on
multi-screen environment.
4. "Deleted Messages" window has an English
title (in japanese locales).
Resolution:
The fix was made for a localization problem.
In Japanese locales , English messages were
appearing in "Deleted Messages" window of dtmail.
The fix was made to localize the message.
PHSS_12885:
1) default action for dtmail drop action can destroy
mailboxes.
PHSS_17560:
1. Support for USB mouse is not available in CDE
Resolution:
Changes were done in
/usr/dt/config/<locale>/sys.resource file
provide support for USB mouse.
PHSS_17330:
1) Include iso_8859.15 related changes.
Resolution:
This is an enhancement with the introduction of a new
codeset iso_8859.15 for euro related functionalities.
PHSS_16278:
1) CDE Swedish localizations are incomplete.
PHSS_7725:
1) Missing and/or duplicate mnemonics in French and
German locales.
SR:
8606209537 8606127529 8606162307 1653218081 1653262642
1653283739 1653282475 1653274266 5003390484 1653259507
4701331561
Patch Files:
/usr/dt/appconfig/types/de_DE.iso88591/dtmail.dt
/usr/dt/appconfig/types/es_ES.iso88591/dtmail.dt
/usr/dt/appconfig/types/fr_FR.iso88591/dtmail.dt
/usr/dt/appconfig/types/it_IT.iso88591/dtmail.dt
/usr/dt/appconfig/types/ja_JP.SJIS/dtmail.dt
/usr/dt/appconfig/types/ja_JP.eucJP/dtmail.dt
/usr/dt/appconfig/types/ko_KR.eucKR/dtmail.dt
/usr/dt/appconfig/types/sv_SE.iso88591/dtmail.dt
/usr/dt/appconfig/types/zh_CN.hp15CN/dtmail.dt
/usr/dt/appconfig/types/zh_TW.big5/dtmail.dt
/usr/dt/appconfig/types/zh_TW.eucTW/dtmail.dt
/usr/dt/lib/nls/msg/es_ES.iso88591/dtcalc.cat
/usr/dt/app-defaults/fr_FR.iso88591/Dtwm
/usr/dt/appconfig/types/fr_FR.iso88591/dt.dt
/usr/dt/appconfig/types/fr_FR.iso88591/develop.dt
/usr/dt/appconfig/types/fr_FR.iso88591/datatypes.dt
/usr/dt/appconfig/types/fr_FR.iso88591/autoStart.dt
/usr/dt/appconfig/types/fr_FR.iso88591/user-prefs.dt
/usr/dt/appconfig/types/fr_FR.iso88591/uxstd.dt
/usr/dt/appconfig/types/fr_FR.iso88591/dtappman.dt
/usr/dt/appconfig/types/fr_FR.iso88591/dtpad.dt
/usr/dt/appconfig/types/fr_FR.iso88591/xclients.dt
/usr/dt/appconfig/types/fr_FR.iso88591/hp.dt
/usr/dt/appconfig/types/fr_FR.iso88591/dthelp.dt
/usr/dt/appconfig/types/fr_FR.iso88591/print.dt
/usr/dt/appconfig/types/fr_FR.iso88591/dthelptag.dt
/usr/dt/appconfig/types/fr_FR.iso88591/dtwm.fp
/usr/dt/appconfig/types/fr_FR.iso88591/dtscreen.dt
/usr/dt/appconfig/types/fr_FR.iso88591/dtcm.dt
/usr/dt/share/examples/types/fr_FR.iso88591/miscActions.dt
/usr/dt/share/examples/types/fr_FR.iso88591/miscImages.dt
/usr/dt/share/examples/types/fr_FR.iso88591/IconBrowse.dt
/usr/dt/lib/nls/msg/de_DE.iso88591/libDtCmP.cat
/usr/dt/lib/nls/msg/ja_JP.SJIS/libDtCmP.cat
/usr/dt/lib/nls/msg/ja_JP.eucJP/libDtCmP.cat
/usr/dt/config/de_DE.iso88591/sys.dtwmrc
/usr/dt/appconfig/types/de_DE.iso88591/dtfile.dt
/usr/dt/appconfig/types/es_ES.iso88591/dtfile.dt
/usr/dt/appconfig/types/fr_FR.iso88591/dtfile.dt
/usr/dt/appconfig/types/it_IT.iso88591/dtfile.dt
/usr/dt/appconfig/types/ja_JP.SJIS/dtfile.dt
/usr/dt/appconfig/types/ja_JP.eucJP/dtfile.dt
/usr/dt/appconfig/types/ko_KR.eucKR/dtfile.dt
/usr/dt/appconfig/types/zh_TW.eucTW/dtfile.dt
/usr/dt/appconfig/types/sv_SE.iso88591/dtfile.dt
/usr/dt/appconfig/types/zh_CN.hp15CN/dtfile.dt
/usr/dt/appconfig/types/zh_TW.big5/dtfile.dt
/usr/dt/lib/nls/msg/ja_JP.SJIS/DtMail.cat
/usr/dt/lib/nls/msg/ja_JP.eucJP/DtMail.cat
/usr/dt/lib/nls/msg/fr_FR.iso88591/dtfile.cat
/usr/dt/lib/nls/msg/fr_FR.iso88591/dticon.cat
/usr/dt/lib/nls/msg/fr_FR.iso88591/dtpad.cat
/usr/dt/lib/nls/msg/fr_FR.iso88591/dtstyle.cat
/usr/dt/lib/nls/msg/de_DE.iso88591/DtMail.cat
/usr/dt/lib/nls/msg/de_DE.iso88591/dtfile.cat
/usr/dt/config/fr_FR.iso88591/sys.dtwmrc
/usr/dt/config/fr_FR.iso88591/sys.resources
/usr/dt/config/sv_SE.iso88591/sys.dtwmrc
/usr/dt/config/sv_SE.iso88591/sys.resources
/usr/dt/config/fr_FR.iso885915/dtfile.config
/usr/dt/config/fr_FR.iso885915/sys.dtwmrc
/usr/dt/config/fr_FR.iso885915/sys.font
/usr/dt/config/fr_FR.iso885915/sys.resources
/usr/dt/config/fr_FR.iso885915/sys.session
/usr/dt/config/fr_FR.iso885915/Xresources
/usr/dt/config/de_DE.iso885915/dtfile.config
/usr/dt/config/de_DE.iso885915/sys.dtwmrc
/usr/dt/config/de_DE.iso885915/sys.font
/usr/dt/config/de_DE.iso885915/sys.resources
/usr/dt/config/de_DE.iso885915/sys.session
/usr/dt/config/de_DE.iso885915/Xresources
/usr/dt/config/es_ES.iso885915/dtfile.config
/usr/dt/config/es_ES.iso885915/sys.dtwmrc
/usr/dt/config/es_ES.iso885915/sys.font
/usr/dt/config/es_ES.iso885915/sys.resources
/usr/dt/config/es_ES.iso885915/sys.session
/usr/dt/config/es_ES.iso885915/Xresources
/usr/dt/config/it_IT.iso885915/dtfile.config
/usr/dt/config/it_IT.iso885915/sys.dtwmrc
/usr/dt/config/it_IT.iso885915/sys.font
/usr/dt/config/it_IT.iso885915/sys.resources
/usr/dt/config/it_IT.iso885915/sys.session
/usr/dt/config/it_IT.iso885915/Xresources
/usr/dt/config/sv_SE.iso885915/dtfile.config
/usr/dt/config/sv_SE.iso885915/sys.dtwmrc
/usr/dt/config/sv_SE.iso885915/sys.font
/usr/dt/config/sv_SE.iso885915/sys.resources
/usr/dt/config/sv_SE.iso885915/sys.session
/usr/dt/config/sv_SE.iso885915/Xresources
/usr/dt/config/de_DE.iso88591/sys.resources
/usr/dt/config/it_IT.iso88591/sys.resources
/usr/dt/config/es_ES.iso88591/sys.resources
/usr/dt/config/ja_JP.SJIS/sys.resources
/usr/dt/config/zh_CN.hp15CN/sys.resources
/usr/dt/config/ja_JP.eucJP/sys.resources
/usr/dt/config/zh_TW.big5/sys.resources
/usr/dt/config/ko_KR.eucKR/sys.resources
/usr/dt/config/zh_TW.eucTW/sys.resources
/usr/dt/app-defaults/sv_SE.iso88591/Dtwm
/usr/dt/app-defaults/fr_FR.iso885915/Dtcalc
/usr/dt/app-defaults/fr_FR.iso885915/Dtcm
/usr/dt/app-defaults/fr_FR.iso885915/Dtcreate
/usr/dt/app-defaults/fr_FR.iso885915/Dtfile
/usr/dt/app-defaults/fr_FR.iso885915/Dthello
/usr/dt/app-defaults/fr_FR.iso885915/Dthelpprint
/usr/dt/app-defaults/fr_FR.iso885915/Dthelpview
/usr/dt/app-defaults/fr_FR.iso885915/Dticon
/usr/dt/app-defaults/fr_FR.iso885915/Dtksh
/usr/dt/app-defaults/fr_FR.iso885915/Dtlp
/usr/dt/app-defaults/fr_FR.iso885915/Dtmail
/usr/dt/app-defaults/fr_FR.iso885915/Dtpad
/usr/dt/app-defaults/fr_FR.iso885915/Dtprintinfo
/usr/dt/app-defaults/fr_FR.iso885915/Dtscreen
/usr/dt/app-defaults/fr_FR.iso885915/Dtsession
/usr/dt/app-defaults/fr_FR.iso885915/Dtstyle
/usr/dt/app-defaults/fr_FR.iso885915/Dt
/usr/dt/app-defaults/fr_FR.iso885915/Dtwm
/usr/dt/app-defaults/de_DE.iso885915/Dtcalc
/usr/dt/app-defaults/de_DE.iso885915/Dtcm
/usr/dt/app-defaults/de_DE.iso885915/Dtcreate
/usr/dt/app-defaults/de_DE.iso885915/Dtfile
/usr/dt/app-defaults/de_DE.iso885915/Dthello
/usr/dt/app-defaults/de_DE.iso885915/Dthelpprint
/usr/dt/app-defaults/de_DE.iso885915/Dthelpview
/usr/dt/app-defaults/de_DE.iso885915/Dticon
/usr/dt/app-defaults/de_DE.iso885915/Dtksh
/usr/dt/app-defaults/de_DE.iso885915/Dtlp
/usr/dt/app-defaults/de_DE.iso885915/Dtmail
/usr/dt/app-defaults/de_DE.iso885915/Dtpad
/usr/dt/app-defaults/de_DE.iso885915/Dtprintinfo
/usr/dt/app-defaults/de_DE.iso885915/Dtscreen
/usr/dt/app-defaults/de_DE.iso885915/Dtsession
/usr/dt/app-defaults/de_DE.iso885915/Dtstyle
/usr/dt/app-defaults/de_DE.iso885915/Dt
/usr/dt/app-defaults/de_DE.iso885915/Dtwm
/usr/dt/app-defaults/es_ES.iso885915/Dtcalc
/usr/dt/app-defaults/es_ES.iso885915/Dtcm
/usr/dt/app-defaults/es_ES.iso885915/Dtcreate
/usr/dt/app-defaults/es_ES.iso885915/Dtfile
/usr/dt/app-defaults/es_ES.iso885915/Dthello
/usr/dt/app-defaults/es_ES.iso885915/Dthelpprint
/usr/dt/app-defaults/es_ES.iso885915/Dthelpview
/usr/dt/app-defaults/es_ES.iso885915/Dticon
/usr/dt/app-defaults/es_ES.iso885915/Dtksh
/usr/dt/app-defaults/es_ES.iso885915/Dtlp
/usr/dt/app-defaults/es_ES.iso885915/Dtmail
/usr/dt/app-defaults/es_ES.iso885915/Dtpad
/usr/dt/app-defaults/es_ES.iso885915/Dtprintinfo
/usr/dt/app-defaults/es_ES.iso885915/Dtscreen
/usr/dt/app-defaults/es_ES.iso885915/Dtsession
/usr/dt/app-defaults/es_ES.iso885915/Dtstyle
/usr/dt/app-defaults/es_ES.iso885915/Dt
/usr/dt/app-defaults/es_ES.iso885915/Dtwm
/usr/dt/app-defaults/it_IT.iso885915/Dtcalc
/usr/dt/app-defaults/it_IT.iso885915/Dtcm
/usr/dt/app-defaults/it_IT.iso885915/Dtcreate
/usr/dt/app-defaults/it_IT.iso885915/Dtfile
/usr/dt/app-defaults/it_IT.iso885915/Dthello
/usr/dt/app-defaults/it_IT.iso885915/Dthelpprint
/usr/dt/app-defaults/it_IT.iso885915/Dthelpview
/usr/dt/app-defaults/it_IT.iso885915/Dticon
/usr/dt/app-defaults/it_IT.iso885915/Dtksh
/usr/dt/app-defaults/it_IT.iso885915/Dtlp
/usr/dt/app-defaults/it_IT.iso885915/Dtmail
/usr/dt/app-defaults/it_IT.iso885915/Dtpad
/usr/dt/app-defaults/it_IT.iso885915/Dtprintinfo
/usr/dt/app-defaults/it_IT.iso885915/Dtscreen
/usr/dt/app-defaults/it_IT.iso885915/Dtsession
/usr/dt/app-defaults/it_IT.iso885915/Dtstyle
/usr/dt/app-defaults/it_IT.iso885915/Dt
/usr/dt/app-defaults/it_IT.iso885915/Dtwm
/usr/dt/app-defaults/sv_SE.iso885915/Dt
/usr/dt/app-defaults/sv_SE.iso885915/Dtcalc
/usr/dt/app-defaults/sv_SE.iso885915/Dtcm
/usr/dt/app-defaults/sv_SE.iso885915/Dtcreate
/usr/dt/app-defaults/sv_SE.iso885915/Dtfile
/usr/dt/app-defaults/sv_SE.iso885915/Dthello
/usr/dt/app-defaults/sv_SE.iso885915/Dthelpprint
/usr/dt/app-defaults/sv_SE.iso885915/Dthelpview
/usr/dt/app-defaults/sv_SE.iso885915/Dticon
/usr/dt/app-defaults/sv_SE.iso885915/Dtmail
/usr/dt/app-defaults/sv_SE.iso885915/Dtpad
/usr/dt/app-defaults/sv_SE.iso885915/Dtscreen
/usr/dt/app-defaults/sv_SE.iso885915/Dtsession
/usr/dt/app-defaults/sv_SE.iso885915/Dtstyle
/usr/dt/app-defaults/sv_SE.iso885915/Dtwm
/usr/dt/app-defaults/sv_SE.iso885915/Dtksh
/usr/dt/app-defaults/sv_SE.iso885915/Dtprintinfo
/usr/dt/app-defaults/sv_SE.iso885915/Dtlp
/usr/dt/appconfig/types/sv_SE.iso88591/dtcm.dt
/usr/dt/appconfig/types/sv_SE.iso88591/xclients.dt
/usr/dt/config/de_DE.iso885915
euro
/usr/dt/config/es_ES.iso885915
euro
/usr/dt/config/fr_FR.iso885915
euro
/usr/dt/config/it_IT.iso885915
euro
/usr/dt/config/sv_SE.iso885915
euro
/usr/dt/app-defaults/de_DE.iso885915
euro
/usr/dt/app-defaults/es_ES.iso885915
euro
/usr/dt/app-defaults/it_IT.iso885915
euro
/usr/dt/app-defaults/fr_FR.iso885915
euro
/usr/dt/app-defaults/sv_SE.iso885915
euro
what(1) Output:
/usr/dt/appconfig/types/de_DE.iso88591/dtmail.dt:
dtmail.dt 1.32 10 Aug 1994
/usr/dt/appconfig/types/de_DE.iso88591/dtfile.dt:
None
/usr/dt/appconfig/types/es_ES.iso88591/dtmail.dt:
dtmail.dt 1.32 10 Aug 1994
/usr/dt/appconfig/types/es_ES.iso88591/dtfile.dt:
None
/usr/dt/appconfig/types/fr_FR.iso88591/dtmail.dt:
dtmail.dt 1.32 10 Aug 1994
/usr/dt/appconfig/types/fr_FR.iso88591/dtfile.dt:
None
/usr/dt/appconfig/types/fr_FR.iso88591/dt.dt:
None
/usr/dt/appconfig/types/fr_FR.iso88591/develop.dt:
None
/usr/dt/appconfig/types/fr_FR.iso88591/datatypes.dt:
None
/usr/dt/appconfig/types/fr_FR.iso88591/autoStart.dt:
None
/usr/dt/appconfig/types/fr_FR.iso88591/user-prefs.dt:
None
/usr/dt/appconfig/types/fr_FR.iso88591/uxstd.dt:
None
/usr/dt/appconfig/types/fr_FR.iso88591/dtappman.dt:
None
/usr/dt/appconfig/types/fr_FR.iso88591/dtpad.dt:
None
/usr/dt/appconfig/types/fr_FR.iso88591/xclients.dt:
None
/usr/dt/appconfig/types/fr_FR.iso88591/hp.dt:
None
/usr/dt/appconfig/types/fr_FR.iso88591/dthelp.dt:
None
/usr/dt/appconfig/types/fr_FR.iso88591/print.dt:
None
/usr/dt/appconfig/types/fr_FR.iso88591/dthelptag.dt:
None
/usr/dt/appconfig/types/fr_FR.iso88591/dtwm.fp:
None
/usr/dt/appconfig/types/fr_FR.iso88591/dtscreen.dt:
None
/usr/dt/appconfig/types/fr_FR.iso88591/dtcm.dt:
None
/usr/dt/appconfig/types/it_IT.iso88591/dtmail.dt:
dtmail.dt 1.32 10 Aug 1994
/usr/dt/appconfig/types/it_IT.iso88591/dtfile.dt:
None
/usr/dt/appconfig/types/ja_JP.SJIS/dtmail.dt:
dtmail.dt 1.32 10 Aug 1994
/usr/dt/appconfig/types/ja_JP.SJIS/dtfile.dt:
None
/usr/dt/appconfig/types/ja_JP.eucJP/dtmail.dt:
dtmail.dt 1.32 10 Aug 1994
/usr/dt/appconfig/types/ja_JP.eucJP/dtfile.dt:
None
/usr/dt/appconfig/types/ko_KR.eucKR/dtmail.dt:
dtmail.dt 1.32 10 Aug 1994
/usr/dt/appconfig/types/ko_KR.eucKR/dtfile.dt:
None
/usr/dt/appconfig/types/sv_SE.iso88591/dtmail.dt:
dtmail.dt 1.32 10 Aug 1994
/usr/dt/appconfig/types/sv_SE.iso88591/dtcm.dt:
None
/usr/dt/appconfig/types/sv_SE.iso88591/xclients.dt:
None
/usr/dt/appconfig/types/sv_SE.iso88591/dtfile.dt:
None
/usr/dt/appconfig/types/zh_CN.hp15CN/dtmail.dt:
dtmail.dt 1.32 10 Aug 1994
/usr/dt/appconfig/types/zh_CN.hp15CN/dtfile.dt:
None
/usr/dt/appconfig/types/zh_TW.big5/dtmail.dt:
dtmail.dt 1.32 10 Aug 1994
/usr/dt/appconfig/types/zh_TW.big5/dtfile.dt:
None
/usr/dt/appconfig/types/zh_TW.eucTW/dtmail.dt:
dtmail.dt 1.32 10 Aug 1994
/usr/dt/appconfig/types/zh_TW.eucTW/dtfile.dt:
None
/usr/dt/lib/nls/msg/fr_FR.iso88591/dtfile.cat:
_DtMessage catalog source $Revision: 1.8 $
/usr/dt/lib/nls/msg/fr_FR.iso88591/dticon.cat:
None
/usr/dt/lib/nls/msg/fr_FR.iso88591/dtpad.cat:
None
/usr/dt/lib/nls/msg/fr_FR.iso88591/dtstyle.cat:
_DtMessage catalog source $Revision: 1.4 $
/usr/dt/lib/nls/msg/de_DE.iso88591/DtMail.cat:
None
/usr/dt/lib/nls/msg/de_DE.iso88591/dtfile.cat:
_DtMessage catalog source $Revision: 1.11 $
/usr/dt/lib/nls/msg/de_DE.iso88591/libDtCmP.cat:
None
/usr/dt/lib/nls/msg/ja_JP.SJIS/DtMail.cat:
None
/usr/dt/lib/nls/msg/ja_JP.SJIS/libDtCmP.cat:
None
/usr/dt/lib/nls/msg/ja_JP.eucJP/DtMail.cat:
None
/usr/dt/lib/nls/msg/ja_JP.eucJP/libDtCmP.cat:
None
/usr/dt/lib/nls/msg/es_ES.iso88591/dtcalc.cat:
_DtMessage catalog source $Revision: 1.4 $
/usr/dt/config/fr_FR.iso88591/sys.dtwmrc:
None
/usr/dt/config/fr_FR.iso88591/sys.resources:
None
/usr/dt/config/sv_SE.iso88591/sys.dtwmrc:
None
/usr/dt/config/sv_SE.iso88591/sys.resources:
None
/usr/dt/config/fr_FR.iso885915/dtfile.config:
X Window System, Version 11 R6+ HP-UX B.10.20.`date
-u +%y%m%d` +O2
dtfile.config: $Revision: 1.13 $
/usr/dt/config/fr_FR.iso885915/sys.dtwmrc:
None
/usr/dt/config/fr_FR.iso885915/sys.font:
None
/usr/dt/config/fr_FR.iso885915/sys.resources:
None
/usr/dt/config/fr_FR.iso885915/sys.session:
X Window System, Version 11 R6+ HP-UX B.10.20.`date
-u +%y%m%d` +O2
sys.session: $Revision: 1.19 $
/usr/dt/config/fr_FR.iso885915/Xresources:
None
/usr/dt/config/de_DE.iso885915/dtfile.config:
X Window System, Version 11 R6+ HP-UX B.10.20.`date
-u +%y%m%d` +O2
dtfile.config: $Revision: 1.13 $
/usr/dt/config/de_DE.iso885915/sys.dtwmrc:
None
/usr/dt/config/de_DE.iso885915/sys.font:
None
/usr/dt/config/de_DE.iso885915/sys.resources:
None
/usr/dt/config/de_DE.iso885915/sys.session:
X Window System, Version 11 R6+ HP-UX B.10.20.`date
-u +%y%m%d` +O2
sys.session: $Revision: 1.19 $
/usr/dt/config/de_DE.iso885915/Xresources:
None
/usr/dt/config/es_ES.iso885915/dtfile.config:
X Window System, Version 11 R6+ HP-UX B.10.20.`date
-u +%y%m%d` +O2
dtfile.config: $Revision: 1.13 $
/usr/dt/config/es_ES.iso885915/sys.dtwmrc:
None
/usr/dt/config/es_ES.iso885915/sys.font:
None
/usr/dt/config/es_ES.iso885915/sys.resources:
None
/usr/dt/config/es_ES.iso885915/sys.session:
X Window System, Version 11 R6+ HP-UX B.10.20.`date
-u +%y%m%d` +O2
sys.session: $Revision: 1.19 $
/usr/dt/config/es_ES.iso885915/Xresources:
None
/usr/dt/config/it_IT.iso885915/dtfile.config:
X Window System, Version 11 R6+ HP-UX B.10.20.`date
-u +%y%m%d` +O2
dtfile.config: $Revision: 1.13 $
/usr/dt/config/it_IT.iso885915/sys.dtwmrc:
None
/usr/dt/config/it_IT.iso885915/sys.font:
None
/usr/dt/config/it_IT.iso885915/sys.resources:
None
/usr/dt/config/it_IT.iso885915/sys.session:
X Window System, Version 11 R6+ HP-UX B.10.20.`date
-u +%y%m%d` +O2
sys.session: $Revision: 1.19 $
/usr/dt/config/it_IT.iso885915/Xresources:
None
/usr/dt/config/sv_SE.iso885915/dtfile.config:
X Window System, Version 11 R6+ HP-UX B.10.20.`date
-u +%y%m%d` +O2
dtfile.config: $Revision: 1.13 $
/usr/dt/config/sv_SE.iso885915/sys.dtwmrc:
None
/usr/dt/config/sv_SE.iso885915/sys.font:
None
/usr/dt/config/sv_SE.iso885915/sys.resources:
None
/usr/dt/config/sv_SE.iso885915/sys.session:
X Window System, Version 11 R6+ HP-UX B.10.20.`date
-u +%y%m%d` +O2
sys.session: $Revision: 1.19 $
/usr/dt/config/sv_SE.iso885915/Xresources:
None
/usr/dt/config/de_DE.iso88591/sys.resources:
None
/usr/dt/config/de_DE.iso88591/sys.dtwmrc:
None
/usr/dt/config/it_IT.iso88591/sys.resources:
None
/usr/dt/config/es_ES.iso88591/sys.resources:
None
/usr/dt/config/ja_JP.SJIS/sys.resources:
None
/usr/dt/config/zh_CN.hp15CN/sys.resources:
None
/usr/dt/config/ja_JP.eucJP/sys.resources:
None
/usr/dt/config/zh_TW.big5/sys.resources:
None
/usr/dt/config/ko_KR.eucKR/sys.resources:
None
/usr/dt/config/zh_TW.eucTW/sys.resources:
None
/usr/dt/app-defaults/sv_SE.iso88591/Dtwm:
None
/usr/dt/app-defaults/fr_FR.iso885915/Dtcalc:
None
/usr/dt/app-defaults/fr_FR.iso885915/Dtcm:
None
/usr/dt/app-defaults/fr_FR.iso885915/Dtcreate:
None
/usr/dt/app-defaults/fr_FR.iso885915/Dtfile:
None
/usr/dt/app-defaults/fr_FR.iso885915/Dthello:
None
/usr/dt/app-defaults/fr_FR.iso885915/Dthelpprint:
Common Desktop Environment 1.0
/usr/dt/app-defaults/fr_FR.iso885915/Dthelpview:
None
/usr/dt/app-defaults/fr_FR.iso885915/Dticon:
None
/usr/dt/app-defaults/fr_FR.iso885915/Dtksh:
None
/usr/dt/app-defaults/fr_FR.iso885915/Dtlp:
None
/usr/dt/app-defaults/fr_FR.iso885915/Dtmail:
Dtmail 1.2 21 Oct 1994
/usr/dt/app-defaults/fr_FR.iso885915/Dtpad:
None
/usr/dt/app-defaults/fr_FR.iso885915/Dtprintinfo:
None
/usr/dt/app-defaults/fr_FR.iso885915/Dtscreen:
None
/usr/dt/app-defaults/fr_FR.iso885915/Dtsession:
None
/usr/dt/app-defaults/fr_FR.iso885915/Dtstyle:
None
/usr/dt/app-defaults/fr_FR.iso885915/Dt:
None
/usr/dt/app-defaults/fr_FR.iso885915/Dtwm:
None
/usr/dt/app-defaults/de_DE.iso885915/Dtcalc:
None
/usr/dt/app-defaults/de_DE.iso885915/Dtcm:
None
/usr/dt/app-defaults/de_DE.iso885915/Dtcreate:
None
/usr/dt/app-defaults/de_DE.iso885915/Dtfile:
None
/usr/dt/app-defaults/de_DE.iso885915/Dthello:
None
/usr/dt/app-defaults/de_DE.iso885915/Dthelpprint:
Common Desktop Environment 1.0
/usr/dt/app-defaults/de_DE.iso885915/Dthelpview:
None
/usr/dt/app-defaults/de_DE.iso885915/Dticon:
None
/usr/dt/app-defaults/de_DE.iso885915/Dtksh:
None
/usr/dt/app-defaults/de_DE.iso885915/Dtlp:
None
/usr/dt/app-defaults/de_DE.iso885915/Dtmail:
Dtmail 1.2 21 Oct 1994
/usr/dt/app-defaults/de_DE.iso885915/Dtpad:
None
/usr/dt/app-defaults/de_DE.iso885915/Dtprintinfo:
None
/usr/dt/app-defaults/de_DE.iso885915/Dtscreen:
None
/usr/dt/app-defaults/de_DE.iso885915/Dtsession:
None
/usr/dt/app-defaults/de_DE.iso885915/Dtstyle:
None
/usr/dt/app-defaults/de_DE.iso885915/Dt:
None
/usr/dt/app-defaults/de_DE.iso885915/Dtwm:
None
/usr/dt/app-defaults/es_ES.iso885915/Dtcalc:
None
/usr/dt/app-defaults/es_ES.iso885915/Dtcm:
None
/usr/dt/app-defaults/es_ES.iso885915/Dtcreate:
None
/usr/dt/app-defaults/es_ES.iso885915/Dtfile:
None
/usr/dt/app-defaults/es_ES.iso885915/Dthello:
None
/usr/dt/app-defaults/es_ES.iso885915/Dthelpprint:
Common Desktop Environment 1.0
/usr/dt/app-defaults/es_ES.iso885915/Dthelpview:
None
/usr/dt/app-defaults/es_ES.iso885915/Dticon:
None
/usr/dt/app-defaults/es_ES.iso885915/Dtksh:
None
/usr/dt/app-defaults/es_ES.iso885915/Dtlp:
None
/usr/dt/app-defaults/es_ES.iso885915/Dtmail:
Dtmail 1.2 21 Oct 1994
/usr/dt/app-defaults/es_ES.iso885915/Dtpad:
None
/usr/dt/app-defaults/es_ES.iso885915/Dtprintinfo:
None
/usr/dt/app-defaults/es_ES.iso885915/Dtscreen:
None
/usr/dt/app-defaults/es_ES.iso885915/Dtsession:
None
/usr/dt/app-defaults/es_ES.iso885915/Dtstyle:
None
/usr/dt/app-defaults/es_ES.iso885915/Dt:
None
/usr/dt/app-defaults/es_ES.iso885915/Dtwm:
None
/usr/dt/app-defaults/it_IT.iso885915/Dtcalc:
None
/usr/dt/app-defaults/it_IT.iso885915/Dtcm:
None
/usr/dt/app-defaults/it_IT.iso885915/Dtcreate:
None
/usr/dt/app-defaults/it_IT.iso885915/Dtfile:
None
/usr/dt/app-defaults/it_IT.iso885915/Dthello:
None
/usr/dt/app-defaults/it_IT.iso885915/Dthelpprint:
Common Desktop Environment 1.0
/usr/dt/app-defaults/it_IT.iso885915/Dthelpview:
None
/usr/dt/app-defaults/it_IT.iso885915/Dticon:
None
/usr/dt/app-defaults/it_IT.iso885915/Dtksh:
None
/usr/dt/app-defaults/it_IT.iso885915/Dtlp:
None
/usr/dt/app-defaults/it_IT.iso885915/Dtmail:
Dtmail 1.2 21 Oct 1994
/usr/dt/app-defaults/it_IT.iso885915/Dtpad:
None
/usr/dt/app-defaults/it_IT.iso885915/Dtprintinfo:
None
/usr/dt/app-defaults/it_IT.iso885915/Dtscreen:
None
/usr/dt/app-defaults/it_IT.iso885915/Dtsession:
None
/usr/dt/app-defaults/it_IT.iso885915/Dtstyle:
None
/usr/dt/app-defaults/it_IT.iso885915/Dt:
None
/usr/dt/app-defaults/it_IT.iso885915/Dtwm:
None
/usr/dt/app-defaults/sv_SE.iso885915/Dt:
None
/usr/dt/app-defaults/sv_SE.iso885915/Dtcalc:
None
/usr/dt/app-defaults/sv_SE.iso885915/Dtcm:
None
/usr/dt/app-defaults/sv_SE.iso885915/Dtcreate:
None
/usr/dt/app-defaults/sv_SE.iso885915/Dtfile:
None
/usr/dt/app-defaults/sv_SE.iso885915/Dthello:
None
/usr/dt/app-defaults/sv_SE.iso885915/Dthelpprint:
Common Desktop Environment 1.0
/usr/dt/app-defaults/sv_SE.iso885915/Dthelpview:
None
/usr/dt/app-defaults/sv_SE.iso885915/Dticon:
None
/usr/dt/app-defaults/sv_SE.iso885915/Dtmail:
Dtmail 1.2 21 Oct 1994
/usr/dt/app-defaults/sv_SE.iso885915/Dtpad:
None
/usr/dt/app-defaults/sv_SE.iso885915/Dtscreen:
None
/usr/dt/app-defaults/sv_SE.iso885915/Dtsession:
None
/usr/dt/app-defaults/sv_SE.iso885915/Dtstyle:
None
/usr/dt/app-defaults/sv_SE.iso885915/Dtwm:
None
/usr/dt/app-defaults/sv_SE.iso885915/Dtksh:
None
/usr/dt/app-defaults/sv_SE.iso885915/Dtprintinfo:
None
/usr/dt/app-defaults/sv_SE.iso885915/Dtlp:
None
/usr/dt/app-defaults/fr_FR.iso88591/Dtwm:
None
/usr/dt/share/examples/types/fr_FR.iso88591/miscActions.dt:
None
/usr/dt/share/examples/types/fr_FR.iso88591/miscImages.dt:
None
/usr/dt/share/examples/types/fr_FR.iso88591/IconBrowse.dt:
None
/usr/dt/config/de_DE.iso885915
euro:
None
/usr/dt/config/es_ES.iso885915
euro:
None
/usr/dt/config/fr_FR.iso885915
euro:
None
/usr/dt/config/it_IT.iso885915
euro:
None
/usr/dt/config/sv_SE.iso885915
euro:
None
/usr/dt/app-defaults/de_DE.iso885915
euro:
None
/usr/dt/app-defaults/es_ES.iso885915
euro:
None
/usr/dt/app-defaults/it_IT.iso885915
euro:
None
/usr/dt/app-defaults/fr_FR.iso885915
euro:
None
/usr/dt/app-defaults/sv_SE.iso885915
euro:
None
cksum(1) Output:
2279187601 4497 /usr/dt/appconfig/types/de_DE.iso88591/
dtmail.dt
3506945417 24382 /usr/dt/appconfig/types/de_DE.iso88591/
dtfile.dt
1378196331 4430 /usr/dt/appconfig/types/es_ES.iso88591/
dtmail.dt
4006779994 24316 /usr/dt/appconfig/types/es_ES.iso88591/
dtfile.dt
724868754 4339 /usr/dt/appconfig/types/fr_FR.iso88591/
dtmail.dt
2048113030 23972 /usr/dt/appconfig/types/fr_FR.iso88591/
dtfile.dt
2429798416 16913 /usr/dt/appconfig/types/fr_FR.iso88591/
dt.dt
295518414 12962 /usr/dt/appconfig/types/fr_FR.iso88591/
develop.dt
1279652892 20203 /usr/dt/appconfig/types/fr_FR.iso88591/
datatypes.dt
1637919035 1801 /usr/dt/appconfig/types/fr_FR.iso88591/
&nbs