姿姿霸霸~~!
貴在堅持!
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
閱讀(222)
評論(0)
編輯
收藏
所屬分類:
oracle-asm
新用戶注冊
刷新評論列表
只有注冊用戶
登錄
后才能發表評論。
網站導航:
博客園
IT新聞
Chat2DB
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
搜索
積分與排名
積分 - 117724
排名 - 499
最新評論
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擴展段(18101)
2.?解決ORA-00600: 內部錯誤代碼, 參數: [4194], [15], [8](9797)
3.?去除空格的js 和 使用正則表達式替換(8986)
4.?aop攔截springmvc的action不成功!(已解決)(7672)
5.?判斷一個JS對象是否為空(6747)
評論排行榜
1.?aop攔截springmvc的action不成功!(已解決)(11)
2.?使用spring發送郵件(4)
3.?計算任何一天是星期幾的算法(拿來主義)(3)
4.?JAVA中日期的問題(3)
5.?j2EE中的過濾器的用法(過濾亂碼)(2)
Copyright ©2025 xrzp Powered By
博客園
模板提供:
滬江博客
主站蜘蛛池模板:
徐州市
|
萨迦县
|
鲁甸县
|
德州市
|
合肥市
|
绥滨县
|
德令哈市
|
普格县
|
平定县
|
内乡县
|
保定市
|
清远市
|
孟村
|
石林
|
呼伦贝尔市
|
密云县
|
沽源县
|
遵义县
|
江门市
|
昭通市
|
扶沟县
|
淮安市
|
清流县
|
南开区
|
措美县
|
沂南县
|
黑河市
|
海原县
|
新田县
|
金山区
|
奇台县
|
京山县
|
根河市
|
冕宁县
|
岢岚县
|
石阡县
|
博乐市
|
武安市
|
米易县
|
建水县
|
阿瓦提县
|