Configure Oracle Cluster File System (OCFS2) : Author - A.Kishore
Configure Oracle Cluster File System (OCFS2) : Author - A.Kishore
Kishore
http:/www.appsdba.info
ocfs2console
/etc/init.d/o2cb enable
cat /etc/ocfs2/cluster.config
Author – A.Kishore
http:/www.appsdba.info
Author – A.Kishore
http:/www.appsdba.info
/etc/init.d/o2cb unload
/etc/init.d/o2cb configure
/etc/init.d/o2cb status
Author – A.Kishore
http:/www.appsdba.info
Author – A.Kishore
http:/www.appsdba.info
Tasks - Format
Mount on rac2
Author – A.Kishore
http:/www.appsdba.info
To mount the file system on boot, add the following line in /etc/fstab on both nodes.
vi /etc/fstab - on both nodes
/dev/sdb1 /ocfs ocfs2 _netdev,datavolume,nointr 0 0
mkdir -p /ocfs/clusterware
chown -R oracle:dba /ocfs