查看: 10047|回复: 16

[原创] 11R2更改OCR磁盘冗余模式

[复制链接]
论坛徽章:
7
2012新春纪念徽章
日期:2012-01-04 11:57:13奥运会纪念徽章:网球
日期:2012-06-15 10:43:44迷宫蛋
日期:2013-05-09 17:01:12优秀写手
日期:2013-12-18 09:29:09问答徽章
日期:2013-12-18 13:47:13技术图书徽章
日期:2014-01-24 10:18:55比亚迪
日期:2014-02-17 10:05:57
跳转到指定楼层
1#
发表于 2012-2-26 18:19 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
本帖最后由 oracle_mao 于 2012-2-27 09:11 编辑

1 概述1.1 环境
在安装ASM磁盘时采用了extenrnal的冗余模式,现在需要将冗余模式改为normail的冗余模式。
1.2 三种冗余模式1.2.1 EXTERNAL模式
External redundancy(1OCR and no copies)
An external redundancy disk group requires a minimum of one disk device.
The effective disk space in an external redundancy disk group is the sum of the disk space in all of its devices.
Because Automatic Storage Management does not mirror data in an external
redundancy disk group, Oracle recommends that you use external redundancy with storage devices such as RAID, or other similar devices that provide their own data protection mechanisms.
1.2.2 NORMAL模式
Normal redundancy(1 OCR and 2 copies )
In a normal redundancy disk group, to increase performance and reliability,
Automatic Storage Management by default uses two-way mirroring. A normal
redundancy disk group requires a minimum of two disk devices (or two
failure groups). The effective disk space in a normal redundancy disk group is
half the sum of the disk space in all of its devices.
For Oracle Clusterware files, Normal redundancy disk groups provide 3
voting disk files, 1 OCR and 2 copies (one primary and one secondary mirror).
With normal redundancy, the cluster can survive the loss of one failure group.
For most installations, Oracle recommends that you select normal redundancy.
1.2.3 HIGH模式
High redundancy(1 OCR and 3 copies )
In a high redundancy disk group, Automatic Storage Management uses
three-way mirroring to increase performance and provide the highest level of
reliability. A high redundancy disk group requires a minimum of three disk
devices (or three failure groups). The effective disk space in a high redundancy
disk group is one-third the sum of the disk space in all of its devices.
For Oracle Clusterware files, High redundancy disk groups provide 5 voting
disk files, 1 OCR and 3 copies (one primary and two secondary mirrors). With
high redundancy, the cluster can survive the loss of two failure groups.
While high redundancy disk groups do provide a high level of data protection,
you should consider the greater cost of additional storage devices before
deciding to select high redundancy disk groups.
1.3 METALINK文档描述
[ID 428681.1]
题目:OCR / Vote disk Maintenance Operations: (ADD/REMOVE/REPLACE/MOVE)
11.2+:
From 11.2, votedisk can be stored on either ASM diskgroup or cluster file systems. The following commands can only be executed when GI is running either in cluster mode or exclusive mode. As grid user:
1. To add a Voting Disk
a. When votedisk is on cluster file system:
$ crsctl add css votedisk <VOTEDISK_LOCATION/filename>
b. When votedisk is on ASM diskgroup, no add option available. The number of votedisk is determined by the diskgroup redundancy. If more copy of votedisk is desired, one can move votedisk to a diskgroup with higher redundancy.
2. To delete a Voting Disk
a. When votedisk is on cluster file system:
$ crsctl delete css votedisk <VOTEDISK_LOCATION/filename>
b. When votedisk is on ASM, no delete option available, one can only replace the existing votedisk group with another ASM diskgroup
3. To move a Voting Disk
a. When votedisk is on cluster file system:
$ crsctl add css votedisk <NEW VOTEDISK_LOCATION/filename>
$ crsctl delete css votedisk <OLD VOTEDISK_LOCATION/filename>
b. When votedisk is on ASM or moving votedisk between cluster file system and ASM diskgroup
$ crsctl replace votedisk <+diskgroup>|<vdisk>
eg:
move to cluster file system:
$ crsctl replace votedisk /shared/vote.dat
Now formatting voting disk: /shared/vote.dat.
CRS-4256: Updating the profile
Successful addition of voting disk 32ff90ab38a04f65bf0c428c8fea9721.
Successful deletion of voting disk 3d34623f09b64f9dbfa44fabf455513e.
Successful deletion of voting disk 7043c38000a24f1abf36473ca7e9cd9e.
Successful deletion of voting disk 18de241007df4f9cbf3fbb4193f0ecb4.
CRS-4256: Updating the profile
CRS-4266: Voting file(s) successfully replaced
more to ASM diskgroup:
$ crsctl replace votedisk +OCRVOTE
CRS-4256: Updating the profile
Successful addition of voting disk 3d34623f09b64f9dbfa44fabf455513e.
Successful addition of voting disk 7043c38000a24f1abf36473ca7e9cd9e.
Successful addition of voting disk 18de241007df4f9cbf3fbb4193f0ecb4.
Successful deletion of voting disk a32c9b158e644fabbfdcc239c76f22a0.
Successfully replaced voting disk group with +CRS.
CRS-4256: Updating the profile
CRS-4266: Voting file(s) successfully replaced
1.4 联机文档描述
One reason to drop a disk group is to change the redundancy level (normal, high, or external). Because you cannot change the redundancy of a disk group, you must drop the disk group and then re-create it with the proper redundancy. In this case, you must back up or move disk group data before you drop the disk group
1.5 小结
如果要想改变asm磁盘组的冗余方式,就必须删除并重建磁盘组。
2 移走OCR磁盘内容2.1 备份2.1.1 备份OCR
ocrconfig –export /tmp/ocr.bak
ocrconfig –manualbackup
$ ocrconfig -showbackup                                                                                                         
node2     2012/02/24 12:09:34  /u01/grid/cdata/PMSBIPD/backup00.ocr
node2     2012/02/24 08:03:21     /u01/grid/cdata/PMSBIPD/backup01.ocr
node2     2012/02/24 04:03:21     /u01/grid/cdata/PMSBIPD/backup02.ocr
node2     2012/02/22 19:38:28     /u01/grid/cdata/PMSBIPD/day.ocr
node2     2012/02/10 11:48:21     /u01/grid/cdata/PMSBIPD/week.ocr
PROT-25: Manual backups for the Oracle Cluster Registry are not available
2.1.2 备份VOTEDISK
In Oracle Clusterware 11g release 2 (11.2), you no longer have to back up the voting disk. The voting disk data is automatically backed up in OCR as part of any configuration change and is automatically restored to any voting disk added. If all voting disks are corrupted, however, you can restore them as described in "Restoring Voting Disks".---联机文档说不需要备份votedisk,可以使用dd备份
2.1.2.1 查看VOTEDISK位置
$ crsctl query css votedisk                                                                                                     
##  STATE    File Universal Id                File Name Disk group
--  -----    -----------------                --------- ---------
1. ONLINE   077fcbf9dd704f03bf95d2b1490208f2 (/dev/rdisk/disk444) [OCR_ORCL]
Located 1 voting disk(s).
2.1.2.2 备份
备份votedisk盘:
[root@node1 bin]# dd if=/dev/raw/raw5 of=/home/oracle/voting_disk.bak
256977+0 records in
256977+0 records out
2.1.2.3 恢复
恢复votedisk盘(如果真需要恢复的话):
[root@node1 bin]# dd if=/home/oracle/voting_disk.bak of=/dev/raw/raw5
256977+0 records in
256977+0 records out
2.1.3 备份ASM参数文件
在OCR的磁盘组里,有OCR、VOTEDISK、ASM的SPFILE参数文件,但是这里ASM的参数文件是不需要备份的,因为我们一会在改ASM参数文件位置的时候,会生产PFILE文件,那时就已经是备份了。
2.2 移动OCR
备注:这里将OCR移动到DATA_ORCL这个磁盘组上,在一个节点操作即可。
当OCR只有一份时,如果移动则会报错
NODE1#[/u01/grid/bin]./ocrconfig -replace OCR_ORCL -replacement  DATA_ORCL
PROT-28: Cannot delete or replace the only configured Oracle Cluster Registry location
2.2.1 添加一份OCR
NODE1#[/u01/grid/bin]./ocrconfig -add +DATA_ORCL
2.2.2 检查OCR位置
NODE1#[/u01/grid/bin]./ocrcheck  
Status of Oracle Cluster Registry is as follows :
         Version                  :          3
         Total space (kbytes)     :     262120
         Used space (kbytes)      :       2852
         Available space (kbytes) :     259268
         ID                       :  941087888
         Device/File Name         :    +OCR_ORCL
                                    Device/File integrity check succeeded
         Device/File Name         :   +DATA_ORCL
                                    Device/File integrity check succeeded
                                    Device/File not configured
                                    Device/File not configured
                                    Device/File not configured
         Cluster registry integrity check succeeded
         Logical corruption check succeeded
2.2.3 删除一份OCR
NODE1#[/u01/grid/bin]./ocrconfig -delete +OCR_ORCL
NODE1#[/u01/grid/bin]./ocrcheck  
Status of Oracle Cluster Registry is as follows :
         Version                  :          3
         Total space (kbytes)     :     262120
         Used space (kbytes)      :       2852
         Available space (kbytes) :     259268
         ID                       :  941087888
         Device/File Name         :   +DATA_ORCL
                                    Device/File integrity check succeeded
                                    Device/File not configured
                                    Device/File not configured
                                    Device/File not configured
                                    Device/File not configured
         Cluster registry integrity check succeeded
         Logical corruption check succeeded
NODE1#[/u01/grid/bin]cat /var/opt/oracle/ocr.loc
#Device/file +OCR_ORCL getting replaced by device +DATA_ORCL
ocrconfig_loc=+DATA_ORCL
2.3 移动VOTEDISK
NODE1#[/u01/grid/bin]./crsctl replace votedisk +DATA_ORCL
Successful addition of voting disk 21dffc4c1ef84feebfaf2340c61853ba.
Successful deletion of voting disk 077fcbf9dd704f03bf95d2b1490208f2.
Successfully replaced voting disk group with +DATA_ORCL.
CRS-4266: Voting file(s) successfully replaced
NODE1#[/u01/grid/bin]./crsctl query css votedisk
##  STATE    File Universal Id                File Name Disk group
--  -----    -----------------                --------- ---------
1. ONLINE   21dffc4c1ef84feebfaf2340c61853ba (/dev/rdisk/disk447) [DATA_ORCL]
备注:在一个节点操作即可。
2.4 移动ASM参数文件2.4.1 查看ASM位置
$sqlplus / as sysasm
SQL> show parameter spfile
NAME                                 TYPE        VALUE
------------------------------------ ----------- ------------------------------
spfile                               string      +OCR_ORCL/pmsbipd/asmparameterfile/registry.253.760201253
2.4.2 创建PFILE
SQL> create pfile='/home/grid/asminit.ora' from spfile='+OCR_ORCL/pmsbipd/asmparameterfile/registry.253.760201253';
File created.
2.4.3 查看PFILE内容
$ cat asminit.ora
+ASM2.asm_diskgroups='DATA_ORCL','REDO_ORCL'#Manual Mount
+ASM1.asm_diskgroups='DATA_ORCL','REDO_ORCL'#Manual Mount
*.asm_power_limit=1
*.diagnostic_dest='/u01/oracle'
*.instance_type='asm'
*.large_pool_size=12M
*.remote_login_passwordfile='EXCLUSIVE'
2.4.4 关闭ASM实例
NODE2#[/u01/grid/bin]./srvctl stop asm -o abort -f
2.4.5 PFILE启动ASM实例
$sqlplus / as sysasm
SQL> startup pfile='/home/grid/asminit.ora';
ASM instance started
Total System Global Area  283930624 bytes
Fixed Size                  2169104 bytes
Variable Size             256595696 bytes
ASM Cache                  25165824 bytes
ASM diskgroups mounted
SQL> show parameter spfile
NAME                                 TYPE        VALUE
------------------------------------ ----------- ------------------------------
spfile                               string
2.4.6 创建SPFILE
SQL> create spfile='+DATA_ORCL' from pfile='/home/grid/asminit.ora';
File created.
2.4.7 SPFILE启动ASM实例
NODE2#[/u01/grid/bin]./srvctl stop asm -o abort -f
$sqlplus / as sysasm
SQL> startup
ASM instance started
Total System Global Area  283930624 bytes
Fixed Size                  2169104 bytes
Variable Size             256595696 bytes
ASM Cache                  25165824 bytes
ASM diskgroups mounted
SQL> show parameter spfile
NAME    TYPE    VALUE
--------------     -----------------------------
spfile   string    +DATA_ORCL/pmsbipd/asmparameterfile/registry.253.776257911
2.4.8 节点二重启CLUSTER
将另一个节点的cluster重启以保证asm的spfile是新的参数文件
此时最好是将2个节点的cluster都重启下,让所有的资源都正常。
3 删除OCR磁盘组3.1 查看OCR磁盘组状态
节点一:
SQL>  select name,state from v$asm_diskgroup;
NAME                           STATE
------------------------------ -----------
DATA_ORCL                        MOUNTED
REDO_ORCL                        MOUNTED
OCR_ORCL                         DISMOUNTED
节点二:
SQL>  select name,state from v$asm_diskgroup;
NAME                           STATE
------------------------------ -----------
DATA_ORCL                        MOUNTED
REDO_ORCL                        MOUNTED
OCR_ORCL                         DISMOUNTED
3.2 查看OCR磁盘组包括的磁盘
SQL> select name,GROUP_NUMBER ,DISK_NUMBER,state,REDUNDANCY ,TOTAL_MB,FREE_MB,path from v$asm_disk where name like 'OCR%';
NAME                           GROUP_NUMBER DISK_NUMBER STATE    REDUNDA   TOTAL_MB    FREE_MB PATH
------------------------------ ------------ ----------- -------- ------- ---------- ---------- ----------------------------------------
OCR_ORCL_0000                               1           0 NORMAL   UNKNOWN       1031        844 /dev/rdisk/disk444
OCR_ORCL_0001                               1           1 NORMAL   UNKNOWN       1031        908 /dev/rdisk/disk445
OCR_ORCL_0002                               1           2 NORMAL   UNKNOWN       1031        909 /dev/rdisk/disk446
3.3 节点2卸载OCR磁盘
备注:节点一不卸载
SQL> alter diskgroup OCR_ORCL dismount ;
Diskgroup altered.
SQL>  select name,state from v$asm_diskgroup;
NAME                           STATE
------------------------------ -----------
DATA_ORCL                        MOUNTED
REDO_ORCL                        MOUNTED
OCR_ORCL                         DISMOUNTED
3.4 OCR磁盘组删除
备注:在节点一操作
SQL>  drop diskgroup OCR_ORCL including contents;
Diskgroup dropped.
3.5 两节点查看
SQL> select name,state from v$asm_diskgroup;
NAME                           STATE
------------------------------ -----------
DATA_ORCL                        MOUNTED
REDO_ORCL                        MOUNTED
SQL> select name,state from v$asm_diskgroup;
NAME                           STATE
------------------------------ -----------
DATA_ORCL                        MOUNTED
REDO_ORCL                        MOUNTED
4 ASMCA重建OCR磁盘组4.1 打开4.2 创建注意选择normal冗余 4.3 完成4.4 查看状态
SQL> select name,state from v$asm_diskgroup;
NAME                           STATE
------------------------------ -----------
DATA_ORCL                        MOUNTED
REDO_ORCL                        MOUNTED
OCR_ORCL                         MOUNTED
5 将信息移回OCR磁盘组5.1 OCR移回5.1.1 查看OCR位置
NODE1#[/u01/grid/bin]./ocrcheck
Status of Oracle Cluster Registry is as follows :
         Version                  :          3
         Total space (kbytes)     :     262120
         Used space (kbytes)      :       2852
         Available space (kbytes) :     259268
         ID                       :  941087888
         Device/File Name         :   +DATA_ORCL
                                    Device/File integrity check succeeded
                                    Device/File not configured
                                    Device/File not configured
                                    Device/File not configured
                                    Device/File not configured
         Cluster registry integrity check succeeded
./       Logical corruption check succeeded
5.1.2 添加一份OCR
NODE1#[/u01/grid/bin]./ocrconfig -add +OCR_ORCL
NODE1#[/u01/grid/bin]./ocrcheck  
Status of Oracle Cluster Registry is as follows :
         Version                  :          3
         Total space (kbytes)     :     262120
         Used space (kbytes)      :       2852
         Available space (kbytes) :     259268
         ID                       :  941087888
         Device/File Name         :   +DATA_ORCL
                                    Device/File integrity check succeeded
         Device/File Name         :    +OCR_ORCL
                                    Device/File integrity check succeeded
                                    Device/File not configured
                                    Device/File not configured
                                    Device/File not configured
         Cluster registry integrity check succeeded
         Logical corruption check succeeded
5.1.3 删除一份OCR
NODE1#[/u01/grid/bin]./ocrconfig -delete +DATA_ORCL
NODE2#[/u01/grid/bin]./ocrcheck
Status of Oracle Cluster Registry is as follows :
         Version                  :          3
         Total space (kbytes)     :     262120
         Used space (kbytes)      :       2852
         Available space (kbytes) :     259268
         ID                       :  941087888
         Device/File Name         :    +OCR_ORCL
                                    Device/File integrity check succeeded
                                    Device/File not configured
                                    Device/File not configured
                                    Device/File not configured
                                    Device/File not configured
         Cluster registry integrity check succeeded
         Logical corruption check succeeded
5.2 VOTEDISK移回
NODE1#[/u01/grid/bin]./crsctl query css votedisk
##  STATE    File Universal Id                File Name Disk group
--  -----    -----------------                --------- ---------
1. ONLINE   21dffc4c1ef84feebfaf2340c61853ba (/dev/rdisk/disk447) [DATA_ORCL]
Located 1 voting disk(s).
NODE1#[/u01/grid/bin]./crsctl replace votedisk +OCR_ORCL
Successful addition of voting disk 57ebf38a74524fbebf146a38ef3e1088.
Successful addition of voting disk 376ef62cf1c14febbfd6635bd9786366.
Successful addition of voting disk 6658efafcb194f7cbff49fa4bb8b5408.
Successful deletion of voting disk 21dffc4c1ef84feebfaf2340c61853ba.
Successfully replaced voting disk group with +OCR_ORCL.
CRS-4266: Voting file(s) successfully replaced
NODE1#[/u01/grid/bin]./crsctl query css votedisk
##  STATE    File Universal Id                File Name Disk group
--  -----    -----------------                --------- ---------
1. ONLINE   57ebf38a74524fbebf146a38ef3e1088 (/dev/rdisk/disk444) [OCR_ORCL]
2. ONLINE   376ef62cf1c14febbfd6635bd9786366 (/dev/rdisk/disk445) [OCR_ORCL]
3. ONLINE   6658efafcb194f7cbff49fa4bb8b5408 (/dev/rdisk/disk446) [OCR_ORCL]
Located 3 voting disk(s).
5.3 ASM参数文件移回5.3.1 创建PFILE
$ sqlplus / as sysasm
SQL> show parameter spfile
NAME   TYPE        VALUE
-------------  -----------------------
spfile   string  +DATA_ORCL/pmsbipd/asmparameterfile/registry.253.776257911
SQL> create pfile='/home/grid/asmocrinit.ora' from spfile='+DATA_ORCL/pmsbipd/asmparameterfile/registry.253.776257911';
File created.
5.3.2 关闭ASM实例
NODE1#[/u01/grid/bin]./srvctl stop asm -o abort -f
5.3.3 启动ASM实例
$ sqlplus / as sysasm
SQL> startup pfile='/home/grid/asmocrinit.ora';
ASM instance started
Total System Global Area  283930624 bytes
Fixed Size                  2169104 bytes
Variable Size             256595696 bytes
ASM Cache                  25165824 bytes
ASM diskgroups mounted
5.3.4创建SPFILE
SQL> create spfile='+OCR_ORCL' from pfile='/home/grid/asmocrinit.ora';
File created.
5.3.5 关闭ASM实例
NODE1#[/u01/grid/bin]./srvctl stop asm -o abort -f
5.3.6 节点一启动CLUSTER
NODE1#[/u01/grid/bin]./crsctl start cluster -n node1
5.3.7 节点二启动CLUSTER
NODE2#[/u01/grid/bin]./crsctl start cluster -n node2
6 查看OCRVOTEDISKASM参数文件位置6.1 查看OCR位置
NODE2#[/u01/grid/bin]./ocrcheck
Status of Oracle Cluster Registry is as follows :
         Version                  :          3
         Total space (kbytes)     :     262120
         Used space (kbytes)      :       2852
         Available space (kbytes) :     259268
         ID                       :  941087888
         Device/File Name         :    +OCR_ORCL
                                    Device/File integrity check succeeded
                                    Device/File not configured
                                    Device/File not configured
                                    Device/File not configured
                                    Device/File not configured
         Cluster registry integrity check succeeded
         Logical corruption check succeeded
6.2 查看VOTEDISK位置
NODE2#[/u01/grid/bin]./crsctl query css votedisk
##  STATE    File Universal Id                File Name Disk group
--  -----    -----------------                --------- ---------
1. ONLINE   57ebf38a74524fbebf146a38ef3e1088 (/dev/rdisk/disk444) [OCR_ORCL]
2. ONLINE   376ef62cf1c14febbfd6635bd9786366 (/dev/rdisk/disk445) [OCR_ORCL]
3. ONLINE   6658efafcb194f7cbff49fa4bb8b5408 (/dev/rdisk/disk446) [OCR_ORCL]
Located 3 voting disk(s).
6.3 查看ASM参数文件位置
$ sqlplus / as sysasm                                                                                                           
SQL*Plus: Release 11.2.0.1.0 Production on Sun Feb 26 14:31:43 2012
Copyright (c) 1982, 2009, Oracle.  All rights reserved.
Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
With the Real Application Clusters and Automatic Storage Management options
SQL> show parameter spfile
NAME                                 TYPE        VALUE
------------------------------------ ----------- ------------------------------
spfile                               string      +OCR_ORCL/pmsbipd/asmparameterfile/registry.253.776269463
招聘 : 数据库管理员
论坛徽章:
20
祖国60周年纪念徽章
日期:2009-10-09 08:28:00数据库板块每日发贴之星
日期:2011-02-20 01:01:01ITPUB季度 技术新星
日期:2011-04-02 10:31:09ITPUB十周年纪念徽章
日期:2011-11-01 16:24:042012新春纪念徽章
日期:2012-01-04 11:54:26玉石琵琶
日期:2012-02-21 15:04:38最佳人气徽章
日期:2012-03-13 17:39:18ITPUB 11周年纪念徽章
日期:2012-10-09 18:09:192013年新春福章
日期:2013-02-25 14:51:242011新春纪念徽章
日期:2011-02-18 11:43:33
2#
发表于 2012-2-26 20:55 | 只看该作者
好勤勤奋

使用道具 举报

回复
论坛徽章:
51
ITPUB十周年纪念徽章
日期:2011-11-01 16:25:22铁扇公主
日期:2012-02-21 15:03:13最佳人气徽章
日期:2012-03-13 17:39:18ITPUB季度 技术新星
日期:2012-05-22 15:10:11ITPUB 11周年纪念徽章
日期:2012-10-09 18:13:332013年新春福章
日期:2013-02-25 14:51:24ITPUB社区12周年站庆徽章
日期:2013-08-12 09:34:36itpub13周年纪念徽章
日期:2014-09-28 10:55:55
3#
发表于 2012-2-27 11:35 | 只看该作者
不错~

使用道具 举报

回复
论坛徽章:
27
2010新春纪念徽章
日期:2012-10-09 21:15:58奔驰
日期:2013-12-18 16:13:12凯迪拉克
日期:2014-01-24 12:35:202015年新春福章
日期:2015-04-01 23:38:112010数据库技术大会纪念徽章
日期:2015-04-23 10:33:192011数据库大会纪念章
日期:2015-04-23 10:33:192012数据库大会纪念章
日期:2015-04-23 10:33:192013数据库大会纪念章
日期:2015-04-23 10:33:192014数据库大会纪念章
日期:2015-04-23 10:33:192015中国数据库技术大会纪念徽章
日期:2015-04-24 16:04:24
4#
发表于 2012-2-27 12:19 | 只看该作者
榜样啊

使用道具 举报

回复
论坛徽章:
190
生肖徽章:狗
日期:2006-11-23 04:26:03生肖徽章:羊
日期:2007-09-26 17:08:21生肖徽章:马
日期:2007-09-26 17:08:49授权会员
日期:2007-12-31 19:14:41生肖徽章2007版:牛
日期:2008-03-28 10:02:30奥运会纪念徽章:柔道
日期:2008-04-30 16:28:44奥运会纪念徽章:垒球
日期:2008-05-12 21:28:28奥运会纪念徽章:体操
日期:2008-06-26 10:00:41奥运会纪念徽章:沙滩排球
日期:2008-07-27 12:41:59奥运会纪念徽章:艺术体操
日期:2008-07-30 11:09:47
5#
发表于 2012-2-27 12:44 | 只看该作者
支持!!!

使用道具 举报

回复
论坛徽章:
25
生肖徽章2007版:鸡
日期:2008-01-02 17:35:53管理团队成员
日期:2011-05-07 01:45:082012新春纪念徽章
日期:2012-02-13 15:10:582012新春纪念徽章
日期:2012-02-13 15:10:582012新春纪念徽章
日期:2012-02-13 15:10:582012新春纪念徽章
日期:2012-02-13 15:10:582012新春纪念徽章
日期:2012-02-13 15:10:58马上有车
日期:2014-02-19 11:55:14马上有房
日期:2014-02-19 11:55:14马上有钱
日期:2014-02-19 11:55:14
6#
发表于 2012-2-27 13:01 | 只看该作者
贴的挺全面,总结的不错。赞一个!

使用道具 举报

回复
论坛徽章:
58
生肖徽章2007版:马
日期:2009-11-06 23:12:33授权会员
日期:2013-01-10 14:38:592013年新春福章
日期:2013-02-25 14:51:24马自达
日期:2013-08-07 10:54:45红旗
日期:2013-08-09 13:48:48劳斯莱斯
日期:2013-09-12 15:56:37萤石
日期:2013-10-31 08:44:19优秀写手
日期:2013-12-18 09:29:13Jeep
日期:2014-01-14 10:53:432014年新春福章
日期:2014-02-18 16:43:09
7#
发表于 2012-7-14 10:11 | 只看该作者
不错啊
学习

使用道具 举报

回复
论坛徽章:
25
咸鸭蛋
日期:2012-04-19 22:15:41技术图书徽章
日期:2016-11-05 10:34:54弗兰奇
日期:2016-12-04 22:53:10托尼托尼·乔巴
日期:2016-12-29 12:51:28蒙奇·D·路飞
日期:2017-03-17 17:18:21罗罗诺亚·索隆
日期:2017-03-17 17:24:44山治
日期:2017-04-21 13:55:28娜美
日期:2017-05-19 14:49:04技术图书徽章
日期:2017-07-10 17:12:09托尼托尼·乔巴
日期:2018-02-01 10:07:45
8#
发表于 2013-8-27 21:33 | 只看该作者
赞一个,问一个 oracle 11g r2 单实例 可不可以 修改ocr 冗余模式

使用道具 举报

回复
论坛徽章:
0
9#
发表于 2013-8-31 13:46 | 只看该作者
ricky_zhu 发表于 2012-2-27 13:01
贴的挺全面,总结的不错。赞一个!

我也想问这个问题,我的也是单实例 ,装GI的时候,选的是external,装完GI的时候,用asmca看的时候,居然模式变成normal了,而且自动给我创建了RFA磁盘组(装GI的时候创建了DATA磁盘组),没搞明白为什么。

使用道具 举报

回复
论坛徽章:
7
2012新春纪念徽章
日期:2012-01-04 11:57:13奥运会纪念徽章:网球
日期:2012-06-15 10:43:44迷宫蛋
日期:2013-05-09 17:01:12优秀写手
日期:2013-12-18 09:29:09问答徽章
日期:2013-12-18 13:47:13技术图书徽章
日期:2014-01-24 10:18:55比亚迪
日期:2014-02-17 10:05:57
10#
 楼主| 发表于 2013-9-2 22:34 | 只看该作者
desert_xu 发表于 2013-8-27 21:33
赞一个,问一个 oracle 11g r2 单实例 可不可以 修改ocr 冗余模式

单实例,还没试验过。

使用道具 举报

回复

您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

TOP技术积分榜 社区积分榜 徽章 团队 统计 知识索引树 积分竞拍 文本模式 帮助
  ITPUB首页 | ITPUB论坛 | 数据库技术 | 企业信息化 | 开发技术 | 微软技术 | 软件工程与项目管理 | IBM技术园地 | 行业纵向讨论 | IT招聘 | IT文档
  ChinaUnix | ChinaUnix博客 | ChinaUnix论坛
CopyRight 1999-2011 itpub.net All Right Reserved. 北京盛拓优讯信息技术有限公司版权所有 联系我们 未成年人举报专区 
京ICP备16024965号-8  北京市公安局海淀分局网监中心备案编号:11010802021510 广播电视节目制作经营许可证:编号(京)字第1149号
  
快速回复 返回顶部 返回列表