summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarayan Desai <desai@mcs.anl.gov>2004-08-02 18:25:00 +0000
committerNarayan Desai <desai@mcs.anl.gov>2004-08-02 18:25:00 +0000
commitf6baa27dc5b817c422bcf6ae628caa872f22684f (patch)
tree2a44f1f72057c233f0adfb0cce41970edf884884
parent9c7ec661cb558e74e5f669d534346f2a5c7b3777 (diff)
downloadbcfg2-f6baa27dc5b817c422bcf6ae628caa872f22684f.tar.gz
bcfg2-f6baa27dc5b817c422bcf6ae628caa872f22684f.tar.bz2
bcfg2-f6baa27dc5b817c422bcf6ae628caa872f22684f.zip
Add more options
2004/08/01 09:45:28-05:00 anl.gov!desai (Logical change 1.24) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@114 ce84e21b-d406-0410-9b95-82705330c041
-rw-r--r--client/bcfg2.135
1 files changed, 35 insertions, 0 deletions
diff --git a/client/bcfg2.1 b/client/bcfg2.1
index e69de29bb..942e5da19 100644
--- a/client/bcfg2.1
+++ b/client/bcfg2.1
@@ -0,0 +1,35 @@
+.TH "bcfg2" 1
+.SH NAME
+bcfg \- reconfigure machine based on settings in BCFG2
+.SH SYNOPSIS
+.B bcfg2
+.I [-d] [-v] [-p] [-c cache file] [-f config file] [-q] [-b bundle]
+.SH DESCRIPTION
+.PP
+.B bcfg2
+Runs the bcfg2 configuration process on the current host. This process
+consists of first fetching and executing probes, uploading probe
+results, fetching the client configuration, checking the current
+client state, attempting to install the desired configuration, and
+finally uploading statistics about the bcfg2 execution and client
+state.
+.SH OPTIONS
+.TP
+.B \-d run bcfg2 in debug mode.
+.TP
+.B \-v run bcfg2 in verbose mode.
+.TP
+.B \-q run bcfg2 in quick mode. Package checksum verification won't be
+performed. This mode relaxes the constraints of correctness, and thus
+should only be used in safe conditions.
+.TP
+.B \-n run bcfg2 in dry-run mode. No changes will be made to the
+system.
+.TP
+.B \-B run bcfg2 in build mode. Services aren't started, as the system
+may still be in miniroot.
+.SH "SEE ALSO"
+.BR Bcfg2Server(8),
+.BR Bcfg2Ctl(8)
+.SH "BUGS"
+The code is too beta to list all. \ No newline at end of file