Bug 1061695
Summary: | Problem with hypervisor registration using TUI | ||
---|---|---|---|
Product: | Red Hat Enterprise Virtualization Manager | Reporter: | Tomas Bily <tbily> |
Component: | ovirt-node | Assignee: | Joey Boggs <jboggs> |
Status: | CLOSED ERRATA | QA Contact: | Virtualization Bugs <virt-bugs> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | unspecified | CC: | aberezin, bsarathy, cshao, ecohen, fdeutsch, gouyang, hadong, huiwa, iheim, jboggs, leiwang, ovirt-maint, rbalakri, rbarry, tbily, yaniwang, ycui, yeylon |
Target Milestone: | --- | Keywords: | Regression, ZStream |
Target Release: | 3.5.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | node | ||
Fixed In Version: | ovirt-node-3.0.1-18.el6.7 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2015-02-11 20:51:25 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | Node | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 1065425, 1073049, 1123329, 1142923, 1156165 |
Description
Tomas Bily
2014-02-05 13:02:41 UTC
Hey Tomas, could you please ask the customer to provide /etc/default/ovirt and the rhnreg_ks command he ran manually. Hello Fabian, the rhnreg_ks command ran manually is as follows: /usr/sbin/rhnreg_ks --username=qsgarabiboh --password=XXXXXX --profilename="bl460-275 - RHEV-H" --serverUrl=https://rhn.cezdata.corp/XMLRPC --novirtinfo --norhnsd --nopackages --force -vvv --sslCACert=RHN Fabian, as requested, this is the /etc/default/ovirt content: [root@bl460-275 ~]# cat /etc/default/ovirt MANAGED_BY="oVirt Engine http://rhevm.cezdata.corp:8443" MANAGED_IFNAMES="rhevm" OVIRT_BOND_NAME="bond0" OVIRT_BOND_OPTIONS="mode=1 miimon=100" OVIRT_BOND_SLAVES="eth1,eth0" OVIRT_BOOTIF="bond0" OVIRT_BOOTPARAMS="RD_NO_LVM crashkernel=128M elevator=deadline quiet max_loop=256 rhgb rd_NO_LUKS rd_NO_MD rd_NO_DM" OVIRT_CONFIG_VERSION="3.0.1" OVIRT_DNS="172.24.255.10,172.24.254.10" OVIRT_FIRSTBOOT="0" OVIRT_HOSTNAME="bl460-275.cezdata.corp" OVIRT_INIT="" OVIRT_INSTALL="" OVIRT_IP_ADDRESS="172.24.8.215" OVIRT_IP_GATEWAY="172.24.8.1" OVIRT_IP_NETMASK="255.255.255.0" OVIRT_ISCSI_NODE_NAME="iqn.1994-05.com.redhat:e559a159321b" OVIRT_KEYBOARD_LAYOUT="us" OVIRT_LOGROTATE_MAX_SIZE="1024" OVIRT_MANAGEMENT_CERTIFICATE="/etc/pki/vdsm/certs/engine_web_ca.pem" OVIRT_MANAGEMENT_PORT="8443" OVIRT_MANAGEMENT_SERVER="rhevm.cezdata.corp" OVIRT_NTP="ntpg.cezdata.corp,ntpt.cezdata.corp" OVIRT_RHN_ACTIVATIONKEY="" OVIRT_RHN_CA_CERT="http://rhn.cezdata.corp/pub/RHN" OVIRT_RHN_ORG="" OVIRT_RHN_PROFILE="bl460-275 - RHEV-H" OVIRT_RHN_PROXYUSER="" OVIRT_RHN_TYPE="satellite" OVIRT_RHN_URL="https://rhn.cezdata.corp/XMLRPC" OVIRT_RHN_USERNAME="qsgarabiboh" OVIRT_SNMP_ENABLED="1" OVIRT_SSH_PWAUTH="yes" OVIRT_STANDALONE="1" OVIRT_UPGRADE="" OVIRT_USE_STRONG_RNG="" 1. QE cannot reproduce the issue on rhevh 6.5-20140112.0.el6, register RHN satellite successfully. 2. Also tested the jenkins auto1032 build, it register to RHN satellite successfully. I guess http://rhn.cezdata.corp/pub/RHN should be https://rhn.cezdata.corp/pub/RHN Hello, customer claims the certificate is correct. Is it possible that the issue is caused by missing Satellite server URL in rhnreg_ks call? As Fabian mentioned (cmnt #2): Customer used custom satellite url, but url does not appear in rhnreg_ks call. oh, I believe the problem is that serverUrl should be https://rhn.cezdata.corp but not https://rhn.cezdata.corp/XMLRPC Please ask customer do not add XMLPRC to the url and give it a try. any(In reply to Ouyang guohua from comment #9) > oh, I believe the problem is that serverUrl should be > https://rhn.cezdata.corp but not https://rhn.cezdata.corp/XMLRPC > > Please ask customer do not add XMLPRC to the url and give it a try. anyway, https://rhn.cezdata.corp/XMLRPC should be acceptable, after read bug 782893, this is a regression isssue. Tested on RHEV-H 6.6-20141119.0.el6ev Test steps: 1. install rhevh 2. register to RHN in TUI with username:password 3. registration is successful 4. register to Satellite with url / ca 5. registration is successful 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. https://rhn.redhat.com/errata/RHEA-2015-0160.html |