Uploaded image for project: 'Satellite'
  1. Satellite
  2. SAT-37373

Disconnected guide forgets to mention changing repo file perms before editing them

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Do
    • Icon: Undefined Undefined
    • None
    • 6.18.0
    • Documentation, Upgrades
    • False
    • sat-rocket
    • None
    • None
    • None
    • None

      Description of problem:
      Disconnected upgrade guide needs following polish:

      3.1. Upgrading a disconnected Satellite Server

      Procedure

      5. Configure the Satellite 6.18 repository from the ISO file.
      i. Copy the ISO file’s repository data file for the Red Hat Satellite packages:

      # cp /media/sat6/Satellite/media.repo /etc/yum.repos.d/satellite.repo
      

      ...
      6. Configure the Red Hat Satellite Maintenance repository from the ISO file.
      i. Copy the ISO file’s repository data file for Red Hat Satellite Maintenance packages:

      # cp /media/sat6/Maintenance/media.repo /etc/yum.repos.d/satellite-maintenance.repo
      

      ^ both these repos are R/O so they cannot be edited, set perms command is missing

      It should be like it is below in order to be able to edit files in sub-step ii.

      5. ...
      i. Copy the ISO file’s repository data file for the Red Hat Satellite packages and change its permissions:

      # cp /media/sat6/Satellite/media.repo /etc/yum.repos.d/satellite.repo
      # chmod u+w /etc/yum.repos.d/satellite.repo
      

      6. ....
      i. Copy the ISO file’s repository data file for Red Hat Satellite Maintenance packages and change its permissions:

      # cp /media/sat6/Maintenance/media.repo /etc/yum.repos.d/satellite-maintenance.repo
      # chmod u+w /etc/yum.repos.d/satellite-maintenance.repo
      

       

      Actual behavior:
      [Describe the issue in detail, including what is happening and where]
      `chmod` command missing

      # cp /media/sat6/<component>/media.repo /etc/yum.repos.d/<component>.repo
      

      Expected behavior:
      [Describe what should be happening instead]
      `chmod` command present

      # cp /media/sat6/<component>/media.repo /etc/yum.repos.d/<component>.repo
      # chmod u+w /etc/yum.repos.d/<component>.repo
      

      Business Impact / Additional info:

       

              Unassigned Unassigned
              lpramuk Lukas Pramuk
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: