This is a multi-part message in MIME format.
--------------010902030601000603030404
Content-Type: text/plain; charset=US-ASCII; format=flowed
I did the additional steps as you recommended. The network is up and I
can manually ssh from the controller to the nodes now. However, the
installation of the node still fails with "Unexpected connection
termination". The engine.log shows the following:
2013-12-13 13:57:51,177 WARN
[org.ovirt.engine.core.compat.backendcompat.PropertyInfo]
(ajp--127.0.0.1-8702-2) Unable to get value of property: vdsName for
class org.ovirt.engine.core.common.businessentities.VdsStatic
2013-12-13 13:57:51,179 WARN
[org.ovirt.engine.core.compat.backendcompat.PropertyInfo]
(ajp--127.0.0.1-8702-2) Unable to get value of property: vdsName for
class org.ovirt.engine.core.common.businessentities.VdsStatic
2013-12-13 13:57:51,180 INFO
[org.ovirt.engine.core.bll.UpdateVdsCommand] (ajp--127.0.0.1-8702-2)
Running command: UpdateVdsCommand internal: false. Entities affected :
ID: af30acc2-a296-4d9d-9c75-f0c078eb5e41 Type: VDS
2013-12-13 13:57:51,189 INFO
[org.ovirt.engine.core.vdsbroker.SetVdsStatusVDSCommand]
(ajp--127.0.0.1-8702-2) START, SetVdsStatusVDSCommand(HostName =
Out-001, HostId = af30acc2-a296-4d9d-9c75-f0c078eb5e41,
status=Installing, nonOperationalReason=NONE), log id: 7933060e
2013-12-13 13:57:51,195 INFO
[org.ovirt.engine.core.vdsbroker.SetVdsStatusVDSCommand]
(ajp--127.0.0.1-8702-2) FINISH, SetVdsStatusVDSCommand, log id: 7933060e
2013-12-13 13:57:51,197 WARN
[org.ovirt.engine.core.compat.backendcompat.PropertyInfo]
(ajp--127.0.0.1-8702-2) Unable to get value of property: vdsName for
class org.ovirt.engine.core.common.businessentities.VdsStatic
2013-12-13 13:57:51,199 WARN
[org.ovirt.engine.core.compat.backendcompat.PropertyInfo]
(ajp--127.0.0.1-8702-2) Unable to get value of property: vdsName for
class org.ovirt.engine.core.common.businessentities.VdsStatic
2013-12-13 13:57:51,206 INFO
[org.ovirt.engine.core.bll.InstallVdsCommand] (ajp--127.0.0.1-8702-2)
[14b1c74a] Lock Acquired to object EngineLock [exclusiveLocks= key:
af30acc2-a296-4d9d-9c75-f0c078eb5e41 value: VDS
, sharedLocks= ]
2013-12-13 13:57:51,216 INFO
[org.ovirt.engine.core.bll.InstallVdsCommand] (pool-6-thread-11)
[14b1c74a] Running command: InstallVdsCommand internal: true. Entities
affected : ID: af30acc2-a296-4d9d-9c75-f0c078eb5e41 Type: VDS
2013-12-13 13:57:51,218 INFO
[org.ovirt.engine.core.bll.InstallVdsCommand] (pool-6-thread-11)
[14b1c74a] Before Installation host
af30acc2-a296-4d9d-9c75-f0c078eb5e41, Out-001
2013-12-13 13:57:51,222 INFO
[org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector]
(ajp--127.0.0.1-8702-2) [14b1c74a] Correlation ID: null, Call Stack:
null, Custom Event ID: -1, Message: Failed to verify Power Management
configuration for Host Out-001.
2013-12-13 13:57:51,228 INFO
[org.ovirt.engine.core.vdsbroker.SetVdsStatusVDSCommand]
(pool-6-thread-11) [14b1c74a] START, SetVdsStatusVDSCommand(HostName =
Out-001, HostId = af30acc2-a296-4d9d-9c75-f0c078eb5e41,
status=Installing, nonOperationalReason=NONE), log id: 581795a5
2013-12-13 13:57:51,228 INFO
[org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector]
(ajp--127.0.0.1-8702-2) [14b1c74a] Correlation ID: 32c46474, Call Stack:
null, Custom Event ID: -1, Message: Host Out-001 configuration was
updated by admin@internal.
2013-12-13 13:57:51,233 INFO
[org.ovirt.engine.core.vdsbroker.SetVdsStatusVDSCommand]
(pool-6-thread-11) [14b1c74a] FINISH, SetVdsStatusVDSCommand, log id:
581795a5
2013-12-13 13:57:51,321 INFO
[org.ovirt.engine.core.bll.InstallerMessages] (pool-6-thread-11)
[14b1c74a] Installation 192.168.164.71: Connected to host 192.168.164.71
with SSH key fingerprint: af:24:d6:b7:d6:2b:90:94:3a:eb:09:e2:36:97:2d:b1
2013-12-13 13:57:51,328 INFO
[org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector]
(pool-6-thread-11) [14b1c74a] Correlation ID: 14b1c74a, Call Stack:
null, Custom Event ID: -1, Message: Installing Host Out-001. Connected
to host 192.168.164.71 with SSH key fingerprint:
af:24:d6:b7:d6:2b:90:94:3a:eb:09:e2:36:97:2d:b1.
2013-12-13 13:57:51,370 INFO [org.ovirt.engine.core.bll.VdsDeploy]
(pool-6-thread-11) [14b1c74a] Installation of 192.168.164.71. Executing
command via SSH 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
--warning=no-timestamp -C "${MYTMP}" -x && "${MYTMP}"/setup
DIALOG/dialect=str:machine DIALOG/customization=bool:True <
/var/cache/ovirt-engine/ovirt-host-deploy.tar
2013-12-13 13:57:51,380 INFO [org.ovirt.engine.core.utils.ssh.SSHDialog]
(pool-6-thread-11) SSH execute root(a)192.168.164.71 '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 --warning=no-timestamp -C
"${MYTMP}" -x && "${MYTMP}"/setup DIALOG/dialect=str:machine
DIALOG/customization=bool:True'
2013-12-13 13:57:51,502 ERROR [org.ovirt.engine.core.bll.VdsDeploy]
(VdsDeploy) Error during deploy dialog: java.io.IOException: Unexpected
connection termination
at
org.ovirt.otopi.dialog.MachineDialogParser.nextEvent(MachineDialogParser.java:388)
[otopi.jar:]
at
org.ovirt.otopi.dialog.MachineDialogParser.nextEvent(MachineDialogParser.java:405)
[otopi.jar:]
at
org.ovirt.engine.core.bll.VdsDeploy._threadMain(VdsDeploy.java:750)
[bll.jar:]
at
org.ovirt.engine.core.bll.VdsDeploy.access$1800(VdsDeploy.java:77)
[bll.jar:]
at org.ovirt.engine.core.bll.VdsDeploy$45.run(VdsDeploy.java:893)
[bll.jar:]
at java.lang.Thread.run(Thread.java:744) [rt.jar:1.7.0_45]
2013-12-13 13:57:51,515 ERROR [org.ovirt.engine.core.bll.VdsDeploy]
(pool-6-thread-11) [14b1c74a] Error during host 192.168.164.71 install:
java.io.IOException: Unexpected connection termination
at
org.ovirt.otopi.dialog.MachineDialogParser.nextEvent(MachineDialogParser.java:388)
[otopi.jar:]
at
org.ovirt.otopi.dialog.MachineDialogParser.nextEvent(MachineDialogParser.java:405)
[otopi.jar:]
at
org.ovirt.engine.core.bll.VdsDeploy._threadMain(VdsDeploy.java:750)
[bll.jar:]
at
org.ovirt.engine.core.bll.VdsDeploy.access$1800(VdsDeploy.java:77)
[bll.jar:]
at org.ovirt.engine.core.bll.VdsDeploy$45.run(VdsDeploy.java:893)
[bll.jar:]
at java.lang.Thread.run(Thread.java:744) [rt.jar:1.7.0_45]
2013-12-13 13:57:51,525 ERROR [org.ovirt.engine.core.bll.VdsDeploy]
(pool-6-thread-11) [14b1c74a] Error during host 192.168.164.71 install,
prefering first exception: java.io.IOException: Unexpected connection
termination
at
org.ovirt.otopi.dialog.MachineDialogParser.nextEvent(MachineDialogParser.java:388)
[otopi.jar:]
at
org.ovirt.otopi.dialog.MachineDialogParser.nextEvent(MachineDialogParser.java:405)
[otopi.jar:]
at
org.ovirt.engine.core.bll.VdsDeploy._threadMain(VdsDeploy.java:750)
[bll.jar:]
at
org.ovirt.engine.core.bll.VdsDeploy.access$1800(VdsDeploy.java:77)
[bll.jar:]
at org.ovirt.engine.core.bll.VdsDeploy$45.run(VdsDeploy.java:893)
[bll.jar:]
at java.lang.Thread.run(Thread.java:744) [rt.jar:1.7.0_45]
2013-12-13 13:57:51,529 ERROR
[org.ovirt.engine.core.bll.InstallVdsCommand] (pool-6-thread-11)
[14b1c74a] Host installation failed for host
af30acc2-a296-4d9d-9c75-f0c078eb5e41, Out-001.: java.io.IOException:
Unexpected connection termination
at
org.ovirt.otopi.dialog.MachineDialogParser.nextEvent(MachineDialogParser.java:388)
[otopi.jar:]
at
org.ovirt.otopi.dialog.MachineDialogParser.nextEvent(MachineDialogParser.java:405)
[otopi.jar:]
at
org.ovirt.engine.core.bll.VdsDeploy._threadMain(VdsDeploy.java:750)
[bll.jar:]
at
org.ovirt.engine.core.bll.VdsDeploy.access$1800(VdsDeploy.java:77)
[bll.jar:]
at org.ovirt.engine.core.bll.VdsDeploy$45.run(VdsDeploy.java:893)
[bll.jar:]
at java.lang.Thread.run(Thread.java:744) [rt.jar:1.7.0_45]
2013-12-13 13:57:51,537 INFO
[org.ovirt.engine.core.vdsbroker.SetVdsStatusVDSCommand]
(pool-6-thread-11) [14b1c74a] START, SetVdsStatusVDSCommand(HostName =
Out-001, HostId = af30acc2-a296-4d9d-9c75-f0c078eb5e41,
status=InstallFailed, nonOperationalReason=NONE), log id: 64cefb1c
2013-12-13 13:57:51,542 INFO
[org.ovirt.engine.core.vdsbroker.SetVdsStatusVDSCommand]
(pool-6-thread-11) [14b1c74a] FINISH, SetVdsStatusVDSCommand, log id:
64cefb1c
2013-12-13 13:57:51,547 INFO
[org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector]
(pool-6-thread-11) [14b1c74a] Correlation ID: 14b1c74a, Call Stack:
null, Custom Event ID: -1, Message: Host Out-001 installation failed.
Unexpected connection termination.
2013-12-13 13:57:51,550 INFO
[org.ovirt.engine.core.bll.InstallVdsCommand] (pool-6-thread-11)
[14b1c74a] Lock freed to object EngineLock [exclusiveLocks= key:
af30acc2-a296-4d9d-9c75-f0c078eb5e41 value: VDS
, sharedLocks= ]
On 12/13/2013 12:41 PM, Markus Stockhausen wrote:
> 1. Install Fedora (minimum install) on each machine
> 2. Install tar on each node machine
> 3. Install the engine on the controller machine.
> 4. Add nodes using IP and password in the web admin interface and
let the controller build the node.
> 5. Profit.
:)
I guess you missed some manual steps. I always wondered
why that never found its way into the Wiki ...
4a: Ensure that /etc/sysconfig/network-scripts/ifcfg-XXX
match the names of the interfaces inside the scripts. So
if you have an interface eth1 rename the script to ifcfg-eth1
and so on.
4b: Remove the numbers from IPADDR0, SUBNET0, ...
so that they read IPADDR, ... Leave DNS0 as it is
Markus
--
*NADA Convention & Expo*: January 24-27, 2014 - New Orleans, LA - Booth
5001
<
http://www.bbb.org/south-east-florida/business-reviews/advertising-agenci...
--------------010902030601000603030404
Content-Type: text/html; charset=US-ASCII
Content-Transfer-Encoding: quoted-printable
<html>
<head>
<meta content=3D"text/html; charset=3DISO-8859-1"
http-equiv=3D"Content-Type">
</head>
<body text=3D"#000000" bgcolor=3D"#FFFFFF">
I did the additional steps as you recommended. The network is up
and I can manually ssh from the controller to the nodes now.
However, the installation of the node still fails with "Unexpected
connection termination". The engine.log shows the following:<br>
<br>
2013-12-13 13:57:51,177 WARN
[org.ovirt.engine.core.compat.backendcompat.PropertyInfo]
(ajp--127.0.0.1-8702-2) Unable to get value of property: vdsName for
class org.ovirt.engine.core.common.businessentities.VdsStatic<br>
2013-12-13 13:57:51,179 WARN
[org.ovirt.engine.core.compat.backendcompat.PropertyInfo]
(ajp--127.0.0.1-8702-2) Unable to get value of property: vdsName for
class org.ovirt.engine.core.common.businessentities.VdsStatic<br>
2013-12-13 13:57:51,180 INFO
[org.ovirt.engine.core.bll.UpdateVdsCommand] (ajp--127.0.0.1-8702-2)
Running command: UpdateVdsCommand internal: false. Entities affected
: ID: af30acc2-a296-4d9d-9c75-f0c078eb5e41 Type: VDS<br>
2013-12-13 13:57:51,189 INFO
[org.ovirt.engine.core.vdsbroker.SetVdsStatusVDSCommand]
(ajp--127.0.0.1-8702-2) START, SetVdsStatusVDSCommand(HostName =3D
Out-001, HostId =3D af30acc2-a296-4d9d-9c75-f0c078eb5e41,
status=3DInstalling, nonOperationalReason=3DNONE), log id: 7933060e<br>
2013-12-13 13:57:51,195 INFO
[org.ovirt.engine.core.vdsbroker.SetVdsStatusVDSCommand]
(ajp--127.0.0.1-8702-2) FINISH, SetVdsStatusVDSCommand, log id:
7933060e<br>
2013-12-13 13:57:51,197 WARN
[org.ovirt.engine.core.compat.backendcompat.PropertyInfo]
(ajp--127.0.0.1-8702-2) Unable to get value of property: vdsName for
class org.ovirt.engine.core.common.businessentities.VdsStatic<br>
2013-12-13 13:57:51,199 WARN
[org.ovirt.engine.core.compat.backendcompat.PropertyInfo]
(ajp--127.0.0.1-8702-2) Unable to get value of property: vdsName for
class org.ovirt.engine.core.common.businessentities.VdsStatic<br>
2013-12-13 13:57:51,206 INFO
[org.ovirt.engine.core.bll.InstallVdsCommand]
(ajp--127.0.0.1-8702-2) [14b1c74a] Lock Acquired to object
EngineLock [exclusiveLocks=3D key:
af30acc2-a296-4d9d-9c75-f0c078eb5e41 value: VDS<br>
, sharedLocks=3D ]<br>
2013-12-13 13:57:51,216 INFO
[org.ovirt.engine.core.bll.InstallVdsCommand] (pool-6-thread-11)
[14b1c74a] Running command: InstallVdsCommand internal: true.
Entities affected : ID: af30acc2-a296-4d9d-9c75-f0c078eb5e41 Type=
:
VDS<br>
2013-12-13 13:57:51,218 INFO
[org.ovirt.engine.core.bll.InstallVdsCommand] (pool-6-thread-11)
[14b1c74a] Before Installation host
af30acc2-a296-4d9d-9c75-f0c078eb5e41, Out-001<br>
2013-12-13 13:57:51,222 INFO
[org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector]
(ajp--127.0.0.1-8702-2) [14b1c74a] Correlation ID: null, Call Stack:
null, Custom Event ID: -1, Message: Failed to verify Power
Management configuration for Host Out-001.<br>
2013-12-13 13:57:51,228 INFO
[org.ovirt.engine.core.vdsbroker.SetVdsStatusVDSCommand]
(pool-6-thread-11) [14b1c74a] START, SetVdsStatusVDSCommand(HostName
=3D Out-001, HostId =3D af30acc2-a296-4d9d-9c75-f0c078eb5e41,
status=3DInstalling, nonOperationalReason=3DNONE), log id: 581795a5<br>
2013-12-13 13:57:51,228 INFO
[org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector]
(ajp--127.0.0.1-8702-2) [14b1c74a] Correlation ID: 32c46474, Call
Stack: null, Custom Event ID: -1, Message: Host Out-001
configuration was updated by admin(a)internal.<br>
2013-12-13 13:57:51,233 INFO
[org.ovirt.engine.core.vdsbroker.SetVdsStatusVDSCommand]
(pool-6-thread-11) [14b1c74a] FINISH, SetVdsStatusVDSCommand, log
id: 581795a5<br>
2013-12-13 13:57:51,321 INFO
[org.ovirt.engine.core.bll.InstallerMessages] (pool-6-thread-11)
[14b1c74a] Installation 192.168.164.71: Connected to host
192.168.164.71 with SSH key fingerprint:
af:24:d6:b7:d6:2b:90:94:3a:eb:09:e2:36:97:2d:b1<br>
2013-12-13 13:57:51,328 INFO
[org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector]
(pool-6-thread-11) [14b1c74a] Correlation ID: 14b1c74a, Call Stack:
null, Custom Event ID: -1, Message: Installing Host Out-001.
Connected to host 192.168.164.71 with SSH key fingerprint:
af:24:d6:b7:d6:2b:90:94:3a:eb:09:e2:36:97:2d:b1.<br>
2013-12-13 13:57:51,370 INFO [org.ovirt.engine.core.bll.VdsDeploy=
]
(pool-6-thread-11) [14b1c74a] Installation of 192.168.164.71.
Executing command via SSH umask 0077; MYTMP=3D"$(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
--warning=3Dno-timestamp -C "${MYTMP}" -x &&
"${MYTMP}"/s=
etup
DIALOG/dialect=3Dstr:machine DIALOG/customization=3Dbool:True <
/var/cache/ovirt-engine/ovirt-host-deploy.tar<br>
2013-12-13 13:57:51,380 INFO
[org.ovirt.engine.core.utils.ssh.SSHDialog] (pool-6-thread-11) SSH
execute <a class=3D"moz-txt-link-abbreviated"
href=3D"mailto:root@192.1=
68.164.71">root(a)192.168.164.71</a> 'umask 0077; MYTMP=3D"$(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
--warning=3Dno-timestamp -C "${MYTMP}" -x &&
"${MYTMP}"/s=
etup
DIALOG/dialect=3Dstr:machine DIALOG/customization=3Dbool:True'<br>
2013-12-13 13:57:51,502 ERROR [org.ovirt.engine.core.bll.VdsDeploy]
(VdsDeploy) Error during deploy dialog: java.io.IOException:
Unexpected connection termination<br>
at
org.ovirt.otopi.dialog.MachineDialogParser.nextEvent(MachineDialogParse=
r.java:388)
[otopi.jar:]<br>
at
org.ovirt.otopi.dialog.MachineDialogParser.nextEvent(MachineDialogParse=
r.java:405)
[otopi.jar:]<br>
at
org.ovirt.engine.core.bll.VdsDeploy._threadMain(VdsDeploy.java:750)
[bll.jar:]<br>
at
org.ovirt.engine.core.bll.VdsDeploy.access$1800(VdsDeploy.java:77)
[bll.jar:]<br>
at
org.ovirt.engine.core.bll.VdsDeploy$45.run(VdsDeploy.java:893)
[bll.jar:]<br>
at java.lang.Thread.run(Thread.java:744) [rt.jar:1.7=
.0_45]<br>
<br>
2013-12-13 13:57:51,515 ERROR [org.ovirt.engine.core.bll.VdsDeploy]
(pool-6-thread-11) [14b1c74a] Error during host 192.168.164.71
install: java.io.IOException: Unexpected connection termination<br>
at
org.ovirt.otopi.dialog.MachineDialogParser.nextEvent(MachineDialogParse=
r.java:388)
[otopi.jar:]<br>
at
org.ovirt.otopi.dialog.MachineDialogParser.nextEvent(MachineDialogParse=
r.java:405)
[otopi.jar:]<br>
at
org.ovirt.engine.core.bll.VdsDeploy._threadMain(VdsDeploy.java:750)
[bll.jar:]<br>
at
org.ovirt.engine.core.bll.VdsDeploy.access$1800(VdsDeploy.java:77)
[bll.jar:]<br>
at
org.ovirt.engine.core.bll.VdsDeploy$45.run(VdsDeploy.java:893)
[bll.jar:]<br>
at java.lang.Thread.run(Thread.java:744) [rt.jar:1.7=
.0_45]<br>
<br>
2013-12-13 13:57:51,525 ERROR [org.ovirt.engine.core.bll.VdsDeploy]
(pool-6-thread-11) [14b1c74a] Error during host 192.168.164.71
install, prefering first exception: java.io.IOException: Unexpected
connection termination<br>
at
org.ovirt.otopi.dialog.MachineDialogParser.nextEvent(MachineDialogParse=
r.java:388)
[otopi.jar:]<br>
at
org.ovirt.otopi.dialog.MachineDialogParser.nextEvent(MachineDialogParse=
r.java:405)
[otopi.jar:]<br>
at
org.ovirt.engine.core.bll.VdsDeploy._threadMain(VdsDeploy.java:750)
[bll.jar:]<br>
at
org.ovirt.engine.core.bll.VdsDeploy.access$1800(VdsDeploy.java:77)
[bll.jar:]<br>
at
org.ovirt.engine.core.bll.VdsDeploy$45.run(VdsDeploy.java:893)
[bll.jar:]<br>
at java.lang.Thread.run(Thread.java:744) [rt.jar:1.7=
.0_45]<br>
<br>
2013-12-13 13:57:51,529 ERROR
[org.ovirt.engine.core.bll.InstallVdsCommand] (pool-6-thread-11)
[14b1c74a] Host installation failed for host
af30acc2-a296-4d9d-9c75-f0c078eb5e41, Out-001.: java.io.IOException:
Unexpected connection termination<br>
at
org.ovirt.otopi.dialog.MachineDialogParser.nextEvent(MachineDialogParse=
r.java:388)
[otopi.jar:]<br>
at
org.ovirt.otopi.dialog.MachineDialogParser.nextEvent(MachineDialogParse=
r.java:405)
[otopi.jar:]<br>
at
org.ovirt.engine.core.bll.VdsDeploy._threadMain(VdsDeploy.java:750)
[bll.jar:]<br>
at
org.ovirt.engine.core.bll.VdsDeploy.access$1800(VdsDeploy.java:77)
[bll.jar:]<br>
at
org.ovirt.engine.core.bll.VdsDeploy$45.run(VdsDeploy.java:893)
[bll.jar:]<br>
at java.lang.Thread.run(Thread.java:744) [rt.jar:1.7=
.0_45]<br>
<br>
2013-12-13 13:57:51,537 INFO
[org.ovirt.engine.core.vdsbroker.SetVdsStatusVDSCommand]
(pool-6-thread-11) [14b1c74a] START, SetVdsStatusVDSCommand(HostName
=3D Out-001, HostId =3D af30acc2-a296-4d9d-9c75-f0c078eb5e41,
status=3DInstallFailed, nonOperationalReason=3DNONE), log id: 64cefb1c<=
br>
2013-12-13 13:57:51,542 INFO
[org.ovirt.engine.core.vdsbroker.SetVdsStatusVDSCommand]
(pool-6-thread-11) [14b1c74a] FINISH, SetVdsStatusVDSCommand, log
id: 64cefb1c<br>
2013-12-13 13:57:51,547 INFO
[org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector]
(pool-6-thread-11) [14b1c74a] Correlation ID: 14b1c74a, Call Stack:
null, Custom Event ID: -1, Message: Host Out-001 installation
failed. Unexpected connection termination.<br>
2013-12-13 13:57:51,550 INFO
[org.ovirt.engine.core.bll.InstallVdsCommand] (pool-6-thread-11)
[14b1c74a] Lock freed to object EngineLock [exclusiveLocks=3D key:
af30acc2-a296-4d9d-9c75-f0c078eb5e41 value: VDS<br>
, sharedLocks=3D ]<br>
<br>
<div class=3D"moz-cite-prefix">On 12/13/2013 12:41 PM, Markus
Stockhausen wrote:<br>
</div>
<blockquote
cite=3D"mid:12EF8D94C6F8734FB2FF37B9FBEDD173585AFD42@EXCHANGE.collogi=
a.de"
type=3D"cite">
<meta http-equiv=3D"Content-Type" content=3D"text/html;
charset=3DISO-8859-1">
<style id=3D"owaParaStyle" type=3D"text/css">P
{margin-top:0;margin-b=
ottom:0;}</style>
<div style=3D"direction: ltr;font-family: Tahoma;color:
#000000;font-size: 10pt;">> 1. Install Fedora (minimum
install) on each machine<br>
<div style=3D"font-family: Times New Roman; color: #000000;
font-size: 16px">
<div>> 2. Install tar on each node machine<br>
> 3. Install the engine on the controller machine.<br>
> 4. Add nodes using IP and password in the web admin
interface and let the controller build the node.<br>
> 5. Profit.<br>
<br>
:) <br>
<br>
I guess you missed some manual steps. I always wondered<br>
why that never found its way into the Wiki ...<br>
<br>
4a: Ensure that /etc/sysconfig/network-scripts/ifcfg-XXX<br>
match the names of the interfaces inside the scripts. So<br>
if you have an interface eth1 rename the script to
ifcfg-eth1<br>
and so on.<br>
<br>
4b: Remove the numbers from IPADDR0, SUBNET0, ...<br>
so that they read IPADDR, ... Leave DNS0 as it is<br>
<br>
Markus<br>
<br>
</div>
</div>
</div>
</blockquote>
<br>
</body>
</html>
<br>
<img src=3D"http://goo.gl/NKPFh"><br><br><div><b
style=3D"font-family:Arial=
;font-size:small">NADA Convention & Expo</b><span
style=3D"font-family:=
Arial;font-size:small">: January 24-27, 2014 - New Orleans, LA - Boot=
h 5001</span></div><a
href=3D"http://www.bbb.org/south-east-florida/busines=
s-reviews/advertising-agencies/citytwist-in-boca-raton-fl-90033448" target=
=3D"_blank"><img src=3D"http://goo.gl/63JJt"
style=3D"font-size:1.3em"></a>=
<a
href=3D"http://www.bbb.org/south-east-florida/business-reviews/adver...
ng-agencies/citytwist-in-boca-raton-fl-90033448"
target=3D"_blank"><img src=
=3D"http://seal-seflorida.bbb.org/seals/blue-seal-96-50-citytwist-90033448.=
png"></a>
--------------010902030601000603030404--