Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
Red Hat Satellite engineering is moving the tracking of its product development work on Satellite to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "Satellite project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs will be migrated starting at the end of May. If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "Satellite project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/SAT-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Description of problem:
*All the servers mentioned here ar virtual machines running on our OS1 platform.
*Tehere is no beta packages installed: sudo rpm -qa | grep -i beta
I have a RHEL7.2 hosts system that I want to register against a Sat 6.1.7, with an "Employee SKU" subscription.
I have an ActivationKey where I only expose "Red Hat Enterprise Linux 7 Server (RPMs)" and "Red Hat Satellite Tools 6.1 (for RHEL 7 Server) (RPMs)" repositories.
After that, the subscription status is the invalid:
sudo subscription-manager status
+-------------------------------------------+
System Status Details
+-------------------------------------------+
Overall Status: Invalid
Red Hat Enterprise Linux 7 Public Beta:
- Not supported by a valid subscription.
Version-Release number of selected component (if applicable):
Satellite Server: Satellite 6.1.7 on RHEL 7.2
Host Server: RHEL 7.2
How reproducible:
Register RHEL7.2 Host server against Satellite 6.1.7 with "Employee SKU" subscription.
Steps to Reproduce:
1.sudo subscription-manager clean
2.sudo subscription-manager register --org "MyOrg" --activationkey "AK1" --force
3.sudo subscription-manager status
Actual results:
sudo subscription-manager status
+-------------------------------------------+
System Status Details
+-------------------------------------------+
Overall Status: Invalid
Red Hat Enterprise Linux 7 Public Beta:
- Not supported by a valid subscription.
Expected results:
sudo subscription-manager status
+-------------------------------------------+
System Status Details
+-------------------------------------------+
Overall Status: Current
Additional info:
Doing the same operation/steps on a RHEL 7.0 Host systems, works perfectly well.
Comment 1Zuzana Svetlikova
2016-05-10 05:29:01 UTC
This seems to fix the problem (from https://bugzilla.redhat.com/show_bug.cgi?id=1298655):
As this is a RHEL 7.2 vm, we can copy the /correct/ certificate from /etc/pki/product-default/69.pem to /etc/pki/product. This would remediate the issue above at runtime.
Alternatively, to fix the base image (until such time a corrected image is posted on the portal), one can use guestfish (provided by the libguests-tools package)