|
原帖由 zhouwf0726 于 2010-5-10 22:45 发表 ![]()
楼主用了large page?你说的这些权限在10203 crs bp#2以上及10204都是必须的。
On Aix starting with 10203 (BP#2) and 10204, CRS owner on AIX platform
requires some special attributes. Lack of these attributes will cause CRS to
fail to startup.
These attributes are usually set using
# /usr/bin/chuser capabilities=CAP_BYPASS_RAC_VMM,
CAP_PROPAGATE,CAP_NUMA_ATTACH crsha
and can be checked by
# /usr/bin/lsuser -f crsha | grep capabilities
capabilities=CAP_BYPASS_RAC_VMM,CAP_PROPAGATE,CAP_NUMA_ATTACH
CAP_PROPAGATE,CAP_NUMA_ATTACH crsha
*** ANAIR 07/28/08 11:46 am BUSINESS NEED ***
Will help customers configure these things before they run into the problem.
The CVU run before applying the patch should ideally report this.
*** JCREIGHT 07/28/08 12:07 pm RESPONSE ***
@ Looks like this one is critical for AIX
Known Issues for 10.2.0.3 CRS Bundle Patch #2:
These capabilities (CAP_BYPASS_RAC_VMM,CAP_PROPAGATE,CAP_NUMA_ATTACH) are needed now that the CSS daemon runs in realtime to avoid resource constraints. It uses the mlockall subroutine which causes all of the pages mapped by the address space of a process to be memory-resident until unlocked or until the process exits or executes another process image. The definitions of each capability are:
CAP_BYPASS_RAC_VMM - A process has the ability to bypass restrictions on VMM resource usage.
CAP_PROPAGATE - All capabilities are inherited by child processes.
CAP_NUMA_ATTACH - A process has the ability to bind to specific resources.
对,所以How to enable Large Page Feature on AIX-Based Systems [ID 372157.1]
metalinke 文档 确实是少写了一项 呵呵 |
|