Date: 2011-07-21 OS: Solaris Sparc OS Version: 5.9 5.10 Etrack Incidents:2239412, 2233999, 2258594, 2216466, 2258391, 2262336, 2289522, 2293985, 2313899, 2341120 Errors/Problems Fixed: (2239412) system panics while writing to cfs share exported as NFS to ESX server4.1. (2233999) Unable to create file snapshot, Device busy (2258594) dedup extent reshare may cause fsck errors (2216466) Stress test with Selinux enforcing mode is exited due to errno13 (EACESS:permission denid) on Rhel6. (2258391) Man page is not available for vxfilesnap on Rhel6. (2262336) CFS stress test got kernel panic on Rhel6. (2289522) Time and Size issues on fsppadm query (2293985) The system becomes unresponsive during SPECsfs runs for 6.0 SPRINT3 on SLES11SP1 (2313899) Reduce the sizze of vx_inode structure for Linux. (2341120) Cloned win2k8 Image failed to boot with "windows could not parse the unattended answer file". Patch Installation Instructions: -------------------------------- VRTSvxfs 5.1 patch must be installed first before applying this patch. For the Solaris 10 release, refer to the online manual pages for instructions on using 'patchadd' and 'patchrm' scripts provided with Solaris. Any other special or non-generic installation instructions should be described below as special instructions. The following example installs a patch to a standalone machine: example# patchadd /var/spool/patch/110434-07 The following example removes a patch from a standalone system: example# patchrm 104945-02 For additional examples please see the appropriate manual pages. Special Install Instructions: ----------------------------- Sun introduced a page ordering vnode optimization in Solaris 9 and 10. The optimization includes a new vnode flag, VMODSORT, which when turned on indicates that the Virtual Memory (VM) should maintain the v_pages list in an order depending on if a page is modified or unmodified. Veritas File System (VxFS) can now take advantage of that flag, which can result in significant performance improvements on operations that depend on flushing, such as fsync. This optimization requires the fixes for Sun BugID's 6393251 and 6538758 which are included in the Solaris kernel patch listed below. Enabling VxFS VMODSORT functionality without the correct OS kernel patches can result in data corruption. Required operating system patches: (Solaris 10 SPARC) 127111-01 (or greater) dependent patches: 120011-14 (or greater) To enable VxFS VMODSORT functionality, the following line must be added to the /etc/system file after the vxfs forceload: set vxfs:vx_vmodsort=1 * enable vxfs vmodsort To disable VxFS VMODSORT functionality, the following line must be added to the /etc/system file after the vxfs forceload: set vxfs:vx_vmodsort=0 * disable vxfs vmodsort You need to use the shutdown command to reboot the system after patch installation or de-installation: shutdown -g0 -y -i6