mount.ocfs2: Bad magic number in superblock while opening device /dev/sdb
mount.ocfs2: Bad magic number in superblock while opening device /dev/sdb在NOTE2在MOUNT /dev/sdb 的时候提示这个错误,应该是提示分区没有被格式化,(NOTE1 用mkfs.ocfs2 /dev/sdb NOTE2应该是不用再格式化了吧??)
只要 fdisk /dev/sdb 把信息write就好了
我在NOTE2上面再格式化了一下。再MOUNT可以完成。但就是数据不同步。。。
请问我该怎么做~~
VMWARE做的两台虚拟机 网卡类型选择的是HOST ONLY
用ocfs2console工具,将NOTE1 的 cluser.conf 信息可以同步到NOTE2的
# cat /etc/ocfs2/cluster.conf
node:
ip_port = 7777
ip_address = 172.10.10.10
number = 0
name = note1
cluster = ocfs2
node:
ip_port = 7777
ip_address = 172.10.10.20
number = 1
name = note2
cluster = ocfs2
cluster:
node_count = 2
name = ocfs2
NOTE1 o2cb status 信息:
# cd /etc/init.d/
# ./o2cb status
Driver for "configfs": Loaded
Filesystem "configfs": Mounted
Driver for "ocfs2_dlmfs": Loaded
Filesystem "ocfs2_dlmfs": Mounted
Checking O2CB cluster ocfs2: Online
Heartbeat dead threshold = 31
Network idle timeout: 30000
Network keepalive delay: 2000
Network reconnect delay: 2000
Checking O2CB heartbeat: Active
NOTE2 o2cb status信息:
# cd /etc/init.d
# ./o2cb status
Driver for "configfs": Loaded
Filesystem "configfs": Mounted
Driver for "ocfs2_dlmfs": Loaded
Filesystem "ocfs2_dlmfs": Mounted
Checking O2CB cluster ocfs2: Online
Heartbeat dead threshold = 31
Network idle timeout: 30000
Network keepalive delay: 2000
Network reconnect delay: 2000
Checking O2CB heartbeat: Active
# cat /etc/hosts
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 localhost.localdomain localhost
::1 localhost6.localdomain6 localhost6
100.100.100.100 note1
172.10.10.10 note1
100.100.100.200 note2
172.10.10.20 note2
你在note2上再格下,然后写入数据试试 本帖最后由 adnylzw 于 2014-4-24 17:41 编辑
试过了。我在NOTE2下面用mkfs.ocfs2 /dev/sdb格式化后
再用
mount -o datavolume,nointr -t ocfs2 /dev/sdb /oradata
成功
但是写数据就是不同步
不管是从NOTE1/还是NOTE2写数据。都不会同步到另一台去。。
你的hosts文件写的些什么啊,重复的主机名怎么解析! guo 发表于 2014-5-7 13:42
你的hosts文件写的些什么啊,重复的主机名怎么解析!
那应该怎么写啊。
主要就是不知道问题出在哪里。是在这个HOST文件吗?
谢啦 两个IP地址对应的是同一个主机名让系统怎么解析
页:
[1]