Files

This page lists the configuration files managed by SUSE Multi-Linux Manager through configuration channels.

Table 1. Files Columns
Column Description

Path

Absolute filename of the configuration file.

Configuration Channel

Name of the configuration channel that contains the file.

Systems Subscribed

Number of systems subscribed to the channel.

Click the Path of a file to see its Details tab. Click the name of the Configuration Channel to see the Overview tab of the channel. Clicking Systems Subscribed shows all systems currently subscribed to the channel containing that file.

By default, the maximum file size for configuration files is 128 KB (131072 bytes). SUSE supports a configuration file size up to 1 MB. Larger files are not guaranteed to work.

The default maximum file size is set on the SUSE Multi-Linux Manager Server in these files:

# /usr/share/rhn/config-defaults/rhn_web.conf
web.maximum_config_file_size = 131072

# /usr/share/rhn/config-defaults/rhn_server.conf
maximum_config_file_size = 131072

Copy these variables to /etc/rhn/rhn.conf and edit them. Values are specified in bytes, for example:

# /etc/rhn/rhn.conf
web.maximum_config_file_size = 262144
server.maximum_config_file_size = 262144

Then restart spacewalk:

spacewalk-service restart