3 Configuring a System to Use ULN
After you install Oracle Linux on a system, by default the system uses the public Oracle Linux yum server as the source for the system's repository needs. However, you also have the option to configure the system to use ULN, which requires that you register the system with ULN.
To see the differences between the yum server and ULN, see Comparing ULN and Yum Servers.
How to Register a System With ULN
Registering a system with ULN provides an advantage of obtaining access to extra software packages that aren't available in the public Oracle Linux yum server.
- You must be an Oracle Linux Support customer with a valid Customer Support Identifier (CSI) and a Single Sign-On (SSO) account.
- The system user account must have system administrator privileges.
- Systems behind a firewall must have outbound access to
linux-update.oracle.com
through port 443. If the outbound firewall doesn't support adding exceptions for hostnames, then use the IP address 138.1.51.46.
Configuring a System to Use a Proxy for ULN
If you use the yum plugin (yum-rhn-plugin
) to access ULN, specify the enableProxy
and httpProxy
settings in /etc/sysconfig/rhn/up2date
as shown in this example.
enableProxy=1 httpProxy=http://proxysvr.example.com:3128
If the proxy server requires authentication, also specify the
enableProxyAuth
, proxyUser
, and
proxyPassword
settings.
enableProxy=1 httpProxy=http://proxysvr.example.com:3128 enableProxyAuth=1 proxyUser=user proxyPassword=password
Caution:
All dnf users require read access to
/etc/dnf/dnf.conf
or /etc/sysconfig/rhn/up2date
. If
these files must be world-readable, don't use a proxy password that's the same as any user's
login password, and especially not root
's password.
How to Manage a System's Channel Subscriptions
Subscribing a system to ULN channels causes the system to automatically receive package updates when these become available on those channels.
- Log in to https://linux.oracle.com with the appropriate ULN user name and password.
- (Optional) View the available channels to which you can subscribe the system.
- Click the Channels tab.
- Use the Release and Architecture drop-downs to limit the listing to a particular OS release and architecture.
- Manage the system's subscription information.
- After you have finished selecting channels, click Save Subscriptions.
How to Change System Details in ULN
Change system information updates and keep the system's registration information current in ULN.
- Sign in to https://linux.oracle.com with the appropriate ULN username and password.
- On the Systems tab, click the link named for the system in the list of registered machines.
- On the System Details page, click Edit.
- On the Edit System Properties page, you can change the name that's associated with the system, register the system as a local yum server for other systems, or change the CSI with which the system is registered.
- After completing the changes, click Apply Changes.
How to Remove a System From ULN
Unregistering a system from ULN removes the system from automatically receiving package updates.