OCFS2:状态检查
前面,我们装好了OCFS2的软件并且做出了一些配置。
对于已经配置好的OCFS2的状态检查,可以通过“ocfs2console”调用图形界面直观的查看;也可以通过字符界面的命令行查看。
具体方法如下所示:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
[root@rac1 ~]# mounted.ocfs2 -f Device FS Nodes /dev/sdb1 ocfs2 rac1, rac2 [root@rac1 ~]# mounted.ocfs2 -d Device FS UUID Label /dev/sdb1 ocfs2 4d31a0a8-6089-432a-82fa-73c4e94c724b oracle [root@rac1 ~]# [root@rac1 ~]# fsck.ocfs2 -n /dev/sdb1 Checking OCFS2 filesystem in /dev/sdb1: label: oracle uuid: 4d 31 a0 a8 60 89 43 2a 82 fa 73 c4 e9 4c 72 4b number of blocks: 491063 bytes per block: 4096 number of clusters: 491063 bytes per cluster: 4096 max slots: 4 /dev/sdb1 is clean. It will be checked after 20 additional mounts. [root@rac1 ~]# [root@rac1 ~]# |
——————————————————————————————————————————————
Ending。