A fix is available
APAR status
Closed as program error.
Error description
db2fodc -perf gets syntax errors during the collection process, and fails to capture information properly such as vmstat on the HP-UX platform.
Local fix
Copy the file sqllib/bin/db2cos_perf to sqllib/adm/db2cos_perf , and change the 'double equals' ( == ) in the following lines to a single equals ( = ) : if [ $function == "run_snapshot" ]; then if [ $tool_to_run == "run_vmstat" ]; then elif [ $tool_to_run == "run_iostat" ]; then if [ $tool_to_run == "run_snapshot" ]; then if [ $function == "run_snapshot" ]; then ie text should appear as follows : if [ $function = "run_snapshot" ]; then if [ $tool_to_run = "run_vmstat" ]; then elif [ $tool_to_run = "run_iostat" ]; then if [ $tool_to_run = "run_snapshot" ]; then if [ $function = "run_snapshot" ]; then
Problem summary
**************************************************************** * USERS AFFECTED: * * DB2 * **************************************************************** * PROBLEM DESCRIPTION: * * See Error Description * **************************************************************** * RECOMMENDATION: * * Upgrade to db2_v101fp2 * ****************************************************************
Problem conclusion
db2_v101fp2
Temporary fix
Comments
APAR Information
APAR number
IC87839
Reported component name
DB2 FOR LUW
Reported component ID
DB2FORLUW
Reported release
A10
Status
CLOSED PER
PE
NoPE
HIPER
NoHIPER
Special Attention
NoSpecatt
Submitted date
2012-11-04
Closed date
2013-02-11
Last modified date
2013-02-11
APAR is sysrouted FROM one or more of the following:
APAR is sysrouted TO one or more of the following:
Fix information
Fixed component name
DB2 FOR LUW
Fixed component ID
DB2FORLUW
Applicable component levels
RA10 PSN
UP
Rate this page:
Average rating
Copyright and trademark information
IBM, the IBM logo and ibm.com are trademarks of International Business Machines Corp., registered in many jurisdictions worldwide. Other product and service names might be trademarks of IBM or other companies. A current list of IBM trademarks is available on the Web at "Copyright and trademark information" at www.ibm.com/legal/copytrade.shtml.