o2hbmonitor - Man Page

Monitors disk heartbeat in the O2CB cluster stack

Synopsis

o2hbmonitor [-w percent] [-ivV]

Description

o2hbmonitor is a utility to monitor the disk heartbeat in the o2cb cluster stack. It tracks the time elapsed since the last heartbeat and logs messages once it exceeds the warn threshold.

By default, it runs as a daemon and logs messages to the system logger. It can be started at any time and stopped using kill(1). It does not affect the functioning of the heartbeat thread. It is typically automatically started during cluster online and stopped during cluster offline by the o2cb init script.

This utility expects the debugfs file system to be mounted at /sys/kernel/debug.

Options

-w percent

Warn threshold percent. It is the percentage of the idle threshold. It defaults to 50%.

-i

Interactive mode. It works as a daemon by default. This mode is typically only used for debugging.

-v

Verbose mode. It logs messages only to the system logger by default. In this mode it also logs the messages to stdout.

-V

Displays version.

Notes

This utility works with Linux kernel 2.6.37 and later.

See Also

o2cb(7)

Authors

Oracle Corporation

Referenced By

o2cb(7), ocfs2(7).

January 2012 Version 1.8.8 OCFS2 Manual Pages