From: "Doug Bishop" <dbishop(a)controlscan.com>
To: "Alon Bar-Lev" <alonbl(a)redhat.com>
Cc: users(a)ovirt.org
Sent: Friday, August 9, 2013 11:33:08 PM
Subject: RE: [Users] Host installation issues
Here is the last log in /tmp from the last time I attempted to bootstrap:
[root@ux-of-hyp1-hw tmp]# cat vdsm-bootstrap-setup-20130809160454.log
Fri, 09 Aug 2013 16:04:54 DEBUG setup 348 **** Start VDS Installation ****
Fri, 09 Aug 2013 16:04:54 DEBUG setup 77 get_id_line: read line CentOS
release 6.4 (Final).
Fri, 09 Aug 2013 16:04:54 DEBUG setup 96 lsb_release: input line CentOS
release 6.4 (Final).
Fri, 09 Aug 2013 16:04:54 DEBUG setup 103 lsb_release: return: CentOS.
Fri, 09 Aug 2013 16:04:54 DEBUG setup 52 <BSTRAP component='INSTALLER'
status='OK' message='Test platform succeeded'/>
Fri, 09 Aug 2013 16:04:54 DEBUG setup 177 trying to run ./vds_bootstrap.py
script cmd = './vds_bootstrap.py -v 2 -O ux-of-ovr1-hw -t
2013-08-09T20:04:54 -f
/tmp/firewall.conf.fc06688a-e180-4cdf-960c-0afec02c3bce -S
/tmp/ovirt-id_rsa_fc06688a-e180-4cdf-960c-0afec02c3bce -B ovirtmgmt
http://ux-of-ovr1-hw:80/Components/vds/ 192.168.50.4
fc06688a-e180-4cdf-960c-0afec02c3bce'
[root@ux-of-hyp1-hw tmp]#
Yes, I know that 3.1 is old, however thats whats in the centos repo. Is there
another repo that contains copies to 3.2?
Thanks!
Doug Bishop
________________________________________
From: Alon Bar-Lev [alonbl(a)redhat.com]
Sent: Friday, August 09, 2013 4:16 PM
To: Doug Bishop
Cc: users(a)ovirt.org
Subject: Re: [Users] Host installation issues
This is old 3.1, right?
Any chance you try 3.2?
Anyway, there should be logs at host at /tmp, can you please send them?
----- Original Message -----
> From: "Doug Bishop" <dbishop(a)controlscan.com>
> To: users(a)ovirt.org
> Sent: Friday, August 9, 2013 11:10:15 PM
> Subject: [Users] Host installation issues
>
> Hello,
>
> Hopefully some one can point me in the right direction. I have a
> ovirt-management node running centos 6.4 and 1 compute host also running
> centos 6.4. The management node is running and configured correctly.
> However
> when I attempt to add a host im getting the following in my ovirt
> engine.log:
>
> 2013-08-09 16:05:03,755 INFO [org.ovirt.engine.core.bll.VdsInstaller]
> (NioProcessor-65) Installation of 192.168.50.4. Received message: <BSTRAP
> component='SetNetworking' status='FAIL' message='addNetwork
error trying to
> add management bridge'/>. FYI. (Stage: Running first installation script on
> Host)
> 2013-08-09 16:05:03,766 ERROR [org.ovirt.engine.core.bll.VdsInstaller]
> (NioProcessor-65) Installation of 192.168.50.4. Received message: <BSTRAP
> component='RHEV_INSTALL' status='FAIL'/>. Error occured. (Stage:
Running
> first installation script on Host)
> 2013-08-09 16:05:03,814 ERROR
> [org.ovirt.engine.core.utils.hostinstall.VdsInstallerSSH]
> (pool-3-thread-50)
> SSH error running command root@192.168.50.4:'umask 0077; MYTMP="$(mktemp
-t
> ovirt-XXXXXXXXXX)"; trap "chmod -R u+rwX \"${MYTMP}\" >
/dev/null 2>&1; rm
> -fr \"${MYTMP}\" > /dev/null 2>&1" 0; rm -fr
"${MYTMP}" && mkdir "${MYTMP}"
> && tar -C "${MYTMP}" --no-same-permissions -o -x &&
"${MYTMP}"/setup -c
> 'ssl=true;management_port=54321' -O 'ux-of-ovr1-hw' -t
2013-08-09T20:04:54
> -f /tmp/firewall.conf.fc06688a-e180-4cdf-960c-0afec02c3bce -S
> /tmp/ovirt-id_rsa_fc06688a-e180-4cdf-960c-0afec02c3bce -p 80 -b -B
> ovirtmgmt
http://ux-of-ovr1-hw:80/Components/vds/
>
http://ux-of-ovr1-hw:80/Components/vds/ 192.168.50.4
> fc06688a-e180-4cdf-960c-0afec02c3bce False': java.io.IOException: Command
> returned failure code 1 during SSH session 'root(a)192.168.50.4' 'umask
0077;
> MYTMP="$(mktemp -t ovirt-XXXXXXXXXX)"; trap "chmod -R u+rwX
\"${MYTMP}\" >
> /dev/null 2>&1; rm -fr \"${MYTMP}\" > /dev/null 2>
> &1" 0; rm -fr "${MYTMP}" && mkdir "${MYTMP}"
&& tar -C "${MYTMP}"
> --no-same-permissions -o -x && "${MYTMP}"/setup -c
> 'ssl=true;management_port=54321' -O 'ux-of-ovr1-hw' -t
2013-08-09T20:04:54
> -f /tmp/firewall.conf.fc06688a-e180-4cdf-960c-0afec02c3bce -S
> /tmp/ovirt-id_rsa_fc06688a-e180-4cdf-960c-0afec02c3bce -p 80 -b -B
> ovirtmgmt
http://ux-of-ovr1-hw:80/Components/vds/
>
http://ux-of-ovr1-hw:80/Components/vds/ 192.168.50.4
> fc06688a-e180-4cdf-960c-0afec02c3bce False'
> at
>
org.ovirt.engine.core.utils.ssh.SSHClient.executeCommand(SSHClient.java:501)
> [engine-utils.jar:]
> at
>
org.ovirt.engine.core.utils.hostinstall.VdsInstallerSSH.executeCommand(VdsInstallerSSH.java:438)
> [engine-utils.jar:]
> at
>
org.ovirt.engine.core.bll.VdsInstaller.runBootstrapCommand(VdsInstaller.java:216)
> [engine-bll.jar:]
> at
> org.ovirt.engine.core.bll.VdsInstaller.RunStage(VdsInstaller.java:340)
> [engine-bll.jar:]
> at
> org.ovirt.engine.core.bll.VdsInstaller.Install(VdsInstaller.java:279)
> [engine-bll.jar:]
> at
>
org.ovirt.engine.core.bll.InstallVdsCommand.executeCommand(InstallVdsCommand.java:110)
> [engine-bll.jar:]
> at
>
org.ovirt.engine.core.bll.CommandBase.executeWithoutTransaction(CommandBase.java:875)
> [engine-bll.jar:]
> at
>
org.ovirt.engine.core.bll.CommandBase.executeActionInTransactionScope(CommandBase.java:964)
> [engine-bll.jar:]
> at
>
org.ovirt.engine.core.bll.CommandBase.runInTransaction(CommandBase.java:1345)
> [engine-bll.jar:]
> at
>
org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:166)
> [engine-utils.jar:]
> at
>
org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:108)
> [engine-utils.jar:]
> at
> org.ovirt.engine.core.bll.CommandBase.execute(CommandBase.java:982)
> [engine-bll.jar:]
> at
> org.ovirt.engine.core.bll.CommandBase.executeAction(CommandBase.java:291)
> [engine-bll.jar:]
> at
>
org.ovirt.engine.core.bll.MultipleActionsRunner.executeValidatedCommands(MultipleActionsRunner.java:200)
> [engine-bll.jar:]
> at
>
org.ovirt.engine.core.bll.MultipleActionsRunner.RunCommands(MultipleActionsRunner.java:180)
> [engine-bll.jar:]
> at
>
org.ovirt.engine.core.bll.MultipleActionsRunner$1.run(MultipleActionsRunner.java:101)
> [engine-bll.jar:]
> at
>
org.ovirt.engine.core.utils.threadpool.ThreadPoolUtil$InternalWrapperRunnable.run(ThreadPoolUtil.java:64)
> [engine-utils.jar:]
> at
> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
> [rt.jar:1.6.0_24]
> at
> java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
> [rt.jar:1.6.0_24]
> at java.util.concurrent.FutureTask.run(FutureTask.java:166)
> [rt.jar:1.6.0_24]
> at
>
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)
> [rt.jar:1.6.0_24]
> at
>
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
> [rt.jar:1.6.0_24]
> at java.lang.Thread.run(Thread.java:679) [rt.jar:1.6.0_24]
>
> I have checked for the obvious such as name resolution etc. I am using the
> following installation guide:
>
>
http://wiki.centos.org/HowTos/oVirt
>
> Thanks!
>
>
> Doug Bishop
>
> NOTICE: This e-mail message, including any attachments, is for the sole
> use
> of the intended recipient(s) or entity and may contain sensitive
> information
> that is confidential, proprietary, privileged or otherwise protected by
> law.
> Any unauthorized review, use, disclosure, distribution, copying or other
> use
> of, or taking of any action in reliance upon, is strictly prohibited. If
> you
> are not the intended recipient, please contact the sender by reply e-mail
> and destroy all copies of this message. This e-mail is and any response to
> it will be unencrypted and, therefore, potentially unsecure. The recipient
> should check this email and any attachments for the presence of
> viruses/malware according to security best practices. Thank you.
> _______________________________________________
> Users mailing list
> Users(a)ovirt.org
>
http://lists.ovirt.org/mailman/listinfo/users
>
NOTICE: This e-mail message, including any attachments, is for the sole use
of the intended recipient(s) or entity and may contain sensitive information
that is confidential, proprietary, privileged or otherwise protected by law.
Any unauthorized review, use, disclosure, distribution, copying or other use
of, or taking of any action in reliance upon, is strictly prohibited. If you
are not the intended recipient, please contact the sender by reply e-mail
and destroy all copies of this message. This e-mail is and any response to
it will be unencrypted and, therefore, potentially unsecure. The recipient
should check this email and any attachments for the presence of
viruses/malware according to security best practices. Thank you.