summaryrefslogtreecommitdiffstats
path: root/man/bcfg2-admin.8
diff options
context:
space:
mode:
authorNarayan Desai <desai@mcs.anl.gov>2007-01-18 16:10:37 +0000
committerNarayan Desai <desai@mcs.anl.gov>2007-01-18 16:10:37 +0000
commitc9e6a51dccaf901982696543aab5041581fab436 (patch)
treebdb9a5eb87dc606f43636d92c357dd8b56aca15a /man/bcfg2-admin.8
parent807ca1c7237149a66cd26fb91500f9dd98e6cbb6 (diff)
downloadbcfg2-c9e6a51dccaf901982696543aab5041581fab436.tar.gz
bcfg2-c9e6a51dccaf901982696543aab5041581fab436.tar.bz2
bcfg2-c9e6a51dccaf901982696543aab5041581fab436.zip
Fix bcfg2-admin for xincluded groups files.
Document bcfg2-admin git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2692 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'man/bcfg2-admin.8')
-rw-r--r--man/bcfg2-admin.837
1 files changed, 37 insertions, 0 deletions
diff --git a/man/bcfg2-admin.8 b/man/bcfg2-admin.8
new file mode 100644
index 000000000..9918b1048
--- /dev/null
+++ b/man/bcfg2-admin.8
@@ -0,0 +1,37 @@
+.TH "bcfg2-admin" 8
+.SH NAME
+bcfg2-admin \- Perform repository administration tasks
+.SH SYNOPSIS
+.B bcfg2-server
+.I init
+.I mineentry <client> <entry type> <entry name>
+.I minestruct <client>
+.I viz [-h] [-b] [-k] [-o output.png] [-r]
+
+.SH DESCRIPTION
+.PP
+.B bcfg2-server
+This daemon serves configurations to clients based on the data in its
+repository.
+.SH VIZ OPTIONS
+.PP
+.B \-h
+.RS
+Include hosts in diagram
+.RE
+.B \-b
+.RS
+Include bundles in diagram
+.RE
+.B "-o <output file>"
+.RS
+Write to outfile file instead of stdout
+.RE
+.B \-r
+.RS
+Produce raw graphviz output
+.RE
+.B \-k
+.RS
+Add a shape/color key
+.RE