本站用于记录日常工作内容,虚拟化云计算,系统运维,数据库DBA,网络与安全。
RedHat5.5+IBM DS4800+Oracle10g RAC+LVM安装 作者 阿九【转载时请务必以超链接形式标明文章原始出处和作者信息】目        录... 1一、硬件环境... 3二、软件环境... 3三、IP地址及主机名规划... 3四、RDAC安装... 34.1、解压RDAC安装包... 34.2、编译安装包... 34.3、安装RDAC.. 44.4、修改启动项并加载新安装内核... 4五、为Oracle配置操作系统... 45.1、新建oinstall和 dba 组... 45.2、新建oracle用户... 55.3、配置host文件... 55.4、修改主机名... 55.5、提高oracle用户shell限制... 65.6、配置内核参数... 65.7、配置用户等效性... 75.8、配置oracle用户环境变量... 95.9、创建安装目录... 10六、使用LVM配置存储... 116.1、查看存储... 116.2、对磁盘分区... 126.3、创建PV.. 156.4、创建VG.. 166.5、创建LV.. 176.6.、映射RAW... 196.7、更改RAW权限... 216.8、永久更改RAW权限... 226.9、编辑oracle安装时使用的RAW配置文件... 22七、安装OracleClusterware. 237.1、解压文件... 237.2、启动安装界面... 237.3、执行root脚本... 337.4、调用vipca. 35八、安装数据库软件... 378.1、启动安装界面.....
Oracle10gR2 RAC实时应用集群(三)在Redhat Enterprise Linux5 x86_64下的集群(RAW+ASM篇) Oracle10gR2 RAC实时应用集群(三)在Redhat Enterprise Linux5 x86_64下的集群(RAW+ASM篇)(Oracle10gR2 + ClusterWare + RHEL5 + RAW + ASM)    RAC(Real Application Clusters,实时应用集群),是多台主机组成的集群计算环境,是Oracle数据库支持网格计算环境的核心技术。    普通Oracle数据库,只能在一台主机上运行,数据库的实例和数据库文件都在一台主机上,是单实例单数据库。    RAC实时应用集群,可以在多台主机上运行,每台节点主机上运行一个数据库实例,通过共享存储磁盘访问相同的数据库文件,是多实例单数据库,单一节点故障不影响数据库的使用,负载能力也会随节点主机的增加而加强。    RAC集群的关键点:    1.共享存储    2.节点间需要内部通讯,以协调集群正常运行,所以每个节点需要提供外部网络与内部网络.    3.CRS集群软件: 需要集群软件(Clusterware)协调各节点.    4.集群注册文件(OCR): 需要注册集群,保...
Installation Oracle 10gR2(10.2.0.5) RAC with RAW on RHEL5 The generic steps to follow when adding the new node to the cluster are:Install Operating SystemInstall required softwareAdd/modify users and groups required for the installationConfigure networkConfigure kernel parametersConfigure services required such as NTPConfigure /etc/hosts,sshKeyConfigure storage (multipathing, zoning, storage discovery,UDEV, RAW)modify /etc/udev/rules.d/60-raw.rules[root@vzwc1 ~]# cat /etc/udev/rules.d/60-raw.rules   # Enter raw device bindings here.  #  # An example would be:  #   ACTION=="add", KERNEL=="sda", RUN+="/bin/raw /dev/raw/raw1 %N"  # to bind /dev/raw/raw1 to /dev/sda, or  #   ACTION=="add", ENV{MAJOR}=="...
RAC root.sh Oracle CRS stack is already configured and will be running under init(1M) 的解决方法 RAC 在安装时意外中断, 重新安装clusterware 软件, 安装过程中没有问题,在最后执行root.sh 脚本的时候出现异常, 脚本一闪而过,没有执行成功。 [root@nodea bin]# /u01/app/oracle/product/10.2.0/crs/root.shWARNING: directory '/u01/app/oracle/product/10.2.0' is not owned by rootWARNING: directory '/u01/app/oracle/product' is not owned by rootWARNING: directory '/u01/app/oracle' is not owned by rootChecking to see if Oracle CRS stack is already configuredOracle CRS stack is already configured and will be running under init(1M) 原因:更换的存储设备和上次安装的设备文件名不一致。 解决方法:删除每台机器上的/etc/oracle/scls_scr/nodea/oracle/cssfatal 文件即可。
Oracle RAC 安装 运行 root.sh时报Failed to upgrade Oracle Cluster Registry configuration问题的解决 CentOS 5.4 x86 Linux安装oracle rac 10.2.0.1的过程中,运行root.sh的时候报如下错误:rac1@root[/oracle/crs/10.1/bin]> cd ..rac1@root[/oracle/crs/10.1]> ./root.shWARNING: directory '/oracle/crs' is not owned by rootWARNING: directory '/oracle' is not owned by rootChecking to see if Oracle CRS stack is already configuredSetting the permissions on OCR backup directorySetting up NS directoriesFailed to upgrade Oracle Cluster Registry configurationmetalink上查询到doc id为 466673.1,按如下方法解决检查clsfmt命令运行状况rac1@root[/oracle/crs/10.1/bin]> ./clsfmt ocr /dev/raw/raw1clsfmt: Received unexpected error 4 from skgfifiskgfifi: Additional information: -2Additional information: 104857600下载补丁284719,并用补丁中的clsfmt.bin替换$CRS_HOME/bin/clsfmt.bin文件rac1@oracle[/tmp]> unzip *zipArchive: p4679769_10201_LINUX.zipcreating: 4679769/inflating: 4679769/cl...
Redhat 5.4 RAC multipath 配置raw,运行root.sh 时报错Failed to upgrade Oracle Cluster Registry configuration 解决方法 之前打算装Oracle 11gR2的RAC的。 后来因为资源不够,就改装oracle 10g了。         raw 是用openfiler 配置 加 Multipath多路径配置的。               raw的配置参考我的Blog:              Linux 5.4 LVM RAW 设备 配置的深入研究              http://blog.csdn.net/tianlesoftware/archive/2010/11/26/6036263.aspx 这种情况下配置有些注意事项。 否则会在执行root.sh命令的时候,报错: [root@rac1 init.d]# /u01/app/oracle/product/crs/root.shWARNING: directory '/u01/app/oracle/product' is not owned by rootWARNING: directory '/u01/app/oracle' is not owned by rootWARNING: directory '/u01/app' is not owned by rootWARNING: directory '/u01' i...
Linux 平台下Oracle 9i/10g/11gR1 IO-Fencing 的hangcheck-timer 模块说明二.说明Hangcheck-timer 是Linux 提供的一个内核级的IO-Fencing 模块, 这个模块会监控Linux 内核运行状态, 如果长时间挂起, 这个模块会自动重启系统。 这个模块在Linux内核空间运行, 不会受系统负载的影响。 这个模块会使用CPU的Time Stamp Counter(TSC) 寄存器,这个寄存器的值会在每个时钟周期自动增加, 因此使用的是硬件时间,所以精度更高。配置这个模块需要2个参数:hangcheck_tick 和 hangcheck_margin。 hangcheck_tick用于定义多长时间检查一次,缺省值是30秒。 有可能内核本身很忙, 导致这个检查被推迟, 该模块还允许定义一个延迟上限,就是hangcheck_margin, 它的缺省值是180秒。 Hangcheck-timer 模块会根据hangcheck_tick 的设置,定时检查内核。只要2次检查的时间间隔小于 hangcheck_tick +hangchec_margin, 都会认为内核运行正常,否则就意味着运行异常,这个模块会自动重启系统。 CRS本身还有一个MissCount 参数,可以通过crsctl get css miscoun...
CentOS 5.X64 Oracle 10G PRKC-1044 错误环境:CentOS 5.6 X64 Oracle 10G Clusterware database这一步折腾了好久,先上图折腾了好久终于找到原因了原本还以为as5版本以上的不需要rsh服务,于是在安装系统选择了最小化安装,之后有安装了gcc 图形 java 系统工具就开始安装oracle的rac了无奈进行这一步操作:yum install rsh-serverntsync ---> 选择了rsh后 ---->service xinetd restart既可以了。
您所在的组无权查看该日志
Public Yum ServerIntroductionThe Oracle public yum server offers a free and convenient way to install the latest Oracle Linux packages as well as packages from the Oracle VM installation media via a yum client.You can download the full Oracle Linux and Oracle VM installation media via edelivery.oracle.com/linux. To stay current on errata updates, you may wish to subscribe to the Oracle Linux errata mailing list.This yum server is offered without support of any kind. If you require support, please consider purchasing Oracle Linux Support via the online store, or via your sales representative.Getting StartedDownload and Install Oracle LinuxDownload and copy the appropriate yum configuration file in place, by running the following commands as root:Oracle Linux 7# cd /etc/yum.repos.d # wget http://public-yum.oracle.com/public-yum-ol7.repo Oracle Linux 6# cd /etc/yum.repos.d # wget http://public-yum.oracle.com/public-yum-ol6.repo Oracle Linux 5# cd /etc/yum.repos.d # wget http://publ...
    总共51页,当前第38页 | 页数:
  1. 28
  2. 29
  3. 30
  4. 31
  5. 32
  6. 33
  7. 34
  8. 35
  9. 36
  10. 37
  11. 38
  12. 39
  13. 40
  14. 41
  15. 42
  16. 43
  17. 44
  18. 45
  19. 46
  20. 47
  21. 48