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 1843591 - subscription-manager register --name=SYSTEMNAME doesn't help to register host with name other than 'hostname -f' in Red Hat Satellite.
Summary: subscription-manager register --name=SYSTEMNAME doesn't help to register host...
Keywords:
Status: CLOSED DUPLICATE of bug 1344011
Alias: None
Product: Red Hat Satellite
Classification: Red Hat
Component: Subscription Management
Version: 6.6.0
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: Unspecified
Assignee: satellite6-bugs
QA Contact: Cole Higgins
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-06-03 15:35 UTC by Akshay Kapse
Modified: 2023-10-06 20:24 UTC (History)
0 users

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-06-04 15:56:21 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Akshay Kapse 2020-06-03 15:35:16 UTC
Description of problem:
subscription-manager register --name=SYSTEMNAME doesn't work in Red Hat Satellite server if the SYSTEMNAME and output of "hostname -f" is different.

---> "--name=SYSTEMNAME" is not taken into consideration and only "hostname -f" is considered in Red Hat Satellite server.

---> "--name=SYSTEMNAME" works well if host is registered with "subscription.rhsm.redhat.com"

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


How reproducible:
 very easily.

Steps to Reproduce:
1. Set the hostname to some random value like "test1.example.com"

# hostnamectl set-hostname test1.example.com

2. Let's have two scenarios
Scenario a: Host will be registered with Satellite server:

Execute command: # subscription-manager register --name=test2.example.com
Output: The registered system name is: test2.example.com
On Red Hat Satellite server: host will be listed with hostname "test1.example.com"

Scenario b: Host will be registered with cdn 9"subscription.rhsm.redhat.com"):

Execute command: # subscription-manager register --name=test2.example.com
Output: The registered system name is: test2.example.com
On customer portal: host will be listed with hostname "test2.example.com"


Actual results:
Output: The registered system name is: test2.example.com
On Red Hat Satellite server: host will be listed with hostname "test1.example.com"

Expected results:
Output: The registered system name is: test2.example.com
On customer portal: host will be listed with hostname "test2.example.com"


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