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.
Description of problem:
When the host's socket's quantity > 1 ,it can't fully subscribed after subscribe one Dataceneter subscription
Version-Release number of selected component (if applicable):
subscription-manager-1.9.9-1.el6.x86_64
python-rhsm-1.9.6-1.el6.x86_64
virt-who-0.8-9.el6.noarch
katello-headpin-1.4.3.19-1.el6sam_splice.noarch
candlepin-0.8.26-1.el6sam.noarch
How reproducible:
Always
Steps to Reproduce:
1. In the host : Modify the socket to 6
#echo '{"cpu.cpu_socket(s)":"4"}' > /etc/rhsm/facts/custom.facts
#subscription-manager facts --update
2. Register host to SAM server and subscribe the Datacenter pool
SAM server ip:10.66.13.219
# subscription-manager register --username=admin --password=admin
# subscription-manager subscribe --pool=8ac28c034196c0fc0141bfa98fcf0d70(Datacenter pool)
3. Check the consumed subscription's status
# subscription-manager list --consumed
+-------------------------------------------+
Consumed Subscriptions
+-------------------------------------------+
Subscription Name: Red Hat Enterprise Linux Server, Datacenter Standard
Provides:
SKU: RH00002
Contract: 10032035
Account: 5225762
Serial: 2913370605097514270
Pool ID: 8ac28c034196c0fc0141bfa98fcf0d70
Active: True
Quantity Used: 1
Service Level: Standard
Service Type: L1-L3
Status Details: Only covers 2 of 6 sockets.
Starts: 12/31/2012
Ends: 12/31/2013
System Type: Physical
Actual results:
The Status Details is "Only covers 2 of 6 sockets", it means the Datacenter pool is socket based in the host
Expected results:
The Status Detail should be empty as Datacenter pool shouldn't be socket based
Additional info:
Sounds like the DataCenter SKU RH00002 has a sockets attribute set and is non-stackable.
Setting NEEDINFO on acarter to determine if this SKU was set up as expected.
Description of problem: When the host's socket's quantity > 1 ,it can't fully subscribed after subscribe one Dataceneter subscription Version-Release number of selected component (if applicable): subscription-manager-1.9.9-1.el6.x86_64 python-rhsm-1.9.6-1.el6.x86_64 virt-who-0.8-9.el6.noarch katello-headpin-1.4.3.19-1.el6sam_splice.noarch candlepin-0.8.26-1.el6sam.noarch How reproducible: Always Steps to Reproduce: 1. In the host : Modify the socket to 6 #echo '{"cpu.cpu_socket(s)":"4"}' > /etc/rhsm/facts/custom.facts #subscription-manager facts --update 2. Register host to SAM server and subscribe the Datacenter pool SAM server ip:10.66.13.219 # subscription-manager register --username=admin --password=admin # subscription-manager subscribe --pool=8ac28c034196c0fc0141bfa98fcf0d70(Datacenter pool) 3. Check the consumed subscription's status # subscription-manager list --consumed +-------------------------------------------+ Consumed Subscriptions +-------------------------------------------+ Subscription Name: Red Hat Enterprise Linux Server, Datacenter Standard Provides: SKU: RH00002 Contract: 10032035 Account: 5225762 Serial: 2913370605097514270 Pool ID: 8ac28c034196c0fc0141bfa98fcf0d70 Active: True Quantity Used: 1 Service Level: Standard Service Type: L1-L3 Status Details: Only covers 2 of 6 sockets. Starts: 12/31/2012 Ends: 12/31/2013 System Type: Physical Actual results: The Status Details is "Only covers 2 of 6 sockets", it means the Datacenter pool is socket based in the host Expected results: The Status Detail should be empty as Datacenter pool shouldn't be socket based Additional info: