
27 Mar
2013
27 Mar
'13
10:59 p.m.
------=_Part_3782451_1978462821.1364417979428 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Verify you aren't getting any locale errors such as LANG and such not being= found or set. This stopped me from moving forward because the locale was s= et improperly during kickstart. Setting the locale correctly in /etc/locale= .conf fixed it for me=20 ----- Original Message ----- | When running the AllInOne installation =C2=A8engine-setup | --config-allinone=3Dyes=C2=A8 the last step of my installation always | fails. I freshly setup a fedora 18 box (minimal) and directly | installed ovirt: | sudo yum localinstall | http://ovirt.org/releases/ovirt-release-fedora.noarch.rpm | sudo yum install ovirt-engine-setup-plugin-allinone engine-setup | --config-allinone=3Dyes | I also tried with the nightly build which did not solve the issue for | me. Any idea how to fix this? | This is the end of my install log: | 2013-03-26 20:28:07::DEBUG::engine-setup::1965::root:: *** The | following params were used as user input: | 2013-03-26 20:28:07::DEBUG::engine-setup::1970::root:: | override-httpd-config: yes | 2013-03-26 20:28:07::DEBUG::engine-setup::1970::root:: http-port: 80 | 2013-03-26 20:28:07::DEBUG::engine-setup::1970::root:: https-port: | 443 | 2013-03-26 20:28:07::DEBUG::engine-setup::1970::root:: | random-passwords: no | 2013-03-26 20:28:07::DEBUG::engine-setup::1970::root:: mac-range: | 00:1A:4A:A8:02:00-00:1A:4A:A8:02:FF | 2013-03-26 20:28:07::DEBUG::engine-setup::1970::root:: host-fqdn: | localhost.localdomain | 2013-03-26 20:28:07::DEBUG::engine-setup::1970::root:: auth-pass: | ******** | 2013-03-26 20:28:07::DEBUG::engine-setup::1970::root:: org-name: | localdomain | 2013-03-26 20:28:07::DEBUG::engine-setup::1970::root:: | application-mode: both | 2013-03-26 20:28:07::DEBUG::engine-setup::1970::root:: | default-dc-type: NFS | 2013-03-26 20:28:07::DEBUG::engine-setup::1970::root:: | db-remote-install: local | 2013-03-26 20:28:07::DEBUG::engine-setup::1970::root:: db-host: | localhost | 2013-03-26 20:28:07::DEBUG::engine-setup::1970::root:: db-local-pass: | ******** | 2013-03-26 20:28:07::DEBUG::engine-setup::1970::root:: nfs-mp: | /var/lib/exports/iso | 2013-03-26 20:28:07::DEBUG::engine-setup::1970::root:: | iso-domain-name: ISO_DOMAIN | 2013-03-26 20:28:07::DEBUG::engine-setup::1970::root:: config-nfs: | yes | 2013-03-26 20:28:07::DEBUG::engine-setup::1970::root:: | override-firewall: None | 2013-03-26 20:28:07::DEBUG::engine-setup::1970::root:: | config-allinone: yes | 2013-03-26 20:28:07::DEBUG::engine-setup::1970::root:: storage-path: | /var/lib/images | 2013-03-26 20:28:07::DEBUG::engine-setup::1970::root:: | superuser-pass: ******** | 2013-03-26 20:28:07::ERROR::engine-setup::2385::root:: Traceback | (most recent call last): | File "/bin/engine-setup", line 2379, in <module> | main(confFile) | File "/bin/engine-setup", line 2162, in main | runSequences() | File "/bin/engine-setup", line 2085, in runSequences | controller.runAllSequences() | File "/usr/share/ovirt-engine/scripts/setup_controller.py", line 54, | in runAllSequences | sequence.run() | File "/usr/share/ovirt-engine/scripts/setup_sequences.py", line 154, | in run | step.run() | File "/usr/share/ovirt-engine/scripts/setup_sequences.py", line 60, | in run | function() | File "/usr/share/ovirt-engine/scripts/plugins/all_in_one_100.py", | line 300, in waitForHostUp | utils.retry(isHostUp, tries=3D120, timeout=3D600, sleep=3D5) | File "/usr/share/ovirt-engine/scripts/common_utils.py", line 1009, in | retry | raise e | RetryFailException: Error: Host was found in a 'Failed' state. Please | check engine and bootstrap installation logs. | _______________________________________________ | Users mailing list | Users@ovirt.org | http://lists.ovirt.org/mailman/listinfo/users --=20 James A. Peltier=20 Manager, IT Services - Research Computing Group=20 Simon Fraser University - Burnaby Campus=20 Phone : 778-782-6573=20 Fax : 778-782-3045=20 E-Mail : jpeltier@sfu.ca=20 Website : http://www.sfu.ca/itservices=20 =E2=80=9CA successful person is one who can lay a solid foundation from the= bricks others have thrown at them.=E2=80=9D -David Brinkley via Luke Shaw= =20 ------=_Part_3782451_1978462821.1364417979428 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: quoted-printable <html><head><style type=3D'text/css'>p { margin: 0; }</style></head><body><= div style=3D'font-family: times new roman,new york,times,serif; font-size: = 12pt; color: #000000'>Verify you aren't getting any locale errors suc= h as LANG and such not being found or set. This stopped me from movin= g forward because the locale was set improperly during kickstart. Set= ting the locale correctly in /etc/locale.conf fixed it for me<br><br><hr id= =3D"zwchr"><blockquote style=3D"border-left:2px solid rgb(16, 16, 255);marg= in-left:5px;padding-left:5px;color:#000;font-weight:normal;font-style:norma= l;text-decoration:none;font-family:Helvetica,Arial,sans-serif;font-size:12p= t;"><div>When running the AllInOne installation =C2=A8engine-setup --config= -allinone=3Dyes=C2=A8 the last step of my installation always fails. I fres= hly setup a fedora 18 box (minimal) and directly installed ovirt:</div><div= ><br></div><div>sudo yum localinstall http://ovirt.org/releases/ovirt-relea= se-fedora.noarch.rpm</div><div>sudo yum install ovirt-engine-setup-plugin-a= llinone</div>engine-setup --config-allinone=3Dyes<div><br></div><div>I also= tried with the nightly build which did not solve the issue for me. Any ide= a how to fix this?</div><div><br></div><div>This is the end of my install l= og:</div><div><br></div><div><div>2013-03-26 20:28:07::DEBUG::engine-setup:= :1965::root:: *** The following params were used as user input:</div><div>2= 013-03-26 20:28:07::DEBUG::engine-setup::1970::root:: override-httpd-config= : yes</div><div>2013-03-26 20:28:07::DEBUG::engine-setup::1970::root:: http= -port: 80</div><div>2013-03-26 20:28:07::DEBUG::engine-setup::1970::root:: = https-port: 443</div><div>2013-03-26 20:28:07::DEBUG::engine-setup::1970::r= oot:: random-passwords: no</div><div>2013-03-26 20:28:07::DEBUG::engine-set= up::1970::root:: mac-range: 00:1A:4A:A8:02:00-00:1A:4A:A8:02:FF</div><div>2= 013-03-26 20:28:07::DEBUG::engine-setup::1970::root:: host-fqdn: localhost.= localdomain</div><div>2013-03-26 20:28:07::DEBUG::engine-setup::1970::root:= : auth-pass: ********</div><div>2013-03-26 20:28:07::DEBUG::engine-setup::1= 970::root:: org-name: localdomain</div><div>2013-03-26 20:28:07::DEBUG::eng= ine-setup::1970::root:: application-mode: both</div><div>2013-03-26 20:28:0= 7::DEBUG::engine-setup::1970::root:: default-dc-type: NFS</div><div>2013-03= -26 20:28:07::DEBUG::engine-setup::1970::root:: db-remote-install: local</d= iv><div>2013-03-26 20:28:07::DEBUG::engine-setup::1970::root:: db-host: loc= alhost</div><div>2013-03-26 20:28:07::DEBUG::engine-setup::1970::root:: db-= local-pass: ********</div><div>2013-03-26 20:28:07::DEBUG::engine-setup::19= 70::root:: nfs-mp: /var/lib/exports/iso</div><div>2013-03-26 20:28:07::DEBU= G::engine-setup::1970::root:: iso-domain-name: ISO_DOMAIN</div><div>2013-03= -26 20:28:07::DEBUG::engine-setup::1970::root:: config-nfs: yes</div><div>2= 013-03-26 20:28:07::DEBUG::engine-setup::1970::root:: override-firewall: No= ne</div><div>2013-03-26 20:28:07::DEBUG::engine-setup::1970::root:: config-= allinone: yes</div><div>2013-03-26 20:28:07::DEBUG::engine-setup::1970::roo= t:: storage-path: /var/lib/images</div><div>2013-03-26 20:28:07::DEBUG::eng= ine-setup::1970::root:: superuser-pass: ********</div><div>2013-03-26 20:28= :07::ERROR::engine-setup::2385::root:: Traceback (most recent call last):</= div><div> File "/bin/engine-setup", line 2379, in <module></div= ><div> main(confFile)</div><div> File "/bin/engine-setup= ", line 2162, in main</div><div> runSequences()</div><div>&nbs= p; File "/bin/engine-setup", line 2085, in runSequences</div><div> &n= bsp; controller.runAllSequences()</div><div> File "/usr/share/ovirt-e= ngine/scripts/setup_controller.py", line 54, in runAllSequences</div><div>&= nbsp; sequence.run()</div><div> File "/usr/share/ovirt-engine/= scripts/setup_sequences.py", line 154, in run</div><div> step.= run()</div><div> File "/usr/share/ovirt-engine/scripts/setup_sequence= s.py", line 60, in run</div><div> function()</div><div> = File "/usr/share/ovirt-engine/scripts/plugins/all_in_one_100.py", line 300,= in waitForHostUp</div><div> utils.retry(isHostUp, tries=3D120= , timeout=3D600, sleep=3D5)</div><div> File "/usr/share/ovirt-engine/= scripts/common_utils.py", line 1009, in retry</div><div> raise= e</div><div>RetryFailException: Error: Host was found in a 'Failed' state.= Please check engine and bootstrap installation logs.</div></div> <br>_______________________________________________<br>Users mailing list<b= r>Users@ovirt.org<br>http://lists.ovirt.org/mailman/listinfo/users<br></blo= ckquote><br><br><br>-- <br><div><span name=3D"x"></span>James A. Peltier<br= >Manager, IT Services - Research Computing Group<br>Simon Fraser University= - Burnaby Campus<br>Phone : 778-782-6573<br>Fax : 778= -782-3045<br>E-Mail : jpeltier@sfu.ca<br>Website : http://www.sfu.ca/= itservices<br><br>=E2=80=9CA successful person is one who can lay a solid f= oundation from the bricks others have thrown at them.=E2=80=9D -David Brink= ley via Luke Shaw<span name=3D"x"></span><br></div></div></body></html> ------=_Part_3782451_1978462821.1364417979428--