问题1:执行安装,编译成功后,执行asmca时,失败,无法成功创建后台相关服务 问题2:os系统重启后,ohasd无法正常启动,css服务失败 原因:11.2.0.1的BUG:/var/tmp/.oracle/npohasd管道文件的权限不正确. 解决:chmod    a+wr   /var/tmp/.oracle/npohasd 附录: CRS-: Oracle High Availability Services startup failed. CRS-: Command Start fa…
来源于: Clusterware Intermittently Hangs And Commands Fail With CRS-184 as Network Socker Files in /tmp/.oracle or /var/tmp/.oracle Gets Deleted (文档 ID 370605.1) APPLIES TO: Oracle Database - Enterprise Edition - Version 10.1.0.2 to 11.1.0.7 [Release 10…
关于 /var/tmp/.oracle 的作用測试 ~---查看 /var/tmp 的权限 [root@lixora var]# ll total 164 ... drwxrwxrwt  3 root root 4096 Oct 31 13:16 tmp [root@lixora .oracle]# ll total 0 srwxrwxrwx 1 oracle10g oinstall 0 Oct 31 14:11 s#12569.1 srwxrwxrwx 1 oracle10g oinstall…
上传补丁包,修改权限 su - oracle mdir /tmp/psu mv p6880880_112319_Linux-x86-64.zip /tmp/psu/mv databasepsu180717_112040_Linux-x86-64.zip /tmp/psusu - root chown oracle.oinstall /tmp/psu -R 查看当前数据库的补丁情况 [oracle@localhost ~]$ $ORACLE_HOME/OPatch/opatch versionOP…
rcrCRS-4124: Oracle High Availability Services startup failed. CRS-4000: Command Start failed, or completed with errors. ohasd failed to start: Inappropriate ioctl for device ohasd failed to start at/u01/app/11.2.0/grid/crs/install/rootcrs.pl line 44…
    Oracle 11gR2 RAC 数据库不能连接(ORA-12537: TNS:connection closed)的解决 [oracle@rac01 ~]$ sqlplus /nolog SQL*Plus: Release 11.2.0.1.0 Production on Wed Aug 29 21:06:10 2012 Copyright (c) 1982, 2009, Oracle.  All rights reserved. SQL> connect system/***@ast…
本文转载自 http://vnimos.blog.51cto.com/2014866/1221361 一.安装前的准备 1.1 确定操作系统环境 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 # cat /etc/redhat-release Red Hat Enterprise Linux Server release 6.2 (Santiago) # uname -a L…
======================================== - 环境:VM12+centos7 x86_64 minimal - 最小化安装的Centos7 - 虚拟机配置- 50G硬盘 - 2G ram + 2G swap ======================================== 说明[root] [oracle] 代表是具体以哪个用户要执行的 一.调整系统 [root] #安装一些必要的软件 ##wget 下载用的 ##unzip 解压oracl…
系统Oracle Linux 6.5,Oracle 11.2.0.1 终于开始安装ASM和RAC的行程了.开始前需要想清楚的几个事情: 如何规划网络配置(配置多网卡,实现连通性,规划内外网,eth0,eth1,vip以及scan ip) 规划共享磁盘配置(在virtualbox中的实现) ASM配置及权限 两个节点的ssh互信配置(为了rac1将介质复制到rac2) ntp的时间同步配置 dns的解析配置,采用了hosts做替代 出现crs问题后的解决办法 Linux下准备工作 vi /etc/…
首先安装CentOS6.0   就不用说了.安装即可.唯一需要注意的就是后面Oracle 11G Installation guide中的Checking the Software Requirements部分,会要求安装一部分软件 这些软件在CentOS6 DVD镜像里都有.可以自己配置个DVD镜像的repos.   检查命令格式如下: rpm -qa | grep 名字 binutils-2.17.50.0.6            ok compat-libstdc++-33-3.2.3…