ocfs2_hb_ctl

Section: OCFS2 Manual Pages (8)
Updated: February 2007
Index  

NAME

ocfs2_hb_ctl - Starts and stops the OCFS2 heartbeat on a given device.  

SYNOPSIS

ocfs2_hb_ctl -S -d <device>
ocfs2_hb_ctl -K -d <device>
ocfs2_hb_ctl -K -u <uuid>
ocfs2_hb_ctl -I -d <device>
ocfs2_hb_ctl -I -u <uuid>
ocfs2_hb_ctl -h
 

DESCRIPTION

ocfs2_hb_ctl starts and stops the heartbeat on an OCFS2 device. Users are strongly urged not to use this tool directly. It is invoked by mount.ocfs2.

 

OPTIONS

-S
Starts the hearbeat of a device. The device name must be specified.

-K
Stops the hearbeat of a device. One can specify either the device name or the device uuid.

-I
Prints out the hearbeat reference counts for the region. Once can specify either the device name or the device uuid.

-d
Specify region by device name.

-u
Specify region by device uuid.

-h
Displays help and exit.

 

SEE ALSO

mkfs.ocfs2(8) fsck.ocfs2(8) tunefs.ocfs2(8) mounted.ocfs2(8) ocfs2console(8) ocfs2cdsl(8) debugfs.ocfs2(8)

 

AUTHORS

Oracle Corporation

 

COPYRIGHT

Copyright © 2004, 2007 Oracle. All rights reserved.


 

Index

NAME
SYNOPSIS
DESCRIPTION
OPTIONS
SEE ALSO
AUTHORS
COPYRIGHT