[ Bottom of Page | Previous Page | Next Page | Contents ]
The following sections include all interim fixes shipped since the IBM(R) Tivoli(R) Configuration Manager, Version 4.2.3 release. It is divided into the
following subsections:
Table 6 lists the fixes included in this fix pack:
Table 6. Fixes included in this fix pack
Fix pack |
Component/Service |
4.2.3-TIV-INV-FP0006 |
Inventory, Version 4.2.3 |
4.2.3-TIV-INVGW-FP0006 |
Inventory Gateway, Version 4.2.3 |
4.2.3-TIV-CLL-FP0006 |
Scalable Collection Service, Version 4.2.3 |
4.2.3-TIV-SWDSRV-FP0006 |
Software Distribution, Version 4.2.3 |
4.2.3-TIV-SWDGW-FP0006 |
Software Distribution Gateway, Version 4.2.3 |
4.2.3-TIV-SWDJPS-FP0006 |
Software Distribution Software Package Editor, Version
4.2.3 |
4.2.3-TIV-APM-FP0006 |
Activity Planner, Version 4.2.3 |
4.2.3-TIV-CCM-FP0006 |
Change Manager, Version 4.2.3 |
4.2.3-TIV-WEB-FP0006 |
Web Interface, Version 4.2.3 |
4.2.3-TIV-TRMSRV-FP0006 |
Resource Manager, Version 4.2.3 |
4.2.3-TIV-TRMGW-FP0006 |
Resource Manager Gateway, Version 4.2.3 |
4.2.3-TIV-PMSRV-FP0006 |
Pristine Manager, Version 4.2.3 |
4.2.3-TIV-PMG-FP0006 |
Patch Management, Version 4.2.3 |
4.2.3-TIV-DQY-FP0006 |
Directory Query, Version 4.2.3 |
4.2.3-TIV-ADICLI-FP0006 |
Query Directory for Microsoft Active Directory - Command
Line Interface, Version 4.2.3 |
4.2.3-TIV-ADIENG-FP0006 |
Query Directory for Microsoft Active Directory, Version
4.2.3 |
4.2.3-TIV-TLMEXT-FP0006 |
CM Extension for Tivoli License Manager, Version 4.2.3 |
4.2.3-TIV-CMEXT-FP0006 |
CM Endpoint Extension, Version 4.2.3 |
4.2.3-TIV-TPOSD-FP0006 |
Tivoli Provisioning Manager for Operating System Deployment
Integration, Version 4.2.3 |
Table 7 lists the APARs that were fixed for Inventory:
Table 7. APARs for Inventory
Inventory, Version
4.2.3, 4.2.3-TIV-INV-FP0006 and 4.2.3-TIV-INVGW-FP0006 |
IZ11136 |
IZ12162 |
IZ12656 |
IZ12695 |
IZ13300 |
IZ14763 |
IZ15108 |
IZ15654 |
|
|
APAR IZ11136
- Abstract:
- Native software scan does not handle DBCS fields
- Error Description:
- When performing the native software scan on workstations which return
strings containing double-byte characters, the collected data is not
inserted into the Inventory database due to the following failure:
00005368 Tue Nov 20 17:44:29 2007 Connection ID: 0, Operation:
val_insert_rows::SQLExecute, DB Call: insert into NATIV_SWARE
(NATIV_ID, PACKAGE_NAME, PACKAGE_VERS, PUBLISHER, PACKAGE_ID)
values (?,
?, ?, ?, ?)
SQL Command: insert into NATIV_SWARE (NATIV_ID, PACKAGE_NAME,
PACKAGE_VERS, PUBLISHER, PACKAGE_ID) values (?, ?, ?, ?, ?)
MS SQL Error: Msgno 8152 Level 8152 State
815222001 Microsoft ODBC SQL
Server Driver SQL Server String or binary data would be
truncated.
- Additional information:
- The problem is caused by the size of the package_name field of the temporary table #NATIV_SWARE. The field is too small to handle double-byte character
(DBCS) values. The temporary table #NATIV_SWARE was still created using the PACKAGE_NAME (64) column instead of using
PACKAGE_NAME(128) .
APAR IZ12162
- Abstract:
- inv_config_ep_meths process uses 100% CPU if running wcancelscan while downloading signatures
- Error Description:
- The inv_config_ep_meths process shows 100% CPU usage on the target workstation
and it hangs. This issue occurs when the wcancelscan command is run while the inv_config_ep_meths process is reading the
MDist segment containing the signatures.
APAR IZ12656
- Abstract:
- Endpoint label changes in COMPUTER table
- Error Description:
- In an interconnected Tivoli server environment, if the swd autoscan_active=y option is set on a hub, when the first activity
issued from that hub against an endpoint, present on a spoke, is a software
distribution, such as the installation of a software package, a record is
inserted in the COMPUTER table, with the tme_object_label column value having the following format:
endpoint_name#region-region
When an Inventory scan is
performed against the same endpoint, the COMPUTER table is updated, and the tme_object_label column value is modified into:
endpoint_name
- Additional information:
- After the fix, the endpoint label has the same format:
endpoint_name
for both activities, software distributions and Inventory
scans.
APAR IZ12695
- Abstract:
- Error when updating local signature catalog during endpoint Inventory
scan
- Error Description:
- Inventory is unable to update the local signature catalog after applying
Configuration Manager version 4.2.3 Fix Pack 2. In the INVxxxxx.LOG file the
following error message is displayed:
ERROR: Call function pointer register_packages failed. errno=2
- Additional information:
- With Fix Pack 2, the signature ID was changed from string type to integer.
After this change an error always occurred when attempting to update the
local Software Distribution catalog (epsp.cat)
for signatures associated to software packages discovered during an Inventory
software signature scan.
APAR IZ13300
- Abstract:
- Configuration changes for AUTOFS file systems
- Error Description:
- If you are interested in the code changes implemented for the Common
Inventory Technology (CIT) APAR IZ04274, before running an Inventory scan
on your endpoints, set the environment variable named ASSUMEAUTOFSREMOTE to YES, or create a file named ASSUMEAUTOFSREMOTE under
the inv/SCAN directory.
APAR IZ14763
- Abstract:
- "FS FREE SIZE" value is bigger than "FS TOTAL SIZE" value
- Error Description:
- In the Inventory repository the "FS Free Size" value is bigger than
the "FS Total Size" value, while in the MIF file the reported values are correct.
- Additional information:
- To solve this problem, a new table named INST_PARTITION_MB,
a new view named PARTITION_MB_VIEW, and a new query named PARTITION_MB_QUERY have been created. In all these new objects, the
size values are in megabytes. To define the new queries, run the inventory_query.sh and h_inventory_query.sh scripts.
APAR IZ15108
- Abstract:
- After running wscansw and wscanfs commands, cache_data is filled up
with files
- Error Description:
- After running an Inventory software scan and a scan for signature matching,
the following endpoint directories:
/opt/tivoli/cit/cache_data/$adminuser/*
or
C:\Program Files\Tivoli\cit\cache_data\__administrator
are
filled up with files. These directories on the endpoint are not cleaned up
after the scan.
- Additional information:
- This problem occurred because the wscanfs -reset command issued to reset the Common Inventory Technology (CIT) cache
is run before starting the Inventory scan, but it is not run after all scans
are completed.
APAR IZ15654
- Abstract:
- Unable to exclude a DFS file system from an Inventory scan
- Error Description:
- Large DFS file systems on Solaris and UNIX workstations. When running
an Inventory scan on these workstations, the scan hangs. The exclude mechanism
is not working. Therefore, even when trying to exclude the DFS file systems,
the scan still hangs.
- Additional information:
- The fix introduced by this APAR applies only if, before running an Inventory
scan on your endpoints, you set the environment variable named EXCLUDE_DFS to YES, or create a file named EXCLUDE_DFS under
the inv/SCAN directory.
Scalable Collection Service component does not currently contain any fixed
APARs.
Table 8 lists the APARs that were fixed for Software Distribution:
Table 8. APARs for Software Distribution
Software Distribution,
Version 4.2.3, 4.2.3-TIV-SWDSRV-FP0006 |
None |
|
|
|
|
Software
Distribution Gateway, Version 4.2.3, 4.2.3-TIV-SWDGW-FP0006 |
IZ13885 |
|
|
|
|
Software
Package Editor, Version 4.2.3, 4.2.3-TIV-SWDJPS-FP0006 |
None |
|
|
|
|
Software
Package Editor for Endpoints, Version 4.2.3, 4.2.3-TIV-SWDEP-FP0006 |
IZ13885 |
|
|
|
|
APAR IZ13885
- Abstract:
- Software distribution installation not working on iSeries in Configuration
Manager 423 Fix Pack 4
- Error Description:
- Configuration Manager is unable to perform any software distribution
installation on iSeries endpoints. The installation is submitted using the winstsp command, the spd_eng is spawned on the endpoint,
but the job fails.
Table 9 lists the APARs that were fixed for Activity Planner:
APAR IZ09864
- Abstract:
- APM editor: list of software packages not displayed in alphabetical
order
- Error Description:
- The Activity Plan Editor should display the list of the software packages
in alphabetical order, to make the software package search much easier.
Change Manager component does not currently contain any fixed APARs.
The Web Interface component does not currently contain any fixed APARs.
Table 10 lists the APARs that were fixed for Tivoli Web Gateway:
APAR IZ13733
- Abstract:
- JAVA.LANG.UNSATISFIEDLINKERROR during the startup of the
results collector servlet
- Error Description:
- When installing Tivoli Configuration Manager on the Tivoli Web Gateway
component, the Windows 2003 operating system is not recognized as a valid
platform.
Resource Manager component does not currently contain any fixed APARs.
Install this component because fixes have been released for some quality improvements.
Pristine Manager component does not currently contain any fixed APARs.
Patch Management component does not currently contain any fixed APARs.
Install this component because fixes have been released for some quality improvements.
Query Directory for Microsoft Active Directory - Command Line Interface
component does not currently contain any fixed APARs. Install this component
because fixes have been released for some quality improvements.
Query Directory for Microsoft Active Directory component does not currently
contain any fixed APARs. Install this component because fixes have been released
for some quality improvements.
CM Extension for Tivoli License Manager component does not currently contain
any fixed APARs. Install this component because fixes have been released for
some quality improvements.
CM Endpoint Extension component does not currently contain any fixed APARs.
Install this component because fixes have been released for some quality improvements.
The following APARS and defects were shipped in the previous fix packs
and interim fixes.
Table 15. Inventory APARs included from 4.2.3-TCM-FP02
Inventory, Version
4.2.3, 4.2.3-INV-FP02 and 4.2.3-INVGW-FP02 |
IY77378 |
IY78108 |
IY78940 |
IY79236 |
IY79372 |
IY80066 |
IY80608 |
IY80625 |
IY80837 |
IY80912 |
IY81297 |
IY81359 |
IY81437 |
IY81772 |
IY81879 |
IY82061 |
IY82415 |
IY82479 |
IY82635 |
IY82964 |
IY83074 |
IY82977 |
IY83087 |
IY83181 |
IY83338 |
IY84170 |
IY84708 |
IY84735 |
IY84736 |
IY84739 |
IY84876 |
IY85317 |
IY85496 |
|
|
Table 18. Inventory APARs included from 4.2.3.TIV-TCM-FP0003
Inventory, Version
4.2.3, 4.2.3-TIV-INV-FP0003 and 4.2.3-TIV-INVGW-FP0003 |
IY84371 |
IY86231 |
IY86274 |
IY88194 |
IY89503 |
IY89573 |
IY89732 |
IY89795 |
IY89973 |
IY90238 |
IY90360 |
IY90869 |
IY90993 |
IY91031 |
IY91186 |
IY91237 |
IY91440 |
IY91547 |
IY91674 |
IY92105 |
IY92128 |
IY92385 |
IY92618 |
|
|
Table 28. Software Distribution APARs and internal defects included from 4.2.3-TCM-0001
Software Distribution,
Version 4.2.3, 4.2.3-SWDSRV-0001 |
IY70587 |
IY70596 |
IY73905 |
IY71192 |
IY71401 |
IY71403 |
IY71443 |
IY71461 |
IY71795 |
IY72216 |
IY72454 |
54846 |
55063 |
55194 |
55275 |
|
|
|
Software
Distribution Gateway, Version 4.2.3, 4.2.3-SWDGW-0001 |
IY68380 |
|
|
IY69280 |
IY70198 |
IY70495 |
IY71010 |
IY71192 |
IY71983 |
IY71991 |
IY72454 |
IY72698 |
IY72786 |
55063 |
55194 |
55275 |
|
|
|
|
|
Software
Package Editor, Version 4.2.3, 4.2.3-SWDJPS-0001 |
IY67885 |
IY72632 |
|
|
|
|
Software
Package Editor for Endpoints, Version 4.2.3, 4.2.3-SWDEP-0001 |
IY68380 |
IY69280 |
IY70198 |
IY70495 |
IY71010 |
IY71991 |
IY72698 |
IY72490 |
IY72786 |
Table 29. Software Distribution APARs and internal defects included from 4.2.3-TCM-FP01
Software Distribution,
Version 4.2.3, 4.2.3-SWDSRV-FP01 |
IY73006 |
IY73540 |
IY74170 |
IY74230 |
IY74344 |
IY74847 |
IY75068 |
IY75474 |
IY75754 |
IY76041 |
IY76315 |
|
54100 |
55566 |
55783 |
55828 |
55829 |
55830 |
55839 |
55877 |
|
Software
Distribution Gateway, Version 4.2.3, 4.2.3-SWDGW-FP01 |
IY74170 |
IY74578 |
IY74585 |
IY74764 |
IY74801 |
IY75236 |
IY75754 |
IY76041 |
|
54100 |
55566 |
55783 |
Software
Package Editor, Version 4.2.3, 4.2.3-SWDJPS-FP01 |
IY76041 |
|
|
Software
Package Editor for Endpoints, Version 4.2.3, 4.2.3-SWDEP-FP01 |
IY74392 |
|
|
Table 30. Software Distribution APARs included from 4.2.3-TCM-0002
Software Distribution,
Version 4.2.3, 4.2.3-SWDSRV-F1P1 |
IY76698 |
IY77526 |
IY77936 |
IY78598 |
IY78973 |
Software Distribution
Gateway, Version 4.2.3, 4.2.3-SWDGW-F1P1 |
IY75263 |
IY76010 |
IY76694 |
IY77516 |
IY77601 |
IY77602 |
IY78195 |
IY78976 |
|
|
Software Package
Editor, Version 4.2.3, 4.2.3-SWDJPS-F1P1 |
IY76008 |
IY77833 |
|
|
|
Software Package
Editor for Endpoints, Version 4.2.3, 4.2.3-SWDEP-F1P1 |
IY76008 |
IY76488 |
IY77508 |
IY77833 |
IY78976 |
Table 31. Software Distribution APARs included from 4.2.3-TCM-0003
Software Distribution,
Version 4.2.3, 4.2.3-SWDSRV-F1P2 |
IY79792 |
IY80807 |
IY80811 |
|
|
Software Distribution
Gateway, Version 4.2.3, 4.2.3-SWDGW-F1P2 |
IY81773 |
|
|
|
|
Software Package
Editor, Version 4.2.3, 4.2.3-SWDJPS-F1P2 |
None |
|
|
|
|
Software Package
Editor for Endpoints, Version 4.2.3, 4.2.3-SWDEP-F1P1 |
IY80762 |
|
|
|
|
Table 32. Software Distribution APARs included from 4.2.3-TCM-FP02
Software Distribution,
Version 4.2.3, 4.2.3-SWDSRV-FP02 |
IY77018 |
IY77069 |
IY77071 |
IY77687 |
IY78897 |
IY79008 |
IY80104 |
IY80472 |
IY80616 |
IY80647 |
IY81040 |
IY81283 |
IY81596 |
IY81621 |
IY81968 |
IY82317 |
IY82563 |
IY82581 |
IY83183 |
IY83456 |
IY83758 |
IY85493 |
|
|
|
Software
Distribution Gateway, Version 4.2.3, 4.2.3-SWDGW-FP02 |
IY75145 |
IY76100 |
IY76968 |
IY77261 |
IY77363 |
IY77687 |
IY77689 |
IY78072 |
IY79151 |
IY80647 |
IY80648 |
IY81144 |
IY81540 |
IY81596 |
IY81773 |
IY82317 |
IY82467 |
IY82563 |
IY82975 |
IY83339 |
IY83340 |
IY83456 |
IY83527 |
IY84105 |
IY85098 |
Software
Package Editor, Version 4.2.3, 4.2.3-SWDJPS-FP02 |
IY77361 |
IY81040 |
|
|
|
Software
Package Editor for Endpoints, Version 4.2.3, 4.2.3-SWDEP-FP02 |
IY76100 |
IY76968 |
IY77261 |
IY77361 |
IY77689 |
IY78072 |
IY79151 |
IY80647 |
IY80648 |
IY81040 |
IY81144 |
IY82317 |
IY82467 |
IY82563 |
IY83456 |
IY83462 |
IY83508 |
|
|
|
Table 35. Software Distribution APARs included from 4.2.3-TIV-TCM-FP0003
Software Distribution,
Version 4.2.3, 4.2.3-TIV-SWDSRV-FP0003 |
IY86341 |
IY87352 |
IY89298 |
IY89665 |
IY90438 |
IY90443 |
IY90445 |
IY90955 |
IY91076 |
IY91436 |
IY91469 |
IY92137 |
IY92678 |
|
|
Software
Distribution Gateway, Version 4.2.3, 4.2.3-TIV-SWDGW-FP0003 |
IY89709 |
IY89761 |
IY90729 |
|
|
Software
Package Editor, Version 4.2.3, 4.2.3-TIV-SWDJPS-FP0003 |
None |
|
|
|
|
Software
Package Editor for Endpoints, Version 4.2.3, 4.2.3-TIV-SWDEP-FP0003 |
IY86341 |
IY89709 |
IY89761 |
IY90147 |
IY90729 |
Table 36. Software Distribution APARs included from 4.2.3-TIV-TCM-FP0004
Software Distribution,
Version 4.2.3, 4.2.3-TIV-SWDSRV-FP0004 |
IY92117 |
IY93503 |
IY95003 |
|
|
Software
Distribution Gateway, Version 4.2.3, 4.2.3-TIV-SWDGW-FP0004 |
IY92683 |
IY94555 |
IY94960 |
IY95411 |
|
Software
Package Editor, Version 4.2.3, 4.2.3-TIV-SWDJPS-FP0004 |
None |
|
|
|
|
Software
Package Editor for Endpoints, Version 4.2.3, 4.2.3-TIV-SWDEP-FP0004 |
IY95411 |
|
|
|
|
Table 37. Software Distribution APARs included from 4.2.3-TIV-TCM-FP0005
Software Distribution,
Version 4.2.3, 4.2.3-TIV-SWDSRV-FP0005 |
None |
|
|
|
|
Software
Distribution Gateway, Version 4.2.3, 4.2.3-TIV-SWDGW-FP0005 |
IZ00655 |
IZ01027 |
IZ01595 |
IZ01673 |
IZ04234 |
Software
Package Editor, Version 4.2.3, 4.2.3-TIV-SWDJPS-FP0005 |
IZ03869 |
|
|
|
|
Software
Package Editor for Endpoints, Version 4.2.3, 4.2.3-TIV-SWDEP-FP0005 |
IZ01027 |
IZ01595 |
IZ01673 |
|
|
[ Top of Page | Previous Page | Next Page | Contents ]