刪除Linux非rac環境下的ASM例項(轉)
環境說明:
作業系統:CentOS 5 x86
資料庫:Oracle 10.2.0.1 非RAC環境
ASM例項名:+ASM
參考:metalink node:311350.1
1、檢查ASM例項程式
ora_test@oracle[/home/oracle]> ps -ef|grep asm|grep -v grep oracle 4263 1 0 Jan20 ? 00:00:02 asm_pmon_+ASM oracle 4265 1 0 Jan20 ? 00:00:00 asm_psp0_+ASM oracle 4267 1 0 Jan20 ? 00:00:00 asm_mman_+ASM oracle 4269 1 0 Jan20 ? 00:00:00 asm_dbw0_+ASM oracle 4271 1 0 Jan20 ? 00:00:00 asm_lgwr_+ASM oracle 4273 1 0 Jan20 ? 00:00:00 asm_ckpt_+ASM oracle 4275 1 0 Jan20 ? 00:00:00 asm_smon_+ASM oracle 4277 1 0 Jan20 ? 00:00:00 asm_rbal_+ASM oracle 4279 1 0 Jan20 ? 00:00:06 asm_gmon_+ASM |
2、設定ASM例項名
ora_test@oracle[/home/oracle]> export ORACLE_SID=+ASM |
3、檢查是否有例項在使用ASM
ora_test@oracle[/home/oracle]> sqlplus / as sysdba SQL*Plus: Release 10.2.0.1.0 - Production on Thu Jan 21 08:44:03 2010 Copyright (c) 1982, 2005, Oracle. All rights reserved. Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production With the Partitioning, OLAP and Data Mining options idle> select instance_name from v$asm_client; no rows selected |
如果有例項在使用ASM,需要首先停止這些相關的例項,並備份相關的datafile、controlfile等
4、檢查ASM例項上的diskgroup
idle> select name from v$asm_diskgroup; NAME ------------------------------ DATA |
5、刪除檢查到ASM例項上的diskgroup
idle> drop diskgroup data including contents; Diskgroup dropped. |
6、關閉ASM例項
idle> shutdown ORA-15100: invalid or missing diskgroup name ASM instance shutdown idle> exit Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production With the Partitioning, OLAP and Data Mining options |
7、從css中刪除ASM例項資訊
ora_test@oracle[/home/oracle]> oradism -delete -asmsid +ASM |
8、刪除ASM例項相關的spfile、pfile等檔案
ora_test@oracle[/home/oracle]> cd $ORACLE_HOME/dbs ora_test@oracle[/oracle/app/10.1/dbs]> rm -f *+ASM* ora_test@oracle[/oracle/app/10.1/dbs]> cd $ORACLE_BASE/admin ora_test@oracle[/oracle/admin]> rm -rf +ASM |
9、刪除/etc/oratab檔案中的ASM例項相關行
刪除/etc/oratab檔案中的如下行
其實刪除oracle 例項同樣要查出該檔案的內容
+ASM:/oracle/app/10.1:Y |
10、用root使用者刪除cssd服務
ora_test@root[/oracle/app/10.1/bin]> ./localconfig delete Stopping CSSD. Shutting down CSS daemon. Shutdown request successfully issued. Shutdown has begun. The daemons should exit soon. |
11、清除ASM使用的裝置的檔案頭資訊
ora_test@oracle[/home/oracle]> cd /dev/raw/ ora_test@oracle[/dev/raw]> ls -l * crw------- 1 oracle oinstall 162, 1 Jan 21 08:45 raw1 crw------- 1 oracle oinstall 162, 2 Jan 21 08:45 raw2 crw------- 1 oracle oinstall 162, 3 Jan 21 08:45 raw3 ora_test@oracle[/dev/raw]> dd if=/dev/zero f=/dev/raw/raw1 bs=1024 count=10 10+0 records in 10+0 records out 10240 bytes (10 kB) copied, 0.00396028 seconds, 2.6 MB/s ora_test@oracle[/dev/raw]> dd if=/dev/zero f=/dev/raw/raw2 bs=1024 count=10 10+0 records in 10+0 records out 10240 bytes (10 kB) copied, 0.00485093 seconds, 2.1 MB/s ora_test@oracle[/dev/raw]> dd if=/dev/zero f=/dev/raw/raw3 bs=1024 count=10 10+0 records in 10+0 records out 10240 bytes (10 kB) copied, 0.00532261 seconds, 1.9 MB/s |
--end--
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/22034023/viewspace-673264/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- RAC和ASM環境下打patchASM
- RAC+DG(asm單例項)ASM單例
- Oracle RAC環境下ASM磁碟組擴容OracleASM
- Windows環境下刪除MySQLWindowsMySql
- Linux環境變數的設定、檢視、刪除Linux變數
- Oracle 11.2.0.4 rac for aix acfs異常環境的克隆環境ASM磁碟組掛載緩慢OracleAIASM
- ORACLE11GR2 RAC解除安裝ASM例項步驟OracleASM
- 【Linux】Linux中怎麼設定和刪除環境變數Linux變數
- Oracle RAC 環境下的連線管理Oracle
- ORACLE-LINUX環境字元介面單例項安裝OracleLinux字元單例
- Linux下搭建FFmpeg開發除錯環境Linux除錯
- oracle rac 12徹底刪除,徹底刪除該死的racOracle
- 純終端Linux環境或者無掛載顯示卡Linux環境執行Chrome例項LinuxChrome
- Anaconda建立環境、刪除環境、環境重新命名、檢視環境名
- linux環境下vscode 中C/C++編譯及除錯環境的搭建LinuxVSCodeC++編譯除錯
- RAC環境下建立物理DATAGUARD(1)
- RAC環境下建立物理DATAGUARD(2)
- DophinScheduler 如何定期刪除日誌例項?
- Ubuntu新增刪除環境變數Ubuntu變數
- CentOS新增、刪除環境變數CentOS變數
- Linux環境下C++除錯的三板斧LinuxC++除錯
- 11.2.0.4 RAC生產環境刪除故障節點與增加新服務節點
- ubuntu環境變數的新增與刪除Ubuntu變數
- 通過ORACLE VM virtualbox環境安裝oracle 11G RAC(ASM)OracleASM
- 【ASM】Oracle asm刪除磁碟組注意事項ASMOracle
- 在WIN下刪除LINUXLinux
- JavaScript刪除元素節點程式碼例項JavaScript
- 批處理-刪除環境變數變數
- Conda 建立和刪除虛擬環境
- 刪除所有正在執行和退出的docker例項Docker
- 刪除字串中的html標籤程式碼例項字串HTML
- RAC環境下的SEQUENCE對應用的影響
- oracle資料庫跨平臺(AIX)從RAC恢復至(linux)下的單例項Oracle資料庫AILinux單例
- 將RAC軟體轉換為單例項軟體單例
- MAC環境下PHP開發除錯環境搭建MacPHP除錯
- goldengate + asm + racGoASM
- 【資料庫資料恢復】LINUX環境下ORACLE資料庫誤刪除的資料恢復資料庫資料恢復LinuxOracle
- Linux下刪除資料夾的命令Linux
- 刪除linux下的oracle資料庫LinuxOracle資料庫