2 ways to solve ASM1 on node 2
NO.1
Deconfigure and reconfigure the clusterware.
as root
1) "$GRID_HOME/crs/install/rootcrs.pl -deconfig -force" on node2
2) "$GRID_HOME/crs/install/rootcrs.pl -deconfig -force -lastnode" on node1
3 dd if=/dev/zero of=/dev/sdb1 (ocr disks and votedisks)
4) execute root.sh on node1
execute root.sh on node2
NO.2
srvctl remove instance -d +ASM -i +ASM1
srvctl remove instance -d +ASM -i +ASM2
You will have to stop the ASM databases first, but the above will leave the ASM database intact. Now add the instances:
srvctl add instance -d +ASM -i +ASM1 -n node1
srvctl add instance -d +ASM -i +ASM2 -n node2
The start the database:
srvctl start database -d +ASM
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/26175573/viewspace-1288957/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Node.js+koa2Node.js
- NODE Stream流總結(2)
- Introduction to Node.js(2)Node.js
- NODE基礎總結(2) —— Module
- 論文解讀(node2vec)《node2vec Scalable Feature Learning for Networks》
- <node.js學習筆記(2)>Node.js筆記
- [譯]當 Node.js Core 遇到 HTTP/2Node.jsHTTP
- PM2 - node程式管理工具
- 使用 HTTP/2 加速 Node.js 應用HTTPNode.js
- (node-gyp rebuild 2> builderror.log) 卡住RebuildError
- 2、Node.js 第一個應用Node.js
- 寫一個最簡陋的node框架(2)框架
- 開心檔-Node.js入門篇2Node.js
- Node.js+Koa2+TypeScript技術概覽Node.jsTypeScript
- A Simple RESTful API Service With Node.js And Koa2RESTAPINode.js
- docker-compose with node&pm2&nginx 使用DockerNginx
- 基於Node.js的HTTP/2 Server實踐Node.jsHTTPServer
- [譯] Node.js 能進行 HTTP/2 推送啦!Node.jsHTTP
- Node.js通過Dubbo2.js呼叫JavaNode.jsJava
- Node HTTP/2 Server Push 從瞭解到放棄HTTPServer
- vue+node移動商城【2】-環境安裝Vue
- node+koa2+mysql搭建部落格後臺MySql
- 使用pm2自動化部署node專案
- 2-68. 基礎資料建立 Node & GridNodes
- 我與Node.js重新認識的第2周 - Node.js 底層Node.js
- node用2行程式碼解決? HTTP跨域?行程HTTP跨域
- 淺析libuv原始碼-node事件輪詢解析(2)原始碼事件
- linux-node開發的部署方式–PM2Linux
- node /nginx/pm2環境及自動部署-centosNginxCentOS
- Node模板引擎學習(2)--Jade語法歸納
- win10安裝vue2+node14+vue uiWin10VueUI
- What problems does Google Wave solve?(轉載)Go
- Node教程——API介面開發(Node版的CRUD通用介面的搭建)(MangoDB+Express_Version2)APIGoExpress
- linux下安裝node環境以及配置軟連線、pm2管理node程式Linux
- Three ways to create Multi Thread in JavathreadJava
- 【轉載】Kano Model — Ways to use it and NOT use it
- Leetcode-Decode WaysLeetCode
- Codeforces466C Number of Ways