此内容没有您所选择的语言版本。

11.2. Upgrading Red Hat Satellite to a New Version


Once you have obtained the required items for the Red Hat Satellite upgrade, follow the next procedure to upgrade.

Important

The following is a basic procedure for upgrading an Red Hat Satellite with Embedded Database to version 5.7. For comprehensive instructions and for other Satellite installations, see the /etc/sysconfig/rhn/satellite-upgrade/README file in the rhn-upgrade package.

Important

Due to an updated version of the PostgreSQL Embedded Database, the database location has changed from /var/lib/pgsql in Red Hat Satellite 5.6 to /opt/rh/postgresql92/root/var/lib/pgsql in Red Hat Satellite 5.7. Make sure to allocate enough hard disk space to this location.

Procedure 11.2. Upgrade Red Hat Satellite

  1. Create a backup of your database:
    # db-control stop
    # db-control backup $BACKUP_DIR
    
    Copy to Clipboard Toggle word wrap
  2. Change your directory to the mounted ISO and run the installation program using the --upgrade and --disconnected options.
    # cd /mount/cdrom
    # ./install.pl --upgrade --disconnected
    
    Copy to Clipboard Toggle word wrap

    Important

    Use additional options if your Red Hat Satellite is a Managed Database or External Database.
  3. Disable all Satellite services except for the database:
    # /usr/sbin/rhn-satellite stop
    # db-control start
    
    Copy to Clipboard Toggle word wrap
  4. Upgrade the database with spacewalk-schema-upgrade:
    # /usr/bin/spacewalk-schema-upgrade
    
    Copy to Clipboard Toggle word wrap
  5. Verify the database upgrade. The following commands should output the same version:
    # rhn-schema-version
    5.7.0.11-1.el6sat
    # rpm -q --qf '%{version}-%{release}\n' satellite-schema
    5.7.0.11-1.el6sat
    
    Copy to Clipboard Toggle word wrap
  6. Activate the Red Hat Satellite. If using a connected Satellite:
    # rhn-satellite-activate --rhn-cert [PATH-TO-NEW-CERT] --ignore-version-mismatch
    
    Copy to Clipboard Toggle word wrap
    If disconnected, run:
    # rhn-satellite-activate --rhn-cert [PATH-TO-NEW-CERT] --disconnected --ignore-version-mismatch
    
    Copy to Clipboard Toggle word wrap
  7. Rebuild search indexes with the following command:
    # service rhn-search cleanindex
    
    Copy to Clipboard Toggle word wrap
    This command cleans the search indexes for the rhn-search service and then restart it.
  8. Enable Monitoring and Monitoring Scout. To enable Monitoring without enabling Monitoring Scout, run the following command:
    # /usr/share/spacewalk/setup/upgrade/rhn-enable-monitoring.pl
    
    Copy to Clipboard Toggle word wrap
    To enable both Monitoring and Monitoring Scout, run the following command:
    # /usr/share/spacewalk/setup/upgrade/rhn-enable-monitoring.pl --enable-scout
    
    Copy to Clipboard Toggle word wrap
  9. The upgrade process saves a backup of rhn.conf and other configuration files to /etc/sysconfig/rhn/backup-$DATE-$TIME. Refer to the backup copy of the rhn.conf file and ensure any previous custom values are set in the new Red Hat Satellite's /etc/rhn/rhn.conf file. For example:
    debug = 3
    pam_auth_service = rhn-satellite
    
    Copy to Clipboard Toggle word wrap
  10. Restart all Red Hat Satellite services:
    # /usr/sbin/rhn-satellite restart
    
    Copy to Clipboard Toggle word wrap
The upgrade procedure is complete and Red Hat Satellite is ready to use again.

Note

Perform a database vacuum to reclaim space from obsolete tuples. See Section 13.7, “Maintaining the Database” for more information.
返回顶部
Red Hat logoGithubredditYoutubeTwitter

学习

尝试、购买和销售

社区

关于红帽文档

通过我们的产品和服务,以及可以信赖的内容,帮助红帽用户创新并实现他们的目标。 了解我们当前的更新.

让开源更具包容性

红帽致力于替换我们的代码、文档和 Web 属性中存在问题的语言。欲了解更多详情,请参阅红帽博客.

關於紅帽

我们提供强化的解决方案,使企业能够更轻松地跨平台和环境(从核心数据中心到网络边缘)工作。

Theme

© 2025 Red Hat