oracle 12c R1 對存放在asm磁碟中的password 進行移動
在oracle 12c R1版本中,密碼檔案放到asm磁碟組中,那密碼檔案在asm磁碟組中如何進行移動,
比如放到另外一個磁碟組中
下面就是密碼檔案遷移方法 PWMOVE:
$$ ASM password file move (PWMOVE)::-----------
========================================
You can move ASM password file online in a running cluster in asmcmd using pwmove command.
Initially, the ASM password file was placed on a CRS diskgroup
$ crsctl stat res ora.asm -p|grep PWFILE
PWFILE=+CRS/asm/password/orapwasm
And cluster is up and running .
[oracle@ariidc1 archive]$crsctl check crs
CRS-4638: Oracle High Availability Services is online
CRS-4537: Cluster Ready Services is online
CRS-4529: Cluster Synchronization Services is online
CRS-4533: Event Manager is online
Move the ASM password file online using ASMCMD
$ asmcmd
ASMCMD> pwmove --asm +CRS/asm/password/orapwasm +data/orapwasm
moving +CRS/asm/password/orapwasm -> +data/orapwasm
ASMCMD> exit
Validated Cluster is up and running
[oracle@ariidc1 archive]$ crsctl check crs
CRS-4638: Oracle High Availability Services is online
CRS-4537: Cluster Ready Services is online
CRS-4529: Cluster Synchronization Services is online
CRS-4533: Event Manager is online
Validated new location of ASM password file.
[oracle@ariidc1 archive]$ crsctl stat res ora.asm -p|grep PWFILE
PWFILE=+data/orapwasm
比如放到另外一個磁碟組中
下面就是密碼檔案遷移方法 PWMOVE:
$$ ASM password file move (PWMOVE)::-----------
========================================
You can move ASM password file online in a running cluster in asmcmd using pwmove command.
Initially, the ASM password file was placed on a CRS diskgroup
$ crsctl stat res ora.asm -p|grep PWFILE
PWFILE=+CRS/asm/password/orapwasm
And cluster is up and running .
[oracle@ariidc1 archive]$crsctl check crs
CRS-4638: Oracle High Availability Services is online
CRS-4537: Cluster Ready Services is online
CRS-4529: Cluster Synchronization Services is online
CRS-4533: Event Manager is online
Move the ASM password file online using ASMCMD
$ asmcmd
ASMCMD> pwmove --asm +CRS/asm/password/orapwasm +data/orapwasm
moving +CRS/asm/password/orapwasm -> +data/orapwasm
ASMCMD> exit
Validated Cluster is up and running
[oracle@ariidc1 archive]$ crsctl check crs
CRS-4638: Oracle High Availability Services is online
CRS-4537: Cluster Ready Services is online
CRS-4529: Cluster Synchronization Services is online
CRS-4533: Event Manager is online
Validated new location of ASM password file.
[oracle@ariidc1 archive]$ crsctl stat res ora.asm -p|grep PWFILE
PWFILE=+data/orapwasm
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/7199859/viewspace-1966623/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 遷移ASM磁碟組ASM
- 12C Oracle ASM Filter DriverOracleASMFilter
- Oracle 12C Database File Mapping for Oracle ASM FilesOracleDatabaseAPPASM
- 如何檢視Oracle RAC的asm磁碟的udev對應關係OracleASMdev
- 【ASM】Oracle asm刪除磁碟組注意事項ASMOracle
- 【ASM】Oracle asm磁碟被格式化,如何掛載該磁碟組ASMOracle
- ORACLE ASM的SSD磁碟空間回收分析OracleASM
- Oracle 12C ASM asmcmd amdu_extractOracleASM
- 12C__單機安裝Grid+Oracle的方法,ASM使用UDEV進行磁碟繫結OracleASMdev
- ORACLE ASM磁碟組空間溢位OracleASM
- oracle 12c 針對cdb的差異0備與對pdb進行恢復Oracle
- Oracle RAC日常運維-ASM磁碟擴容Oracle運維ASM
- Oracle ASM磁碟組擴容(AIX7.1)OracleASMAI
- Oracle asm磁碟損壞異常恢復OracleASM
- 【BUILD_ORACLE】使用ASMLib包搭建ASM磁碟UIOracleASM
- 關於Oracle 10g ASM磁碟大小的限制Oracle 10gASM
- Oracle 12c新特性--ASMFD(ASM Filter Driver)特性OracleASMFilter
- Oracle RAC環境下ASM磁碟組擴容OracleASM
- Oracle資料庫 ASM磁碟線上擴容Oracle資料庫ASM
- Oracle RAC ASM磁碟組擴容時遇到的VIP漂移OracleASM
- Linux 6.9 加盤後的Oracle 12c ASM DiskGroup配置過程LinuxOracleASM
- ASM磁碟組限制ASM
- Oracle 12c的DG自動同步密碼檔案--ASM 新特性:共享密碼檔案Oracle密碼ASM
- 遷移OCR和VotingDisk並刪除原ASM磁碟組ASM
- Oracle ASM Rebalance執行過程OracleASM
- ASM磁碟組更換磁碟的操作方法ASM
- Oracle 12c RAC構築之二:共享磁碟配置Oracle
- Oracle Database 12cR2/R1中的更改OracleDatabase
- Oracle ASM使用asmcmd中的cp命令來執行遠端複製OracleASM
- 【ASM】ASM磁碟頭被重寫,如何修復ASM
- ASM 磁碟組的建立及擴容ASM
- Oracle 12c系列(十) | 12c中的Recovering Tables and Table PartitionsOracle
- 從定位資料塊所在ASM磁碟到ASM strippingASM
- 【ARCH】Oracle 判斷asm磁碟組大小,超過閾值清理指令碼OracleASM指令碼
- Oracle ASM AMDU工具的使用OracleASM
- 一次ASM新增新的磁碟組ASM
- 在Linux中,如何進行磁碟效能監控?Linux
- Oracle 12c叢集啟動故障Oracle
- 【PROFILE】PASSWORD_REUSE_TIME和PASSWORD_REUSE_MAX引數在Oracle不同版本中的差別Oracle