记录关于Devops运维,虚拟化容器云计算,数据库,网络安全等各方面问题。
Oracle ASM 配置错误--Initializing the Oracle ASMLib driver: [FAILED]其实有些错误如果你注意按照oracle的要求去做的话,是可以避免的,最近又看到了这个错误两次,所以记录一下。[root@rac01 ~]# /etc/init.d/oracleasm configureConfiguring the Oracle ASM library driver.This will configure the on-boot properties of the Oracle ASMlibrarydriver.  The following questions will determinewhether the driver isloaded on boot and what permissions it will have. The current valueswill be shown in brackets ('[]').  Hitting<ENTER> without typing ananswer will keep that current value.  Ctrl-C willabort.Default user to own the driver interface []: gridDefault group to own the driver interface []: asmadminStart Oracle ASM library driver on boot (y/n) [n]: yScan for Oracle ASM disks on boot (y/n) [y]: yWriting Oracle ASM library driver configuration: doneInitializing the Oracle ASMLib driver:[FAILED] 目前知道可能导致这个错误的原因有两个:1.oraclea...
oracle ASM错误Initializing the Oracle ASMLib driver:[FAILED]  Centos 5.8, kernel为:uname -r2.6.18-308.el5安装ASM三个包:rpm -ivh oracleasm-support-2.1.1-1.el4.i386.rpmrpm -ivh oracleasm-2.6.18-128.el5-2.0.5-1.el5.i686.rpmrpm -ivh oracleasmlib-2.0.4-1.el5.i386.rpm这三个包可以在http://www.oracle.com/technetwork/server-storage/linux/downloads/rhel5-084877.html下载到。安装完成之后,进行配置[root@digdeep oracle]# /etc/init.d/oracleasm configureConfiguring the Oracle ASM library driver.This will configure the on-boot properties of the Oracle ASM librarydriver.  The following questions will determine whether the driver isloaded on boot and what permissions it will have.  The current valueswill be shown in brackets ('[]').  Hitting <ENTER> without typing ananswer will keep that current value.  Ctrl-C will abort.Default user to own the driver interface [oracle]:Default group to own the driver interface [dba]:Start Ora...
windows下单网卡实现NAT(配合OpenVpn) 1) 修改注册表(开启TCP/IP转发):HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\ParametersIPEnableRouter=12) net stop remoteaccess // Stop the RAS Service3) netsh routing ip nat install4) netsh routing ip nat add interface "YOUR INTERNET NIC" full5) netsh routing ip nat add interface "YOUR OPEN VPN TAP NIC" private6) netsh routing ip nat add interface Internal private7) net start remoteaccessMy netsh routing ip nat show interface then looks like:NAT Internal Configuration---------------------------Mode              : Private InterfaceNAT Local Area Connection Configuration---------------------------Mode              : Address and Port TranslationNAT Local Area Connection 4 Configuration---------------------------Mode            ...
How to install ASMLIB from Oracle’s public YUM   http://oracleexamples.wordpress.com/2011/08/08/how-to-install-asmlib-from-oracles-public-yum/There are several ways to get ASMLIB, we can download it from the OTN here, or http://www.oracle.com/technetwork/topics/linux/asmlib/index-101839.html ,or we can download it from from ULN (Unbreakable Linux Network).Also it comes in the the Unbreakable Linux media, but if you are not subscribed to ULN and you are not using Unbreakable Linux then most people go to the OTN, where you have to select your Linux flavor and then navigate to the correct file according to the linux kernel and then download the 3 files one by one.I’m going to explain here how easy is to get it from Oracle’s public YUM repository (how to configure the public YUM repository?)Once you have the public YUM enabled do as root:1yum install o...
centos ssh无密码互信登录失败解决方法 最近使用RAC时,需要ssh无密登录, 配置好后,一直主机正常,另外一台,必需要密码才能登陆。配置ssh互信方式 都一样,却有一个主机有问题。后来发现, Oracle 用户家目录权限,不一样。# chmod 775 /home/oracle然后,就可以正常使用了。
ڵȨ鿴־
Oracle 9i 、 10g 、 11g 软件和补丁的下载地址 Oracle9i Database Release 2 Enterprise/Standard/Personal Edition for Windows NT/2000/XPhttp://download.oracle.com/otn/nt/oracle9i/9201/92010NT_Disk1.ziphttp://download.oracle.com/otn/nt/oracle9i/9201/92010NT_Disk2.ziphttp://download.oracle.com/otn/nt/oracle9i/9201/92010NT_Disk3.zipOracle9i Database Release 2 Enterprise/Standard/Personal/Client Edition for Windows XP 2003/Windows Server 2003 (64-bit)http://download.oracle.com/otn/nt/oracle9i/9202/92021Win64_Disk1.ziphttp://download.oracle.com/otn/nt/oracle9i/9202/92021Win64_Disk2.zipOracle9i Database Release 2 Enterprise/Standard Edition for Intel Linuxhttp://download.oracle.com/otn/linux/oracle9i/9204/ship_9204_linux_disk1.cpio.gzhttp://download.oracle.com/otn/linux/oracle9i/9204/ship_9204_linux_disk2.cpio.gzhttp://download.oracle.com/otn/linux/oracle9i/9204/ship_9204_linux_disk3.cpio.gzOracle9i Database Release 2 (9.2.0.4) Enterprise/Standard Edition for Linux x86-64http://download.oracle...
RedHat5.5+Openfiler2.9+Oracle11gR2 RAC+ASM  作者 阿九【转载时请务必以超链接形式标明文章原始出处和作者信息】 一、硬件环境3台 DELL T410塔式服务器 共享存储其中一台安装openfiler系统,作为共享存储使用。二、软件环境操作系统:RedHat 5.5 数据库:Oracle11gR2 存储环境:openfiler2.9三、安装目录规划grid用户:ORACLE_BASE=/u01/app/baseORACLE_HOME=/u01/app/grid oracle用户ORACLE_BASE=/u01/app/oracleORACLE_HOME=$ORACLE_BASE/db11g ASM实例SID:+ASM1 \ +ASM2集群数据库:rac1 \ rac2集群UNIQUE_NAME:rac四、IP地址规划公网IP:IP地址节点1:192.168.4.210节点2:192.168.4.220私有网络: 节点1:172.10.10.10节点2:172.10.10.20VIP: 节点1:192.168.4.101节点2:192.168.4.102SCAN:192.168.4.103共享存储:192.168.4.230 五、配置openfiler共享存储openfiler安装及磁盘配置,请参照文档《51CTO下载-Openfiler2.3.pdf》 六、在linux上配置共享存储6.1、安装iscsi包[root@rac1  ~]# rpm -Uvh iscsi-initiator-utils-6.2.0.871-0.10.el5.x86_64.rpm warning: isc...
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): 需要注册集群,保...
    总共268页,当前第163页 | 页数:
  1. 153
  2. 154
  3. 155
  4. 156
  5. 157
  6. 158
  7. 159
  8. 160
  9. 161
  10. 162
  11. 163
  12. 164
  13. 165
  14. 166
  15. 167
  16. 168
  17. 169
  18. 170
  19. 171
  20. 172
  21. 173