广告
返回顶部
首页 > 资讯 > 数据库 >ORACLE11GR2 RAC卸载ASM实例步骤
  • 900
分享到

ORACLE11GR2 RAC卸载ASM实例步骤

2024-04-02 19:04:59 900人浏览 独家记忆
摘要

1、停掉所有节点ASM实例 $ srvctl stop asm -n testdb1 -f $ srvctl stop asm -n testdb2 -f $ srvctl stop asm -n test

1、停掉所有节点ASM实例
$ srvctl stop asm -n testdb1 -f
$ srvctl stop asm -n testdb2 -f
$ srvctl stop asm -n testdb3 -f
$ srvctl stop asm -n testdb4 -f


查看CRS资源状态,此时ASM实例已经shutdown
$ crsctl stat res -t
--------------------------------------------------------------------------------
NAME           TARGET  STATE        SERVER                   STATE_DETaiLS       
--------------------------------------------------------------------------------
Local Resources
--------------------------------------------------------------------------------
ora.LISTENER.lsnr
               ONLINE  ONLINE       testdb1                                      
               ONLINE  ONLINE       testdb2                                      
               ONLINE  ONLINE       testdb3                                      
               ONLINE  ONLINE       testdb4                                      
ora.OCRVOTE.dg
               OFFLINE OFFLINE      testdb1                                      
               OFFLINE OFFLINE      testdb2                                      
               OFFLINE OFFLINE      testdb3                                      
               OFFLINE OFFLINE      testdb4                                      
ora.asm
               OFFLINE OFFLINE      testdb1                  Instance Shutdown   
               OFFLINE OFFLINE      testdb2                  Instance Shutdown   
               OFFLINE OFFLINE      testdb3                  Instance Shutdown   
               OFFLINE OFFLINE      testdb4                  Instance Shutdown   
ora.gsd
               OFFLINE OFFLINE      testdb1                                      
               OFFLINE OFFLINE      testdb2                                      
               OFFLINE OFFLINE      testdb3                                      
               OFFLINE OFFLINE      testdb4                                      
ora.net1.network
               ONLINE  ONLINE       testdb1                                      
               ONLINE  ONLINE       testdb2                                      
               ONLINE  ONLINE       testdb3                                      
               ONLINE  ONLINE       testdb4                                      
ora.ons
               ONLINE  ONLINE       testdb1                                      
               ONLINE  ONLINE       testdb2                                      
               ONLINE  ONLINE       testdb3                                      
               ONLINE  ONLINE       testdb4                                      
ora.reGIStry.acfs
               OFFLINE OFFLINE      testdb1                                      
               OFFLINE OFFLINE      testdb2                                      
               OFFLINE OFFLINE      testdb3                                      
               OFFLINE OFFLINE      testdb4                                      
--------------------------------------------------------------------------------
Cluster Resources
--------------------------------------------------------------------------------
ora.LISTENER_SCAN1.lsnr
      1        ONLINE  ONLINE       testdb4                                      
ora.cvu
      1        ONLINE  ONLINE       testdb3                                      
ora.oc4j
      1        ONLINE  ONLINE       testdb3                                      
ora.scan1.vip
      1        ONLINE  ONLINE       testdb4                                      
ora.testdb1.vip
      1        ONLINE  ONLINE       testdb1                                      
ora.testdb2.vip
      1        ONLINE  ONLINE       testdb2                                      
ora.testdb3.vip
      1        ONLINE  ONLINE       testdb3                                      
ora.testdb4.vip
      1        ONLINE  ONLINE       testdb4 
      
      
2、移除ASM资源
$ srvctl remove asm  -f
$ crsctl stat res -t
--------------------------------------------------------------------------------
NAME           TARGET  STATE        SERVER                   STATE_DETAILS       
--------------------------------------------------------------------------------
Local Resources
--------------------------------------------------------------------------------
ora.LISTENER.lsnr
               ONLINE  ONLINE       testdb1                                      
               ONLINE  ONLINE       testdb2                                      
               ONLINE  ONLINE       testdb3                                      
               ONLINE  ONLINE       testdb4                                      
ora.OCRVOTE.dg
               OFFLINE OFFLINE      testdb1                                      
               OFFLINE OFFLINE      testdb2                                      
               OFFLINE OFFLINE      testdb3                                      
               OFFLINE OFFLINE      testdb4                                      
ora.gsd
               OFFLINE OFFLINE      testdb1                                      
               OFFLINE OFFLINE      testdb2                                      
               OFFLINE OFFLINE      testdb3                                      
               OFFLINE OFFLINE      testdb4                                      
ora.net1.network
               ONLINE  ONLINE       testdb1                                      
               ONLINE  ONLINE       testdb2                                      
               ONLINE  ONLINE       testdb3                                      
               ONLINE  ONLINE       testdb4                                      
ora.ons
               ONLINE  ONLINE       testdb1                                      
               ONLINE  ONLINE       testdb2                                      
               ONLINE  ONLINE       testdb3                                      
               ONLINE  ONLINE       testdb4                                      
ora.registry.acfs
               OFFLINE OFFLINE      testdb1                                      
               OFFLINE OFFLINE      testdb2                                      
               OFFLINE OFFLINE      testdb3                                      
               OFFLINE OFFLINE      testdb4                                      
--------------------------------------------------------------------------------
Cluster Resources
--------------------------------------------------------------------------------
ora.LISTENER_SCAN1.lsnr
      1        ONLINE  ONLINE       testdb4                                      
ora.cvu
      1        ONLINE  ONLINE       testdb3                                      
ora.oc4j
      1        ONLINE  ONLINE       testdb3                                      
ora.scan1.vip
      1        ONLINE  ONLINE       testdb4                                      
ora.testdb1.vip
      1        ONLINE  ONLINE       testdb1                                      
ora.testdb2.vip
      1        ONLINE  ONLINE       testdb2                                      
ora.testdb3.vip
      1        ONLINE  ONLINE       testdb3                                      
ora.testdb4.vip
      1        ONLINE  ONLINE       testdb4     
      
      


3、移除OCRVOTE磁盘组资源
$ srvctl remove diskgroup -g OCRVOTE -f
$ crsctl stat res -t
--------------------------------------------------------------------------------
NAME           TARGET  STATE        SERVER                   STATE_DETAILS       
--------------------------------------------------------------------------------
Local Resources
--------------------------------------------------------------------------------
ora.LISTENER.lsnr
               ONLINE  ONLINE       testdb1                                      
               ONLINE  ONLINE       testdb2                                      
               ONLINE  ONLINE       testdb3                                      
               ONLINE  ONLINE       testdb4                                      
ora.gsd
               OFFLINE OFFLINE      testdb1                                      
               OFFLINE OFFLINE      testdb2                                      
               OFFLINE OFFLINE      testdb3                                      
               OFFLINE OFFLINE      testdb4                                      
ora.net1.network
               ONLINE  ONLINE       testdb1                                      
               ONLINE  ONLINE       testdb2                                      
               ONLINE  ONLINE       testdb3                                      
               ONLINE  ONLINE       testdb4                                      
ora.ons
               ONLINE  ONLINE       testdb1                                      
               ONLINE  ONLINE       testdb2                                      
               ONLINE  ONLINE       testdb3                                      
               ONLINE  ONLINE       testdb4                                      
ora.registry.acfs
               OFFLINE OFFLINE      testdb1                                      
               OFFLINE OFFLINE      testdb2                                      
               OFFLINE OFFLINE      testdb3                                      
               OFFLINE OFFLINE      testdb4                                      
--------------------------------------------------------------------------------
Cluster Resources
--------------------------------------------------------------------------------
ora.LISTENER_SCAN1.lsnr
      1        ONLINE  ONLINE       testdb4                                      
ora.cvu
      1        ONLINE  ONLINE       testdb3                                      
ora.oc4j
      1        ONLINE  ONLINE       testdb3                                      
ora.scan1.vip
      1        ONLINE  ONLINE       testdb4                                      
ora.testdb1.vip
      1        ONLINE  ONLINE       testdb1                                      
ora.testdb2.vip
      1        ONLINE  ONLINE       testdb2                                      
ora.testdb3.vip
      1        ONLINE  ONLINE       testdb3                                      
ora.testdb4.vip
      1        ONLINE  ONLINE       testdb4
      
4、删除/etc/oratab中ASM信息(所有节点)
root@testdb1:/#cp /etc/oratab  /etc/oratab_bak
root@testdb1:/#vi /etc/oratab
+ASM1:/oracle/app/11.2.0/grid:N         # line added by Agent    《《==该行删除 


5、删除磁盘组OCRVOTE中的磁盘头
su - root
dd if=/dev/zero of=/dev/vx/rdmp/emc0_04a1 bs=1024k count=50
dd if=/dev/zero of=/dev/vx/rdmp/emc0_04ad bs=1024k count=50
dd if=/dev/zero of=/dev/vx/rdmp/hitachi_vsp0_11cc bs=1024k count=50


到此ASM实例卸载完成。

您可能感兴趣的文档:

--结束END--

本文标题: ORACLE11GR2 RAC卸载ASM实例步骤

本文链接: https://www.lsjlt.com/news/46319.html(转载时请注明来源链接)

有问题或投稿请发送至: 邮箱/279061341@qq.com    QQ/279061341

本篇文章演示代码以及资料文档资料下载

下载Word文档到电脑,方便收藏和打印~

下载Word文档
猜你喜欢
软考高级职称资格查询
编程网,编程工程师的家园,是目前国内优秀的开源技术社区之一,形成了由开源软件库、代码分享、资讯、协作翻译、讨论区和博客等几大频道内容,为IT开发者提供了一个发现、使用、并交流开源技术的平台。
  • 官方手机版

  • 微信公众号

  • 商务合作