man update-cluster-parseconfig (Commandes) - parses configuration file for update-cluster suite
NAME
update-cluster-parseconfig - parses configuration file for update-cluster suite
SYNOPSIS
update-cluster-parseconfig [entry] ... < input-filename
DESCRIPTION
update-cluster-parseconfig receives input from standard input, and parses the file, and outputs in a line-oriented, space-delimited manner, with each entry coming out in the order specified.
However, when there is no matching entry on a specific column, it will emit an error, and die.
EXAMPLE
update-cluster-parseconfig hostname ip mac < cluster.xml Dump the hostname, ip and mac fields of cluster.xml.
EXIT STATUS
On success update-cluster-parseconfig exits with 0. On error, exits with 1.
NOTES
Please see the sample files, and read the README.Debian file included. This command is usually used internally by the files in /usr/lib/update-cluster/*.updatelist
AUTHOR
Written by Junichi Uekawa <dancer@debian.org>, <dancer@netfort.gr.jp>, <dancer@mikilab.doshisha.ac.jp> for Debian Project.
SEE ALSO
update-cluster-add (8), update-cluster-remove (1), update-cluster-regenerate (8)