Bug 1427354 - RHEL 7.3 EUS not available as a base channel option when changing base channels in Satellite Server v.5.7
Summary: RHEL 7.3 EUS not available as a base channel option when changing base channe...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Satellite 5
Classification: Red Hat
Component: Other
Version: 570
Hardware: All
OS: All
high
high
Target Milestone: ---
Assignee: Jan Dobes
QA Contact: Red Hat Satellite QA List
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-02-28 00:30 UTC by anerurka
Modified: 2021-06-10 11:59 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-03-29 12:23:49 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Knowledge Base (Solution) 3199442 0 None None None 2017-09-28 15:58:08 UTC

Description anerurka 2017-02-28 00:30:06 UTC
Description of problem:

RHEL 7.3 EUS not available as a base channel option when changing base channels in Satellite Server v.5.7

Version-Release number of selected component (if applicable):

latest version for Satellite Server v.5.7

RHEL 7.3  EUS


How reproducible:


Steps to Reproduce:

1. Sync RHEL 7.3 EUS over the Satellite Server

2. Register a RHEL-7 client to Satellite Server

3. Try to change the base channel for RHEL-7 Client to RHEL7.3 EUS

Actual results:

Unable to change since RHEL-7.3 EUS not available as an valid option

Expected results:

Should be able to change to RHEL-7.3 EUS base channel


Additional info:

Comment 2 Jan Dobes 2017-02-28 12:48:27 UTC
The reason is rhel-x86_64-server-7.3.eus channel doesn't have associated product name. I saw this problem on other Satellites too.

select label, product_name_id from rhnchannel;
                       label                       | product_name_id 
---------------------------------------------------+-----------------
 rhel-x86_64-server-6                              |             125
 c2017-02-rhel-x86_64-server-6                     |             125
 rhn-tools-rhel-x86_64-server-7                    |             127
 rhel-x86_64-server-7                              |             125
 rhn-tools-rhel-x86_64-server-6                    |             127
 rhel-x86_64-server-7-rhscl-1                      |                
 temporary-rhel-x86_64-server-7-rhscl-1-2016-10-30 |                
 temporary-rhel-x86_64-server-7-2016-10-30         |             125
 c2017-02-rhn-tools-rhel-x86_64-server-6           |             127
 rhel-x86_64-server-5                              |             125
 rhn-tools-rhel-x86_64-server-5                    |             127
 rhel-x86_64-server-7.3.eus                        |                
 rhel-x86_64-server-7.2.eus                        |             125
(13 rows)

select label, name from rhnproductname where id = 125;
 label |       name       
-------+------------------
 rhel  | Enterprise Linux
(1 row)

These data come from RHN and have to be fixed there. Not a bug in Satellite.

Comment 3 Tomas Lestach 2017-02-28 14:13:43 UTC
Ack, channel metadata are missing in RHN.

Comment 7 Tomas Lestach 2017-03-29 12:23:49 UTC
I was also able to sync rhel-x86_64-server-7.3.eus with 14050 packages today.

Closing as CURRENTRELEASE.

Comment 8 Tomas Lestach 2017-03-29 12:37:29 UTC
Additionally I was able to change a base channel of a system to "RHEL EUS Server (v. 7.3 for 64-bit x86_64)".


Note You need to log in before you can comment on or make changes to this bug.