summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorJoey Hagedorn <hagedorn@mcs.anl.gov>2007-07-19 18:54:02 +0000
committerJoey Hagedorn <hagedorn@mcs.anl.gov>2007-07-19 18:54:02 +0000
commit59635c22773a8a7b26c7c27891e999a3f71bbd1a (patch)
tree212575b5c0d8afe4461277a3d233e6f11a02a0ce /man
parenta242c972022895986e5b067b12b4b41b17ffa9e2 (diff)
downloadbcfg2-59635c22773a8a7b26c7c27891e999a3f71bbd1a.tar.gz
bcfg2-59635c22773a8a7b26c7c27891e999a3f71bbd1a.tar.bz2
bcfg2-59635c22773a8a7b26c7c27891e999a3f71bbd1a.zip
merging back in xmlrpc branch for agent-mode support
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3505 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'man')
-rw-r--r--man/bcfg2-remote.840
-rw-r--r--man/bcfg2.conf.52
2 files changed, 42 insertions, 0 deletions
diff --git a/man/bcfg2-remote.8 b/man/bcfg2-remote.8
new file mode 100644
index 000000000..8e1aab956
--- /dev/null
+++ b/man/bcfg2-remote.8
@@ -0,0 +1,40 @@
+.TH "bcfg2-remote" 8
+.SH NAME
+bcfg2-remote \- Connect to a bcfg2 agent and trigger client execution
+.SH SYNOPSIS
+.B bcfg2-remote
+.I [-d <debug level>]
+.I [-H <agent host>]
+.I [-C <configfile>]
+.I [-k <ssl key>]
+.I [-p <agent tcp port>]
+.SH DESCRIPTION
+bcfg2-remote connects to a client agent, uses the server certificate
+for authentication, and causes that client to run the bcfg2 client
+code with the options specified on the client.
+.SH OPTIONS
+.PP
+.B "\-d debuglevel"
+.RS
+Set debug level (0-40).
+.RE
+.B "\-H hostname"
+.RS
+Connect to the agent on the specified host.
+.RE
+.B "-C configfile"
+.RS
+Use the specified bcfg2.conf.
+.RE
+.B "\-k sslkey"
+.RS
+Use the ssl certificate at the following path.
+.RE
+.B "\-p port"
+.RS
+Connect to the agent on the specified TCP port.
+.RE
+.SH "SEE ALSO"
+.BR bcfg2(1)
+
+
diff --git a/man/bcfg2.conf.5 b/man/bcfg2.conf.5
index feebcb05a..e9b142f5d 100644
--- a/man/bcfg2.conf.5
+++ b/man/bcfg2.conf.5
@@ -24,6 +24,8 @@ key=/path/to/ssl/key
.TP
protocol=xmlrpc/ssl
.TP
+agent-port=TCP_port
+.TP
.B [components]
list of component urls
.PP