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/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 對oracle asm 磁碟組進行檢查OracleASM
- oracle 11g R1 asm 磁碟組新特性OracleASM
- Linux 磁碟對應 ASM diskgroup 中的磁碟LinuxASM
- Oracle 11g R1中ASM增強OracleASM
- oracle 10g rac +asm 進行加物理磁碟與減物理磁碟的測試Oracle 10gASM
- Oracle 12c 遷移MGMTDB 到其他的磁碟組Oracle
- oracle 12c R1 可以線上對資料檔案重新命名或者移動資料檔案位置Oracle
- oracle 12c R1 新特性對單個表的恢復Oracle
- 12c下更換ASM磁碟ASM
- 遷移ASM磁碟組ASM
- Oracle asm磁碟中新加磁碟OracleASM
- 在ASM磁碟組之間移動檔案ASM
- 使用rman在oracle ASM磁碟組之間移動資料檔案OracleASM
- 移動資料檔案從檔案系統到ASM磁碟組中ASM
- Oracle 12c 使用(Full Transportable Export/Import)進行升級/遷移OracleExportImport
- 如何移動asm磁碟組內的資料檔案到另外一個磁碟組ASM
- Oracle 12c ASM專題|Flex磁碟組到底有多Fexible?OracleASMFlex
- 如何檢視Oracle RAC的asm磁碟的udev對應關係OracleASMdev
- 分析asm對應的磁碟分割槽ASM
- goldengate 12c對oracle DB的改進GoOracle
- oracle 12c 針對cdb的差異0備與對pdb進行恢復Oracle
- 12C Oracle ASM Filter DriverOracleASMFilter
- 確定asm磁碟與物理磁碟的對應關係ASM
- ORACLE RAC重建ASM磁碟組OracleASM
- Linux udev 動態管理Oracle ASM磁碟-實驗LinuxdevOracleASM
- 全面學習和應用ORACLE ASM特性--(5)管理asm磁碟中的檔案OracleASM
- 谷歌對移動演算法進行空前的調整谷歌演算法
- 【ASM】Oracle asm磁碟被格式化,如何掛載該磁碟組ASMOracle
- oracle中對LONG列進行查詢Oracle
- 12c ASM中建立ACFSASM
- 【ASM】Oracle asm刪除磁碟組注意事項ASMOracle
- AIX平臺下磁碟的PVID對ASM磁碟的破壞AIASM
- 遷移ocr/votedisk/asm spfile所在磁碟組ASM
- ORACLE ASM的SSD磁碟空間回收分析OracleASM
- Oracle 12c使用RMAN備份對Non-CDB中的表按時間點進行恢復Oracle
- Oracle下建立ASM磁碟總結OracleASM
- Oracle ASM新增磁碟組POWER OPTIONOracleASM
- Oracle ASM磁碟組常用操作命令OracleASM