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.
Bug 1433509 - Unable to find hypervisor subscribed to specific pool of subscriptions
Summary: Unable to find hypervisor subscribed to specific pool of subscriptions
Keywords:
Status: CLOSED DUPLICATE of bug 1406450
Alias: None
Product: Red Hat Satellite
Classification: Red Hat
Component: Subscriptions - virt-who
Version: 6.2.8
Hardware: All
OS: All
unspecified
high
Target Milestone: Unspecified
Assignee: satellite6-bugs
QA Contact: Tom McKay
Tom McKay
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-03-17 20:10 UTC by Prashant Waghmare
Modified: 2020-06-11 13:25 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-22 17:37:09 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
no associations listed (72.37 KB, image/png)
2017-03-21 19:00 UTC, jcallaha
no flags Details


Links
System ID Private Priority Status Summary Last Updated
Red Hat Knowledge Base (Solution) 2972911 0 None None None 2017-03-17 21:11:21 UTC

Description Prashant Waghmare 2017-03-17 20:10:32 UTC
Description of problem:

Unable to find hypervisor of specific pool of subscriptions

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

Satellite

How reproducible:

Always.

Steps to Reproduce:

1.Login to satellite web-ui => content  => Red hat Subscriptions => Click on "Red Hat Enterprise Linux for Virtual Datacenters with Smart Management, Standard"  4 out of 5 => click on "association" => content hosts" tab

Unable to see hypervisors

Actual results:

No hypervisor lists under content hosts tab.

Expected results:

Should be able to see the hypervisor list consumed by specific subscription.

Additional info:

workaround: Able to identify it using commandline:

# hammer subscription list --organization-id 1 |egrep -v 'Unlimited'|egrep 'UUID|---|Virtual Datacenters'
---|----------------------------------|---------------------------------------------------------------------------------|----------|---------|--------------|-----------|----------|------------------------------|-----------|---------
ID | UUID                             | NAME                                                                            | CONTRACT | ACCOUNT | SUPPORT      | QUANTITY  | CONSUMED | END DATE                     | QUANTITY  | ATTACHED
---|----------------------------------|---------------------------------------------------------------------------------|----------|---------|--------------|-----------|----------|------------------------------|-----------|---------
15 | 8ac35v95g89229d40158762ee90502f0 | Red Hat Enterprise Linux for Virtual Datacenters with Smart Management, Premium | 11122333 | 123456  | Premium      | 5        | 4       | 2017-11-02T03:59:59.000+0000 | 5        | 4      
---|----------------------------------|---------------------------------------------------------------------------------|----------|---------|--------------|-----------|----------|------------------------------|-----------|---------

===========================

# su - postgres

-bash-4.2$ psql -d candlepin -c "select cpe.id as cp_entitlement__id, cpe.pool_id as cp_entitlement__pool_id, cpc.id as cp_consumer__id, cpc.name as cp_consumer__name from cp_entitlement as cpe, cp_consumer as cpc where cpe.pool_id = '8ac18a0c587029d40158762ee90502f0' and cpe.consumer_id = cpc.id"


        cp_entitlement__id        |     cp_entitlement__pool_id      |         cp_consumer__id          |          cp_consumer__name          
----------------------------------+----------------------------------+----------------------------------+-------------------------------------
 8ac18a0c587029d4015876a6970a0532 | 8ac35v95g89229d40158762ee90502f0 | 8ac18a0c581ab26f01581acfaa5a00f8 | example1.redhat.com
 8ac18a0c587029d4015876a6f0fa0564 | 8ac35v95g89229d40158762ee90502f0 | 8ac18a0c581ab26f01581acfcf6c03af | example2.redhat.com
 8ac18a0c587029d4015876310ced039b | 8ac35v95g89229d40158762ee90502f0 | 8ac18a0c581ab26f01581acfb9aa0234 | example3.redhat.com
 8ac18a0c587029d4015876315f0e03cd | 8ac35v95g89229d40158762ee90502f0 | 8ac18a0c581ab26f01581acfad490142 | example4.redhat.com

Comment 1 jcallaha 2017-03-21 19:00:16 UTC
Created attachment 1265191 [details]
no associations listed

Comment 2 jcallaha 2017-03-22 17:37:09 UTC

*** This bug has been marked as a duplicate of bug 1406450 ***


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