Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.
2.4.2. Command Line Version
The command line version of this tool performs the same function as the graphical version. It allows you to configure the settings used by the Red Hat Update Agent and store them in the configuration file
/etc/sysconfig/rhn/up2date
.
To run the command line version of the Red Hat Update Agent Configuration Tool, use the following command:
up2date --nox --configure
up2date --nox --configure
You are presented with a list of options and their current values:
Enter the number of the item to modify and enter a new value for the option. When you finish changing your configuration, press Enter to save your changes and exit. Press q and then Enter to quit without saving your changes.
Important
Although this is not configurable, users should still make note that the port used by the Red Hat Update Agent is 443 for SSL (HTTPS) and 80 for non-SSL (HTTP). By default,
up2date
uses SSL only. For this reason, users should ensure that their firewalls allow connections over port 443. To bypass SSL, change the protocol for serverURL from https
to http
in the /etc/sysconfig/rhn/up2date
configuration file.