环境:
操作系统: AIX 5300-09
集群软件: CRS 10.2.0.1
数据库: Oracle 10.2.0.1
构建AIX平台下RAC 依据共享存储的使用方式可以分两种:
1、建立基于并发卷组(VG concurrent)的共享存储
2、建立基于ASM下的RAW的共享存储
如下图所示:
本案例是用于基于VG Concurrent 的共享存储:
|
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
|
在添加了vote disk后,主机重新启动后,出现以下错误,并且CRS service启动失败:[[email protected]: /]#crsctl query css votedisk 0. 0 /dev/rrac_vote
1. 0 0
2. 0 0
3. 0 0
4. 0 0
5. 0 0
located 6 votedisk(s).
删除错误的磁盘:Cluster is not in a ready state for online disk removal
no votedisk found matching path specified 5.
successful deletion of votedisk 0.
[[email protected]: /]#crsctl query css votedisk 0. 0 /dev/rrac_vote
1. 0 0
2. 0 0
3. 0 0
4. 0 0
located 5 votedisk(s).
successful deletion of votedisk 0.
successful deletion of votedisk 0.
successful deletion of votedisk 0.
[[email protected]: /]#crsctl query css votedisk 0. 0 /dev/rrac_vote
1. 0 0
located 2 votedisk(s).
successful deletion of votedisk 0.
删除成功:[[email protected]: /]#crsctl query css votedisk 0. 0 /dev/rrac_vote
located 1 votedisk(s).
[[email protected]@ /]#crsctl query css votedisk 0. 0 /dev/rrac_vote
located 1 votedisk(s)
重新启动crs service:[[email protected]@ /]#crsctl start crsAttempting to start CRS stack The CRS stack will be started shortly[[email protected]@ /]#crsctl check crsCSS appears healthyCRS appears healthyEVM appears healthy[[email protected]@ /]#crsctl start crsAttempting to start CRS stack The CRS stack will be started shortly[[email protected]@ /]#crsctl check crsCSS appears healthyCRS appears healthyEVM appears healthy ---CRS service启动成功!
|
本文转自 客居天涯 51CTO博客,原文链接:http://blog.51cto.com/tiany/1576545,如需转载请自行联系原作者