姿姿霸霸~~!
贵在坚持!
BlogJava
首页
新文章
新随笔
聚合
管理
posts - 106, comments - 50, trackbacks - 0
解决配置Oracle ASM的一个问题
配置 ASMLib,遇到一个问题,如图:
可能的问题:
1.linux的
selinux
没有关闭
2.驱动不对.
1.关闭selinux
vi
/
etc
/
sysconfig
/
selinux
#
This file controls the state of SELinux on the system.
# SELINUX= can take one of these three values:
# enforcing - SELinux security policy is enforced.
# permissive - SELinux prints warnings instead of enforcing.
# disabled - SELinux is fully disabled.
SELINUX
=
disabled
#
SELINUXTYPE= type of policy in use. Possible values are:
# targeted - Only targeted network daemons are protected.
# strict - Full SELinux protection.
SELINUXTYPE
=
targeted
再重启:
[root
@rac1
~
]
#
setenforce 0
[root
@rac1
~
]
#
/usr/sbin/sestatus
[root
@rac1
~
]
#
reboot
2.如果第一个不能解决问题,再查看驱动是否正确.
[root
@rac1
~
]
#
ll
total
2084
drwxr
-
xr
-x
2
root root
4096
Dec
5
15
:
37
Desktop
-
rw
-
r
--
r
--
1
root root
1462
Dec
5
15
:
29
anaconda
-
ks
.
cfg
-
rw
-
r
--
r
--
1
root root
54768
Dec
5
15
:
29
install
.
log
-
rw
-
r
--
r
--
1
root root
69369
Dec
5
15
:
29
install
.
log
.
syslog
-
rwxrwxr
-x
1
root root
330867
Dec
6
00
:
43
ocfs2
-
2.6
.
9
-
78
.
EL
-
1.2
.
9
-
1
.
el4
.
i686
.
rpm
-
rwxrwxr
-x
1
root root
1044312
Dec
6
00
:
53
ocfs2
-
tools
-
1.2
.
7
-
1
.
el4
.
i386
.
rpm
-
rwxrwxr
-x
1
root root
173056
Dec
6
00
:
51
ocfs2console
-
1.2
.
7
-
1
.
el4
.
i386
.
rpm
-
rwxrwxr
-x
1
root root
132372
Dec
5
21
:
09
oracleasm
-
2.6
.
9
-
78
.
EL
-
2.0
.
5
-
1
.
el4
.
i686
.
rpm
-
rwxrwxr
-x
1
root root
82542
Dec
5
21
:
11
oracleasm
-
support
-
2.1
.
3
-
1
.
el4
.
i386
.
rpm
-
rwxrwxr
-x
1
root root
13105
Dec
5
21
:
11
oracleasmlib
-
2.0
.
4
-
1
.
el4
.
i386
.
rpm
注意标黄色的这个驱动应该为:
oracleasm-2.6.9-78.ELsmp-2.0.5-1.el4.i686.rpm
..
去oracle官网上找到该驱动并下载下来,重新安装.
[root
@rac1
~
]
#
rpm -ivh oracleasm-2.6.9-78.ELsmp-2.0.5-1.el4.i686.rpm
warning
:
oracleasm
-
2.6
.
9
-
78
.
ELsmp
-
2.0
.
5
-
1
.
el4
.
i686
.
rpm
:
V3 DSA signature
:
NOKEY
,
key ID b38a8516
Preparing
#
########################################## [100%]
1
:
oracleasm
-
2.6
.
9
-
78
.
ELsm
#
########################################## [100%]
搞定:
posted on 2010-12-07 00:43
xrzp
阅读(212)
评论(0)
编辑
收藏
所属分类:
oracle-asm
新用户注册
刷新评论列表
只有注册用户
登录
后才能发表评论。
网站导航:
博客园
IT新闻
知识库
C++博客
博问
管理
<
2010年12月
>
日
一
二
三
四
五
六
28
29
30
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
1
2
3
4
5
6
7
8
常用链接
我的随笔
我的评论
我的参与
最新评论
留言簿
(4)
给我留言
查看公开留言
查看私人留言
随笔分类
db2(2)
JAVA(29)
js(9)
linux/unix(7)
oracle-asm(1)
oracle-rac(5)
oracle-优化(5)
oracle-基础(31)
oracle-备份恢复(16)
存储(2)
随笔档案
2012年4月 (1)
2011年11月 (2)
2011年10月 (13)
2011年9月 (1)
2011年8月 (2)
2011年7月 (2)
2011年6月 (5)
2011年5月 (16)
2011年4月 (3)
2011年1月 (1)
2010年12月 (8)
2010年7月 (1)
2010年6月 (3)
2010年5月 (3)
2010年1月 (1)
2009年9月 (1)
2009年4月 (3)
2009年3月 (1)
2008年10月 (2)
2008年9月 (1)
2008年8月 (3)
2008年7月 (1)
2008年4月 (1)
2008年3月 (1)
2008年2月 (1)
2007年7月 (2)
2007年6月 (1)
2007年5月 (7)
2007年4月 (1)
2007年3月 (2)
2007年1月 (12)
2006年12月 (1)
2006年10月 (3)
好友的blog
霸霸的blog
风风的BLOG
搜索
积分与排名
积分 - 116440
排名 - 500
最新评论
1. re: 解决ORA-00600: 内部错误代码, 参数: [4194], [15], [8][未登录]
谢谢,解决了大问题
--linda
2. re: aop拦截springmvc的action不成功!(已解决)
楼主最后还有用拦截器的方式解决的??????
spring mvc aop 不可以吗??????
--sql吧
3. re: 去除空格的js 和 使用正则表达式替换
dfasfdsa
-- fff fddd
4. re: 什么是table函数(收集)
也就是说,我好不容易达到了你2年前的水平
--Jcat
5. re: db2降低hwm(V9.7)
评论内容较长,点击标题查看
--刘邦
阅读排行榜
1. 解决ORA-30036:无法按8扩展段(18058)
2. 解决ORA-00600: 内部错误代码, 参数: [4194], [15], [8](9759)
3. 去除空格的js 和 使用正则表达式替换(8976)
4. aop拦截springmvc的action不成功!(已解决)(7655)
5. 判断一个JS对象是否为空(6732)
评论排行榜
1. aop拦截springmvc的action不成功!(已解决)(11)
2. 使用spring发送邮件(4)
3. 计算任何一天是星期几的算法(拿来主义)(3)
4. JAVA中日期的问题(3)
5. j2EE中的过滤器的用法(过滤乱码)(2)