建设完成!!
OEL 6.3 11.2.0.3 RAC VBOX安装脚本.txt (5.08 KB, 下载次数: 25)
Vbox+ Oracle Linux 6.3 + 11.2.0.3 RAC安装第一讲安装OS操作系统 by Maclean Liu
Vbox+ Oracle Linux 6.3 + 11.2.0.3 RAC安装第二讲克隆并配置虚拟主机 Maclean Liu
Vbox+ Oracle Linux 6.3 + 11.2.0.3 RAC 第三讲配置Vbox虚拟共享存储并使用udev绑定
Vbox+ Oracle Linux 6.3 + 11.2.0.3 第四讲安装11.2.0.3 Grid Infrastructure和db
Vbox+Linux 6.3+11.2.0.3 RAC安装第五讲安装GI+RDBMS 11.2.0.3.5 PSU并DBCA建库
这个要顶一下
macos上磁盘共享文中提到的方法不行,得用下面的
VBoxManage createhd –filename asm1.vdi –size 5120 –format VDI –variant Fixed
VBoxManage createhd –filename asm2.vdi –size 5120 –format VDI –variant Fixed
VBoxManage createhd –filename asm3.vdi –size 5120 –format VDI –variant Fixed
VBoxManage storageattach OEL63VM1 –storagectl “SATA” –port 1 –device 0 –type hdd –medium asm1.vdi –mtype shareable
VBoxManage storageattach OEL63VM1 –storagectl “SATA” –port 2 –device 0 –type hdd –medium asm2.vdi –mtype shareable
VBoxManage storageattach OEL63VM1 –storagectl “SATA” –port 3 –device 0 –type hdd –medium asm3.vdi –mtype shareable
VBoxManage modifyhd asm1.vdi –type shareable
VBoxManage modifyhd asm2.vdi –type shareable
VBoxManage modifyhd asm3.vdi –type shareable
VBoxManage storageattach OEL63VM2 –storagectl “SATA” –port 1 –device 0 –type hdd –medium asm1.vdi –mtype shareable
VBoxManage storageattach OEL63VM2 –storagectl “SATA” –port 2 –device 0 –type hdd –medium asm2.vdi –mtype shareable
VBoxManage storageattach OEL63VM2 –storagectl “SATA” –port 3 –device 0 –type hdd –medium asm3.vdi –mtype shareable
macos上没有测试过; 在Windows上使用视频里的方法是可以的;
且使用VBOxManage命令行的方法一般都可以,在Windows上也通用, 视频里 我是为了避免初学者在要去学一堆命令行 所以全部用图形化界面操作代替了。
我测试了,mac会提示UUID冲突
good comment! O记普及用mac了?
你有微博 或者 QQ 吗, 关注你下!
已经互相关注了,我是@tread-stone
学习啦。多谢。看来以后要改用vbox啦。之前一直用vmware workstation,装rac搞共享磁盘好久了没搞定。
11.2.0.3.0介质在哪里可以下到???support上找了好久没找到。
第二第三章节的视频看不了,请楼主检查!
可以看的,上海电信测试。
Maclea 大师帮帮忙吧,感激不尽 !!!我安装了一个单实列数据库+asm 虚拟机 ,Centos 6.4 ,oracle 11G R2 用grid 用户安装 grid Infrastru oracle 用户安装 Database我安装的grid Infrastru 后 终端输sqlplus 提示 没这个命令(我安装用ROOT运行过脚步,安装完提示也是成功的)估计环境变量问题请问怎么设置 /home/grid/.bash_profile 和oracle 的.bash_profile需要添加那些组????
请仔细看这篇文章,都解答了,谢谢。
顶一下~刘老师辛苦
请问,能在redhat6.3上根据这个教程安装吗?
可以,但是redhat默认没有oracle-validated RPM包。 而且下载一个OEL 很容易
刘老师:scan检查的时候不通过,hosts配置和图形界面填写的是一致的,但就是验证不通过。系统是克隆出来的。hosts如下:[root@rac2 bin]# cat /etc/hosts127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4::1 localhost localhost.localdomain localhost6 localhost6.localdomain6127.0.0.1 localhost192.168.56.100 rac1192.168.56.200 rac1-vip192.168.56.101 rac2192.168.56.201 rac2-vip192.168.65.100 rac1-priv192.168.65.101 rac2-priv192.168.56.300 rac-scan/usr/bin/nslookup如下:#!/bin/bashHOSTNAME=${1}if [[ $HOSTNAME = “rac-scan” ]]; then echo “Server: 24.154.1.34” echo “Address: 24.154.1.34#53” echo “Non-authoritative answer:” echo “Name: rac-scan” echo “Address: 192.168.56.300″else /usr/bin/nslookup.original $HOSTNAMEfi
192.168.56.300 rac-scan 1、不要随意改任何参数和指标2、这个300自己考量下3、需要补网络知识
我嘞个去,这个都没发现。当头棒喝啊!!!!!
您好,请问在grid用户设置环境变量时,为什么 GRID_HOM 和ORACLE_HOME的变量是一样的。这两个只加一个会有什么问题?
Device Checks for ASM 这个告警,确定不用修复么? 是不是在真实环境下也会报这个错误的? 还是怎么样的
确定
您好,在安装GI执行 root.sh 的时候有报错。ASM failed to start. Check /g01/orabase/cfgtoollogs/asmca/asmca-150929PM064455.log for details.Configuration of ASM … failedsee asmca logs at /g01/orabase/cfgtoollogs/asmca for detailsDid not succssfully configure and start ASM at /g01/11ggrid/app/11.2.0/grid/crs/install/crsconfig_lib.pm line 6912./g01/11ggrid/app/11.2.0/grid/perl/bin/perl -I/g01/11ggrid/app/11.2.0/grid/perl/lib -I/g01/11ggrid/app/11.2.0/grid/crs/install /g01/11ggrid/app/11.2.0/grid/crs/install/rootcrs.pl execution failed更详细信息为:[main] [ 2015-09-29 18:45:20.885 CST ] [OracleHome.getVersion:1026] Current version from sqlplus: 11.2.0.4.0[main] [ 2015-09-29 18:45:20.885 CST ] [UsmcaLogger.logInfo:143] Role SYSASM[main] [ 2015-09-29 18:45:20.886 CST ] [UsmcaLogger.logInfo:143] OS Auth true[main] [ 2015-09-29 18:48:32.786 CST ] [SQLEngine.done:2189] Done called[main] [ 2015-09-29 18:48:32.922 CST ] [USMInstance.configureLocalASM:3041] ORA-15032: not all alterations performedORA-15017: diskgroup “OCR” cannot be mountedORA-15063: ASM discovered an insufficient number of disks for diskgroup “OCR”