Differentiating Between Latest Config Files - Red Hat NETWORK SATELLITE 5.1.0 Reference Manual

Hide thumbs Also See for NETWORK SATELLITE 5.1.0:
Table of Contents

Advertisement

Option
--delim-end=DELIM_END
-h, --help
Table A.4.
rhncfg-manager add
Note
By default, the maximum file size for confiugration files is 128KB. If you need to
change that value, find or create the following line in the
file:
web.maximum_config_file_size=128
Change the value from 128 to whatever limit you want in bytes.

3.3. Differentiating between Latest Config Files

To view the differences between the config files on disk and the latest revisions in a channel,
issue the command:
rhncfg-manager diff --channel=channel-label--dest-file=/path/to/file.txt \
/local/path/to/file
You should see output resembling:
/tmp/dest_path/example-config.txt /home/test/blah/hello_world.txt ---
/tmp/dest_path/example-config.txt config_channel: example-channel revision:
1 +++ /home/test/blah/hello_world.txt 2003-12-14 19:08:59.000000000 -0500 @@
-1 +1 @@ -foo +hello, world
The following table lists the options available for
Option
-cCHANNEL, --channel=CHANNEL
-rREVISION, --revision=REVISION
-dDEST_FILE, --dest-file=DEST_FILE
-tTOPDIR, --topdir=TOPDIR
-h, --help
Differentiating between Latest Config Files
Description
End delimiter for variable interpolation
show help message and exit
options
rhncfg-manager diff
Description
Get file(s) from this config channel
Use this revision
Upload the file as this path
Make all files relative to this string
Show help message and exit
/etc/rhn/rhn.conf
:
213

Advertisement

Table of Contents
loading

Table of Contents