summaryrefslogtreecommitdiffstats
path: root/man/bcfg2-admin.8
diff options
context:
space:
mode:
authorFabian Affolter <fabian@bernewireless.net>2010-12-12 15:01:18 +0100
committerFabian Affolter <fabian@bernewireless.net>2010-12-12 15:01:18 +0100
commita1835e1f52bc291a5e325b7ededc249f163cb2cb (patch)
tree87ce2babc1b215c8fa2585f51597af39ff777bc6 /man/bcfg2-admin.8
parentb0b5748911a44b782bb92d1b28342094fa0a2391 (diff)
downloadbcfg2-a1835e1f52bc291a5e325b7ededc249f163cb2cb.tar.gz
bcfg2-a1835e1f52bc291a5e325b7ededc249f163cb2cb.tar.bz2
bcfg2-a1835e1f52bc291a5e325b7ededc249f163cb2cb.zip
man: several sections updated (allowed attributes added for the clients)
Diffstat (limited to 'man/bcfg2-admin.8')
-rw-r--r--man/bcfg2-admin.885
1 files changed, 49 insertions, 36 deletions
diff --git a/man/bcfg2-admin.8 b/man/bcfg2-admin.8
index e2fdc9e0a..59811717d 100644
--- a/man/bcfg2-admin.8
+++ b/man/bcfg2-admin.8
@@ -16,97 +16,110 @@ Perform Bcfg2 repository administration
.B \-C <config-file>
.RS
Specify the location of the configuration file (if it is not in
-/etc/bcfg2.conf)
+/etc/bcfg2.conf).
.RE
.SH MODES
.PP
.B init
.RS
-Initialize a new repository (interactive)
+Initialize a new repository (interactive).
+.RE
+.B backup
+.RS
+Create an archive of the whole Bcfg2 repository.
+.RE
+.B bundle <action>
+.RS
+Display details about the available bundles.
.RE
.B client <action> <client> [attribute=value]
.RS
-Add or remove clients from metadata
+Add, edit, or remove clients entries in metadata.
.RE
.B query [g=group] [p=profile] [-f output-file] [-n] [-c]
.RS
-Search for clients based on group or profile
+Search for clients based on group or profile.
.RE
.B compare <old> <new>
.RS
Compare two client configurations. Can be used to verify consistent
-behavior between releases
+behavior between releases.
.RE
.B minestruct <client> [-f xml-file] [-g groups]
.RS
-Build structure entries based on client statistics extra entries
+Build structure entries based on client statistics extra entries.
.RE
.B pull <client> <entry-type> <entry-name>
.RS
Install configuration information into repo based on client bad
-entries
+entries.
.RE
.B snapshots [init|dump|query|reports]
.RS
-Interact with the Snapshots database
+Interact with the Snapshots database.
.RE
.B tidy
.RS
-Remove unused files from repository
+Remove unused files from repository.
.RE
.B viz [-H] [-b] [-k] [-o png-file] [-r]
.RS
-Create a graphviz diagram of client, group and bundle information
+Create a graphviz diagram of client, group and bundle information.
.RE
-.B bundle <action>
+.SH BUNDLE OPTIONS
+.PP
+.B mode
.RS
-Display details about the available bundles
+List all available xml bundles 'list-xml' or for all available genshi
+bundles 'list-genshi'. 'show' provides an interactive dialog to get
+details about the available bundles.
.RE
.SH CLIENT OPTIONS
.PP
.B mode
.RS
-Add a client 'add' or delete a client 'del'
+Add a client 'add', delete a client 'del', or 'list' all client entries.
.RE
.B client
.RS
-Specify the client's name
+Specify the client's name.
.RE
.B attribute=value
.RS
-Set attribute values when adding a new client
+Set attribute values when adding a new client. Allowed attributes
+are 'profile', 'uuid', 'password', 'location', 'secure', and 'address'.
.RE
.SH QUERY OPTIONS
.PP
.B g=group
.RS
-Specify a group to search within
+Specify a group to search within.
.RE
.B p=profile
.RS
-Specify a profile to search within
+Specify a profile to search within.
.RE
.B \-f <output-file>
.RS
-Write the results of the query to a file
+Write the results of the query to a file.
.RE
.B \-n
.RS
-Print the results, one on each line
+Print the results, one on each line.
.RE
.B \-c
.RS
-Print the results, separated by commas
+Print the results, separated by commas.
.RE
.SH COMPARE OPTIONS
.PP
.B old
.RS
-Specify the location of the old configuration file
+Specify the location of the old configuration file.
.RE
.B new
.RS
-Specify the location of the new configuration file
+Specify the location of the new configuration file.
.RE
.SH MINESTRUCT OPTIONS
.PP
@@ -116,64 +129,64 @@ Client whose metadata is to be searched for extra entries
.RE
.B \-g <groups>
.RS
-Hierarchy of groups in which to place the extra entries in
+Hierarchy of groups in which to place the extra entries in.
.RE
.B \-f <xml-output-file>
.RS
-Specify the xml file in which to write the extra entries
+Specify the xml file in which to write the extra entries.
.RE
.SH PULL OPTIONS
.PP
.B client
.RS
-Specify the name of the client to search for
+Specify the name of the client to search for.
.RE
.B entry-type
.RS
-Specify the type of the entry to pull
+Specify the type of the entry to pull.
.RE
.B entry-name
.RS
-Specify the name of the entry to pull
+Specify the name of the entry to pull.
.RE
.SH SNAPSHOTS OPTIONS
.PP
.B init
.RS
-Initialize the snapshots database
+Initialize the snapshots database.
.RE
.B query
.RS
-Query the snapshots database
+Query the snapshots database.
.RE
.B dump
.RS
-Dump some of the contents of the snapshots database
+Dump some of the contents of the snapshots database.
.RE
.B reports [-a] [-b] [-e] [--date=<MM-DD-YYYY>]
.RS
-Generate reports for clients in the snapshots database
+Generate reports for clients in the snapshots database.
.RE
.SH VIZ OPTIONS
.PP
.B \-H
.RS
-Include hosts in diagram
+Include hosts in diagram.
.RE
.B \-b
.RS
-Include bundles in diagram
+Include bundles in diagram.
.RE
.B \-o <output file>
.RS
-Write to outfile file instead of stdout
+Write to outfile file instead of stdout.
.RE
.B \-r
.RS
-Produce raw graphviz output
+Produce raw graphviz output.
.RE
.B \-k
.RS
-Add a shape/color key
+Add a shape/color key.
.RE