ORA-15137: The ASM cluster is in rolling patch state
之前解除安裝12.1的GI再安裝19.9的GI,在建立asmdisk的時候報錯:
ORA-15137: The ASM cluster is in rolling patch state.
Case 1. Update the patch level on all nodes, As root user
$ clscfg -patch
Example:
# <grid home>/bin/clscfg -patch
clscfg: -patch mode specified
clscfg: EXISTING configuration version 5 detected.
clscfg: version 5 is 12c Release 1.
Successfully accumulated necessary OCR keys.
Creating OCR keys for user 'root', privgrp 'root'..
Operation successful.
And validate as root user
$ crsctl query crs softwarepatch
Example:
# <grid home>/bin/crsctl query crs softwarepatch
Oracle Clusterware patch level on node host01 is [1964077727].
# <grid home>/bin/crsctl query crs softwarepatch
Oracle Clusterware patch level on node host02 is [1964077727].
If both were at same level,stop rolling patch mode from one of the node as root user
$ crsctl stop rollingpatch
Then startup the cluster and create asm diskgroup.
Example:
# <grid home>/bin/crsctl stop rollingpatch
CRS-1161: The cluster was successfully patched to patch level [1964077727].
Case 2. Apply the same patch on other node, then proceed to drop/create diskgroup.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/29863023/viewspace-2783935/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- RAC和ASM環境下打patchASM
- Oracle ASM Cluster File Systems (ACOracleASM
- ASM叢集檔案系統ACFS(ASM Cluster File System)ASM
- Redis Cluster [WARNING] Node 127.0.0.1:7003 has slots in migrating state (15495).Redis127.0.0.1
- kali Rolling終端bug
- 如何使用git 生成patch 和打入patchGit
- LINUX 的patch 製作,及打patchLinux
- 打 patch 報錯:corrupt patch at line 36
- Diff and Patch
- 2.3.3.4 Application PatchAPP
- [20210305]Oracle Rolling Invalidate Window Exceeded(3).txtOracle
- 【mos 1265700.1】Oracle Patch Assurance - Data Guard Standby-First Patch ApplyOracleAPP
- openGauss 支援SQL-PATCHSQL
- 如何編寫 iOS PatchiOS
- Some notes about patch workflows
- OPATCHAUTO-72141: Grid patching cannot be performed in rolling mode on single noORM
- Flink狀態專題:keyed state和Operator state
- redis.cluster/memcached.cluster/wmware esxiRedis
- Vuex之stateVue
- [Vue] Sharing StateVue
- 14 使用DBMS_ROLLING 執行滾動升級
- 【ASM】Oracle asm刪除磁碟組注意事項ASMOracle
- 【ASM】ASM磁碟頭被重寫,如何修復ASM
- cluster meet
- MySQL ClusterMySql
- demoValue: state => state.demoValue是什麼語法呢?
- [20190221]sql patch 問題.txtSQL
- 使用 git add -p 整理 patchGit
- Oracle Critical Patch Update for October 2022Oracle
- [20210621]Driving site patch.txt
- goldengate + asm + racGoASM
- gnu inline asminlineASM
- 【ASM】ASM啟動無法找到spfile問題原因ASM
- 從定位資料塊所在ASM磁碟到ASM strippingASM
- Missing key(s) in state_dict: Unexpected key(s) in state_dict
- React 手稿 – Component stateReact
- react 之 state 物件React物件
- 元件、Prop 和 State元件