cibpipe

Langue: en

Version: October 2010 (fedora - 01/12/10)

Section: 8 (Commandes administrateur)

NAME

Pacemaker - Part of the Pacemaker cluster resource manager

DESCRIPTION

usage: cibpipe -Q -(x|X) usage: cibpipe -Q -(x|X) | cibpipe [-V?o:QDUCEX:t:MBfRx:P5S$] | cibpipe [-V?o:QDUCEX:t:MBfRx:P5S$] | ... usage: cibadmin -Q | cibpipe [-V?o:QDUCEX:t:MBfRx:P5S$] | cibpipe [-V?o:QDUCEX:t:MBfRx:P5S$] | ...

Options

--obj_type (-o) <type>
object type being operated on
Valid values are: nodes, resources, constraints, crm_config, status
--verbose (-V)
turn on debug info. additional instance increase verbosity
--help (-?)
this help message

Commands

--cib_erase (-E)
Erase the contents of the whole CIB
--cib_query (-Q)
--cib_create (-C)
Create an object that does not yet exist
--cib_update (-U)
Recursivly update an object in the CIB
--cib_modify (-M)
Find the object somewhere in the CIB's XML tree and update it as --cib_update would
--cib_replace (-R)
Recursivly replace an object in the CIB
--cib_delete (-D)
Delete the first object matching the supplied criteria Eg. <op id="rsc1_op1" name="monitor"/> The tagname and all attributes must match in order for the element to be deleted
--cib_bump (-B)
--md5-sum (-5)
Calculate the configuration's digest.

XML data

--xml-file (-x) <filename>
Retrieve XML from the named file
--xml-text (-X) <string>
Retrieve XML from the supplied string
--xml-save (-S) <filename>
Save the XML output to the named file

NOTE: The current CIB is assumed to be passed in via stdin, unless -Q is used in which case -x or -X are also acceptable

AUTHOR

Written by Andrew Beekhof