5.2. Upgrading Your Proxy Installation
- Back up your existing Proxy server. If applicable, restore the SSL build direction from the backup to the directory
/root/ssl-build
. - Register the Proxy to the parent Satellite. Make sure that the Proxy is subscribed to both the Red Hat Enterprise Linux Server base channel and the Red Hat Network Tools child channel.
- Install the
spacewalk-proxy-installer
package from the Red Hat Network Tools child channel:yum install spacewalk-proxy-installer
# yum install spacewalk-proxy-installer
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Install the latest version of Proxy, as documented in Section 3.2, “Red Hat Satellite Proxy Server Installation Process”.
Note
If the Proxy server is registered to Red Hat Satellite, and the Proxy previously managed custom channels, restore the custom package repository from the pre-upgrade backup. The permissions and ownership will also need to be set up properly.chmod 0750 /var/spool/rhn-proxy chown apache:apache /var/spool/rhn-proxy mkdir -m 0750 -p /var/spool/rhn-proxy/list chown apache:apache /var/spool/rhn-proxy/list
# chmod 0750 /var/spool/rhn-proxy # chown apache:apache /var/spool/rhn-proxy # mkdir -m 0750 -p /var/spool/rhn-proxy/list # chown apache:apache /var/spool/rhn-proxy/list
Copy to Clipboard Copied! Toggle word wrap Toggle overflow The default custom package repository is usually/var/spool/rhn-proxy
. - After the installation, update the server to the latest errata updates:
yum update
# yum update
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Restart the Proxy Server services and test the Proxy Server's functionality:
/usr/sbin/rhn-proxy restart
# /usr/sbin/rhn-proxy restart
Copy to Clipboard Copied! Toggle word wrap Toggle overflow