亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

Home Database Oracle How to close oracle rac

How to close oracle rac

Dec 29, 2021 pm 03:12 PM
oracle

Methods to shut down oracle rac: 1. Stop the listening service of each node; 2. Shut down the database instance; 3. Shut down the ASM instance; 4. Use the crs_stat command to check whether the service status of the RAC node is normal; 5. Stop CRS cluster software is enough.

How to close oracle rac

The operating environment of this tutorial: Windows 7 system, Oracle 11g version, Dell G3 computer.

How to start and shut down Oracle RAC correctly?

If you want to shut down the Oracle cluster database system, the simple and crude way is to execute the OS command on the operating system: shutdown -h now;

This method is more violent and can shut down the database system. However, some Oracle services may not be shut down properly. After restarting the OS, many services will be in the UNKNOW state.

So how to shut down and start RAC correctly according to the Oracle working mechanism?

##RAC Reasonable order for shutdown: (Note: Exit all client connections, such as SQLplus...)

Stop listening on each node Service-->>Close database (instance)-->>Close ASM instance-->>Close node cluster service-->>Close server

1. Stop the monitoring service of each node

Check the listening status: ##

srvctl?status?listener?-n?node1

##Close listening:

[oracle@node1?~]$?srvctl?stop?listener?-n?node1
[oracle@node2?~]$?srvctl?stop?listener?-n?node2

You can use the above command to stop the corresponding monitoring on two nodes, or you can use the following command to execute on one node to stop All monitoring.

[oracle@node1?~]$?srvctl?stop?listener

Check the listening status again:

2. Close the database instance

(1) View the database Instance name: select instance_name from v$instance;


For example, the database instance name found is: DEVDB

(2) Use the srvctl (service control) command to shut down the cluster services in sequence (note: exit the sqlplus client above, otherwise the database cannot be shut down normally)

A. Check the database instance status (executed under oracle user)


srvctl status database -d DEVDB (數(shù)據(jù)庫實(shí)例名根據(jù)實(shí)際填寫,并且區(qū)分大小寫)

b Close the database instance:

srvctl stop database -d DEVDB

The above command can only be used in one You can execute it on the node, or you can execute the following commands separately on two nodes to achieve the same function.

srvctl stop instance -d DEVDB -i devdb1  (填寫自實(shí)際的INSTANCE_NAME)
srvctl stop instance -d DEVDB -i devdb2

C Check the shutdown status: srvctl status database -d DEVDB

3.關(guān)閉ASM實(shí)例

查看ASM運(yùn)行狀態(tài):srvctl status asm -n node1

停止ASM實(shí)例:

srvctl stop asm -n node1

4.關(guān)閉RAC(CRS)集群服務(wù)

(1)使用crs_stat 命令查詢RAC節(jié)點(diǎn)的服務(wù)狀態(tài)是否正常 (root或者grid用戶)

crs_stat -t -v

(2)停止CRS集群服務(wù)

停止兩個(gè)節(jié)點(diǎn)的服務(wù):

srvctl stop nodeapps -n node1
srvctl stop nodeapps -n node2

****

(3)停止CRS集群軟件

[root@node1 ~]# find / -name crsctl 

[root@node1 ~]# /u01/grid/11.2.0.4/bin/crsctl stop crs   (分別在兩個(gè)節(jié)點(diǎn)的root用戶下執(zhí)行)

CRS-2791: 正在啟動(dòng)用于關(guān)閉 'rac1' 上 Oracle High Availability Services 管理的資源的操作
CRS-2673: 嘗試停止 'ora.crsd' (在 'rac1' 上)
CRS-2790: 正在啟動(dòng)關(guān)閉 'rac1' 上集群就緒服務(wù)管理的資源的操作
CRS-2673: 嘗試停止 'ora.asm' (在 'rac1' 上)
CRS-2677: 成功停止 'ora.asm' (在 'rac1' 上)
CRS-2792: 關(guān)閉 'rac1' 上集群就緒服務(wù)管理的資源的操作已完成
CRS-2677: 成功停止 'ora.crsd' (在 'rac1' 上)
CRS-2673: 嘗試停止 'ora.cssdmonitor' (在 'rac1' 上)
CRS-2673: 嘗試停止 'ora.ctssd' (在 'rac1' 上)
CRS-2673: 嘗試停止 'ora.evmd' (在 'rac1' 上)
CRS-2673: 嘗試停止 'ora.asm' (在 'rac1' 上)
CRS-2673: 嘗試停止 'ora.mdnsd' (在 'rac1' 上)
CRS-2677: 成功停止 'ora.cssdmonitor' (在 'rac1' 上)
CRS-2677: 成功停止 'ora.evmd' (在 'rac1' 上)
CRS-2677: 成功停止 'ora.mdnsd' (在 'rac1' 上)
CRS-2677: 成功停止 'ora.ctssd' (在 'rac1' 上)
CRS-2677: 成功停止 'ora.asm' (在 'rac1' 上)
CRS-2673: 嘗試停止 'ora.cssd' (在 'rac1' 上)
CRS-2677: 成功停止 'ora.cssd' (在 'rac1' 上)
CRS-2673: 嘗試停止 'ora.gpnpd' (在 'rac1' 上)
CRS-2673: 嘗試停止 'ora.diskmon' (在 'rac1' 上)
CRS-2677: 成功停止 'ora.gpnpd' (在 'rac1' 上)
CRS-2673: 嘗試停止 'ora.gipcd' (在 'rac1' 上)
CRS-2677: 成功停止 'ora.gipcd' (在 'rac1' 上)
CRS-2677: 成功停止 'ora.diskmon' (在 'rac1' 上)
CRS-2793: 關(guān)閉 'rac1' 上 Oracle High Availability Services 管理的資源的操作已完成
CRS-4133: Oracle High Availability Services has been stopped.

注意:停止數(shù)據(jù)庫集群軟件,在一個(gè)節(jié)點(diǎn)執(zhí)行即可,在節(jié)點(diǎn)2就不用執(zhí)行了。

(4)再次查看兩個(gè)節(jié)點(diǎn)的CRS服務(wù)狀態(tài):

[grid@node1 ~]$ crs_stat -t -v 
CRS-0184: Cannot communicate with the CRS daemon. (服務(wù)已經(jīng)關(guān)閉)
[grid@node2 ~]$ crs_stat -t -v
CRS-0184: Cannot communicate with the CRS daemon. (服務(wù)已經(jīng)關(guān)閉)

當(dāng)上述操作都執(zhí)行完成,并且正常關(guān)閉后,就可以將服務(wù)器的關(guān)閉了。

================

啟動(dòng)的順序和關(guān)閉相反

啟動(dòng)服務(wù)器-->>啟動(dòng)服務(wù)-->>啟動(dòng)ASM-->>啟動(dòng)實(shí)例-->>啟動(dòng)監(jiān)聽

這里我們需要注意;Oracle RAC集群軟件有一個(gè)屬性可以設(shè)置,就是當(dāng)服務(wù)器操作系統(tǒng)重啟后,集群服務(wù)是否會(huì)隨著操作系統(tǒng)一塊啟動(dòng);上邊啟動(dòng)的順序步驟是在:當(dāng)禁用該自啟動(dòng)屬性的情況下的操作順序;關(guān)于該屬性的查看與設(shè)置,詳見下一篇穩(wěn)文章:關(guān)于集群自啟動(dòng)的查看。

(1)首先啟動(dòng)服務(wù)器

(2)啟動(dòng)CRS軟件:

[root@node1 ~]# find / -name crsctl 
[root@node1 ~]# /u01/grid/11.2.0.4/bin/crsctl start crs

查看服務(wù):

srvctl status nodeapps -n node1
srvctl status nodeapps -n node2
crsctl status res – -t

(3)啟動(dòng)ASM

查看ASM狀態(tài)

srvctl status asm -n node1

啟動(dòng)ASM

srvctl start asm -n node1
srvctl start asm -n node2

(4)啟動(dòng)實(shí)例

srvctl status database -d node1
srvctl start database -d node2

(5)啟動(dòng)監(jiān)聽

srvctl status listener   (RAC環(huán)境)
srvctl start listener  
或者 lsnrctl start

===============================

重啟=關(guān)閉+啟動(dòng)

從上述各步可以看出,關(guān)閉和開啟都是分步執(zhí)行的,這樣操作還有一個(gè)好處,可以幫助我們發(fā)現(xiàn)定位問題。

推薦教程:《Oracle使用教程

The above is the detailed content of How to close oracle rac. For more information, please follow other related articles on the PHP Chinese website!

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undress AI Tool

Undress AI Tool

Undress images for free

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

Hot Topics

PHP Tutorial
1488
72
How to uninstall MySQL and clean residual files How to uninstall MySQL and clean residual files Apr 29, 2025 pm 04:03 PM

To safely and thoroughly uninstall MySQL and clean all residual files, follow the following steps: 1. Stop MySQL service; 2. Uninstall MySQL packages; 3. Clean configuration files and data directories; 4. Verify that the uninstallation is thorough.

Oracle's Role in the Business World Oracle's Role in the Business World Apr 23, 2025 am 12:01 AM

Oracle is not only a database company, but also a leader in cloud computing and ERP systems. 1. Oracle provides comprehensive solutions from database to cloud services and ERP systems. 2. OracleCloud challenges AWS and Azure, providing IaaS, PaaS and SaaS services. 3. Oracle's ERP systems such as E-BusinessSuite and FusionApplications help enterprises optimize operations.

MongoDB vs. Oracle: Choosing the Right Database for Your Needs MongoDB vs. Oracle: Choosing the Right Database for Your Needs Apr 22, 2025 am 12:10 AM

MongoDB is suitable for unstructured data and high scalability requirements, while Oracle is suitable for scenarios that require strict data consistency. 1.MongoDB flexibly stores data in different structures, suitable for social media and the Internet of Things. 2. Oracle structured data model ensures data integrity and is suitable for financial transactions. 3.MongoDB scales horizontally through shards, and Oracle scales vertically through RAC. 4.MongoDB has low maintenance costs, while Oracle has high maintenance costs but is fully supported.

What software is better for yi framework? Recommended software for yi framework What software is better for yi framework? Recommended software for yi framework Apr 18, 2025 pm 11:03 PM

Abstract of the first paragraph of the article: When choosing software to develop Yi framework applications, multiple factors need to be considered. While native mobile application development tools such as XCode and Android Studio can provide strong control and flexibility, cross-platform frameworks such as React Native and Flutter are becoming increasingly popular with the benefits of being able to deploy to multiple platforms at once. For developers new to mobile development, low-code or no-code platforms such as AppSheet and Glide can quickly and easily build applications. Additionally, cloud service providers such as AWS Amplify and Firebase provide comprehensive tools

MySQL vs. Oracle: Licensing, Features, and Benefits MySQL vs. Oracle: Licensing, Features, and Benefits May 08, 2025 am 12:05 AM

The main difference between MySQL and Oracle is licenses, features, and advantages. 1. License: MySQL provides a GPL license for free use, and Oracle adopts a proprietary license, which is expensive. 2. Function: MySQL has simple functions and is suitable for web applications and small and medium-sized enterprises. Oracle has powerful functions and is suitable for large-scale data and complex businesses. 3. Advantages: MySQL is open source free, suitable for startups, and Oracle is reliable in performance, suitable for large enterprises.

MySQL and Oracle: Exploring Performance and Scalability MySQL and Oracle: Exploring Performance and Scalability Apr 29, 2025 am 12:12 AM

The difference between MySQL and Oracle in performance and scalability is: 1. MySQL performs better on small to medium-sized data sets, suitable for fast scaling and efficient reading and writing; 2. Oracle has more advantages in handling large data sets and complex queries, suitable for high availability and complex business logic. MySQL extends through master-slave replication and sharding technologies, while Oracle achieves high availability and scalability through RAC.

MySQL vs. Oracle: Understanding Licensing and Cost MySQL vs. Oracle: Understanding Licensing and Cost May 03, 2025 am 12:19 AM

MySQL uses GPL and commercial licenses for small and open source projects; Oracle uses commercial licenses for enterprises that require high performance. MySQL's GPL license is free, and commercial licenses require payment; Oracle license fees are calculated based on processors or users, and the cost is relatively high.

How to learn Java without taking detours. Share methods and techniques for efficiently learning Java How to learn Java without taking detours. Share methods and techniques for efficiently learning Java May 20, 2025 pm 08:24 PM

The key to learning Java without taking detours is: 1. Understand core concepts and grammar; 2. Practice more; 3. Understand memory management and garbage collection; 4. Join online communities; 5. Read other people’s code; 6. Understand common libraries and frameworks; 7. Learn to deal with common mistakes; 8. Make a learning plan and proceed step by step. These methods can help you master Java programming efficiently.

See all articles