1bcfg2-info(8) System Manager's Manual bcfg2-info(8)
2
3
4
6 bcfg2-info - Creates a local version of the bcfg2 server core for state
7 observation
8
10 bcfg2-info [-C <config file>] [-E <encoding>] [-Q <repository path>]
11 [-h] [-p] [-x <password>] <mode> <mode args> <mode options>
12
14 bcfg2-info Instantiate an instance of the Bcfg2 core for data examina‐
15 tion and debugging purposes.
16
18 -C <config file>
19 Specify the location of the configuration file (if it is not in
20 /etc/bcfg2.conf).
21 -E <encoding>
22 Specify the encoding of cfg files.
23 -Q <repository path>
24 Specify the server repository path.
25 -d
26 Run in debug mode.
27 -h
28 Give a bit of help about the command line arguments and options.
29 After this bcfg2-info exits.
30 -p
31 Specify a profile.
32 -x <password>
33 Set the communication password.
34
36 build <hostname> <filename>
37 Build config for hostname, writing to filename.
38 builddir <hostname> <dirname>
39 Build config for hostname, writing separate files to dirname.
40 buildall <directory>
41 Build configs for all clients in directory.
42 buildfile <filename> <hostname>
43 Build config file for hostname (not written to disk).
44 bundles
45 Print out group/bundle information.
46 clients
47 Print out client/profile information.
48 debug
49 Shell out to native python interpreter.
50 event_debug
51 Display filesystem events as they are processed.
52 generators
53 List current versions of generators.
54 groups
55 List groups
56 help
57 Print the list of available commands.
58 mappings <type*> <name*>
59 Print generator mappings for optional type and name.
60 profile <command> <args>
61 Profile a single bcfg2-info command.
62 quit
63 Exit bcfg2-info command line.
64 showentries <hostname> <type>
65 Show abstract configuration entries for a given host.
66 showclient <client1> <client2>
67 Show metadata for given hosts.
68 update
69 Process pending file events.
70 version
71 Print version of this tool.
72
74 bcfg2(1), bcfg2-server(8)
75
77 None currently known
78
79
80
81 bcfg2-info(8)