Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

ocf_pacemaker_sysinfo(7) [debian man page]

OCF_PACEMAKER_SYSINF(7) 				      Pacemaker Configuration					   OCF_PACEMAKER_SYSINF(7)

NAME
ocf_pacemaker_SysInfo - SysInfo resource agent SYNOPSIS
[OCF_RESKEY_pidfile=string] [OCF_RESKEY_delay=string] OCF_RESKEY_disks=string OCF_RESKEY_disk_unit=string SysInfo [start | stop | monitor | meta-data | validate-all] DESCRIPTION
This is a SysInfo Resource Agent. It records (in the CIB) various attributes of a node Sample Linux output: arch: i686 os: Linux-2.4.26-gentoo-r14 free_swap: 1999 cpu_info: Intel(R) Celeron(R) CPU 2.40GHz cpu_speed: 4771.02 cpu_cores: 1 cpu_load: 0.00 ram_total: 513 ram_free: 117 root_free: 2.4 Sample Darwin output: arch: i386 os: Darwin-8.6.2 cpu_info: Intel Core Duo cpu_speed: 2.16 cpu_cores: 2 cpu_load: 0.18 ram_total: 2016 ram_free: 787 root_free: 13 Units: free_swap: Mb ram_*: Mb cpu_speed (Linux): bogomips cpu_speed (Darwin): Ghz *_free: GB (or user-defined: disk_unit) SUPPORTED PARAMETERS
OCF_RESKEY_pidfile = string [/SysInfo-] PID file OCF_RESKEY_delay = string [0s] Dampening Delay Interval to allow values to stabilize OCF_RESKEY_disks = string List of Filesytems/Paths to query for free disk space Filesystems or Paths to be queried for free disk space as a SPACE separated list - e.g "/dev/sda1 /tmp". Results will be written to an attribute with leading slashes removed, and other slashes replaced with underscore, and the word 'free' appended - e.g /dev/sda1 -> dev_sda1_free Note: The root filesystem '/' is always queried to an attribute named 'root_free' OCF_RESKEY_disk_unit = string [G] Unit to report disk free space in Unit to report disk free space in. Can be one of: B, K, M, G, T, P (case-insensitive) AUTHOR
Andrew Beekhof <andrew@beekhof.net> Author. Pacemaker Configuration 04/17/2012 OCF_PACEMAKER_SYSINF(7)

Check Out this Related Man Page

OCF_HEARTBEAT_SYSINF(7) 					OCF resource agents					   OCF_HEARTBEAT_SYSINF(7)

NAME
ocf_heartbeat_SysInfo - Records various node attributes in the CIB SYNOPSIS
SysInfo [start | stop | monitor | meta-data | validate-all] DESCRIPTION
This is a SysInfo Resource Agent. It records (in the CIB) various attributes of a node Sample Linux output: arch: i686 os: Linux-2.4.26-gentoo-r14 free_swap: 1999 cpu_info: Intel(R) Celeron(R) CPU 2.40GHz cpu_speed: 4771.02 cpu_cores: 1 cpu_load: 0.00 ram_total: 513 ram_free: 117 root_free: 2.4 Sample Darwin output: arch: i386 os: Darwin-8.6.2 cpu_info: Intel Core Duo cpu_speed: 2.16 cpu_cores: 2 cpu_load: 0.18 ram_total: 2016 ram_free: 787 root_free: 13 Units: free_swap: Mb ram_*: Mb root_free: Gb cpu_speed (Linux): bogomips cpu_speed (Darwin): Ghz SUPPORTED PARAMETERS
pidfile PID file (optional, string, default /var/run/resource-agents/SysInfo-default) delay Interval to allow values to stabilize (optional, string, default 0s) SUPPORTED ACTIONS
This resource agent supports the following actions (operations): start Starts the resource. Suggested minimum timeout: 20s. stop Stops the resource. Suggested minimum timeout: 20s. monitor Performs a detailed status check. Suggested minimum timeout: 20s. Suggested interval: 60s. meta-data Retrieves resource agent metadata (internal use only). Suggested minimum timeout: 5. validate-all Performs a validation of the resource configuration. Suggested minimum timeout: 20s. EXAMPLE
The following is an example configuration for a SysInfo resource using the crm(8) shell: primitive p_SysInfo ocf:heartbeat:SysInfo op monitor timeout="20s" interval="60s" SEE ALSO
http://www.linux-ha.org/wiki/SysInfo_(resource_agent) AUTHOR
Linux-HA contributors (see the resource agent source for information about individual authors) resource-agents UNKNOWN 03/09/2014 OCF_HEARTBEAT_SYSINF(7)
Man Page