*************************************************************** {COPYRIGHT-TOP} * Licensed Materials - Property of IBM * Restricted Materials of IBM * IBM Tivoli Usage and Accounting Manager * 5724-O33, 5765-UAV, 5765-UA7, 44E7863 * (c) Copyright IBM Corp. 2004, 2007 All Rights Reserved. * * US Government Users Restricted Rights - Use, duplication or * disclosure restricted by GSA ADP Schedule Contract with * IBM Corp. **************************************************************** {COPYRIGHT-END} Interim Fix ... for SCCM 2101 This interim fix was created to solve the following set of issues 1. MEMORY TSAM RATE description updated in offerings.xml to change GB to MB 2. PadIdentifier not working when length specified is bigger than identifier length 3. Source feed for Ident is set to unknown in cimsloadtracking when resourceutilization data is loaded. 4. schema name excluded from creation of tmp tables and scratbackup002 5. Various issues with use of regex in job files 6. Rate code showing 8th digit as 0 in summary table and UI 7. sc tables not importing via job file 8. Jobs only work for sco schema whenusing SQL Server database 9. HMC Collector: Add LPAR states Prerequisites You must be running SCCM 2.1.0.1 Installation Instructions How to install the patch 1. Unzip the zip file to a temporary directory. 2. For Windows 3. Open a DOS command window and cd to the temporary directory. 4. Type applyFix.bat (If eWAS web server security is enabled, pass the username and password for eWAS to the script, i.e. applyFix.bat username password) 5. For Linux, Unix 6. Open a shell and cd to the temporary directory. 7. Change the rights to applyFix.sh by typing chmod u+x applyFix.sh 8. Type ./applyFix.sh (If eWAS web server security is enabled, pass the username and password for eWAS to the script, i.e. ./applyFix.sh username password) How to uninstall the patch 1. Unzip the zip file to a temporary directory. 2. For Windows 3. Open a DOS command window and cd to the temporary directory. 4. Type undoFix.bat (If eWAS web server security is enabled, pass the username and password for eWAS to the script, i.e. ./undoFix.sh username password) 5. For Linux, Unix 6. Open a shell and cd to the temporary directory. 7. Change the rights to undoFix.sh by typing chmod u+x undoFix.sh 8. Type ./undoFix.sh (If eWAS web server security is enabled, pass the username and password for eWAS to the script, i.e. ./undoFix.sh username password) NOTE: The fix will stop the eWAS web server, copy the updated program files, and then restart the web server. If security is turned on for the web server, you may be prompted for a user name and password when the update attempts to stop the web server.