我是007 发表于 2018-9-21 12:25:53

Oracle RAC部署准备任务(一):Oracle ASMLib

# yum install -y kmod-oracleasm*  
# rpm -ivh oracleasmlib-2.0.4-1.el6.x86_64.rpm
  
# rpm -ivh oracleasm-support-2.1.8-1.el6.x86_64.rpm
  

  

  
#/usr/sbin/oracleasm configure -i
  
Configuring the Oracle ASM library driver.
  
This will configure the on-boot properties of the Oracle ASM library
  
driver.The following questions will determine whether the driver is
  
loaded on boot and what permissions it will have.The current values
  
will be shown in brackets ('[]').Hittingwithout typing an
  
answer will keep that current value.Ctrl-C will abort.
  
Default user to own the driver interface []: grid
  
Default group to own the driver interface []: asmadmin
  
Start Oracle ASM library driver on boot (y/n) : y
  
Scan for Oracle ASM disks on boot (y/n) : y
  
Writing Oracle ASM library driver configuration: done
  

  

  
# /usr/sbin/oracleasm init
  
Creating /dev/oracleasm mount point: /dev/oracleasm
  
Loading module "oracleasm": oracleasm
  
Configuring "oracleasm" to use device physical block size
  
Mounting ASMlib driver filesystem: /dev/oracleasm


页: [1]
查看完整版本: Oracle RAC部署准备任务(一):Oracle ASMLib