1mounted.ocfs2(8) OCFS2 Manual Pages mounted.ocfs2(8)
2
3
4
6 mounted.ocfs2 - Detects all OCFS2 volumes on a system.
7
9 mounted.ocfs2 [-d] [-f] [device]
10
12 mounted.ocfs2 is used to detect OCFS2 volume(s) on a system. When run
13 without specifying a device, it scans all the partitions listed in
14 /proc/partitions.
15
16
18 -d Lists the OCFS2 volumes along with their labels and uuids. It
19 also lists the cluster stack, cluster name and the cluster
20 flags. The possible cluster stacks are o2cb, pcmk and cman. None
21 indicates a local mount or a non-clustered volume. A G cluster
22 flag indicates global-heartbeat for the o2cb cluster stack.
23
24
25 -f Lists the OCFS2 volumes along with the list of nodes that have
26 mounted the volume.
27
28
30 As this utility gathers information without taking any cluster locks,
31 the information listed in the full detect mode could be stale. This is
32 only problematic for volumes that were not cleanly umounted by the last
33 node. Such volumes will show up mounted (as per this utility) on one or
34 more nodes but are in fact not mounted on any node. Such volumes are
35 awaiting slot-recovery which is auto-performed on the next mount (or
36 file system check).
37
38
40 To view the list of OCFS2 volumes, do:
41
42 # mounted.ocfs2 -d
43 Device Stack Cluster F UUID Label
44 /dev/sdc1 None 23878C320CF3478095D1318CB5C99EED localmount
45 /dev/sdd1 o2cb webcluster G 8AB016CD59FC4327A2CDAB69F08518E3 webvol
46 /dev/sdg1 o2cb webcluster G 77D95EF51C0149D2823674FCC162CF8B logsvol
47 /dev/sdh1 o2cb webcluster G BBA1DBD0F73F449384CE75197D9B7098 scratch
48 /dev/sdk1 o2cb webcluster G DCDA2845177F4D59A0F2DCD8DE507CC3 hb1
49
50 To view the list of nodes that have potentially (see notes) mounted the
51 OCFS2 volumes, do:
52
53 # mounted.ocfs2 -f
54 Device Stack Cluster F Nodes
55 /dev/sdc1 None
56 /dev/sdd1 o2cb webcluster G node1, node3, node10
57 /dev/sdg1 o2cb webcluster G node1, node3, node10
58 /dev/sdh1 o2cb webcluster G Not mounted
59 /dev/sdk1 o2cb webcluster G node1, node3, node10
60
61
63 debugfs.ocfs2(8) fsck.ocfs2(8) mkfs.ocfs2(8) mount.ocfs2(8) o2clus‐
64 ter(8) o2image(8) o2info(1) tunefs.ocfs2(8)
65
66
68 Oracle Corporation
69
70
72 Copyright © 2004, 2012 Oracle. All rights reserved.
73
74
75
76Version 1.8.7 January 2012 mounted.ocfs2(8)