Oracle数据库数据恢复、性能优化

找回密码
注册
搜索
热搜: 活动 交友 discuz
发新帖

0

积分

1

好友

9

主题
1#
发表于 2013-6-7 19:27:18 | 查看: 7010| 回复: 4
本帖最后由 liuwenqing 于 2013-8-8 15:34 编辑

操作系统平台:centos 5.7
数据库、grid软件版本oracle 11gR2 11.2.0.1 64bit rac

存储部分的问题:
现在用户存储是这么规划的:
1、用户存储总容量:2.4T
2、4个lun分别是 400G*1 500G*2 1T*1

我看官方的手册上写着:
• All of the devices in an Automatic Storage Management diskgroup should be the same size and have
the same performance characteristics.
•  A diskgroup should not contain more than one partition on a single physical disk device.

我打算用udev绑定裸设备的方式,我想问的是,现有的这种规划方式 可不可以

[已经解决]

安装过程中scan-ip的问题:
没有DNS解析,由本地hosts文件进行解析
取消GNS

[root@db1 ~]# cat /etc/hosts
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1               localhost.localdomain localhost
::1             localhost6.localdomain6 localhost6
#192.168.10.211   temp.server4s.com
192.168.10.211     db1
192.168.10.212     db2
192.168.10.213     db1-vip
192.168.10.214     db2-vip
10.0.0.211             db1-priv
10.0.0.212             db2-priv
192.168.10.215     db-cluster db-cluster-scan

[root@db1 ~]# cat /etc/nsswitch.conf
ethers:     files
netmasks:   files
networks:   files
protocols:  files
rpc:           files
services:    files


安装到4/16的时候提示:
[INS-40718] Single Client Access Name (SCAN):bydb-cluster-scan could not be resolved.
Cause - The name you provided as the SCAN could not be resolved using TCP/IP host name lookup.
Action - Provide name to use for the SCAN for which the domain can be resolved.

http://space.itpub.net/27038344/viewspace-751391
这篇帖子中提到是因为/etc/hosts配置的scan和界面中指定的scan name不一致引起

的确是因为这个。。。擦的了

安装到5/16的时候提示:
INS-06002: Authentication failed.
    Cause: Failed to login into the selected nodes.
    Action: Check shared unix password. Locked accounts or accounts with no password are not supported. Contact Administrator or refer logs for more details.

可能是因为node2 没有对grid 用户设置密码导致的
----------------------------------------------------------------------
INS-32012 Unable to create directory
INS-20702 Unexpected internal driver error
目录权限


最后一步运行root.sh脚本时候遇到的问题
ADVM/ACFS is not supported on centos-release-5-7.el5.centos

如何解决?

第二节点运行root.sh失败(和10.2.0.1配置rac 极其相似):

先删除原来的配置:
/u01/app/11.2.0/grid/crs/install/rootcrs.pl -verbose -deconfig -force

手工配置vip
oifcfg setif -global  eth0/192.168.10.0:public
oifcfg setif -global  eth2/10.0.0.0:cluster_interconnect
[还是不行,- - ]

仔细看屏幕输出,发现
DiskGroup SYSTEMDG creation failed with the following message:
ORA-15018: diskgroup cannot be created
ORA-15031: disk specification '/dev/asm-diskd' matches no disks
ORA-15031: disk specification '/dev/asm-diskf' matches no disks
ORA-15031: disk specification '/dev/asm-diske' matches no disks
ORA-15031: disk specification '/dev/asm-diskc' matches no disks
ORA-15031: disk specification '/dev/asm-diskb' matches no disks


Configuration of ASM failed, see logs for details
Did not succssfully configure and start ASM


运行到配置ASM的时候就失败了;
ls -l  /dev/asm-disk*的时候发现下面是空的,
再检查生成的规则文件。终于知道为什么了。由于屏幕太小。产生的规则文件本来应该一行的东西变成了两行...删掉空格和回车。
start_udev
ls -l  /dev/asm-disk* 下面出现我想看到的东西了;
最后再运行脚本root.sh 脚本终于成功了。两个节点都顺利启动成功。

图形界面的东西:
最后一步提示:
INS-20802(该错误忽略)

2#
发表于 2013-6-7 19:40:45
建议你弄5个小的LUN做 HIGH Redundancy 的SYSTEMDG 独立放votedisk和ocr

其他的做成datadg 做external redundancy的话 无要求,但最好均是500G

回复 只看该作者 道具 举报

3#
发表于 2013-6-7 21:58:13
本帖最后由 liuwenqing 于 2013-6-9 20:30 编辑
Maclean Liu(刘相兵 发表于 2013-6-7 19:40
建议你弄5个小的LUN做 HIGH Redundancy 的SYSTEMDG 独立放votedisk和ocr

其他的做成datadg 做external re ...


嗯,谢谢刘大,其他的DATADG 确实用的external redundancy,刚开始也觉得这么做不放心,后来存储工程师说他们的存储做了RAID+双控冗余。:)新的存储方案给他们传过去了,剩下的就等着他们去和甲方还有 软件集成商去协调了。

回复 只看该作者 道具 举报

4#
发表于 2013-6-10 17:13:38
如果底层存储直接提供几个raid0的lun的话,就必须要做HIGH Redundancy 吧。
我打算存储直接提供给服务器raid0的lun后在asm里做冗余。

回复 只看该作者 道具 举报

5#
发表于 2013-6-10 20:12:57
西西梅丽 发表于 2013-6-10 17:13
如果底层存储直接提供几个raid0的lun的话,就必须要做HIGH Redundancy 吧。
我打算存储直接提供给服务器rai ...

这个我也不太懂,不好意思 帮不到你了

回复 只看该作者 道具 举报

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

QQ|手机版|Archiver|Oracle数据库数据恢复、性能优化

GMT+8, 2024-12-29 00:53 , Processed in 0.046225 second(s), 20 queries .

Powered by Discuz! X2.5

© 2001-2012 Comsenz Inc.

回顶部
TEL/電話+86 13764045638
Email service@parnassusdata.com
QQ 47079569