Friday, December 16, 2016

Mount options did not meet the requirements for this platform [Expected = "rw|!ro,hard|!soft,rsize>


Mount options did not meet the requirements for this platform [Expected = "rw|!ro,hard|!soft,rsize>


Error on Shared mount point when configuring cluster on NFS  for OCR & DATA mount point.

  
Problem

I am getting error using existing configuration on target server is below :

Expected = "rw|!ro,hard|!soft,rsize>=32768,wsize>=32768,tcp|proto=tcp,v3|nfsv3|vers=3|nfsvers=3,timeo>=600,acregmin=0&acregmax=0&acdirmin=0&acdirmax=0|actimeo=0" ; Found = rw,relatime,vers=3,rsize=32768,wsize=32768,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,mountaddr=192.168.1.100,mountvers=3,mountport=893,mountproto=tcp,local_lock=none,addr=192.168.1.100"] The problem occurred on nodes: oem253,oem252


The problem occurred on nodes:
 - Cause: Cause Of Problem Not Available
 - Action: User Action Not Available 

Existing configuration on both Cluster Node :

192.168.1.100:/DATA         /DATA  nfs rw,bg,hard,nointr,tcp,vers=3,timeo=600,rsize=32768,wsize=32768



Solution


So I just mounted NFS using below , I did for all /DATA  , /FLASH   , /TEMP

192.168.1.100:/DATA     /DATA   nfs   rw,rsize=32768,wsize=32768,hard,bg,nointr,vers=3,tcp,timeo=600,actimeo=0
192.168.1.100:/FLASH    /FLASH  nfs   rw,rsize=32768,wsize=32768,hard,bg,nointr,vers=3,tcp,timeo=600,actimeo=0
192.168.1.100:/TEMP     /TEMP   nfs   rw,rsize=32768,wsize=32768,hard,bg,nointr,vers=3,tcp,timeo=600,actimeo=0



# more /etc/fstab


# /etc/fstab
# Created by anaconda on Tue Jun 23 11:04:31 2015
#
# Accessible filesystems, by reference, are maintained under '/dev/disk'
# See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info
#
UUID=11955938-20d4-4be7-9a3b-fcc8e34c0062 /         ext4    defaults        1 1
UUID=99e902e6-d546-456e-b301-eb572345b9b1 swap      swap    defaults        0 0
tmpfs                   /dev/shm                tmpfs   defaults        0 0
devpts                  /dev/pts                devpts  gid=5,mode=620  0 0
sysfs                   /sys                    sysfs   defaults        0 0
proc                    /proc                   proc    defaults        0 0
192.168.1.100:/u02 /ora_nfs nfs rw,bg,hard,nointr,tcp,vers=3,timeo=600,rsize=32768,wsize=32768 0 0
/dev/vg_1/vg1_u01          /u01            ext4    defaults        1 2
192.168.1.100:/NFS_DATA    /NFS_DATA  nfs rw,bg,hard,nointr,tcp,vers=3,timeo=600,rsize=32768,wsize=32768,actimeo=0  0 0
192.168.1.100:/NFS_OCR     /NFS_OCR   nfs rw,bg,hard,nointr,tcp,vers=3,timeo=600,rsize=32768,wsize=32768,actimeo=0  0 0
192.168.1.100:/NFS_FLASH   /NFS_FLASH nfs rw,bg,hard,nointr,tcp,vers=3,timeo=600,rsize=32768,wsize=32768,actimeo=0  0 0
192.168.1.100:/DATA     /DATA   nfs     rw,rsize=32768,wsize=32768,hard,bg,nointr,vers=3,tcp,timeo=600,actimeo=0
192.168.1.100:/FLASH    /FLASH  nfs     rw,rsize=32768,wsize=32768,hard,bg,nointr,vers=3,tcp,timeo=600,actimeo=0
192.168.1.100:/TEMP     /TEMP   nfs     rw,rsize=32768,wsize=32768,hard,bg,nointr,vers=3,tcp,timeo=600,actimeo=0