Bug 980209
Summary: | rhn-migrate-classic-to-rhsm --no-auto --force is throwing "Unknown feature: 'ENT_DIR'" | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 5 | Reporter: | John Sefler <jsefler> |
Component: | subscription-manager | Assignee: | Carter Kozak <ckozak> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | IDM QE LIST <seceng-idm-qe-list> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 5.10 | CC: | awood, bkearney, ckozak, jesusr |
Target Milestone: | rc | Keywords: | Regression |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2013-10-01 13:48:05 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 840995 |
Description
John Sefler
2013-07-01 17:38:50 UTC
commit 6fee68607cafea304345d1772965584de83e61ed Author: ckozak <ckozak> Date: Mon Jul 1 13:55:31 2013 -0400 980209: removed injection calls from migration script Verifying Version.... [root@jsefler-5 ~]# rpm -q subscription-manager-migration subscription-manager-migration-1.8.13-1.el5 [root@jsefler-5 ~]# rhnreg_ks --serverUrl=https://xmlrpc.rhn.code.stage.redhat.com/XMLRPC --username=qa --password=****** --force --norhnsd --nohardware --nopackages --novirtinfo [root@jsefler-5 ~]# rhn-channel --add -c rhel-x86_64-server-eucjp-5 -c rhel-x86_64-server-dts-5 -c rhel-x86_64-server-scalefs-5 -c rhel-x86_64-server-sjis-5 -c rhel-x86_64-server-cluster-5 -c rhel-x86_64-server-productivity-5 -c rhel-x86_64-rhev-agent-5-server-beta Username: qa Password: [root@jsefler-5 ~]# rhn-channel --list rhel-x86_64-rhev-agent-5-server-beta rhel-x86_64-server-5 rhel-x86_64-server-cluster-5 rhel-x86_64-server-dts-5 rhel-x86_64-server-eucjp-5 rhel-x86_64-server-productivity-5 rhel-x86_64-server-scalefs-5 rhel-x86_64-server-sjis-5 [root@jsefler-5 ~]# rhn-migrate-classic-to-rhsm --no-auto Red Hat account: qa Password: System Engine Username: testuser1 Password: Org: admin Retrieving existing RHN Classic subscription information... +-----------------------------------------------------+ System is currently subscribed to these RHN Classic Channels: +-----------------------------------------------------+ rhel-x86_64-server-5 rhel-x86_64-server-dts-5 rhel-x86_64-rhev-agent-5-server-beta rhel-x86_64-server-sjis-5 rhel-x86_64-server-productivity-5 rhel-x86_64-server-cluster-5 rhel-x86_64-server-eucjp-5 rhel-x86_64-server-scalefs-5 +-----------------------------------------------------+ Installing product certificates for these RHN Classic channels: +-----------------------------------------------------+ rhel-x86_64-server-5 rhel-x86_64-server-dts-5 rhel-x86_64-rhev-agent-5-server-beta rhel-x86_64-server-sjis-5 rhel-x86_64-server-productivity-5 rhel-x86_64-server-cluster-5 rhel-x86_64-server-eucjp-5 rhel-x86_64-server-scalefs-5 Product certificates installed successfully to /etc/pki/product. Preparing to unregister system from RHN Classic... System successfully unregistered from RHN Classic. Attempting to register system to Red Hat Subscription Management... The system has been registered with ID: ef0703a0-3a5a-4ba9-90d0-801d79779a71 System 'jsefler-5.usersys.redhat.com' successfully registered to Red Hat Subscription Management. [root@jsefler-5 ~]# echo $? 0 VERIFIED: no longer encountering "Unknown feature: 'ENT_DIR'" during the migration process. |