1RHNCFG-CLIENT(8) RHNCFG-CLIENT(8)
2
3
4
6 rhncfg-client - a tool used for system configuration querying and
7 deployment.
8
10 rhncfg-client [ mode ] [ options ... ] [ arguments ... ]
11
12
14 The RHN Configuration Client (rhncfg-client) is used to query a sys‐
15 tem's configuration makeup and deployment status as managed by RHN.
16
17 This tool enables an Red Hat Network client to list available configu‐
18 ration files, fetch (or get) those configuration files, view configura‐
19 tion channels, and finally, diff and verify current configuration of
20 the system in comparison to the system's status according to RHN.
21
22 This tool utilizes a "cvs style" command syntax: command mode options
23
24 For example: rhncfg-client diff --topdir /home/test/blah/
25
27 list List the configuration files for the machine and the labels of
28 the config channels containing them. Used alone.
29
30 elist List the configuration files for the machine and the labels of
31 the config channels containing them which provides an ls-esque
32 style output. Used alone.
33
34 get CONFIG_FILEPATH
35 Download/deploy the most relevant configuration file for the
36 machine. For example: rhncfg-client get /etc/foo.conf
37
38 channels
39 View the labels and names of the config channels that apply to
40 the system. Used alone.
41
42 diff Obtain a difference between the config files deployed on the
43 system and those for it stored by Red Hat Network.
44
45 May be used with the --topdir ROOT_PATH option. E.g., rhncfg-
46 client diff --topdir /home/test/foo/
47
48 verify Quick verification to see if files are different than those
49 associated with it on Red Hat Network.
50
51 All files are displayed unless called with the -o or --only
52 option, in which case only files with differences are displayed.
53
54 -h, --help
55 Display the help screen with a list of options.
56
58 rhncfg-client list
59
60 rhncfg-client elist
61
62 rhncfg-client get /etc/foo.conf
63
64 rhncfg-client channels
65
66 rhncfg-client diff
67
68 rhncfg-client diff --topdir /tmp/configroot/
69
70 rhncfg-client verify
71
73 rhncfg-manager (8)
74
76 Mihai Ibanescu <misa@redhat.com>
77
78 Bret McMillan <bretm@redhat.com>
79
80 Todd Warner <taw@redhat.com> (man page only)
81
82
83
84Version 4.0 30 April 2010 RHNCFG-CLIENT(8)