-
Bug
-
Resolution: Won't Do
-
Undefined
-
None
-
6.18.0
-
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:
- is triggered by
-
SAT-34038 [QE] Test the upgrade guides (connected and disconnected)
-
- Closed
-