Fixes are available
APAR status
Closed as program error.
Error description
PROBLEM DESCRIPTION: No data is displayed for any of the AIX WPAR workspaces. The problem occurs when a WPAR has multiple IP addresses. The following message appears in the aixdp_daemon log files: (Thu Sep 20 01:08:28 2012.0015-1:aixtranslator.c,2757,"ux_CollectData") Data collection failed for attribute group 29:WPAR_Information (Thu Sep 20 01:08:28 2012.0016-1:aixtranslator.c,2758,"ux_CollectData") Exit: 0x0 (Thu Sep 20 01:08:28 2012.0017-1:aixdp_daemon.cpp,2148,"reply_wpar_information_reques t") Data collection failure ENVIRONMENT: IBM Tivoli Monitoring UNIX OS Agent v6.2.3 RECREATE INSTRUCTIONS: Create a WPAR with multiple IP addresses. When a WPAR has multiple IP addresses, this command will return more than one address: /usr/sbin/lswpar -Nqca address <WPAR name> Approver Initials: GDC
Local fix
1) cd $CANDLEHOME/aix526/ux/bin 2) cp -p aixDataProvider.pl aixDataProvider.pl.orig 3) Edit the aixDataProvider.pl file to match these changes: # diff -w aixDataProvider.pl aixDataProvider.pl.orig 2953c2953 < my @part6 = `/usr/bin/perl -T /usr/sbin/lswpar -Nqca address $name 2>/dev/null`; --- > my $part6 = `/usr/bin/perl -T /usr/sbin/lswpar -Nqca address $name 2>/dev/null`; 2955d2954 < 2966c2965 < $part6[0] =~ s/\n/,/; --- > $part6 =~ s/\n/,/; 2992c2991 < my $all = $part1 . $part2 . $part3 . $part4 . $part5 . $part6[0] . "\n"; --- > my $all = $part1 . $part2 . $part3 . $part4 . $part5 . $part6 . "\n";
Problem summary
DATA NOT COLLECTED FOR WPAR
Problem conclusion
The fix for this APAR is going to be included in the following maintenance vehicle: | fix pack | 6.2.3-TIV-ITM-FP0004
Temporary fix
Comments
APAR Information
APAR number
IV31251
Reported component name
ITM AGENT UNIX
Reported component ID
5724C040U
Reported release
623
Status
CLOSED PER
PE
NoPE
HIPER
NoHIPER
Special Attention
NoSpecatt
Submitted date
2012-11-02
Closed date
2012-12-27
Last modified date
2012-12-27
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
ITM AGENT UNIX
Fixed component ID
5724C040U
Applicable component levels
R623 PSY
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.