Installation guide

The output resembles the following:
Pushing to channel example-channel
Local file >/path/to/file -> remote file /new/path/to/file.txt
The following table lists the options available for rhncfg-m anager add:
Table 1.4 . rhncfg-manager add options
Option Description
-c CHANNEL --channel=CHANNEL Upload files in this config channel
-d DEST_FILE --dest-file=DEST_FILE Upload the file as this path
--delim-start=DELIM_START Start delimiter for variable interpolation
--delim-end=DELIM_END End delimiter for variable interpolation
-i, --ignore-missing Ignore missing local files
--selinux-context=SELINUX_CONTEXT Overwrite the SELinux context
-h, --help show help message and exit
Note
By default, the maximum file size for configuration files is 128KB. If you need to change that value,
find or create the following line in the /etc/rhn/rhn.conf file:
web.maxim um _config_file_size=128
Additionally, find or create the following line in the /etc/rhn/rhn.conf file:
maximum_config_file_size=128
In both locations, change the value from 128 to whatever limit you want in bytes.
1.1.3.3. Differentiat ing 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-fil e=/path/to/file.txt \
/local/path/to/file
You should see output resembling:
--- /tm p/dest_path/example-config.txt config_channel: exam ple-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 rhncfg-m anager diff:
Red Hat Satellite 5.6 Reference Guide
16