oracle 11g for aix 5L 配置asm时遇到的问题(following OS capabilities)
在oracle 11g 上第一步配置css时,就出现以下错误
# ./localconfig add
Error : Please change the CSS_ORACLE_USER id
1
看了下官方安装文档,需要按以下方法设置
# chuser capabilities=CAP_BYPASS_RAC_VMM,CAP_PROPAGATE,CAP_NUMA_ATTACH ora11g
# lsuser -a capabilities ora11g
ora11g capabilities=CAP_BYPASS_RAC_VMM,CAP_PROPAGATE,CAP_NUMA_ATTACH
修改用户参数后,配置css成功
# ./localconfig add
/etc/oracle does not exist. Creating it now.
Successfully accumulated necessary OCR keys.
Creating OCR keys for user 'root', privgrp 'system'..
Operation successful.
Configuration for local CSS has been initialized
Cleaning up Network socket directories
Setting up Network socket directories
Adding to inittab
Startup will be queued to init within 30 seconds.
Checking the status of new Oracle init process...
Expecting the CRS daemons to be up within 600 seconds.
Cluster Synchronization Services is active on these nodes.
cluster2
Cluster Synchronization Services is active on all the nodes.
Oracle CSS service is installed and running under init(1M)
#