Wednesday, February 13, 2013

acfs with uek2 kernel



  • get the latest OPatch. p6880880_112000_Linux-x86-64.zip
  • get oct 2012 cpu/psu patch p14275572_112030_Linux-x86-64.zip
  • get the acfs patch p12983005_112034_Linux-x86-64.zip
  • apply the OPatch on Grid Home
  • create a ocm.rsp file 
  • apply both patches first oct2012, then the acfs enabler as root (yes root)
become root
source your GRID
. oraenv
+ASM
apply the patches
#112034 Oct2012
$ORACLE_HOME/OPatch/opatch auto /u01/patch/14275572 -oh $ORACLE_HOME -ocmrf /u01/rsp/ocm.rsp
#acfs with uek2 on 112034
$ORACLE_HOME/OPatch/opatch auto /u01/patch/12983005 -oh $ORACLE_HOME -ocmrf /u01/rsp/ocm.rsp
  • create an acfsload service file
vi /etc/init.d/acfsload
#!/bin/sh
# chkconfig: 2345 30 21
# description: Load Oracle ACFS drivers at system boot
ORACLE_HOME=/u01/app/11.2.0.3/grid
$ORACLE_HOME/bin/acfsload start -s
  • enable and start the acfsload service
chkconfig --add acfsload
service acfsload start
now, become grid, and execute asmca

No comments:

Post a Comment