Patch Name: PHCO_30438 Patch Description: s700_800 11.23 IO Tree WBEM provider cumulative patch Creation Date: 04/03/12 Post Date: 04/04/09 Hardware Platforms - OS Releases: s700: 11.23 s800: 11.23 Products: N/A Filesets: OS-Core.CMDS-WBEM,fr=B.11.23,fa=HP-UX_B.11.23_IA,v=HP Automatic Reboot?: No Status: General Release Critical: No Category Tags: defect_repair general_release manual_dependencies Path Name: /hp-ux_patches/s700_800/11.X/PHCO_30438 Symptoms: PHCO_30438: ( SR:8606328942 CR:JAGae90079 ) Over a period of time, the cimserver process might run out of file descriptors. This would cause failures when attempting to query the cimserver through a WBEM client. One common failure would be authentication failures. ( SR:8606328943 CR:JAGae90080 ) The IO Tree Provider prints messages such as - "0/1/1/0:No device information associated with this hardware path", on the console. These messages are not indicative of an error and should not be printed on the console. ( SR:8606347205 CR:JAGaf08029 ) The IO Tree Provider might report some platform management devices, such as "Core I/O Adapter", "IPMI Controller" and "Acpi Hardware", as PCI devices when queried for instances of HPUX_PCIDevice by a WBEM client. Defect Description: PHCO_30438: ( SR:8606328942 CR:JAGae90079 ) The IO Tree WBEM Provider causes a gradual leak of file descriptors. This can happen when a WBEM client repeatedly queries for PCI slot and card information, which are handled by the IO Tree Provider. Since the number of file descriptors allowable to a process is limited, the parent cimserver process will eventually not be able to open any files. At that point, the only solution is to restart the cimserver. Resolution: The fix is to ensure that the IO Tree Provider always closes any files it opens, before returning control to the cimserver. This must be done for every request. ( SR:8606328943 CR:JAGae90080 ) The IO Tree Provider has some debug print statements that are enabled in the non-debug version of the provider. Resolution: The resolution is to ensure that all debug print statements are enabled only in the debug version of the provider. ( SR:8606347205 CR:JAGaf08029 ) On some platforms, platform management devices such as "Core I/O Adapter", "IPMI Controller" and "ACPI Hardware" are reported by commands such as ioscan, even though they cannot be directly accessed by the OS. The IO Tree Provider reports such devices as instances of the HPUX_PCIDevice class and returns incorrect values for some of the properties. Resolution: The fix is to filter out devices that are not claimed by PCI drivers in the IO Tree Provider. These devices will not be reported as instances of the HPUX_PCIDevice class. Enhancement: No SR: 8606328942 8606328943 8606347205 Patch Files: OS-Core.CMDS-WBEM,fr=B.11.23,fa=HP-UX_B.11.23_IA,v=HP: /opt/interconnect/wbem_providers/io/libIOTreeProvider.1 what(1) Output: OS-Core.CMDS-WBEM,fr=B.11.23,fa=HP-UX_B.11.23_IA,v=HP: /opt/interconnect/wbem_providers/io/libIOTreeProvider.1: IOTreeProvider.C $Date: 2004/02/19 11:38:52 $Revisio n: r11.23/1 PATCH_11.23 (PHCO_30438) ioscan_olar.c $Date: 2004/02/19 11:40:20 $Revision: r11.23/1 PATCH_11.23 (PHCO_30438) cksum(1) Output: OS-Core.CMDS-WBEM,fr=B.11.23,fa=HP-UX_B.11.23_IA,v=HP: 2832087261 397096 /opt/interconnect/wbem_providers/io/ libIOTreeProvider.1 Patch Conflicts: None Patch Dependencies: None Hardware Dependencies: None Other Dependencies: The product update PHCO_30111 must also be installed to completely resolve the file descriptor leak problem - 8606328942/JAGae90079. Supersedes: None Equivalent Patches: None Patch Package Size: 140 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 PHCO_30438 5. Run swinstall to install the patch: swinstall -x autoreboot=true -x patch_match_target=true \ -s /tmp/PHCO_30438.depot By default swinstall will archive the original software in /var/adm/sw/save/PHCO_30438. If you do not wish to retain a copy of the original software, include the patch_save_files option in the swinstall command above: -x patch_save_files=false WARNING: If patch_save_files is false when a patch is installed, the patch cannot be deinstalled. Please be careful when using this feature. For future reference, the contents of the PHCO_30438.text file is available in the product readme: swlist -l product -a readme -d @ /tmp/PHCO_30438.depot To put this patch on a magnetic tape and install from the tape drive, use the command: dd if=/tmp/PHCO_30438.depot of=/dev/rmt/0m bs=2k Special Installation Instructions: None