我得无法手动挂载共享磁盘,是什么原因?
[root@RAC1 ~]# mount -t ocfs2 /dev/sdc1 /oracle/software
mount.ocfs2: Invalid argument while mounting /dev/sdc1 on /oracle/software. Check 'dmesg' for more information on this error.
[root@RAC1 ~]# mount -t ocfs2 -o datavolume /dev/sdc1 /oracle/data
mount.ocfs2: Invalid argument while mounting /dev/sdc1 on /oracle/data. Check 'dmesg' for more information on this error.
[root@RAC1 ~]#
[root@RAC1 ~]# dmesg | grep ocfs2
(3453,0)cfs2_parse_options:520 ERROR: Unrecognized mount option "heartbeat=local" or missing value
(3546,0)cfs2_parse_options:520 ERROR: Unrecognized mount option "heartbeat=local" or missing value
(3551,0)cfs2_parse_options:520 ERROR: Unrecognized mount option "heartbeat=local" or missing value
看不懂是什么意思,网上找了很多资料也不知道怎么解决,大家帮我看看
[root@RAC1 ~]# mounted.ocfs2 -f
Device FS Nodes
/dev/sdc1 ocfs2 Not mounted
/dev/sdc2 ocfs2 Not mounted
[root@RAC1 ~]# /etc/init.d/o2cb status
Module "configfs": Loaded
Filesystem "configfs": Mounted
Module "ocfs2_nodemanager": Loaded
Module "ocfs2_dlm": Loaded
Module "ocfs2_dlmfs": Loaded
Filesystem "ocfs2_dlmfs": Mounted
Checking O2CB cluster ocfs2: Online
Heartbeat dead threshold: 31
Checking O2CB heartbeat: Not active
[root@RAC1 ~]# uname -a
Linux RAC1.localdomain 2.6.9-22.EL #1 Mon Sep 19 18:20:28 EDT 2005 i686 athlon i386 GNU/Linux
无盘阵怎么实现呢?
vm?
openfile?
还是什么呢?
----------------------------------
ocfs2_parse_options:523 ERROR: Unrecognized mount option "heartbeat=local" or missing value
it means that you are trying to use the 1.2 tools and 1.0 modules. Ensure that you have unloaded the 1.0 modules and installed and loaded the 1.2 modules. Use modinfo to determine the version of the module installed and/or loaded.