diff options
author | Sol Jerome <solj@ices.utexas.edu> | 2010-06-11 19:19:56 +0000 |
---|---|---|
committer | Sol Jerome <sol.jerome@gmail.com> | 2010-06-11 16:14:57 -0500 |
commit | badfec7f599efe35aee61296ca3a46994de0cda5 (patch) | |
tree | 083cbcc867d2baa0f040e3f3c0f8eabebf694d46 | |
parent | ab3452d3bebd31eba32bb831f7bae8de0467631e (diff) | |
download | bcfg2-badfec7f599efe35aee61296ca3a46994de0cda5.tar.gz bcfg2-badfec7f599efe35aee61296ca3a46994de0cda5.tar.bz2 bcfg2-badfec7f599efe35aee61296ca3a46994de0cda5.zip |
doc: Add viz admin mode example
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5927 ce84e21b-d406-0410-9b95-82705330c041
-rw-r--r-- | doc/server/admin/index.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/server/admin/index.txt b/doc/server/admin/index.txt index d8fe07630..e850d9df0 100644 --- a/doc/server/admin/index.txt +++ b/doc/server/admin/index.txt @@ -73,6 +73,15 @@ viz Produce graphviz diagrams of metadata structures. +The following command will produce a graphviz image which includes hosts, +bundles, and a key:: + + bcfg2-admin viz -H -b -k -o ~/bcfg2.png + +.. note:: The graphviz package available via DAG/RPMforge has been known + to have dependency issues. We recommend installing the package + from EPEL. + xcmd ==== |