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 using subscription-manager-migration to migrate a system from Sat 5.x to Sat 6.x, rhn-migrate-classic-to-rhsm asks for the username/password of 'Systems Engine'. This should be changed to 'Satellite 6'
Version-Release number of selected component (if applicable):
subscription-manager-1.8.22-1.el5
subscription-manager-migration-1.8.22-1.el5
subscription-manager-migration-data-1.11.3.2-1.el5
How reproducible:
100%
Steps to Reproduce:
1. install subscription manager packages (yum install subscription-manager{,-migration*})
2. Install katello consumer RPM. (rpm -Uvh http://<your satellite6>/pub/katello-ca-consumer-latest.noarch.rpm
3. run rhn-migrate-classic-to-rhsm
Actual results:
User is prompted for 'Systems Engine' username.
[root@localhost ~]# rhn-migrate-classic-to-rhsm
Red Hat account: admin
Password:
System Engine Username: admin
Password:
Environment: Library
Expected results:
User should be prompted for Satellite 6 username.
This was fixed by
commit 767f9a8ad6041ab6b0f251f61bb6927f1f96df89
Author: Alex Wood <awood>
Date: Thu Sep 19 15:13:33 2013 -0400
Refactor credentials gathering.
Additionally, use a more generic term that "System Engine".
This bug was addressed in bug 912375.
The credential labels were changed to "Subscription Service", a generic value (no longer System Engine and not Satellite).
This fix will be delivered with the RHEL 6.6 release which will include subscription-manager-migration-1.12.
Verifying....
[root@jsefler-6 ~]# rpm -q subscription-manager-migration
subscription-manager-migration-1.12.10-1.el6.x86_64
[root@jsefler-6 ~]# subscription-manager unregister
This system is currently not registered.
[root@jsefler-6 ~]# rhn-migrate-classic-to-rhsm --serverurl=foobar.com
Red Hat username: foo
Red Hat password:
Subscription Service username: bar
Subscription Service password:
Unable to connect to certificate server: Invalid credentials.. See /var/log/rhsm/rhsm.log for more details.
[root@jsefler-6 ~]#
VERIFIED: Notice the generic "Subscription Service" label used to prompt for credentials that will be passed to the subscription server.
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.
For information on the advisory, and where to find the updated
files, follow the link below.
If the solution does not work for you, open a new bug report.
http://rhn.redhat.com/errata/RHBA-2014-1384.html
Description of problem: When using subscription-manager-migration to migrate a system from Sat 5.x to Sat 6.x, rhn-migrate-classic-to-rhsm asks for the username/password of 'Systems Engine'. This should be changed to 'Satellite 6' Version-Release number of selected component (if applicable): subscription-manager-1.8.22-1.el5 subscription-manager-migration-1.8.22-1.el5 subscription-manager-migration-data-1.11.3.2-1.el5 How reproducible: 100% Steps to Reproduce: 1. install subscription manager packages (yum install subscription-manager{,-migration*}) 2. Install katello consumer RPM. (rpm -Uvh http://<your satellite6>/pub/katello-ca-consumer-latest.noarch.rpm 3. run rhn-migrate-classic-to-rhsm Actual results: User is prompted for 'Systems Engine' username. [root@localhost ~]# rhn-migrate-classic-to-rhsm Red Hat account: admin Password: System Engine Username: admin Password: Environment: Library Expected results: User should be prompted for Satellite 6 username.