Hide Forgot
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@redhat.com> 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