In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-04-01 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Network Security >
Share
Shulou(Shulou.com)05/31 Report--
This article will explain in detail how to solve CRS_1006 CRS_0215 in vip offline. The content of the article is of high quality, so the editor shares it for you as a reference. I hope you will have a certain understanding of the relevant knowledge after reading this article.
View the crs/bin/racgvip file
[root@inth-rac02 oracle] # / opt/crs/product/10.2.0.1/crs_1/bin/racgvip
There is no VIP name
[root@inth-rac02 oracle] # / opt/crs/product/10.2.0.1/crs_1/bin/oifcfg getif-global
Eth0 192.168.8.0 global public
Eth2 192.168.1.0 global cluster_interconnect
[root@inth-rac02 oracle] # / opt/crs/product/10.2.0.1/crs_1/bin/cluvfy stage-post crsinst-n inth-rac02
[root@inth-rac02 oracle] # / opt/crs/product/10.2.0.1/crs_1/bin/crsctl check crs
CSS appears healthy
CRS appears healthy
EVM appears healthy
View vip.log
[root@inth-rac01 ~] # vi / opt/crs/product/10.2.0.1/crs_1/log/inth-rac01/racg/ora.inth-rac01.vip.log
2009-11-25 13 01.vip 07 01.vip: [RACG] [3086912256] [10425] [3086912256] [ora.inth-rac01.vip]: 01.vip]: Interface eth0 checked failed (host=inth-rac01) Invalid parameters, or failed to bring up VIP (host=inth-rac01)
Combined with some information on the Internet, it is caused by not configuring the default gateway, so here eth0 is not as successful as check when starting vip.
[root@inth-rac01] # / sbin/ifconfig-a
Eth0:1 's vip virtual IP cannot be found at this time
Root@inth-rac01 ~] # / sbin/ifconfig-a
Eth0 Link encap:Ethernet HWaddr 00:0C:29:47:66:67
Inet addr:192.168.8.129 Bcast:192.168.8.255 Mask:255.255.255.0
Inet6 addr: fe80::20c:29ff:fe47:6667/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:2334 errors:0 dropped:0 overruns:0 frame:0
TX packets:1996 errors:0 dropped:0 overruns:0 carrier:0
Collisions:0 txqueuelen:1000
RX bytes:261342 (255.2 KiB) TX bytes:287548 (280.8 KiB)
Interrupt:169 Base address:0x14a4
Eth2 Link encap:Ethernet HWaddr 00:0C:29:47:66:71
Inet addr:192.168.1.206 Bcast:192.168.1.255 Mask:255.255.255.0
Inet6 addr: fe80::20c:29ff:fe47:6671/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:25 errors:0 dropped:0 overruns:0 frame:0
TX packets:12 errors:0 dropped:0 overruns:0 carrier:0
Collisions:0 txqueuelen:1000
RX bytes:3166 (3.0KiB) TX bytes:1014 (1014.0 b)
Interrupt:193 Base address:0x1824
Use crs_stat to view status
[root@inth-rac01] # / opt/crs/product/10.2.0.1/crs_1/bin/crs_stat-t
Name Type Target State Host
Ora....c01.gsd application ONLINE ONLINE inth-rac01
Ora....c01.ons application ONLINE ONLINE inth-rac01
Ora....c01.vip application ONLINE OFFLINE
Ora....c02.gsd application ONLINE OFFLINE
Ora....c02.ons application ONLINE OFFLINE
Ora....c02.vip application OFFLINE OFFLINE
VIP belongs to OFFLINE.
Solution method
Add default Gateway
Route add default gw 192.168.8.1
Or modify racgvip in another way
Change the parameter FAIL_WHEN_DEFAULTGW_NOT_FOUND=0
[root@inth-rac01 ~] # vi / opt/crs/product/10.2.0.1/crs_1/bin/racgvip
Change the parameter FAIL_WHEN_DEFAULTGW_NOT_FOUND=0
[root@inth-rac01 ~] # / opt/crs/product/10.2.0.1/crs_1/bin/crs_start ora.inth-rac01.vip
Attempting to start `ora.inth- rac01.vip` on member `inth- rac01`
Start of `inth- rac01.vip` on member `inth- rac01` succeeded.
View the current ifconfig
[root@inth-rac01] # / sbin/ifconfig-a
Eth0 Link encap:Ethernet HWaddr 00:0C:29:47:66:67
Inet addr:192.168.8.129 Bcast:192.168.8.255 Mask:255.255.255.0
Inet6 addr: fe80::20c:29ff:fe47:6667/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:2466 errors:0 dropped:0 overruns:0 frame:0
TX packets:2131 errors:0 dropped:0 overruns:0 carrier:0
Collisions:0 txqueuelen:1000
RX bytes:273195 (266.7 KiB) TX bytes:306026 (298.8 KiB)
Interrupt:169 Base address:0x14a4
Eth0:1 Link encap:Ethernet HWaddr 00:0C:29:47:66:67
Inet addr:192.168.8.29 Bcast:192.168.8.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
Interrupt:169 Base address:0x14a4
Eth2 Link encap:Ethernet HWaddr 00:0C:29:47:66:71
Inet addr:192.168.1.206 Bcast:192.168.1.255 Mask:255.255.255.0
Inet6 addr: fe80::20c:29ff:fe47:6671/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:27 errors:0 dropped:0 overruns:0 frame:0
TX packets:12 errors:0 dropped:0 overruns:0 carrier:0
Collisions:0 txqueuelen:1000
RX bytes:3473 (3.3KiB) TX bytes:1014 (1014.0 b)
Interrupt:193 Base address:0x1824
[root@inth-rac01] # / opt/crs/product/10.2.0.1/crs_1/bin/crs_stat-t
Name Type Target State Host
Ora....c01.gsd application ONLINE ONLINE inth-rac01
Ora....c01.ons application ONLINE ONLINE inth-rac01
Ora....c01.vip application ONLINE ONLINE inth-rac02
Ora....c02.gsd application ONLINE UNKNOWN inth-rac02
Ora....c02.ons application ONLINE UNKNOWN inth-rac02
Ora....c02.vip application ONLINE ONLINE inth-rac02
However, there are still some problems that cause the status of the other node GSD and ONS to be unknown, that is, there is no communication to.
But the CRS is still healthy at this time.
[root@inth-rac02 ~] # / opt/crs/product/10.2.0.1/crs_1/bin/olsnodes
Inth-rac01
Inth-rac02
[root@inth-rac02 ~] # / opt/crs/product/10.2.0.1/crs_1/bin/oifcfg iflist
Eth0 192.168.8.0
Eth2 192.168.1.0
[root@inth-rac02 ~] # / opt/crs/product/10.2.0.1/crs_1/bin/crsctl check crs
CSS appears healthy
CRS appears healthy
EVM appears healthy
It's normal in the journal.
2009-11-25 00 07V 51.203
[cssd (7919)] CRS-1601:CSSD Reconfiguration complete. Active nodes are inth-rac02.
2009-11-25 00 purl 07 purl 52.154
[evmd (7779)] CRS-1401:EVMD started on node inth-rac02.
2009-11-25 00 purl 07 purl 52.160
[crsd (6684)] CRS-1012:The OCR service started on node inth-rac02.
2009-11-25 00 0714 56.740
[crsd (6684)] CRS-1201:CRSD started on node inth-rac02.
2009-11-25 15 1914 51.290
[cssd (9945)] CRS-1605:CSSD voting file is online: / dev/raw/raw1. Details in / opt/crs/product/10.2.0.1/crs_1/log/inth-rac02/cssd/ocssd.log.
2009-11-25 15 1914 59.278
[cssd (9945)] CRS-1601:CSSD Reconfiguration complete. Active nodes are inth-rac01 inth-rac02.
2009-11-25 15 purl 2019.107
[crsd (6977)] CRS-1012:The OCR service started on node inth-rac02.
2009-11-25 15 purl 20 purl 30.953
[evmd (9804)] CRS-1401:EVMD started on node inth-rac02.
2009-11-25 15 purl 20 purl 53.798
[crsd (6977)] CRS-1201:CRSD started on node inth-rac02.
But GSD and OTS do have problems.
[root@inth-rac02 ~] # / opt/crs/product/10.2.0.1/crs_1/bin/srvctl status nodeapps
-n inth-rac02
VIP is running on node: inth-rac02
GSD is not running on node: inth-rac02
PRKO-2016: Error in checking condition of listener on node: inth-rac02
ONS daemon is not running on node: inth-rac02
View the log of ons
[root@inth-rac02 ~] # vi / opt/crs/product/10.2.0.1/crs_1/log/inth-rac02/racg/ora.inth-rac02.ons.log
Adding remote host inth-rac01:2009-11-25 00 ora.inth-rac02.ons 08 ora.inth-rac02.ons 23.787: [RACG] [3086912256] [8925] [3086912256] [ora.inth-rac02.ons]: 6200
Onsctl: ons started
2009-11-25 15 onsctl 21V 16.873: [RACG] [3086912256] [11319] [3086912256] [ora.inth-rac02.ons]: onsctl: shutting down ons daemon.
CONNECT: Connection refused
Number of onsconfiguration retrieved, numcfg = 1
Onscfg [0]
{node = inth-rac01, port = 6200} Adding remote host inth-rac01:6200
Onsctl: shutdown of ons failed!
$ORA_CRS_HOME/bin/crsctl check crs is used to check the status of background processes
$ORA_CRS_HOME/bin/crsctl start resources starts the crs resource
$ORA_CRS_HOME/bin/crsctl start crs starts crs, which requires superuser action.
$ORA_CRS_HOME/bin/crsctl stop crs closes crs, which requires superuser action.
$ORA_CRS_HOME/bin/crs_unregister Unregister crs
$ORA_CRS_HOME/bin/ocrcheck checks ocr setting information with ocrcheck
$ORA_CRS_HOME/bin/crsctl query css votedisk checks voting disk information
On how to solve vip offline CRS_1006 CRS_0215 to share here, I hope that the above content can be of some help to you, can learn more knowledge. If you think the article is good, you can share it for more people to see.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.