设为首页 加入收藏

TOP

RAC安装需要额外注意的问题(一)
2019-02-16 06:08:12 】 浏览:382
Tags:RAC 安装 需要 额外 注意 问题

硬件需求:系统内存最少8g,swape空间至少8g,OCR磁盘组最少39g。
需要额外执行操作
su - oracle
ulimit -s 10240 --对当前会话生效,但对同一时间的其他会话不生效,除新会话之外
ulimit -a 校验(-s选项值)
su - grid
ulimit -s 10240
ulimit -a 校验(-s选项值)
安装前grid的环境变量中不需要设置ORACEL_HOME,安装成功后,再次添加ORACLE_HOME变量。
节点一:将grid压缩包解压到ORACLE_HOME中,
节点二:无须解压grid的zip文件,保证ORACLE_HOME下没有文件或文件夹。
与11gRAC安装不同的是,11g RAC中可以自己选择grid用户的ORACLE_HOME,
而12cRAC安装时,强制指定ORACLE_HOME为软件解压位置,且无法修改。
虚拟机vmware,除增加磁盘共享配置(disk.locking="FALSE")外,还需要添加 disk.EnableUUID="TRUE"
如果不加,会导致rac环境安装前的检查报错
(
Verification WARNING result on node: 12c-rac01  Details: 
 - 
PRVG-0805 : Signature for storage path "/dev/oracleasm/disks/OCR" could not be determined on node "12c-rac01".  - Cause:  An error occurred while attempting to determine the storage signature of the indicated path. Accompanying messages provide further details.  - Action:  Resolve the issues described in any accompanying messages and retry. 
 - 
PRVG-2078 :
 Execution of command "/usr/sbin/cvuqdisk -sign2" on node "12c-rac01" for disk "/dev/sdb1" showed there was no UUID in the disk label.  
- Cause:  An attempt to retrieve the universally unique ID (UUID) for the indicated disk on the node shown using the indicated command in order to check for sharedness across nodes determined that the disk did not have a UUID. Sharedness could not be checked for this device.  
- Action:  To check sharedness for the indicated device, assigned it a UUID using the commands specific to the platform and retry the sharedness check. Alternatively, select a different device with a UUID for shared access and verify sharedness for that disk. 
 - 
PRVG-2078 : Execution of command "/usr/sbin/cvuqdisk -sign" on node "12c-rac01" for disk "/dev/sdb1" showed there was no UUID in the disk label.  
- Cause:  An attempt
首页 上一页 1 2 3 下一页 尾页 1/3/3
】【打印繁体】【投稿】【收藏】 【推荐】【举报】【评论】 【关闭】 【返回顶部
上一篇安装和使用mariadb 下一篇MySQL复制数据库

最新文章

热门文章

Hot 文章

Python

C 语言

C++基础

大数据基础

linux编程基础

C/C++面试题目