软硬件环境:与上一篇文章一致;

集群中增加节点大致分为 4 个步骤:

1. 前期准备阶段;
2. 新节点加入集群(安装 GI 软件);
3. 新节点安装 DB 软件;
4. 给新节点分配实例;

1.前期准备阶段
IP 配置、系统内核配置、安装 RPM 包、 SHELL 限制、分配用户和组、配置用户环境变量、目录创建及授权、配置互信等等一些前期环境准。

[root@vastdata2 ~]#
mkdir -p /u01/app/grid
mkdir -p /u01/app/11.2.0/grid
mkdir -p /u01/app/oracle
chown -R oracle:oinstall /u01
chown -R grid:oinstall /u01/app/grid
chown -R grid:oinstall /u01/app/11.2.0
chmod -R 775 /u01

2.新节点加入集群(安装 GI 软件)
2.1对新节点做安装前的检查

[grid@vastdata4 ~]$ cluvfy stage -post nodedel -n vastdata3 -verbose
  1 [grid@vastdata4 ~]$ cluvfy stage -post nodedel -n vastdata3 -verbose
  2   
  3 Performing post-checks for node removal 
  4   
  5 Checking CRS integrity...
  6   
  7 Clusterware version consistency passed
  8 The Oracle Clusterware is healthy on node "vastdata4"
  9   
 10 CRS integrity check passed
 11 Result: 
 12 Node removal check passed
 13   
 14 Post-check for node removal was successful. 
 15 [grid@vastdata4 ~]$ 
 16 [grid@vastdata4 ~]$ 
 17 [grid@vastdata4 ~]$ 
 18 [grid@vastdata4 ~]$ 
 19 [grid@vastdata4 ~]$ 
 20 [grid@vastdata4 ~]$ 
 21 [grid@vastdata4 ~]$ 
 22 [grid@vastdata4 ~]$ cluvfy stage -pre nodeadd -n vastdata3 -verbose
 23   
 24 Performing pre-checks for node addition 
 25   
 26 Checking node reachability...
 27   
 28 Check: Node reachability from node "vastdata4"
 29   Destination Node                      Reachable?              
 30   ------------------------------------  ------------------------
 31   vastdata3                             yes                     
 32 Result: Node reachability check passed from node "vastdata4"
 33   
 34 Checking user equivalence...
 35   
 36 Check: User equivalence for user "grid"
 37   Node Name                             Status                  
 38   ------------------------------------  ------------------------
 39   vastdata3                             passed                  
 40 Result: User equivalence check passed for user "grid"
 41   
 42 Checking CRS integrity...
 43   
 44 Clusterware version consistency passed
 45 The Oracle Clusterware is healthy on node "vastdata4"
 46   
 47 CRS integrity check passed
 48   
 49 Checking shared resources...
 50   
 51 Checking CRS home location...
 52 "/u01/app/11.2.0/grid" is shared
 53 Result: Shared resources check for node addition passed
 54   
 55 Checking node connectivity...
 56   
 57 Checking hosts config file...
 58   Node Name                             Status                  
 59   ------------------------------------  ------------------------
 60   vastdata3                             passed                  
 61   vastdata4                             passed                  
 62   
 63 Verification of the hosts config file successful
 64   
 65 Interface information for node "vastdata3"
 66  Name   IP Address      Subnet          Gateway         Def. Gateway    HW Address        MTU   
 67  ------ --------------- --------------- --------------- --------------- ----------------- ------
 68  eth0   192.168.0.11    192.168.0.0     0.0.0.0         UNKNOWN         08:00:27:D3:55:CB 1500  
 69  eth1   10.0.0.2        10.0.0.0        0.0.0.0         UNKNOWN         08:00:27:B4:C3:C7 1500  
 70  eth2   10.0.0.3        10.0.0.0        0.0.0.0         UNKNOWN         08:00:27:02:BD:9A 1500  
 71   
 72 Interface information for node "vastdata4"
 73  Name   IP Address      Subnet          Gateway         Def. Gateway    HW Address        MTU   
 74  ------ --------------- --------------- --------------- --------------- ----------------- ------
 75  eth0   192.168.0.12    192.168.0.0     0.0.0.0         UNKNOWN         08:00:27:EF:F6:15 1500  
 76  eth0   192.168.0.33    192.168.0.0     0.0.0.0         UNKNOWN         08:00:27:EF:F6:15 1500  
 77  eth0   192.168.0.35    192.168.0.0     0.0.0.0         UNKNOWN         08:00:27:EF:F6:15 1500  
 78  eth0   192.168.0.23    192.168.0.0     0.0.0.0         UNKNOWN         08:00:27:EF:F6:15 1500  
 79  eth0   192.168.0.34    192.168.0.0     0.0.0.0         UNKNOWN         08:00:27:EF:F6:15 1500  
 80  eth1   10.0.0.4        10.0.0.0        0.0.0.0         UNKNOWN         08:00:27:82:3A:57 1500  
 81  eth1   169.254.17.92   169.254.0.0     0.0.0.0         UNKNOWN         08:00:27:82:3A:57 1500  
 82  eth2   10.0.0.5        10.0.0.0        0.0.0.0         UNKNOWN         08:00:27:4C:5D:39 1500  
 83  eth2   169.254.236.167 169.254.128.0   0.0.0.0         UNKNOWN         08:00:27:4C:5D:39 1500  
 84   
 85 Check: Node connectivity for interface "eth0"
 86   Source                          Destination                     Connected?      
 87   ------------------------------  ------------------------------  ----------------
 88   vastdata3[192.168.0.11]         vastdata4[192.168.0.12]         yes             
 89   vastdata3[192.168.0.11]         vastdata4[192.168.0.33]         yes             
 90   vastdata3[192.168.0.11]         vastdata4[192.168.0.35]         yes             
 91   vastdata3[192.168.0.11]         vastdata4[192.168.0.23]         yes             
 92   vastdata3[192.168.0.11]         vastdata4[192.168.0.34]         yes             
 93   vastdata4[192.168.0.12]         vastdata4[192.168.0.33]         yes             
 94   vastdata4[192.168.0.12]         vastdata4[192.168.0.35]         yes             
 95   vastdata4[192.168.0.12]         vastdata4[192.168.0.23]         yes             
 96   vastdata4[192.168.0.12]         vastdata4[192.168.0.34]         yes             
 97   vastdata4[192.168.0.33]         vastdata4[192.168.0.35]         yes             
 98   vastdata4[192.168.0.33]         vastdata4[192.168.0.23]         yes             
 99   vastdata4[192.168.0.33]         vastdata4[192.168.0.34]         yes             
100   vastdata4[192.168.0.35]         vastdata4[192.168.0.23]         yes             
101   vastdata4[192.168.0.35]         vastdata4[192.168.0.34]         yes             
102   vastdata4[192.168.0.23]         vastdata4[192.168.0.34]         yes             
103 Result: Node connectivity passed for interface "eth0"
104   
105 Check: TCP connectivity of subnet "192.168.0.0"
106   Source                          Destination                     Connected?      
107   ------------------------------  ------------------------------  ----------------
108   vastdata4:192.168.0.12          vastdata3:192.168.0.11          passed          
109   vastdata4:192.168.0.12          vastdata4:192.168.0.33          passed          
110   vastdata4:192.168.0.12          vastdata4:192.168.0.35          passed          
111   vastdata4:192.168.0.12          vastdata4:192.168.0.23          passed          
112   vastdata4:192.168.0.12          vastdata4:192.168.0.34          passed          
113 Result: TCP connectivity check passed for subnet "192.168.0.0"
114   
115 Check: Node connectivity for interface "eth1"
116   Source                          Destination                     Connected?      
117   ------------------------------  ------------------------------  ----------------
118   vastdata3[10.0.0.2]             vastdata3[10.0.0.3]             yes             
119   vastdata3[10.0.0.2]             vastdata4[10.0.0.4]             yes             
120   vastdata3[10.0.0.2]             vastdata4[10.0.0.5]             yes             
121   vastdata3[10.0.0.3]             vastdata4[10.0.0.4]             yes             
122   vastdata3[10.0.0.3]             vastdata4[10.0.0.5]             yes             
123   vastdata4[10.0.0.4]             vastdata4[10.0.0.5]             yes             
124 Result: Node connectivity passed for interface "eth1"
125   
126 Check: TCP connectivity of subnet "10.0.0.0"
127   Source                          Destination                     Connected?      
128   ------------------------------  ------------------------------  ----------------
129   vastdata4:10.0.0.4              vastdata3:10.0.0.2              passed          
130   vastdata4:10.0.0.4              vastdata3:10.0.0.3              passed          
131   vastdata4:10.0.0.4              vastdata4:10.0.0.5              passed          
132 Result: TCP connectivity check passed for subnet "10.0.0.0"
133   
134 Check: Node connectivity for interface "eth2"
135 Checking subnet mask consistency...
136 Subnet mask consistency check passed for subnet "192.168.0.0".
137 Subnet mask consistency check passed for subnet "10.0.0.0".
138 Subnet mask consistency check passed.
139   
140 Result: Node connectivity check passed
141   
142 Checking multicast communication...
143   
144 Checking subnet "192.168.0.0" for multicast communication with multicast group "230.0.1.0"...
145 Check of subnet "192.168.0.0" for multicast communication with multicast group "230.0.1.0" passed.
146   
147 Checking subnet "10.0.0.0" for multicast communication with multicast group "230.0.1.0"...
148 Check of subnet "10.0.0.0" for multicast communication with multicast group "230.0.1.0" passed.
149   
150 Check of multicast communication passed.
151   
152 Check: Total memory 
153   Node Name     Available                 Required                  Status    
154   ------------  ------------------------  ------------------------  ----------
155   vastdata4     2.8198GB (2956724.0KB)    1.5GB (1572864.0KB)       passed    
156   vastdata3     2.8198GB (2956724.0KB)    1.5GB (1572864.0KB)       passed    
157 Result: Total memory check passed
158   
159 Check: Available memory 
160   Node Name     Available                 Required                  Status    
161   ------------  ------------------------  ------------------------  ----------
162   vastdata4     1.3675GB (1433912.0KB)    50MB (51200.0KB)          passed    
163   vastdata3     2.6447GB (2773172.0KB)    50MB (51200.0KB)          passed    
164 Result: Available memory check passed
165   
166 Check: Swap space 
167   Node Name     Available                 Required                  Status    
168   ------------  ------------------------  ------------------------  ----------
169   vastdata4     6GB (6291448.0KB)         2.8198GB (2956724.0KB)    passed    
170   vastdata3     6GB (6291448.0KB)         2.8198GB (2956724.0KB)    passed    
171 Result: Swap space check passed
172   
173 Check: Free disk space for "vastdata4:/u01/app/11.2.0/grid,vastdata4:/tmp" 
174   Path              Node Name     Mount point   Available     Required      Status      
175   ----------------  ------------  ------------  ------------  ------------  ------------
176   /u01/app/11.2.0/grid  vastdata4     /             5.2812GB      7.5GB         failed      
177   /tmp              vastdata4     /             5.2812GB      7.5GB         failed      
178 Result: Free disk space check failed for "vastdata4:/u01/app/11.2.0/grid,vastdata4:/tmp"
179   
180 Check: Free disk space for "vastdata3:/u01/app/11.2.0/grid,vastdata3:/tmp" 
181   Path              Node Name     Mount point   Available     Required      Status      
182   ----------------  ------------  ------------  ------------  ------------  ------------
183   /u01/app/11.2.0/grid  vastdata3     /             15.7051GB     7.5GB         passed      
184   /tmp              vastdata3     /             15.7051GB     7.5GB         passed      
185 Result: Free disk space check passed for "vastdata3:/u01/app/11.2.0/grid,vastdata3:/tmp"
186   
187 Check: User existence for "grid" 
188   Node Name     Status                    Comment                 
189   ------------  ------------------------  ------------------------
190   vastdata4     passed                    exists(1100)            
191   vastdata3     passed                    exists(1100)            
192   
193 Checking for multiple users with UID value 1100
194 Result: Check for multiple users with UID value 1100 passed 
195 Result: User existence check passed for "grid"
196   
197 Check: Run level 
198   Node Name     run level                 Required                  Status    
199   ------------  ------------------------  ------------------------  ----------
200   vastdata4     5                         3,5                       passed    
201   vastdata3     5                         3,5                       passed    
202 Result: Run level check passed
203   
204 Check: Hard limits for "maximum open file descriptors" 
205   Node Name         Type          Available     Required      Status          
206   ----------------  ------------  ------------  ------------  ----------------
207   vastdata4         hard          65536         65536         passed          
208   vastdata3         hard          65536         65536         passed          
209 Result: Hard limits check passed for "maximum open file descriptors"
210   
211 Check: Soft limits for "maximum open file descriptors" 
212   Node Name         Type          Available     Required      Status          
213   ----------------  ------------  ------------  ------------  ----------------
214   vastdata4         soft          1024          1024          passed          
215   vastdata3         soft          1024          1024          passed          
216 Result: Soft limits check passed for "maximum open file descriptors"
217   
218 Check: Hard limits for "maximum user processes" 
219   Node Name         Type          Available     Required      Status          
220   ----------------  ------------  ------------  ------------  ----------------
221   vastdata4         hard          16384         16384         passed          
222   vastdata3         hard          16384         16384         passed          
223 Result: Hard limits check passed for "maximum user processes"
224   
225 Check: Soft limits for "maximum user processes" 
226   Node Name         Type          Available     Required      Status          
227   ----------------  ------------  ------------  ------------  ----------------
228   vastdata4         soft          2047          2047          passed          
229   vastdata3         soft          2047          2047          passed          
230 Result: Soft limits check passed for "maximum user processes"
231   
232 Check: System architecture 
233   Node Name     Available                 Required                  Status    
234   ------------  ------------------------  ------------------------  ----------
235   vastdata4     x86_64                    x86_64                    passed    
236   vastdata3     x86_64                    x86_64                    passed    
237 Result: System architecture check passed
238   
239 Check: Kernel version 
240   Node Name     Available                 Required                  Status    
241   ------------  ------------------------  ------------------------  ----------
242   vastdata4     2.6.32-431.el6.x86_64     2.6.32                    passed    
243   vastdata3     2.6.32-431.el6.x86_64     2.6.32                    passed    
244 Result: Kernel version check passed
245   
246 Check: Kernel parameter for "semmsl" 
247   Node Name         Current       Configured    Required      Status        Comment     
248   ----------------  ------------  ------------  ------------  ------------  ------------
249   vastdata4         250           250           250           passed          
250   vastdata3         250           250           250           passed          
251 Result: Kernel parameter check passed for "semmsl"
252   
253 Check: Kernel parameter for "semmns" 
254   Node Name         Current       Configured    Required      Status        Comment     
255   ----------------  ------------  ------------  ------------  ------------  ------------
256   vastdata4         32000         32000         32000         passed          
257   vastdata3         32000         32000         32000         passed          
258 Result: Kernel parameter check passed for "semmns"
259   
260 Check: Kernel parameter for "semopm" 
261   Node Name         Current       Configured    Required      Status        Comment     
262   ----------------  ------------  ------------  ------------  ------------  ------------
263   vastdata4         100           100           100           passed          
264   vastdata3         100           100           100           passed          
265 Result: Kernel parameter check passed for "semopm"
266   
267 Check: Kernel parameter for "semmni" 
268   Node Name         Current       Configured    Required      Status        Comment     
269   ----------------  ------------  ------------  ------------  ------------  ------------
270   vastdata4         128           128           128           passed          
271   vastdata3         128           128           128           passed          
272 Result: Kernel parameter check passed for "semmni"
273   
274 Check: Kernel parameter for "shmmax" 
275   Node Name         Current       Configured    Required      Status        Comment     
276   ----------------  ------------  ------------  ------------  ------------  ------------
277   vastdata4         68719476736   68719476736   1513842688    passed          
278   vastdata3         68719476736   68719476736   1513842688    passed          
279 Result: Kernel parameter check passed for "shmmax"
280   
281 Check: Kernel parameter for "shmmni" 
282   Node Name         Current       Configured    Required      Status        Comment     
283   ----------------  ------------  ------------  ------------  ------------  ------------
284   vastdata4         4096          4096          4096          passed          
285   vastdata3         4096          4096          4096          passed          
286 Result: Kernel parameter check passed for "shmmni"
287   
288 Check: Kernel parameter for "shmall" 
289   Node Name         Current       Configured    Required      Status        Comment     
290   ----------------  ------------  ------------  ------------  ------------  ------------
291   vastdata4         4294967296    4294967296    2097152       passed          
292   vastdata3         4294967296    4294967296    2097152       passed          
293 Result: Kernel parameter check passed for "shmall"
294   
295 Check: Kernel parameter for "file-max" 
296   Node Name         Current       Configured    Required      Status        Comment     
297   ----------------  ------------  ------------  ------------  ------------  ------------
298   vastdata4         6815744       6815744       6815744       passed          
299   vastdata3         6815744       6815744       6815744       passed          
300 Result: Kernel parameter check passed for "file-max"
301   
302 Check: Kernel parameter for "ip_local_port_range" 
303   Node Name         Current       Configured    Required      Status        Comment     
304   ----------------  ------------  ------------  ------------  ------------  ------------
305   vastdata4         between 9000.0 & 65500.0  between 9000.0 & 65500.0  between 9000.0 & 65500.0  passed          
306   vastdata3         between 9000.0 & 65500.0  between 9000.0 & 65500.0  between 9000.0 & 65500.0  passed          
307 Result: Kernel parameter check passed for "ip_local_port_range"
308   
309 Check: Kernel parameter for "rmem_default" 
310   Node Name         Current       Configured    Required      Status        Comment     
311   ----------------  ------------  ------------  ------------  ------------  ------------
312   vastdata4         262144        262144        262144        passed          
313   vastdata3         262144        262144        262144        passed          
314 Result: Kernel parameter check passed for "rmem_default"
315   
316 Check: Kernel parameter for "rmem_max" 
317   Node Name         Current       Configured    Required      Status        Comment     
318   ----------------  ------------  ------------  ------------  ------------  ------------
319   vastdata4         4194304       4194304       4194304       passed          
320   vastdata3         4194304       4194304       4194304       passed          
321 Result: Kernel parameter check passed for "rmem_max"
322   
323 Check: Kernel parameter for "wmem_default" 
324   Node Name         Current       Configured    Required      Status        Comment     
325   ----------------  ------------  ------------  ------------  ------------  ------------
326   vastdata4         262144        262144        262144        passed          
327   vastdata3         262144        262144        262144        passed          
328 Result: Kernel parameter check passed for "wmem_default"
329   
330 Check: Kernel parameter for "wmem_max" 
331   Node Name         Current       Configured    Required      Status        Comment     
332   ----------------  ------------  ------------  ------------  ------------  ------------
333   vastdata4         1048576       1048576       1048576       passed          
334   vastdata3         1048576       1048576       1048576       passed          
335 Result: Kernel parameter check passed for "wmem_max"
336   
337 Check: Kernel parameter for "aio-max-nr" 
338   Node Name         Current       Configured    Required      Status        Comment     
339   ----------------  ------------  ------------  ------------  ------------  ------------
340   vastdata4         1048576       1048576       1048576       passed          
341   vastdata3         1048576       1048576       1048576       passed          
342 Result: Kernel parameter check passed for "aio-max-nr"
343   
344 Check: Package existence for "binutils" 
345   Node Name     Available                 Required                  Status    
346   ------------  ------------------------  ------------------------  ----------
347   vastdata4     binutils-2.20.51.0.2-5.36.el6  binutils-2.20.51.0.2      passed    
348   vastdata3     binutils-2.20.51.0.2-5.36.el6  binutils-2.20.51.0.2      passed    
349 Result: Package existence check passed for "binutils"
350   
351 Check: Package existence for "compat-libcap1" 
352   Node Name     Available                 Required                  Status    
353   ------------  ------------------------  ------------------------  ----------
354   vastdata4     compat-libcap1-1.10-1     compat-libcap1-1.10       passed    
355   vastdata3     compat-libcap1-1.10-1     compat-libcap1-1.10       passed    
356 Result: Package existence check passed for "compat-libcap1"
357   
358 Check: Package existence for "compat-libstdc++-33(x86_64)" 
359   Node Name     Available                 Required                  Status    
360   ------------  ------------------------  ------------------------  ----------
361   vastdata4     compat-libstdc++-33(x86_64)-3.2.3-69.el6  compat-libstdc++-33(x86_64)-3.2.3  passed    
362   vastdata3     compat-libstdc++-33(x86_64)-3.2.3-69.el6  compat-libstdc++-33(x86_64)-3.2.3  passed    
363 Result: Package existence check passed for "compat-libstdc++-33(x86_64)"
364   
365 Check: Package existence for "libgcc(x86_64)" 
366   Node Name     Available                 Required                  Status    
367   ------------  ------------------------  ------------------------  ----------
368   vastdata4     libgcc(x86_64)-4.4.7-4.el6  libgcc(x86_64)-4.4.4      passed    
369   vastdata3     libgcc(x86_64)-4.4.7-4.el6  libgcc(x86_64)-4.4.4      passed    
370 Result: Package existence check passed for "libgcc(x86_64)"
371   
372 Check: Package existence for "libstdc++(x86_64)" 
373   Node Name     Available                 Required                  Status    
374   ------------  ------------------------  ------------------------  ----------
375   vastdata4     libstdc++(x86_64)-4.4.7-4.el6  libstdc++(x86_64)-4.4.4   passed    
376   vastdata3     libstdc++(x86_64)-4.4.7-4.el6  libstdc++(x86_64)-4.4.4   passed    
377 Result: Package existence check passed for "libstdc++(x86_64)"
378   
379 Check: Package existence for "libstdc++-devel(x86_64)" 
380   Node Name     Available                 Required                  Status    
381   ------------  ------------------------  ------------------------  ----------
382   vastdata4     libstdc++-devel(x86_64)-4.4.7-4.el6  libstdc++-devel(x86_64)-4.4.4  passed    
383   vastdata3     libstdc++-devel(x86_64)-4.4.7-4.el6  libstdc++-devel(x86_64)-4.4.4  passed    
384 Result: Package existence check passed for "libstdc++-devel(x86_64)"
385   
386 Check: Package existence for "sysstat" 
387   Node Name     Available                 Required                  Status    
388   ------------  ------------------------  ------------------------  ----------
389   vastdata4     sysstat-9.0.4-22.el6      sysstat-9.0.4             passed    
390   vastdata3     sysstat-9.0.4-22.el6      sysstat-9.0.4             passed    
391 Result: Package existence check passed for "sysstat"
392   
393 Check: Package existence for "gcc" 
394   Node Name     Available                 Required                  Status    
395   ------------  ------------------------  ------------------------  ----------
396   vastdata4     gcc-4.4.7-4.el6           gcc-4.4.4                 passed    
397   vastdata3     gcc-4.4.7-4.el6           gcc-4.4.4                 passed    
398 Result: Package existence check passed for "gcc"
399   
400 Check: Package existence for "gcc-c++" 
401   Node Name     Available                 Required                  Status    
402   ------------  ------------------------  ------------------------  ----------
403   vastdata4     gcc-c++-4.4.7-4.el6       gcc-c++-4.4.4             passed    
404   vastdata3     gcc-c++-4.4.7-4.el6       gcc-c++-4.4.4             passed    
405 Result: Package existence check passed for "gcc-c++"
406   
407 Check: Package existence for "ksh" 
408   Node Name     Available                 Required                  Status    
409   ------------  ------------------------  ------------------------  ----------
410   vastdata4     ksh-20120801-10.el6       ksh-20100621              passed    
411   vastdata3     ksh-20120801-10.el6       ksh-20100621              passed    
412 Result: Package existence check passed for "ksh"
413   
414 Check: Package existence for "make" 
415   Node Name     Available                 Required                  Status    
416   ------------  ------------------------  ------------------------  ----------
417   vastdata4     make-3.81-20.el6          make-3.81                 passed    
418   vastdata3     make-3.81-20.el6          make-3.81                 passed    
419 Result: Package existence check passed for "make"
420   
421 Check: Package existence for "glibc(x86_64)" 
422   Node Name     Available                 Required                  Status    
423   ------------  ------------------------  ------------------------  ----------
424   vastdata4     glibc(x86_64)-2.12-1.132.el6  glibc(x86_64)-2.12        passed    
425   vastdata3     glibc(x86_64)-2.12-1.132.el6  glibc(x86_64)-2.12        passed    
426 Result: Package existence check passed for "glibc(x86_64)"
427   
428 Check: Package existence for "glibc-devel(x86_64)" 
429   Node Name     Available                 Required                  Status    
430   ------------  ------------------------  ------------------------  ----------
431   vastdata4     glibc-devel(x86_64)-2.12-1.132.el6  glibc-devel(x86_64)-2.12  passed    
432   vastdata3     glibc-devel(x86_64)-2.12-1.132.el6  glibc-devel(x86_64)-2.12  passed    
433 Result: Package existence check passed for "glibc-devel(x86_64)"
434   
435 Check: Package existence for "libaio(x86_64)" 
436   Node Name     Available                 Required                  Status    
437   ------------  ------------------------  ------------------------  ----------
438   vastdata4     libaio(x86_64)-0.3.107-10.el6  libaio(x86_64)-0.3.107    passed    
439   vastdata3     libaio(x86_64)-0.3.107-10.el6  libaio(x86_64)-0.3.107    passed    
440 Result: Package existence check passed for "libaio(x86_64)"
441   
442 Check: Package existence for "libaio-devel(x86_64)" 
443   Node Name     Available                 Required                  Status    
444   ------------  ------------------------  ------------------------  ----------
445   vastdata4     libaio-devel(x86_64)-0.3.107-10.el6  libaio-devel(x86_64)-0.3.107  passed    
446   vastdata3     libaio-devel(x86_64)-0.3.107-10.el6  libaio-devel(x86_64)-0.3.107  passed    
447 Result: Package existence check passed for "libaio-devel(x86_64)"
448   
449 Checking for multiple users with UID value 0
450 Result: Check for multiple users with UID value 0 passed 
451   
452 Check: Current group ID 
453 Result: Current group ID check passed
454   
455 Starting check for consistency of primary group of root user
456   Node Name                             Status                  
457   ------------------------------------  ------------------------
458   vastdata4                             passed                  
459   vastdata3                             passed                  
460   
461 Check for consistency of root user's primary group passed
462   
463 Checking OCR integrity...
464   
465 OCR integrity check passed
466   
467 Checking Oracle Cluster Voting Disk configuration...
468   
469 Oracle Cluster Voting Disk configuration check passed
470 Check: Time zone consistency 
471 Result: Time zone consistency check passed
472   
473 Starting Clock synchronization checks using Network Time Protocol(NTP)...
474   
475 NTP Configuration file check started...
476 Network Time Protocol(NTP) configuration file not found on any of the nodes. Oracle Cluster Time Synchronization Service(CTSS) can be used instead of NTP for time synchronization on the cluster nodes
477 No NTP Daemons or Services were found to be running
478   
479 Result: Clock synchronization check using Network Time Protocol(NTP) passed
480   
481 Checking to make sure user "grid" is not in "root" group
482   Node Name     Status                    Comment                 
483   ------------  ------------------------  ------------------------
484   vastdata4     passed                    does not exist          
485   vastdata3     passed                    does not exist          
486 Result: User "grid" is not part of "root" group. Check passed
487 Checking consistency of file "/etc/resolv.conf" across nodes
488   
489 Checking the file "/etc/resolv.conf" to make sure only one of domain and search entries is defined
490 File "/etc/resolv.conf" does not have both domain and search entries defined
491 Checking if domain entry in file "/etc/resolv.conf" is consistent across the nodes...
492 domain entry in file "/etc/resolv.conf" is consistent across nodes
493 Checking if search entry in file "/etc/resolv.conf" is consistent across the nodes...
494 search entry in file "/etc/resolv.conf" is consistent across nodes
495 Checking file "/etc/resolv.conf" to make sure that only one search entry is defined
496 All nodes have one search entry defined in file "/etc/resolv.conf"
497 Checking all nodes to make sure that search entry is "us.oracle.com" as found on node "vastdata4"
498 All nodes of the cluster have same value for 'search'
499 Checking DNS response time for an unreachable node
500   Node Name                             Status                  
501   ------------------------------------  ------------------------
502   vastdata4                             passed                  
503   vastdata3                             passed                  
504 The DNS response time for an unreachable node is within acceptable limit on all nodes
505   
506 File "/etc/resolv.conf" is consistent across nodes
507   
508 Checking integrity of name service switch configuration file "/etc/nsswitch.conf" ...
509 Checking if "hosts" entry in file "/etc/nsswitch.conf" is consistent across nodes...
510 Checking file "/etc/nsswitch.conf" to make sure that only one "hosts" entry is defined
511 More than one "hosts" entry does not exist in any "/etc/nsswitch.conf" file
512 Check for integrity of name service switch configuration file "/etc/nsswitch.conf" passed
513   
514 Pre-check for node addition was successful.
View Code

相关文章:

  • 2022-12-23
  • 2021-07-13
  • 2021-08-15
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-16
  • 2021-08-26
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2018-06-04
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案