Hi users, chou,


Here's the output of the command

cat /etc/yum.repos.d/
cat: /etc/yum.repos.d/: Is a directory


 cat /etc/yum.repos.d/*
# CentOS-Base.repo
#
# The mirror system uses the connecting IP address of the client and the
# update status of each mirror to pick mirrors that are updated to and
# geographically close to the client.  You should use this for CentOS updates
# unless you are manually picking other mirrors.
#
# If the mirrorlist= does not work for you, as a fall back you can try the
# remarked out baseurl= line instead.
#
#

[base]
name=CentOS-$releasever - Base
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os&infra=$infra
#baseurl=http://mirror.centos.org/centos/$releasever/os/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6

#released updates
[updates]
name=CentOS-$releasever - Updates
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=updates&infra=$infra
#baseurl=http://mirror.centos.org/centos/$releasever/updates/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6

#additional packages that may be useful
[extras]
name=CentOS-$releasever - Extras
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=extras&infra=$infra
#baseurl=http://mirror.centos.org/centos/$releasever/extras/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6

#additional packages that extend functionality of existing packages
[centosplus]
name=CentOS-$releasever - Plus
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=centosplus&infra=$infra
#baseurl=http://mirror.centos.org/centos/$releasever/centosplus/$basearch/
gpgcheck=1
enabled=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6

#contrib - packages by Centos Users
[contrib]
name=CentOS-$releasever - Contrib
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=contrib&infra=$infra
#baseurl=http://mirror.centos.org/centos/$releasever/contrib/$basearch/
gpgcheck=1
enabled=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
# CentOS-Debug.repo
#
# The mirror system uses the connecting IP address of the client and the
# update status of each mirror to pick mirrors that are updated to and
# geographically close to the client.  You should use this for CentOS updates
# unless you are manually picking other mirrors.
#

# All debug packages from all the various CentOS-5 releases
# are merged into a single repo, split by BaseArch
#
# Note: packages in the debuginfo repo are currently not signed
#

[base-debuginfo]
name=CentOS-6 - Debuginfo
baseurl=http://debuginfo.centos.org/6/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-Debug-6
enabled=0
[fasttrack]
name=CentOS-6 - fasttrack
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=fasttrack&infra=$infra
#baseurl=http://mirror.centos.org/centos/$releasever/fasttrack/$basearch/
gpgcheck=1
enabled=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
# CentOS-Media.repo
#
#  This repo can be used with mounted DVD media, verify the mount point for
#  CentOS-6.  You can use this repo and yum to install items directly off the
#  DVD ISO that we release.
#
# To use this repo, put in your DVD and use it with the other repos too:
#  yum --enablerepo=c6-media [command]
#
# or for ONLY the media repo, do this:
#
#  yum --disablerepo=\* --enablerepo=c6-media [command]

[c6-media]
name=CentOS-$releasever - Media
baseurl=file:///media/CentOS/
        file:///media/cdrom/
        file:///media/cdrecorder/
gpgcheck=1
enabled=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
# CentOS-Vault.repo
#
# CentOS Vault holds packages from previous releases within the same CentOS Version
# these are packages obsoleted by the current release and should usually not
# be used in production
#-----------------

[C6.0-base]
name=CentOS-6.0 - Base
baseurl=http://vault.centos.org/6.0/os/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
enabled=0

[C6.0-updates]
name=CentOS-6.0 - Updates
baseurl=http://vault.centos.org/6.0/updates/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
enabled=0

[C6.0-extras]
name=CentOS-6.0 - Extras
baseurl=http://vault.centos.org/6.0/extras/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
enabled=0

[C6.0-contrib]
name=CentOS-6.0 - Contrib
baseurl=http://vault.centos.org/6.0/contrib/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
enabled=0

[C6.0-centosplus]
name=CentOS-6.0 - CentOSPlus
baseurl=http://vault.centos.org/6.0/centosplus/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
enabled=0
#-----------------

[C6.1-base]
name=CentOS-6.1 - Base
baseurl=http://vault.centos.org/6.1/os/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
enabled=0

[C6.1-updates]
name=CentOS-6.1 - Updates
baseurl=http://vault.centos.org/6.1/updates/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
enabled=0

[C6.1-extras]
name=CentOS-6.1 - Extras
baseurl=http://vault.centos.org/6.1/extras/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
enabled=0

[C6.1-contrib]
name=CentOS-6.1 - Contrib
baseurl=http://vault.centos.org/6.1/contrib/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
enabled=0

[C6.1-centosplus]
name=CentOS-6.1 - CentOSPlus
baseurl=http://vault.centos.org/6.1/centosplus/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
enabled=0
#-----------------

[C6.2-base]
name=CentOS-6.2 - Base
baseurl=http://vault.centos.org/6.2/os/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
enabled=0

[C6.2-updates]
name=CentOS-6.2 - Updates
baseurl=http://vault.centos.org/6.2/updates/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
enabled=0

[C6.2-extras]
name=CentOS-6.2 - Extras
baseurl=http://vault.centos.org/6.2/extras/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
enabled=0

[C6.2-contrib]
name=CentOS-6.2 - Contrib
baseurl=http://vault.centos.org/6.2/contrib/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
enabled=0

[C6.2-centosplus]
name=CentOS-6.2 - CentOSPlus
baseurl=http://vault.centos.org/6.2/centosplus/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
enabled=0
#-----------------

[C6.3-base]
name=CentOS-6.3 - Base
baseurl=http://vault.centos.org/6.3/os/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
enabled=0

[C6.3-updates]
name=CentOS-6.3 - Updates
baseurl=http://vault.centos.org/6.3/updates/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
enabled=0

[C6.3-extras]
name=CentOS-6.3 - Extras
baseurl=http://vault.centos.org/6.3/extras/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
enabled=0

[C6.3-contrib]
name=CentOS-6.3 - Contrib
baseurl=http://vault.centos.org/6.3/contrib/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
enabled=0

[C6.3-centosplus]
name=CentOS-6.3 - CentOSPlus
baseurl=http://vault.centos.org/6.3/centosplus/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
enabled=0
#-----------------

[C6.4-base]
name=CentOS-6.4 - Base
baseurl=http://vault.centos.org/6.4/os/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
enabled=0

[C6.4-updates]
name=CentOS-6.4 - Updates
baseurl=http://vault.centos.org/6.4/updates/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
enabled=0

[C6.4-extras]
name=CentOS-6.4 - Extras
baseurl=http://vault.centos.org/6.4/extras/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
enabled=0

[C6.4-contrib]
name=CentOS-6.4 - Contrib
baseurl=http://vault.centos.org/6.4/contrib/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
enabled=0

[C6.4-centosplus]
name=CentOS-6.4 - CentOSPlus
baseurl=http://vault.centos.org/6.4/centosplus/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
enabled=0

#-----------------

[C6.5-base]
name=CentOS-6.5 - Base
baseurl=http://vault.centos.org/6.5/os/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
enabled=0

[C6.5-updates]
name=CentOS-6.5 - Updates
baseurl=http://vault.centos.org/6.5/updates/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
enabled=0

[C6.5-extras]
name=CentOS-6.5 - Extras
baseurl=http://vault.centos.org/6.5/extras/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
enabled=0

[C6.5-contrib]
name=CentOS-6.5 - Contrib
baseurl=http://vault.centos.org/6.5/contrib/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
enabled=0

[C6.5-centosplus]
name=CentOS-6.5 - CentOSPlus
baseurl=http://vault.centos.org/6.5/centosplus/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
enabled=0

[epel]
name=Extra Packages for Enterprise Linux 6 - $basearch
#baseurl=http://download.fedoraproject.org/pub/epel/6/$basearch
mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=epel-6&arch=$basearch
failovermethod=priority
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6

[epel-debuginfo]
name=Extra Packages for Enterprise Linux 6 - $basearch - Debug
#baseurl=http://download.fedoraproject.org/pub/epel/6/$basearch/debug
mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=epel-debug-6&arch=$basearch
failovermethod=priority
enabled=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6
gpgcheck=1

[epel-source]
name=Extra Packages for Enterprise Linux 6 - $basearch - Source
#baseurl=http://download.fedoraproject.org/pub/epel/6/SRPMS
mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=epel-source-6&arch=$basearch
failovermethod=priority
enabled=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6
gpgcheck=1
[epel-testing]
name=Extra Packages for Enterprise Linux 6 - Testing - $basearch
#baseurl=http://download.fedoraproject.org/pub/epel/testing/6/$basearch
mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=testing-epel6&arch=$basearch
failovermethod=priority
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6

[epel-testing-debuginfo]
name=Extra Packages for Enterprise Linux 6 - Testing - $basearch - Debug
#baseurl=http://download.fedoraproject.org/pub/epel/testing/6/$basearch/debug
mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=testing-debug-epel6&arch=$basearch
failovermethod=priority
enabled=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6
gpgcheck=1

[epel-testing-source]
name=Extra Packages for Enterprise Linux 6 - Testing - $basearch - Source
#baseurl=http://download.fedoraproject.org/pub/epel/testing/6/SRPMS
mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=testing-source-epel6&arch=$basearch
failovermethod=priority
enabled=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6
gpgcheck=1
[ovirt-3.5-epel]
name=Extra Packages for Enterprise Linux 6 - $basearch
#baseurl=http://download.fedoraproject.org/pub/epel/6/$basearch
mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=epel-6&arch=$basearch
failovermethod=priority
enabled=1
includepkgs=epel-release,python-uinput,puppet,python-lockfile,python-cpopen,python-ordereddict,python-pthreading,python-inotify,python-argparse,novnc,python-ply,python-kitchen,python-daemon,python-websockify,livecd-tools,spice-html5,mom,python-IPy,python-ioprocess,ioprocess,rubygem-rgen
gpgcheck=1
gpgkey=https://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-6

[ovirt-3.5-jpackage-6.0-generic]
name=JPackage 6.0, for generic
mirrorlist=http://www.jpackage.org/mirrorlist.php?dist=generic&type=free&release=6.0
enabled=1
gpgcheck=1
includepkgs=dom4j,isorelax,jaxen,jdom,msv,msv-xsdlib,relaxngDatatype,servicemix-specs,tomcat5-servlet-2.4-api,ws-jaxme,xalan-j2,xml-commons,xml-commons-jaxp-1.2-apis,xml-commons-resolver11,xom,xpp2,xpp3,antlr3,stringtemplate
gpgkey=http://www.jpackage.org/jpackage.asc

[ovirt-3.5-glusterfs-epel]
name=GlusterFS is a clustered file-system capable of scaling to several petabytes.
baseurl=http://download.gluster.org/pub/gluster/glusterfs/LATEST/EPEL.repo/epel-$releasever/$basearch/
enabled=1
skip_if_unavailable=1
gpgcheck=0

[ovirt-3.5-glusterfs-noarch-epel]
name=GlusterFS is a clustered file-system capable of scaling to several petabytes.
baseurl=http://download.gluster.org/pub/gluster/glusterfs/LATEST/EPEL.repo/epel-$releasever/noarch
enabled=1
skip_if_unavailable=1
gpgcheck=0

[ovirt-3.5-patternfly1-noarch-epel]
name=Copr repo for patternfly1 owned by patternfly
baseurl=http://copr-be.cloud.fedoraproject.org/results/patternfly/patternfly1/epel-6-$basearch/
enabled=1
skip_if_unavailable=1
gpgcheck=0
[ovirt-3.5]
name=Latest oVirt 3.5 Release
#baseurl=http://resources.ovirt.org/pub/ovirt-3.5/rpm/el$releasever/
mirrorlist=http://resources.ovirt.org/pub/yum-repo/mirrorlist-ovirt-3.5-el$releasever
enabled=1
skip_if_unavailable=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-ovirt-3.5


On Fri, Nov 21, 2014 at 2:53 PM, Coffee Chou <coffee.zyr@gmail.com> wrote:
Hi, Sandvik
    you can run:

cat /etc/yum.repo.d/


2014-11-21 14:21 GMT+08:00 Sandvik Agustin <agustinsandvik@gmail.com>:
Hi,


The repo that I have use if http://plain.resources.ovirt.org/pub/yum-repo/ovirt-release35.rpm from this documentation http://www.ovirt.org/Quick_Start_Guide, because the repo that this documentation http://community.redhat.com/blog/2014/03/up-and-running-with-ovirt-3-4/ seems not working, http://ovirt.org/releases/ovirt-release.noarch.rpm
sudo yum localinstall -y http://ovirt.org/releases/ovirt-release.noarch.rpm

This article originally appeared on community.redhat.com. Follow the community on Twitter at @redhatopen, and find us on Facebook and Google+.

sudo yum localinstall -y http://ovirt.org/releases/ovirt-release.noarch.rpm

This article originally appeared on community.redhat.com. Follow the community on Twitter at @redhatopen, and find us on Facebook and Google+.

sudo yum localinstall -y http://ovirt.org/releases/ovirt-release.noarch.rpm

This article originally appeared on community.redhat.com. Follow the community on Twitter at @redhatopen, and find us on Facebook and Google+.


On Fri, Nov 21, 2014 at 1:51 PM, Coffee Chou <coffee.zyr@gmail.com> wrote:
Hi, Sandvik
    I have read the engine.log, it shows:
Cannot find a valid baseurl for repo: base

    can you show me your repo?

2014-11-21 12:21 GMT+08:00 Sandvik Agustin <agustinsandvik@gmail.com>:
Hi,

I'm sorry I forgot, here's the attachement.

On Fri, Nov 21, 2014 at 12:19 PM, Sandvik Agustin <agustinsandvik@gmail.com> wrote:
Hi,

I'm sorry I forgot, here's the attachement.

On Fri, Nov 21, 2014 at 12:17 PM, Coffee Chou <coffee.zyr@gmail.com> wrote:
Hi, Sandvik
    maybe you forgot to attach your log~ that's ovirt-hosted-engine-setup, so you can also attach your setup log:-)

2014-11-21 11:11 GMT+08:00 Sandvik Agustin <agustinsandvik@gmail.com>:
Hi users,

Chou, here's my I already tried your suggestion right now, but it still failed, here's my engine.log and vdsm.log. and one more thing, since the time that I started the installation of ovirt-hosted-engine setup, I starting to have this kind of error message on my /var/log/message.


Nov 21 11:11:20 hmdvhost1 kernel: device-mapper: table: 253:2: multipath: error getting device
Nov 21 11:11:20 hmdvhost1 kernel: device-mapper: ioctl: error adding target to table
Nov 21 11:11:20 hmdvhost1 kernel: device-mapper: table: 253:2: multipath: error getting device
Nov 21 11:11:20 hmdvhost1 kernel: device-mapper: ioctl: error adding target to table
Nov 21 11:11:20 hmdvhost1 multipathd: dm-2: remove map (uevent)
Nov 21 11:11:20 hmdvhost1 multipathd: dm-2: devmap not registered, can't remove
Nov 21 11:11:20 hmdvhost1 multipathd: dm-2: remove map (uevent)
Nov 21 11:11:20 hmdvhost1 multipathd: dm-2: devmap not registered, can't remove
Nov 21 11:11:20 hmdvhost1 multipathd: dm-2: remove map (uevent)
Nov 21 11:11:20 hmdvhost1 multipathd: dm-2: devmap not registered, can't remove
Nov 21 11:11:20 hmdvhost1 multipathd: dm-2: remove map (uevent)
Nov 21 11:11:20 hmdvhost1 multipathd: dm-2: devmap not registered, can't remove


Thanks in advance
Sandvik

On Fri, Nov 21, 2014 at 9:42 AM, Coffee Chou <coffee.zyr@gmail.com> wrote:
Hi, Sandvik
    it's just a suggestion:-)

    i think you can have a try, as i don't know my solution worked or not. maybe there are some other people who have encountered this problem before and they can give you some advice:-)

2014-11-20 22:35 GMT+08:00 Sandvik Agustin <agustinsandvik@gmail.com>:
HI Chou,


Thanks, I will try your solution now, and should I resend this email to users@ovirt.org?


Thanks
Sandvik

On Thu, Nov 20, 2014 at 9:28 AM, Coffee Chou <coffee.zyr@gmail.com> wrote:
Hi, Sandvik
    and please don't send the email to me only but to user mail list, so everybody can help you :-)

2014-11-20 9:17 GMT+08:00 Coffee Chou <coffee.zyr@gmail.com>:
Hi, Sandvik
    i can see the ERROR message: Command returned failure code 1 during SSH session .... you can try these:

1. stop firewall on the hosted_engine_1
2. running command: vdsm-tool configure

    if it's still failure, please attach your engine.log and vdsm.log



2014-11-20 7:55 GMT+08:00 Sandvik Agustin <agustinsandvik@gmail.com>:
Hi Chou,


I have successfully install the hosted engine, but at the end of the installation I have this kind of error message

 To continue make a selection from the options below:
          (1) Continue setup - engine installation is complete
          (2) Power off and restart the VM
          (3) Abort setup

          (1, 2, 3)[1]:
[ INFO  ] Engine replied: DB Up!Welcome to Health Status!
          Enter the name of the cluster to which you want to add the host (Default) [Default]:
[ INFO  ] Waiting for the host to become operational in the engine. This may take several minutes...
[ ERROR ] The VDSM host was found in a failed state. Please check engine and bootstrap installation logs.
[ ERROR ] Unable to add hosted_engine_1 to the manager
          Please shutdown the VM allowing the system to launch it as a monitored service.
          The system will wait until the VM is down.
[ INFO  ] Enabling and starting HA services
          Hosted Engine successfully set up
[ INFO  ] Stage: Clean up
[ INFO  ] Generating answer file '/etc/ovirt-hosted-engine/answers.conf'
[ INFO  ] Answer file '/etc/ovirt-hosted-engine/answers.conf' has been updated
[ INFO  ] Stage: Pre-termination
[ INFO  ] Stage: Termination

The ovirt webadmin is accessible, but my hosted_engine_1 status failed. I tried to activate it inside the webadmin, but it say's Error while executing action: 

hosted_engine_1:
  • Cannot activate Host. Host has no unique id.

and when I try to reinstall it on the webadmin, nothing happen it still failed status.

I hope you can help me.

Please see attach for screenshot.


Thanks in advance.
sandvik

On Wed, Nov 19, 2014 at 10:32 PM, Sandvik Agustin <agustinsandvik@gmail.com> wrote:
Hi guys,

First of all I want to thank you for replying my email.
@Chou, yes I can access the engine webadmin.
@Chao, I've tried the no. 1 option and it worked, when I check my /etc/hosts I have hostname conflict, then the ovirt engine is now reachable, but there's another error message, it say's invalid certificate. Is this because of I've put different FQDN during the installation process?

On Wed, Nov 19, 2014 at 11:40 AM, Coffee Chou <coffee.zyr@gmail.com> wrote:
Hi, Chao
    You may make a mistake, that's not my setup :-)
    But i don't think it's a problem of password. If the passwords were not the same, it will throw an ERROR of:
[ ERROR ] Cannot automatically add the host to cluster None: HTTP Status 401
[ ERROR ] Failed to execute stage 'Closing up': Cannot add the host to cluster None


    so, i guess, maybe Sandvik's setup is still not accessable ?

2014-11-19 11:12 GMT+08:00 Xie, Chao <xiec.fnst@cn.fujitsu.com>:

Hi, Chou

         It seems your rhevm is not setup successfully. I suggest you can think about the two possible root cause below:

         1. your /etc/hosts about host/rhevm-vm is configured correctly?

         2. your password set in hosted-engine –deploy and rhevm-setup is same ?

 

If those are not your problem cause, Please provide more log about it.

 

发件人: users-bounces@ovirt.org [mailto:users-bounces@ovirt.org] 代表 Coffee Chou
发送时间: 20141119 10:08
收件人: Sandvik Agustin
抄送: users@ovirt.org
主题: Re: [ovirt-users] Engine is still unreachable

 

Hi, can you access Engine webadmin with this ERROR message?

 

2014-11-18 19:45 GMT+08:00 Sandvik Agustin <agustinsandvik@gmail.com>:

Hi!,

 

 

I have install ovirt 3.4 on centos 6.6 following this documentation http://community.redhat.com/blog/2014/03/up-and-running-with-ovirt-3-4/

 

I have already completed the installation of ovirt engine inside of the vm, when going back to hosted-engine --deploy terminal and choosing 1 the hosted-engine --deploy says:

 

(1, 2, 3)[1]: 1

[ ERROR ] Engine is still unreachable

          Engine health status page is not yet reachable.

          To continue make a selection from the options below:

          (1) Continue setup - engine installation is complete

          (2) Power off and restart the VM

          (3) Abort setup

 

 

what should I do? how to fix this?


Thanks in advance,

sandvik


_______________________________________________
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users