使用multipath及udev固定磁盘安装11g grid asm存储管理

在oracle 10g里面,我们可以使用ASMLib库创建asm实例,oracle在RHEL 6后好多是不单独提供下载,放在了Enterprise Linux Server镜像中。所以我们为了管理方便使用udev管理使用的设备映射。在oracle 11g中,推荐使用clusterware来管理资源情况,如果我们安装grid单实例,配置过程是一样的。
软件环境:
1、检查基本信息

[[email protected] ~]# lsb_release -idDistributor ID: RedHatEnterpriseServerDescription:    Red Hat Enterprise Linux Server release 6.5 (Santiago)[[email protected] ~]# cat /etc/hosts
127.0.0.1   localhost localhost.localdomain localhost4 localhost4.localdomain4
::1         localhost localhost.localdomain localhost6 localhost6.localdomain6

10.24.34.37     rh-asm-37

2、添加用户和组配置环境变量

  # groupadd -g 1000 oinstall
  # groupadd -g 1300 dba
  # groupadd -g 1301 oper
  # groupadd -g 1200 asmadmin
  # groupadd -g 1201 asmdba
  # groupadd -g 1202 asmoper
  # useradd -m -u 1100 -g oinstall -G asmadmin,asmdba,asmoper -d /home/grid -s /bin/bash -c "Grid Infrastructure Owner" grid
  # useradd -m -u 1101 -g oinstall -G dba,oper,asmdba -d /home/oracle -s /bin/bash -c "Oracle Software Owner" oracle

3、验证用户

# id oracle
uid=1101(oracle) gid=1000(oinstall) groups=1000(oinstall),1300(dba),1301(oper),1201(asmdba)
# id grid
uid=1100(grid) gid=1000(oinstall) groups=1000(oinstall),1200(asmadmin),1201(asmdba),1202(asmoper)

4、修改用户密码

# echo ‘navinfo1!‘ |passwd --stdin oracle
# echo ‘navinfo1!‘ |passwd --stdin grid

5、配置oracle及grid环境变量

--grid用户
# ---------------------------------------------------
# .bash_profile
# ---------------------------------------------------
# OS User:      grid
# Application:  Oracle Grid Infrastructure
# Version:      Oracle 11g Release 2
# ---------------------------------------------------
export TEMP=/tmp
export TMPDIR=/tmp
export ORACLE_SID=+ASM
export GRID_BASE=/u01/grid
export ORACLE_BASE=$GRID_BASE
export GRID_HOME=/u01/11.2.0/grid
export ORACLE_HOME=$GRID_HOME
export LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib:/usr/local/lib
export CLASSPATH=$ORACLE_HOME/JRE:$ORACLE_HOME/jlib:$ORACLE_HOME/rdbms/jlib
export ORACLE_PATH=/u01/oracle/dba_scripts/sql:$ORACLE_HOME/rdbms/admin
export SQLPATH=/u01/oracle/dba_scripts/sql:$ORACLE_HOME/rdbms/admin
export PATH=$ORACLE_HOME/bin:$ORACLE_HOME/jdk/bin:/usr/sbin:$PATH:$HOME/bin
export ORACLE_TERM=xterm
stty erase ^H

--oracle用户
# ---------------------------------------------------
# .bash_profile
# ---------------------------------------------------
# OS User:      oracle
# Application:  Oracle Database Software Owner
# Version:      Oracle 11g Release 2
# ---------------------------------------------------
export TEMP=/tmp
export TMPDIR=/tmp
export ORACLE_UNQNAME=rhnode
export ORACLE_SID=rhnode
export ORACLE_BASE=/u01/oracle
export ORACLE_HOME=$ORACLE_BASE/product/11.2.0/db_1
export LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib:/usr/local/lib
export CLASSPATH=$ORACLE_HOME/JRE:$ORACLE_HOME/jlib:$ORACLE_HOME/rdbms/jlib
export ORACLE_PATH=/u01/oracle/dba_scripts/sql:$ORACLE_HOME/rdbms/admin
export SQLPATH=/u01/oracle/dba_tools/dba_scripts/sql
export PATH=$ORACLE_HOME/bin:$ORACLE_HOME/jdk/bin:/usr/sbin:$PATH:$HOME/bin
export ORACLE_TERM=xterm
stty erase ^H
时间: 2024-10-25 05:55:33

使用multipath及udev固定磁盘安装11g grid asm存储管理的相关文章

Oracle linux 6.3 安装11g R2 RAC on vbox

1 安装系统 Virtual box 4.3 Oracle linux 6.3 Oracle 11g r2 Make sure "Adapter 1" is enabled, set to "Bridged Adapter", then click on the "Adapter 2" tab. Make sure "Adapter 2" is enabled, set to "Bridged Adapter&quo

Oracle 11G 单机asm安装

VMware workstation上oracle 11G ASM的安装 环境: VMware Workstation :9.0.0 build-812388 OS :RedHat Enterprise Linux Server release 6.3 (Santiago) Oracle :11203 磁盘 50G 分别有两块网卡 内存1.5G Swap为内存的2倍 VMware virtual Ethernet adapter 1   192.168.10网段 1.IP规划 192.168.1

磁盘安装启动的方法与ASM

1.可用的raid级别 raid0 raid1 raid5 raid10   比raid 01好 raid100  这种raid级别优点主要是:改进随机读的性能和消除热点 2.更新的raid5 尽管raid5是一种廉价的冗余方案,但它对于写入密集型操作的性能较差. 当对raid 5 阵列发出一个写入请求时,必须改变磁盘上已修改的块,从磁盘上读取'奇偶校验块',并且使用已修改的块来计算新的奇偶校验块,然后把数据写入磁盘上,无论请求写入的数据量为多少,这个过程都会限制吞吐量,因为对于每一次写操作,都

LINUX 11G RAC ASM磁盘组在线增加磁盘扩容

[javascript] view plain copy LINUX 11G RAC ASM磁盘组在线增加磁盘扩容 1.操作系统版本 OEL 6.1 [[email protected] ~]# more /etc/redhat-release Red Hat Enterprise Linux Server release 6.1 (Santiago) 2.数据库版本 oracle 11g rac SQL> select * from v$version; BANNER ------------

64位WIN7上安装11G R2 ,PLSQL的配置方法

64位WIN7上安装11G R2 ,PLSQL的配置方法:1.       1.1. 去http://www.oracle.com/technetwork/topics/winsoft-085727.html 下载             Version 11.2.0.1.0                  Instant Client Package - Basic: All files required to run OCI, OCCI, and JDBC-OCI applications

linux不重启挂载磁盘安装grub

挂载.分区.grub 通过给一块新磁盘安装grub回顾磁盘挂载.分区文件系统创建等操作: 该实验基于(CtonOS6.8:kernel:2.6.32-642.15.1.el6.x86_64) 1.通过VMware Workstationg添加一块磁盘(SCSI): 2./sys下SCSI扫描,查看主机总线号,磁盘肯定是有总线连接着: 1 [[email protected] Test]# ls /sys/class/scsi_host/ 2 host0 host1 host2 3 [[email

How To Setup Partitioned Linux Block Devices Using UDEV (Non-ASMLIB) And Assign Them To ASM

文档 ID 1528148.1 Applies to: Oracle Database - Standard Edition - Version 10.2.0.1 to 12.1.0.2 [Release 10.2 to 12.1]Information in this document applies to any platform. Goal The present document provides an example about how to setup/configure parti

oracle 11g GRID 中 关于 OLR 需要知道的一些内容

 oracle 11g GRID 中 关于 OLR 需要知道的一些内容 1.检查olr 的状态: [[email protected] ~]# ocrcheck -local Status of Oracle Local Registry is as follows : Version                  :          3 Total space (kbytes)     :     262120 Used space (kbytes)      :       274

第28章 Oracle 11g R2 ASM

2015-10-24 目录 参考资料 [1] Oracle11g RAC下ASM 的管理与维护 [2] Oracle 11g RAC with ASM 安装在 RHEL5上(简版) [3] Oracle 11g R2+RAC+ASM+OracleLinux6.4安装详解(图) [4] Oracle11gR2+ASM安装详细操作(一) [5] Oracle 11g R2 ASM安装Grid Infrastructure [6] Oracle ASM+11gR2安装 [7] Oracle 11gR2