Oracle ASM oracleasm createdisk "Device or resource busy"
http://blogs.oracle.com/simonthorpe/2009/06/configuring_oracle_asm_disks_i.html
I was then able to mark my disks for ASM use, except I had already mounted these disks as part of my testing from earlier.
[root@database modules]# oracleasm createdisk DATADISK1 /dev/sdc1
Unable to open device "/dev/sdc1": Device or resource busy
Duh, I quickly removed the references in /etc/fstab and unmounted the drives. This time I could run my command;
[root@database modules]# oracleasm createdisk DATADISK1 /dev/sdc1
Writing disk header: done
Instantiating disk: done
[root@database modules]# oracleasm createdisk DATADISK2 /dev/sdd1
Writing disk header: done
Instantiating disk: done
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/23135684/viewspace-628164/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- oracleasm createdisk ASM: Device is already labeled for ASM diskOracleASMdev
- oracleasm createdisk : Device '/dev/emcpowera1 is not a partitionOracleASMdev
- open failed: EBUSY (Device or resource busy)AIdev
- device-mapper create ioctl failed: Device or resource busydevAPPAI
- FILE ON OCFS CANNOT BE DELETED LINUX ERROR: 16: DEVICE OR RESOURCE BUSYdeleteLinuxErrordev
- /etc/init.d/oracleasm createdisk錯誤OracleASM
- Linux rm -rf 之rm: cannot remove `linux': Device or resource busyLinuxREMdev
- 建立asm磁碟 報錯 oracleasm-write-label: Unable to clear deviceASMOracledev
- Oracle wait interface - ORA-00054: resource busyOracleAI
- oracle之 RA-00054: resource busy and acquire with NOWAITOracleUIAI
- [Oracle] Device Checks for ASM - This is a pre-check........OracledevASM
- Change AUTO_START in ASM Resource Oracle ClusterwareASMOracle
- asm createdisk時提示沒有許可權ASM
- ORA-00054:resource busy and acquire with nowaitUIAI
- ORA-00054: resource busy and acquire with NOWAITUIAI
- ASM: Device is already labeled for ASM diskASMdev
- 解決umount.nfs: /data: device is busy 問題NFSdev
- 新建partition出現 device busy問題處理dev
- ORA-00054: resource busy and acquire with NOWAIT specifiedUIAI
- ora-00054:resource busy and acquire with nowait specifiedUIAI
- Redhat 下 ASM oracleasm deletedisk -failed 的解決方法RedhatASMOracledeleteAI
- ORA-00054: resource busy and acquire with NOWAIT specified處理UIAI
- Start of resource “ora.asm -init” failed -ASMAI
- ora-00054:resource busy and acquire with nowait specified解決方法UIAI
- Oracle Buffer Busy WaitsOracleAI
- "ORA-00054 resource busy and acquire with NOWAIT specified"的解決方法UIAI
- Oracle Database Resource ManagerOracleDatabase
- Oracle simple resource planOracle
- Oracle Resource Manager概述Oracle
- ASM學習筆記_配置RAW Device磁碟組ASM筆記dev
- linux下asm裡如何找到asm disk和os device的對應關係LinuxASMdev
- linux下如何使用raw device來建立管理asm diskLinuxdevASM
- 二述_rhel4利用loop device deploying asm storageOOPdevASM
- oracle asmOracleASM
- [Oracle] Raw device上Create TablespaceOracledev
- 2.7 Overview of Oracle Resource Manager in a CDBViewOracle
- Oracle 資源管理(resource manager)Oracle
- oracle resource manager (ORM)舉例OracleORM