Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 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 "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". 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 "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-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.
Created attachment 1248772[details]
log files
Description of problem:
"Status: Not Subscribed" is displayed after registering with subscription-manger CLI
Version-Release number of selected component (if applicable):
redhat-virtualization-host-4.1-20170208.0
cockpit-ovirt-dashboard-0.10.7-0.0.6.el7ev.noarch
cockpit-ws-126-1.el7.x86_64
imgbased-0.9.6-0.1.el7ev.noarch
How reproducible:
100%
Steps to Reproduce:
1. Install RHVH 4.1
2. Login with root account
3. #subscription-manager register with QE account for test
4. Check the subscription status with CLI
#subscription-manager list
Actual results:
After step 3, "The system has been registered with ID: xxxxx " is displayed
After step 4, "Status: Not Subscribed" is displayed as below
+-------------------------------------------+
Installed Product Status
+-------------------------------------------+
Product Name: Red Hat Virtualization Host
Product ID: 328
Version: 4.0
Arch: x86_64
Status: Not Subscribed
Status Details: Not supported by a valid subscription.
Starts:
Ends:
Expected results:
Status should be "subscribed" and register is real successfully.
+-------------------------------------------+
Installed Product Status
+-------------------------------------------+
Product Name: Red Hat Virtualization Host
Product ID: 328
Version: 4.0
Arch: x86_64
Status: Subscribed
Status Details:
Starts: 04/24/2013
Ends: 12/31/2021
Additional info:
If registering from cockpit webUI, the status displayed "subscribed"
(In reply to Wei Wang from comment #2)
> The issue also occurs with RHLE7.3
> (RHEL-7.3-20161019.0-Server-x86_64-dvd1.iso), change the Severity to urgent.
With the RHV repos, or normal RHEL repos?
(In reply to Ryan Barry from comment #3)
> (In reply to Wei Wang from comment #2)
> > The issue also occurs with RHLE7.3
> > (RHEL-7.3-20161019.0-Server-x86_64-dvd1.iso), change the Severity to urgent.
>
> With the RHV repos, or normal RHEL repos?
with normal RHEL repos.
[root@bootp-73-75-97 ~]# subscription-manager register
Registering to: subscription.rhsm.redhat.com:443/subscription
Username: qa
Password:
The system has been registered with ID: e58a29e2-8fce-4998-b4ce-f435f756e635
[root@bootp-73-75-97 ~]# subscription-manager list
+-------------------------------------------+
Installed Product Status
+-------------------------------------------+
Product Name: Red Hat Enterprise Linux Server
Product ID: 69
Version: 7.3
Arch: x86_64
Status: Not Subscribed
Status Details: Not supported by a valid subscription.
Starts:
Ends:
The register step does not implicitly attach a subscription. A subscription must be successfully attached to a registered system before it is considered subscribed.
The result is different with cockpit. On cockpit webUI, we also have the subscriptions function, and after registering, the system will be auto attached to the right subscription successfully. But from host console, we cannot auto attached with providing the same information (username and password) by CLI, we need to do more steps to get the same goal.It is not so convenient I think. I suggest making the "--auto-attch" for subscription-manager CLI to default option is more convenient for the customer.
Created attachment 1248772 [details] log files Description of problem: "Status: Not Subscribed" is displayed after registering with subscription-manger CLI Version-Release number of selected component (if applicable): redhat-virtualization-host-4.1-20170208.0 cockpit-ovirt-dashboard-0.10.7-0.0.6.el7ev.noarch cockpit-ws-126-1.el7.x86_64 imgbased-0.9.6-0.1.el7ev.noarch How reproducible: 100% Steps to Reproduce: 1. Install RHVH 4.1 2. Login with root account 3. #subscription-manager register with QE account for test 4. Check the subscription status with CLI #subscription-manager list Actual results: After step 3, "The system has been registered with ID: xxxxx " is displayed After step 4, "Status: Not Subscribed" is displayed as below +-------------------------------------------+ Installed Product Status +-------------------------------------------+ Product Name: Red Hat Virtualization Host Product ID: 328 Version: 4.0 Arch: x86_64 Status: Not Subscribed Status Details: Not supported by a valid subscription. Starts: Ends: Expected results: Status should be "subscribed" and register is real successfully. +-------------------------------------------+ Installed Product Status +-------------------------------------------+ Product Name: Red Hat Virtualization Host Product ID: 328 Version: 4.0 Arch: x86_64 Status: Subscribed Status Details: Starts: 04/24/2013 Ends: 12/31/2021 Additional info: If registering from cockpit webUI, the status displayed "subscribed"