[Users] Documentation: Storage Domain conversion from Data Domain to Export Domain
by Michael Ayers
This is a multipart message in MIME format.
------=_NextPart_000_018F_01CDB69A.3C5318B0
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: 7bit
Hey All,
I ran into this issue myself where I needed to convert a data domain to an
export domain in order to recover virtual guests from a corrupted
ovirt/rhevm instance into a new ovirt/rhevm instance. This wasn't
documented anywhere that I saw but with the help of Itamar Heim and an
well timed email to the list from Igor Lvovsky last night I was able to do
this and wanted to send to the list a documented procedure for how to
modify the metadata of the data domain prior to import as an export
domain. This procedure works for both RHEV-M and Ovirt. Let me know if
you have any questions.
Original Data Domain Metadata File
--------------------------------------------------
CLASS=Data
DESCRIPTION=vm-storage
IOOPTIMEOUTSEC=10
LEASERETRIES=3
LEASETIMESEC=60
LOCKPOLICY=
LOCKRENEWALINTERVALSEC=5
MASTER_VERSION=2
POOL_DESCRIPTION=MyPool
POOL_DOMAINS=dd8bc200-6e28-4185-bfe0-f0affb94f283:Active,ddefdf6c-ef68-419
c-9f72-76d27bf7d788:Active,66b3b243-6cc6-465f-b130-6f2cd0b70514:Active
POOL_SPM_ID=2
POOL_SPM_LVER=17
POOL_UUID=a207f052-f4bf-44a3-b637-c6d2020a7c41
REMOTE_PATH=nfsserver:/ovirt/vm-storage
ROLE=Master
SDUUID=66b3b243-6cc6-465f-b130-6f2cd0b70514
TYPE=NFS
VERSION=0
_SHA_CKSUM=009fa538321ac56749669127f43cc754aa59d398
Diff between Original DD Metadata File and ED Metadata File
--------------------------------------------------
--- metadata-data-storage 2012-10-30 12:24:52.484006958 -0700
+++ metadata-exp-storage 2012-10-30 12:14:59.043807789 -0700
@@ -1,5 +1,5 @@
-CLASS=Data
-DESCRIPTION=vm-storage
+CLASS=Backup
+DESCRIPTION=export-storage
IOOPTIMEOUTSEC=10
LEASERETRIES=3
LEASETIMESEC=60
@@ -7,13 +7,12 @@
LOCKRENEWALINTERVALSEC=5
MASTER_VERSION=2
POOL_DESCRIPTION=MyPool
-POOL_DOMAINS=dd8bc200-6e28-4185-bfe0-f0affb94f283:Active,ddefdf6c-ef68-41
9c-9f72-76d27bf7d788:Active,66b3b243-6cc6-465f-b130-6f2cd0b70514:Active
+POOL_DOMAINS=
POOL_SPM_ID=2
POOL_SPM_LVER=17
-POOL_UUID=a207f052-f4bf-44a3-b637-c6d2020a7c41
-REMOTE_PATH=nfsserver:/ovirt/vm-storage
-ROLE=Master
+POOL_UUID=
+REMOTE_PATH=nfsserver:/ovirt/export-storage
+ROLE=Regular
SDUUID=66b3b243-6cc6-465f-b130-6f2cd0b70514
TYPE=NFS
VERSION=0
-_SHA_CKSUM=009fa538321ac56749669127f43cc754aa59d398
Thanks,
Michael
-------------------------------------
Michael J. Ayers
Red Hat Inc.
Solutions Architect
e: <mailto:ayersmj@redhat.com> ayersmj(a)redhat.com
w: <http://www.redhat.com/> www.redhat.com
------=_NextPart_000_018F_01CDB69A.3C5318B0
Content-Type: text/html;
charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
<html xmlns:v=3D"urn:schemas-microsoft-com:vml" =
xmlns:o=3D"urn:schemas-microsoft-com:office:office" =
xmlns:w=3D"urn:schemas-microsoft-com:office:word" =
xmlns:m=3D"http://schemas.microsoft.com/office/2004/12/omml" =
xmlns=3D"http://www.w3.org/TR/REC-html40"><head><META =
HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Dus-ascii"><meta name=3DGenerator content=3D"Microsoft Word 14 =
(filtered medium)"><style><!--
/* Font Definitions */
@font-face
{font-family:"Cambria Math";
panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
{font-family:Consolas;
panose-1:2 11 6 9 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0in;
margin-bottom:.0001pt;
font-size:11.0pt;
font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
{mso-style-priority:99;
color:blue;
text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
{mso-style-priority:99;
color:purple;
text-decoration:underline;}
span.EmailStyle17
{mso-style-type:personal-compose;
font-family:"Calibri","sans-serif";
color:windowtext;}
.MsoChpDefault
{mso-style-type:export-only;
font-family:"Calibri","sans-serif";}
@page WordSection1
{size:8.5in 11.0in;
margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
{page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext=3D"edit" spidmax=3D"1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext=3D"edit">
<o:idmap v:ext=3D"edit" data=3D"1" />
</o:shapelayout></xml><![endif]--></head><body lang=3DEN-US link=3Dblue =
vlink=3Dpurple><div class=3DWordSection1><p class=3DMsoNormal>Hey =
All,<o:p></o:p></p><p class=3DMsoNormal><o:p> </o:p></p><p =
class=3DMsoNormal>I ran into this issue myself where I needed to convert =
a data domain to an export domain in order to recover virtual guests =
from a corrupted ovirt/rhevm instance into a new ovirt/rhevm =
instance. This wasn’t documented anywhere that I saw but =
with the help of Itamar Heim and an well timed email to the list from =
Igor Lvovsky last night I was able to do this and wanted to send to the =
list a documented procedure for how to modify the metadata of the data =
domain prior to import as an export domain. This procedure works =
for both RHEV-M and Ovirt. Let me know if you have any =
questions.<o:p></o:p></p><p class=3DMsoNormal><o:p> </o:p></p><p =
class=3DMsoNormal style=3D'margin-left:.5in'><span =
style=3D'font-size:10.0pt;font-family:Consolas'>Original Data Domain =
Metadata File<o:p></o:p></span></p><p class=3DMsoNormal =
style=3D'margin-left:.5in'><span =
style=3D'font-size:10.0pt;font-family:Consolas'>-------------------------=
-------------------------<o:p></o:p></span></p><p class=3DMsoNormal =
style=3D'margin-left:.5in'><span =
style=3D'font-size:10.0pt;font-family:Consolas'>CLASS=3DData<o:p></o:p></=
span></p><p class=3DMsoNormal style=3D'margin-left:.5in'><span =
style=3D'font-size:10.0pt;font-family:Consolas'>DESCRIPTION=3Dvm-storage<=
o:p></o:p></span></p><p class=3DMsoNormal =
style=3D'margin-left:.5in'><span =
style=3D'font-size:10.0pt;font-family:Consolas'>IOOPTIMEOUTSEC=3D10<o:p><=
/o:p></span></p><p class=3DMsoNormal style=3D'margin-left:.5in'><span =
style=3D'font-size:10.0pt;font-family:Consolas'>LEASERETRIES=3D3<o:p></o:=
p></span></p><p class=3DMsoNormal style=3D'margin-left:.5in'><span =
style=3D'font-size:10.0pt;font-family:Consolas'>LEASETIMESEC=3D60<o:p></o=
:p></span></p><p class=3DMsoNormal style=3D'margin-left:.5in'><span =
style=3D'font-size:10.0pt;font-family:Consolas'>LOCKPOLICY=3D<o:p></o:p><=
/span></p><p class=3DMsoNormal style=3D'margin-left:.5in'><span =
style=3D'font-size:10.0pt;font-family:Consolas'>LOCKRENEWALINTERVALSEC=3D=
5<o:p></o:p></span></p><p class=3DMsoNormal =
style=3D'margin-left:.5in'><span =
style=3D'font-size:10.0pt;font-family:Consolas'>MASTER_VERSION=3D2<o:p></=
o:p></span></p><p class=3DMsoNormal style=3D'margin-left:.5in'><span =
style=3D'font-size:10.0pt;font-family:Consolas'>POOL_DESCRIPTION=3DMyPool=
<o:p></o:p></span></p><p class=3DMsoNormal =
style=3D'margin-left:.5in'><span =
style=3D'font-size:10.0pt;font-family:Consolas'>POOL_DOMAINS=3Ddd8bc200-6=
e28-4185-bfe0-f0affb94f283:Active,ddefdf6c-ef68-419c-9f72-76d27bf7d788:Ac=
tive,66b3b243-6cc6-465f-b130-6f2cd0b70514:Active<o:p></o:p></span></p><p =
class=3DMsoNormal style=3D'margin-left:.5in'><span =
style=3D'font-size:10.0pt;font-family:Consolas'>POOL_SPM_ID=3D2<o:p></o:p=
></span></p><p class=3DMsoNormal style=3D'margin-left:.5in'><span =
style=3D'font-size:10.0pt;font-family:Consolas'>POOL_SPM_LVER=3D17<o:p></=
o:p></span></p><p class=3DMsoNormal style=3D'margin-left:.5in'><span =
style=3D'font-size:10.0pt;font-family:Consolas'>POOL_UUID=3Da207f052-f4bf=
-44a3-b637-c6d2020a7c41<o:p></o:p></span></p><p class=3DMsoNormal =
style=3D'margin-left:.5in'><span =
style=3D'font-size:10.0pt;font-family:Consolas'>REMOTE_PATH=3Dnfsserver:/=
ovirt/vm-storage<o:p></o:p></span></p><p class=3DMsoNormal =
style=3D'margin-left:.5in'><span =
style=3D'font-size:10.0pt;font-family:Consolas'>ROLE=3DMaster<o:p></o:p><=
/span></p><p class=3DMsoNormal style=3D'margin-left:.5in'><span =
style=3D'font-size:10.0pt;font-family:Consolas'>SDUUID=3D66b3b243-6cc6-46=
5f-b130-6f2cd0b70514<o:p></o:p></span></p><p class=3DMsoNormal =
style=3D'margin-left:.5in'><span =
style=3D'font-size:10.0pt;font-family:Consolas'>TYPE=3DNFS<o:p></o:p></sp=
an></p><p class=3DMsoNormal style=3D'margin-left:.5in'><span =
style=3D'font-size:10.0pt;font-family:Consolas'>VERSION=3D0<o:p></o:p></s=
pan></p><p class=3DMsoNormal style=3D'margin-left:.5in'><span =
style=3D'font-size:10.0pt;font-family:Consolas'>_SHA_CKSUM=3D009fa538321a=
c56749669127f43cc754aa59d398<o:p></o:p></span></p><p class=3DMsoNormal =
style=3D'margin-left:.5in'><span =
style=3D'font-size:10.0pt;font-family:Consolas'><o:p> </o:p></span><=
/p><p class=3DMsoNormal style=3D'margin-left:.5in'><span =
style=3D'font-size:10.0pt;font-family:Consolas'><o:p> </o:p></span><=
/p><p class=3DMsoNormal style=3D'margin-left:.5in'><span =
style=3D'font-size:10.0pt;font-family:Consolas'>Diff between Original DD =
Metadata File and ED Metadata File<o:p></o:p></span></p><p =
class=3DMsoNormal style=3D'margin-left:.5in'><span =
style=3D'font-size:10.0pt;font-family:Consolas'>-------------------------=
-------------------------<o:p></o:p></span></p><p class=3DMsoNormal =
style=3D'margin-left:.5in'><span =
style=3D'font-size:10.0pt;font-family:Consolas'>--- =
metadata-data-storage 2012-10-30 =
12:24:52.484006958 -0700<o:p></o:p></span></p><p class=3DMsoNormal =
style=3D'margin-left:.5in'><span =
style=3D'font-size:10.0pt;font-family:Consolas'>+++ =
metadata-exp-storage =
2012-10-30 12:14:59.043807789 -0700<o:p></o:p></span></p><p =
class=3DMsoNormal style=3D'margin-left:.5in'><span =
style=3D'font-size:10.0pt;font-family:Consolas'>@@ -1,5 +1,5 =
@@<o:p></o:p></span></p><p class=3DMsoNormal =
style=3D'margin-left:.5in'><span =
style=3D'font-size:10.0pt;font-family:Consolas'>-CLASS=3DData<o:p></o:p><=
/span></p><p class=3DMsoNormal style=3D'margin-left:.5in'><span =
style=3D'font-size:10.0pt;font-family:Consolas'>-DESCRIPTION=3Dvm-storage=
<o:p></o:p></span></p><p class=3DMsoNormal =
style=3D'margin-left:.5in'><span =
style=3D'font-size:10.0pt;font-family:Consolas'>+CLASS=3DBackup<o:p></o:p=
></span></p><p class=3DMsoNormal style=3D'margin-left:.5in'><span =
style=3D'font-size:10.0pt;font-family:Consolas'>+DESCRIPTION=3Dexport-sto=
rage<o:p></o:p></span></p><p class=3DMsoNormal =
style=3D'margin-left:.5in'><span =
style=3D'font-size:10.0pt;font-family:Consolas'> =
IOOPTIMEOUTSEC=3D10<o:p></o:p></span></p><p class=3DMsoNormal =
style=3D'margin-left:.5in'><span =
style=3D'font-size:10.0pt;font-family:Consolas'> =
LEASERETRIES=3D3<o:p></o:p></span></p><p class=3DMsoNormal =
style=3D'margin-left:.5in'><span =
style=3D'font-size:10.0pt;font-family:Consolas'> =
LEASETIMESEC=3D60<o:p></o:p></span></p><p class=3DMsoNormal =
style=3D'margin-left:.5in'><span =
style=3D'font-size:10.0pt;font-family:Consolas'>@@ -7,13 +7,12 =
@@<o:p></o:p></span></p><p class=3DMsoNormal =
style=3D'margin-left:.5in'><span =
style=3D'font-size:10.0pt;font-family:Consolas'> =
LOCKRENEWALINTERVALSEC=3D5<o:p></o:p></span></p><p class=3DMsoNormal =
style=3D'margin-left:.5in'><span =
style=3D'font-size:10.0pt;font-family:Consolas'> =
MASTER_VERSION=3D2<o:p></o:p></span></p><p class=3DMsoNormal =
style=3D'margin-left:.5in'><span =
style=3D'font-size:10.0pt;font-family:Consolas'> =
POOL_DESCRIPTION=3DMyPool<o:p></o:p></span></p><p class=3DMsoNormal =
style=3D'margin-left:.5in'><span =
style=3D'font-size:10.0pt;font-family:Consolas'>-POOL_DOMAINS=3Ddd8bc200-=
6e28-4185-bfe0-f0affb94f283:Active,ddefdf6c-ef68-419c-9f72-76d27bf7d788:A=
ctive,66b3b243-6cc6-465f-b130-6f2cd0b70514:Active<o:p></o:p></span></p><p=
class=3DMsoNormal style=3D'margin-left:.5in'><span =
style=3D'font-size:10.0pt;font-family:Consolas'>+POOL_DOMAINS=3D<o:p></o:=
p></span></p><p class=3DMsoNormal style=3D'margin-left:.5in'><span =
style=3D'font-size:10.0pt;font-family:Consolas'> =
POOL_SPM_ID=3D2<o:p></o:p></span></p><p class=3DMsoNormal =
style=3D'margin-left:.5in'><span =
style=3D'font-size:10.0pt;font-family:Consolas'> =
POOL_SPM_LVER=3D17<o:p></o:p></span></p><p class=3DMsoNormal =
style=3D'margin-left:.5in'><span =
style=3D'font-size:10.0pt;font-family:Consolas'>-POOL_UUID=3Da207f052-f4b=
f-44a3-b637-c6d2020a7c41<o:p></o:p></span></p><p class=3DMsoNormal =
style=3D'margin-left:.5in'><span =
style=3D'font-size:10.0pt;font-family:Consolas'>-REMOTE_PATH=3Dnfsserver:=
/ovirt/vm-storage<o:p></o:p></span></p><p class=3DMsoNormal =
style=3D'margin-left:.5in'><span =
style=3D'font-size:10.0pt;font-family:Consolas'>-ROLE=3DMaster<o:p></o:p>=
</span></p><p class=3DMsoNormal style=3D'margin-left:.5in'><span =
style=3D'font-size:10.0pt;font-family:Consolas'>+POOL_UUID=3D<o:p></o:p><=
/span></p><p class=3DMsoNormal style=3D'margin-left:.5in'><span =
style=3D'font-size:10.0pt;font-family:Consolas'>+REMOTE_PATH=3Dnfsserver:=
/ovirt/export-storage<o:p></o:p></span></p><p class=3DMsoNormal =
style=3D'margin-left:.5in'><span =
style=3D'font-size:10.0pt;font-family:Consolas'>+ROLE=3DRegular<o:p></o:p=
></span></p><p class=3DMsoNormal style=3D'margin-left:.5in'><span =
style=3D'font-size:10.0pt;font-family:Consolas'> =
SDUUID=3D66b3b243-6cc6-465f-b130-6f2cd0b70514<o:p></o:p></span></p><p =
class=3DMsoNormal style=3D'margin-left:.5in'><span =
style=3D'font-size:10.0pt;font-family:Consolas'> =
TYPE=3DNFS<o:p></o:p></span></p><p class=3DMsoNormal =
style=3D'margin-left:.5in'><span =
style=3D'font-size:10.0pt;font-family:Consolas'> =
VERSION=3D0<o:p></o:p></span></p><p class=3DMsoNormal =
style=3D'margin-left:.5in'><span =
style=3D'font-size:10.0pt;font-family:Consolas'>-_SHA_CKSUM=3D009fa538321=
ac56749669127f43cc754aa59d398<o:p></o:p></span></p><p =
class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:Consolas'><o:p> </o:p></span><=
/p><p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:Consolas'>Thanks,<o:p></o:p></span>=
</p><p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:Consolas'><o:p> </o:p></span><=
/p><p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:Consolas'>Michael<o:p></o:p></span>=
</p><p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:Consolas'>-------------------------=
------------<o:p></o:p></span></p><p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:Consolas'>Michael J. =
Ayers<o:p></o:p></span></p><p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:Consolas'>Red Hat =
Inc.<o:p></o:p></span></p><p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:Consolas'>Solutions =
Architect<o:p></o:p></span></p><p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:Consolas'>e: <a =
href=3D"mailto:ayersmj@redhat.com"><span =
style=3D'color:blue'>ayersmj(a)redhat.com</span></a><o:p></o:p></span></p><=
p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:Consolas'>w: <a =
href=3D"http://www.redhat.com/"><span =
style=3D'color:blue'>www.redhat.com</span></a><o:p></o:p></span></p><p =
class=3DMsoNormal><o:p> </o:p></p><p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:Consolas'><o:p> </o:p></span><=
/p></div></body></html>
------=_NextPart_000_018F_01CDB69A.3C5318B0--
5 years, 2 months
[Users] Database creation failed on engine-setup
by Robber Phex
Hi, I'm unable to complete engine-setup:
$ sudo engine-setup
Welcome to oVirt Engine setup utility
HTTP Port [8080] :
HTTPS Port [8443] :
Host fully qualified domain name, note that this name should be fully
resolvable [RobberPhex-PC] :
ERROR: domain is not a valid domain name
User input failed validation, do you still wish to use it? (yes|no): yes
Password for Administrator (admin@internal) :
Warning: Weak Password.
Confirm password :
Database password (required for secure authentication with the locally
created database) :
Warning: Weak Password.
Confirm password :
Organization Name for the Certificate: RobberPhexCloud
The default storage type you will be using ['NFS'| 'FC'| 'ISCSI'] [NFS] :
Should the installer configure NFS share on this server to be used as an
ISO Domain? ['yes'| 'no'] [yes] :
Mount point path: /mnt/iso
Display name for the ISO Domain: RPiso
Firewall ports need to be opened.
You can let the installer configure iptables automatically overriding the
current configuration. The old configuration will be backed up.
Alternately you can configure the firewall later using an example iptables
file found under /usr/share/ovirt-engine/conf/iptables.example
Configure iptables ? ['yes'| 'no']: yes
oVirt Engine will be installed using the following configuration:
=================================================================
http-port: 8080
https-port: 8443
host-fqdn: RobberPhex-PC
auth-pass: ********
db-pass: ********
org-name: RobberPhexCloud
default-dc-type: NFS
nfs-mp: /mnt/iso
iso-domain-name: RPiso
override-iptables: yes
Proceed with the configuration listed above? (yes|no): yes
Installing:
Configuring oVirt-engine... [ DONE ]
Creating CA... [ DONE ]
Editing JBoss Configuration... [ DONE ]
Setting Database Security... [ DONE ]
Creating Database... [ ERROR ]
Database creation failed
Please check log file
/var/log/ovirt-engine/engine-setup_2012_08_13_01_01_02.log for more
information
and,It's engine-setup_2012_08_13_01_01_02.log:
2012-08-13 01:03:58::DEBUG::common_utils::196::root:: cmd = /sbin/ip addr
2012-08-13 01:03:58::DEBUG::common_utils::201::root:: output = 1: lo:
<LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: eth0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast
state DOWN qlen 1000
link/ether 98:4b:e1:ca:1a:ba brd ff:ff:ff:ff:ff:ff
3: wlan0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP qlen
1000
link/ether ec:55:f9:6c:54:15 brd ff:ff:ff:ff:ff:ff
inet 172.16.70.224/16 brd 172.16.255.255 scope global wlan0
inet6 fe80::ee55:f9ff:fe6c:5415/64 scope link
valid_lft forever preferred_lft forever
4: virbr0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state
DOWN
link/ether 52:54:00:78:30:62 brd ff:ff:ff:ff:ff:ff
inet 192.168.122.1/24 brd 192.168.122.255 scope global virbr0
5: virbr0-nic: <BROADCAST,MULTICAST> mtu 1500 qdisc noop master virbr0
state DOWN qlen 500
link/ether 52:54:00:78:30:62 brd ff:ff:ff:ff:ff:ff
2012-08-13 01:03:58::DEBUG::common_utils::202::root:: stderr =
2012-08-13 01:03:58::DEBUG::common_utils::203::root:: retcode = 0
2012-08-13 01:03:58::DEBUG::common_utils::318::root:: Found IP Address:
172.16.70.224
2012-08-13 01:03:58::DEBUG::common_utils::318::root:: Found IP Address:
192.168.122.1
2012-08-13 01:03:58::DEBUG::engine-setup::2004::root:: initiating command
line option parser
2012-08-13 01:03:58::DEBUG::engine-setup::1897::root:: Entered
main(configFile='None')
2012-08-13 01:03:58::DEBUG::engine-setup::1464::root:: checking the status
of engine
2012-08-13 01:03:58::DEBUG::common_utils::196::root:: cmd = /sbin/service
ovirt-engine status
2012-08-13 01:03:58::DEBUG::common_utils::201::root:: output =
ovirt-engine.service - oVirt Engine
Loaded: loaded (/usr/lib/systemd/system/ovirt-engine.service; enabled)
Active: failed (Result: signal) since Mon, 13 Aug 2012 00:55:25
+0800; 8min ago
Main PID: 587 (code=killed, signal=KILL)
CGroup: name=systemd:/system/ovirt-engine.service
2012-08-13 01:03:58::DEBUG::common_utils::202::root:: stderr = Redirecting
to /bin/systemctl status ovirt-engine.service
2012-08-13 01:03:58::DEBUG::common_utils::203::root:: retcode = 3
2012-08-13 01:03:58::DEBUG::engine-setup::1211::root:: going over group
{'PRE_CONDITION_MATCH': True, 'DESCRIPTION': 'General configuration
parameters', 'POST_CONDITION': False, 'GROUP_NAME': 'ALL_PARAMS',
'PRE_CONDITION': False, 'POST_CONDITION_MATCH': True}
2012-08-13 01:03:59::DEBUG::engine_validators::48::root:: Validating 8080
as a valid TCP Port
2012-08-13 01:03:59::DEBUG::common_utils::175::root:: Checking if TCP port
8080 is open by any process
2012-08-13 01:03:59::DEBUG::common_utils::196::root:: cmd = /usr/sbin/lsof
-i -n -P
2012-08-13 01:03:59::DEBUG::common_utils::201::root:: output = COMMAND
PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
systemd 1 root 29u IPv6 12597 0t0 TCP *:631 (LISTEN)
systemd 1 root 30u IPv4 12598 0t0 UDP *:631
avahi-dae 606 avahi 12u IPv4 16379 0t0 UDP *:5353
avahi-dae 606 avahi 13u IPv4 16380 0t0 UDP *:57705
chronyd 648 chrony 1u IPv4 12086 0t0 UDP *:123
chronyd 648 chrony 2u IPv6 12087 0t0 UDP *:123
chronyd 648 chrony 3u IPv4 12088 0t0 UDP *:323
chronyd 648 chrony 5u IPv6 12089 0t0 UDP *:323
rpcbind 785 root 7u IPv4 18666 0t0 UDP *:111
rpcbind 785 root 8u IPv4 18667 0t0 UDP *:959
rpcbind 785 root 9u IPv4 18668 0t0 TCP *:111 (LISTEN)
rpcbind 785 root 10u IPv6 18669 0t0 UDP *:111
rpcbind 785 root 11u IPv6 18670 0t0 UDP *:959
rpcbind 785 root 12u IPv6 18671 0t0 TCP *:111 (LISTEN)
rpc.statd 828 rpcuser 5u IPv4 15226 0t0 UDP 127.0.0.1:1004
rpc.statd 828 rpcuser 8u IPv4 15296 0t0 UDP *:48348
rpc.statd 828 rpcuser 9u IPv4 15298 0t0 TCP *:49245 (LISTEN)
rpc.statd 828 rpcuser 10u IPv6 15300 0t0 UDP *:48164
rpc.statd 828 rpcuser 11u IPv6 15302 0t0 TCP *:37143 (LISTEN)
dnsmasq 885 nobody 5u IPv4 17073 0t0 UDP *:67
dnsmasq 885 nobody 6u IPv4 17077 0t0 UDP 192.168.122.1:53
dnsmasq 885 nobody 7u IPv4 17078 0t0 TCP
192.168.122.1:53(LISTEN)
rpc.mount 959 root 7u IPv4 15360 0t0 UDP *:20048
rpc.mount 959 root 8u IPv4 20482 0t0 TCP *:20048 (LISTEN)
rpc.mount 959 root 9u IPv6 20484 0t0 UDP *:20048
rpc.mount 959 root 10u IPv6 20486 0t0 TCP *:20048 (LISTEN)
httpd 986 root 3u IPv4 19590 0t0 TCP *:12080 (LISTEN)
httpd 990 apache 3u IPv4 19590 0t0 TCP *:12080 (LISTEN)
httpd 991 apache 3u IPv4 19590 0t0 TCP *:12080 (LISTEN)
httpd 992 apache 3u IPv4 19590 0t0 TCP *:12080 (LISTEN)
httpd 993 apache 3u IPv4 19590 0t0 TCP *:12080 (LISTEN)
httpd 994 apache 3u IPv4 19590 0t0 TCP *:12080 (LISTEN)
httpd 995 apache 3u IPv4 19590 0t0 TCP *:12080 (LISTEN)
httpd 996 apache 3u IPv4 19590 0t0 TCP *:12080 (LISTEN)
httpd 997 apache 3u IPv4 19590 0t0 TCP *:12080 (LISTEN)
proftpd 1002 nobody 2u IPv6 18309 0t0 TCP *:12021 (LISTEN)
mysqld 1203 mysql 10u IPv4 20816 0t0 TCP *:3306 (LISTEN)
cupsd 1780 root 4u IPv6 12597 0t0 TCP *:631 (LISTEN)
cupsd 1780 root 5u IPv4 12598 0t0 UDP *:631
cupsd 1780 root 12u IPv4 21343 0t0 TCP 127.0.0.1:631(LISTEN)
dhclient 3149 root 6u IPv4 28928 0t0 UDP *:68
dhclient 3149 root 20u IPv4 29992 0t0 UDP *:3721
dhclient 3149 root 21u IPv6 29993 0t0 UDP *:29724
firefox 3153 robberphex 50u IPv4 32247 0t0 TCP
172.16.70.224:40030->74.125.31.18:443 (ESTABLISHED)
firefox 3153 robberphex 65u IPv4 45162 0t0 TCP
172.16.70.224:60227->74.125.31.106:443 (ESTABLISHED)
firefox 3153 robberphex 66u IPv4 45185 0t0 TCP
172.16.70.224:46433->74.125.31.94:443 (ESTABLISHED)
firefox 3153 robberphex 67u IPv4 45190 0t0 TCP
172.16.70.224:37722->74.125.31.138:443 (ESTABLISHED)
telepathy 3224 robberphex 10u IPv4 28333 0t0 TCP
172.16.70.224:43924->74.125.31.125:5222 (ESTABLISHED)
telepathy 3224 robberphex 16u IPv4 31169 0t0 TCP
172.16.70.224:40980->207.46.124.170:5222 (ESTABLISHED)
telepathy 3225 robberphex 8u IPv4 30929 0t0 TCP
172.16.70.224:33843->78.40.125.4:6697 (ESTABLISHED)
plugin-co 4223 robberphex 22u IPv4 34571 0t0 TCP 127.0.0.1:33441->
127.0.0.1:38507 (ESTABLISHED)
GoogleTal 4278 robberphex 16u IPv4 36888 0t0 TCP
127.0.0.1:38507(LISTEN)
GoogleTal 4278 robberphex 18u IPv4 36895 0t0 TCP
127.0.0.1:54688(LISTEN)
GoogleTal 4278 robberphex 21u IPv4 35218 0t0 TCP 127.0.0.1:38507->
127.0.0.1:33441 (ESTABLISHED)
sendmail 4443 root 4u IPv4 37046 0t0 TCP 127.0.0.1:25(LISTEN)
postgres 5872 postgres 3u IPv4 46120 0t0 TCP
127.0.0.1:5432(LISTEN)
postgres 5872 postgres 6u IPv4 41925 0t0 UDP 127.0.0.1:42123->
127.0.0.1:42123
postgres 5875 postgres 6u IPv4 41925 0t0 UDP 127.0.0.1:42123->
127.0.0.1:42123
postgres 5876 postgres 6u IPv4 41925 0t0 UDP 127.0.0.1:42123->
127.0.0.1:42123
postgres 5877 postgres 6u IPv4 41925 0t0 UDP 127.0.0.1:42123->
127.0.0.1:42123
postgres 5878 postgres 6u IPv4 41925 0t0 UDP 127.0.0.1:42123->
127.0.0.1:42123
2012-08-13 01:03:59::DEBUG::common_utils::202::root:: stderr =
2012-08-13 01:03:59::DEBUG::common_utils::203::root:: retcode = 0
2012-08-13 01:04:00::DEBUG::engine_validators::48::root:: Validating 8443
as a valid TCP Port
2012-08-13 01:04:00::DEBUG::common_utils::175::root:: Checking if TCP port
8443 is open by any process
2012-08-13 01:04:00::DEBUG::common_utils::196::root:: cmd = /usr/sbin/lsof
-i -n -P
2012-08-13 01:04:00::DEBUG::common_utils::201::root:: output = COMMAND
PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
systemd 1 root 29u IPv6 12597 0t0 TCP *:631 (LISTEN)
systemd 1 root 30u IPv4 12598 0t0 UDP *:631
avahi-dae 606 avahi 12u IPv4 16379 0t0 UDP *:5353
avahi-dae 606 avahi 13u IPv4 16380 0t0 UDP *:57705
chronyd 648 chrony 1u IPv4 12086 0t0 UDP *:123
chronyd 648 chrony 2u IPv6 12087 0t0 UDP *:123
chronyd 648 chrony 3u IPv4 12088 0t0 UDP *:323
chronyd 648 chrony 5u IPv6 12089 0t0 UDP *:323
rpcbind 785 root 7u IPv4 18666 0t0 UDP *:111
rpcbind 785 root 8u IPv4 18667 0t0 UDP *:959
rpcbind 785 root 9u IPv4 18668 0t0 TCP *:111 (LISTEN)
rpcbind 785 root 10u IPv6 18669 0t0 UDP *:111
rpcbind 785 root 11u IPv6 18670 0t0 UDP *:959
rpcbind 785 root 12u IPv6 18671 0t0 TCP *:111 (LISTEN)
rpc.statd 828 rpcuser 5u IPv4 15226 0t0 UDP 127.0.0.1:1004
rpc.statd 828 rpcuser 8u IPv4 15296 0t0 UDP *:48348
rpc.statd 828 rpcuser 9u IPv4 15298 0t0 TCP *:49245 (LISTEN)
rpc.statd 828 rpcuser 10u IPv6 15300 0t0 UDP *:48164
rpc.statd 828 rpcuser 11u IPv6 15302 0t0 TCP *:37143 (LISTEN)
dnsmasq 885 nobody 5u IPv4 17073 0t0 UDP *:67
dnsmasq 885 nobody 6u IPv4 17077 0t0 UDP 192.168.122.1:53
dnsmasq 885 nobody 7u IPv4 17078 0t0 TCP
192.168.122.1:53(LISTEN)
rpc.mount 959 root 7u IPv4 15360 0t0 UDP *:20048
rpc.mount 959 root 8u IPv4 20482 0t0 TCP *:20048 (LISTEN)
rpc.mount 959 root 9u IPv6 20484 0t0 UDP *:20048
rpc.mount 959 root 10u IPv6 20486 0t0 TCP *:20048 (LISTEN)
httpd 986 root 3u IPv4 19590 0t0 TCP *:12080 (LISTEN)
httpd 990 apache 3u IPv4 19590 0t0 TCP *:12080 (LISTEN)
httpd 991 apache 3u IPv4 19590 0t0 TCP *:12080 (LISTEN)
httpd 992 apache 3u IPv4 19590 0t0 TCP *:12080 (LISTEN)
httpd 993 apache 3u IPv4 19590 0t0 TCP *:12080 (LISTEN)
httpd 994 apache 3u IPv4 19590 0t0 TCP *:12080 (LISTEN)
httpd 995 apache 3u IPv4 19590 0t0 TCP *:12080 (LISTEN)
httpd 996 apache 3u IPv4 19590 0t0 TCP *:12080 (LISTEN)
httpd 997 apache 3u IPv4 19590 0t0 TCP *:12080 (LISTEN)
proftpd 1002 nobody 2u IPv6 18309 0t0 TCP *:12021 (LISTEN)
mysqld 1203 mysql 10u IPv4 20816 0t0 TCP *:3306 (LISTEN)
cupsd 1780 root 4u IPv6 12597 0t0 TCP *:631 (LISTEN)
cupsd 1780 root 5u IPv4 12598 0t0 UDP *:631
cupsd 1780 root 12u IPv4 21343 0t0 TCP 127.0.0.1:631(LISTEN)
dhclient 3149 root 6u IPv4 28928 0t0 UDP *:68
dhclient 3149 root 20u IPv4 29992 0t0 UDP *:3721
dhclient 3149 root 21u IPv6 29993 0t0 UDP *:29724
firefox 3153 robberphex 50u IPv4 32247 0t0 TCP
172.16.70.224:40030->74.125.31.18:443 (ESTABLISHED)
firefox 3153 robberphex 65u IPv4 45162 0t0 TCP
172.16.70.224:60227->74.125.31.106:443 (ESTABLISHED)
firefox 3153 robberphex 66u IPv4 45185 0t0 TCP
172.16.70.224:46433->74.125.31.94:443 (ESTABLISHED)
firefox 3153 robberphex 67u IPv4 45190 0t0 TCP
172.16.70.224:37722->74.125.31.138:443 (ESTABLISHED)
telepathy 3224 robberphex 10u IPv4 28333 0t0 TCP
172.16.70.224:43924->74.125.31.125:5222 (ESTABLISHED)
telepathy 3224 robberphex 16u IPv4 31169 0t0 TCP
172.16.70.224:40980->207.46.124.170:5222 (ESTABLISHED)
telepathy 3225 robberphex 8u IPv4 30929 0t0 TCP
172.16.70.224:33843->78.40.125.4:6697 (ESTABLISHED)
plugin-co 4223 robberphex 22u IPv4 34571 0t0 TCP 127.0.0.1:33441->
127.0.0.1:38507 (ESTABLISHED)
GoogleTal 4278 robberphex 16u IPv4 36888 0t0 TCP
127.0.0.1:38507(LISTEN)
GoogleTal 4278 robberphex 18u IPv4 36895 0t0 TCP
127.0.0.1:54688(LISTEN)
GoogleTal 4278 robberphex 21u IPv4 35218 0t0 TCP 127.0.0.1:38507->
127.0.0.1:33441 (ESTABLISHED)
sendmail 4443 root 4u IPv4 37046 0t0 TCP 127.0.0.1:25(LISTEN)
postgres 5872 postgres 3u IPv4 46120 0t0 TCP
127.0.0.1:5432(LISTEN)
postgres 5872 postgres 6u IPv4 41925 0t0 UDP 127.0.0.1:42123->
127.0.0.1:42123
postgres 5875 postgres 6u IPv4 41925 0t0 UDP 127.0.0.1:42123->
127.0.0.1:42123
postgres 5876 postgres 6u IPv4 41925 0t0 UDP 127.0.0.1:42123->
127.0.0.1:42123
postgres 5877 postgres 6u IPv4 41925 0t0 UDP 127.0.0.1:42123->
127.0.0.1:42123
postgres 5878 postgres 6u IPv4 41925 0t0 UDP 127.0.0.1:42123->
127.0.0.1:42123
2012-08-13 01:04:00::DEBUG::common_utils::202::root:: stderr =
2012-08-13 01:04:00::DEBUG::common_utils::203::root:: retcode = 0
2012-08-13 01:04:00::DEBUG::engine-setup::433::root:: setting default value
(00:1A:4A:A8:7A:00-00:1A:4A:A8:7A:FF) for key (MAC_RANGE)
2012-08-13 01:04:01::INFO::engine_validators::122::root:: Validating
RobberPhex-PC as a FQDN
2012-08-13 01:04:01::INFO::engine_validators::96::root:: validating
RobberPhex-PC as a valid domain string
2012-08-13 01:04:01::DEBUG::engine-setup::519::root:: asking user: User
input failed validation, do you still wish to use it? (yes|no):
2012-08-13 01:04:03::DEBUG::engine-setup::523::root:: user answered: yes
2012-08-13 01:04:06::DEBUG::engine_validators::71::root:: Validating
password
2012-08-13 01:04:06::WARNING::engine_validators::77::root:: Password failed
check
2012-08-13 01:04:06::WARNING::engine_validators::78::root:: Traceback (most
recent call last):
File "/usr/share/ovirt-engine/scripts/engine_validators.py", line 75, in
validatePassword
cracklib.FascistCheck(param)
ValueError: it is based on a dictionary word
2012-08-13 01:04:13::DEBUG::engine_validators::71::root:: Validating
password
2012-08-13 01:04:13::WARNING::engine_validators::77::root:: Password failed
check
2012-08-13 01:04:13::WARNING::engine_validators::78::root:: Traceback (most
recent call last):
File "/usr/share/ovirt-engine/scripts/engine_validators.py", line 75, in
validatePassword
cracklib.FascistCheck(param)
ValueError: it is based on a dictionary word
2012-08-13 01:04:30::INFO::engine_validators::203::root:: validating
organization name
2012-08-13 01:04:31::INFO::engine_validators::84::root:: Validating NFS as
part of ['NFS', 'FC', 'ISCSI']
2012-08-13 01:04:31::DEBUG::engine-setup::1211::root:: going over group
{'PRE_CONDITION_MATCH': 'yes', 'DESCRIPTION': 'ISO Domain paramters',
'POST_CONDITION': False, 'GROUP_NAME': 'NFS', 'PRE_CONDITION':
'CONFIG_NFS', 'POST_CONDITION_MATCH': True}
2012-08-13 01:04:31::INFO::engine_validators::84::root:: Validating yes as
part of ['yes', 'no']
2012-08-13 01:04:36::INFO::engine_validators::17::root:: validating
/mnt/iso as a valid mount point
2012-08-13 01:04:36::DEBUG::engine_validators::288::root:: attempting to
write temp file to /mnt
2012-08-13 01:04:36::DEBUG::common_utils::349::root:: Checking available
space on /mnt
2012-08-13 01:04:36::DEBUG::common_utils::354::root:: Available space on
/mnt is 59217
2012-08-13 01:04:42::INFO::engine_validators::186::root:: validating iso
domain name
2012-08-13 01:04:42::DEBUG::engine-setup::1211::root:: going over group
{'PRE_CONDITION_MATCH': True, 'DESCRIPTION': 'Firewall related paramters',
'POST_CONDITION': False, 'GROUP_NAME': 'IPTABLES', 'PRE_CONDITION': False,
'POST_CONDITION_MATCH': True}
2012-08-13 01:04:47::INFO::engine_validators::84::root:: Validating yes as
part of ['yes', 'no']
2012-08-13 01:04:47::INFO::engine-setup::1292::root:: *** User input
summary ***
2012-08-13 01:04:47::INFO::engine-setup::1307::root:: http-port: 8080
2012-08-13 01:04:47::INFO::engine-setup::1307::root:: https-port: 8443
2012-08-13 01:04:47::INFO::engine-setup::1307::root:: host-fqdn:
RobberPhex-PC
2012-08-13 01:04:47::INFO::engine-setup::1303::root:: auth-pass: ********
2012-08-13 01:04:47::INFO::engine-setup::1303::root:: db-pass: ********
2012-08-13 01:04:47::INFO::engine-setup::1307::root:: org-name:
RobberPhexCloud
2012-08-13 01:04:47::INFO::engine-setup::1307::root:: default-dc-type: NFS
2012-08-13 01:04:47::INFO::engine-setup::1307::root:: nfs-mp: /mnt/iso
2012-08-13 01:04:47::INFO::engine-setup::1307::root:: iso-domain-name: RPiso
2012-08-13 01:04:47::INFO::engine-setup::1307::root:: override-iptables: yes
2012-08-13 01:04:47::INFO::engine-setup::1309::root:: *** User input
summary ***
2012-08-13 01:04:47::DEBUG::engine-setup::519::root:: asking user: Proceed
with the configuration listed above? (yes|no):
2012-08-13 01:04:49::DEBUG::engine-setup::523::root:: user answered: yes
2012-08-13 01:04:49::DEBUG::engine-setup::1336::root:: user chose to accept
user parameters
2012-08-13 01:04:49::DEBUG::engine-setup::1923::root:: {'ORG_NAME':
'RobberPhexCloud', 'HOST_FQDN': 'RobberPhex-PC', 'AUTH_PASS_CONFIRMED':
'********', 'HTTP_PORT': '8080', 'HTTPS_PORT': '8443', 'DB_PASS_CONFIRMED':
'********', 'CONFIG_NFS': 'yes', 'AUTH_PASS': '********', 'DB_PASS':
'********', 'ISO_DOMAIN_NAME': 'RPiso', 'MAC_RANGE':
'00:1A:4A:A8:7A:00-00:1A:4A:A8:7A:FF', 'NFS_MP': '/mnt/iso',
'OVERRIDE_IPTABLES': 'yes', 'DC_TYPE': 'NFS'}
2012-08-13 01:04:49::DEBUG::engine-setup::1926::root:: Entered
Configuration stage
2012-08-13 01:04:49::DEBUG::engine-setup::1016::root:: running
setMaxSharedMemory
2012-08-13 01:04:49::DEBUG::engine-setup::1390::root:: loading
/etc/sysctl.conf
2012-08-13 01:04:49::DEBUG::engine-setup::1397::root:: current shared
memory max in kernel is 35554432, there is no need to update the kernel
parameters
2012-08-13 01:04:49::DEBUG::engine-setup::1019::root:: running _createCA
2012-08-13 01:04:49::DEBUG::engine-setup::729::root:: updating
/etc/pki/ovirt-engine/cacert.template
2012-08-13 01:04:49::DEBUG::engine-setup::729::root:: updating
/etc/pki/ovirt-engine/cert.template
2012-08-13 01:04:49::DEBUG::engine-setup::647::root:: current timezone
offset is -8
2012-08-13 01:04:49::DEBUG::engine-setup::661::root:: Date string is
120812010449-0800
2012-08-13 01:04:49::DEBUG::common_utils::219::root:: Executing command -->
'/etc/pki/ovirt-engine/installCA.sh RobberPhex-PC US RobberPhexCloud engine
******** 120812010449-0800 /etc/pki/ovirt-engine RobberPhex-PC.59529'
2012-08-13 01:04:52::DEBUG::common_utils::226::root:: output =
} Creating CA...
} Creating KeyStore...
}} Converting formats...
> Importing CA certificate...
} Creating client certificate for oVirt...
}} Creating certificate request...
}} Signing certificate request...
X509v3 Subject Key Identifier:
}} Converting formats...
} Importing oVirt certificate...
} Exporting oVirt key as SSH...
2012-08-13 01:04:52::DEBUG::common_utils::227::root:: stderr = Generating
RSA private key, 1024 bit long modulus
.....................................................................++++++
...............++++++
e is 65537 (0x10001)
Using configuration from openssl.conf
Check that the request matches the signature
Signature ok
The Subject's Distinguished Name is as follows
countryName :PRINTABLE:'US'
organizationName :PRINTABLE:'RobberPhexCloud'
commonName :PRINTABLE:'CA-RobberPhex-PC.59529'
Certificate is to be certified until Aug 10 17:04:49 2022 GMT (3650 days)
Write out database with 1 new entries
Data Base Updated
Certificate was added to keystore
Certificate was added to keystore
Using configuration from openssl.conf
Check that the request matches the signature
Signature ok
The Subject's Distinguished Name is as follows
countryName :PRINTABLE:'US'
organizationName :PRINTABLE:'RobberPhexCloud'
commonName :PRINTABLE:'RobberPhex-PC'
Certificate is to be certified until Jul 17 17:04:51 2017 GMT (1800 days)
Write out database with 1 new entries
Data Base Updated
Certificate reply was installed in keystore
Certificate stored in file <keys/engine.pub.tmp>
2012-08-13 01:04:52::DEBUG::common_utils::228::root:: retcode = 0
2012-08-13 01:04:52::DEBUG::common_utils::219::root:: Executing command -->
'/etc/pki/ovirt-engine/generate-ssh-keys -s /etc/pki/ovirt-engine/.keystore
-p ******** -a engine -k /etc/pki/ovirt-engine/keys/engine_id_rsa'
2012-08-13 01:04:52::DEBUG::common_utils::226::root:: output = Finished
successfuly
2012-08-13 01:04:52::DEBUG::common_utils::227::root:: stderr =
2012-08-13 01:04:52::DEBUG::common_utils::228::root:: retcode = 0
2012-08-13 01:04:52::DEBUG::common_utils::406::root:: successfully copied
file /etc/pki/ovirt-engine/keys/engine.ssh.key.txt to target destination
/usr/share/ovirt-engine/deployments/ROOT.war
2012-08-13 01:04:52::DEBUG::common_utils::414::root:: setting file
/usr/share/ovirt-engine/deployments/ROOT.war/engine.ssh.key.txt uid/gid
ownership
2012-08-13 01:04:52::DEBUG::common_utils::417::root:: setting file
/usr/share/ovirt-engine/deployments/ROOT.war/engine.ssh.key.txt mode to -1
2012-08-13 01:04:52::DEBUG::common_utils::219::root:: Executing command -->
'/usr/bin/openssl x509 -in /etc/pki/ovirt-engine/ca.pem -fingerprint -noout'
2012-08-13 01:04:52::DEBUG::common_utils::226::root:: output = SHA1
Fingerprint=38:C1:B1:E0:4F:D6:D6:18:7D:C9:29:BB:0A:AB:60:76:FC:0E:6A:4F
2012-08-13 01:04:52::DEBUG::common_utils::227::root:: stderr =
2012-08-13 01:04:52::DEBUG::common_utils::228::root:: retcode = 0
2012-08-13 01:04:52::DEBUG::common_utils::219::root:: Executing command -->
'/usr/bin/ssh-keygen -lf /etc/pki/ovirt-engine/keys/engine.ssh.key.txt'
2012-08-13 01:04:52::DEBUG::common_utils::226::root:: output = 2048
a8:7f:bd:f9:5d:6f:2d:b0:5f:68:ec:9d:8c:57:3b:63 engine (RSA)
2012-08-13 01:04:52::DEBUG::common_utils::227::root:: stderr =
2012-08-13 01:04:52::DEBUG::common_utils::228::root:: retcode = 0
2012-08-13 01:04:52::DEBUG::engine-setup::722::root:: changing ownership of
/etc/pki/ovirt-engine/ca.pem to 108/986 (uid/gid)
2012-08-13 01:04:52::DEBUG::engine-setup::724::root:: changing file
permissions for /etc/pki/ovirt-engine/ca.pem to 0750
2012-08-13 01:04:52::DEBUG::engine-setup::722::root:: changing ownership of
/etc/pki/ovirt-engine/.keystore to 108/986 (uid/gid)
2012-08-13 01:04:52::DEBUG::engine-setup::724::root:: changing file
permissions for /etc/pki/ovirt-engine/.keystore to 0750
2012-08-13 01:04:52::DEBUG::engine-setup::722::root:: changing ownership of
/etc/pki/ovirt-engine/private to 108/986 (uid/gid)
2012-08-13 01:04:52::DEBUG::engine-setup::724::root:: changing file
permissions for /etc/pki/ovirt-engine/private to 0750
2012-08-13 01:04:52::DEBUG::engine-setup::722::root:: changing ownership of
/etc/pki/ovirt-engine/private/ca.pem to 108/986 (uid/gid)
2012-08-13 01:04:52::DEBUG::engine-setup::724::root:: changing file
permissions for /etc/pki/ovirt-engine/private/ca.pem to 0750
2012-08-13 01:04:52::DEBUG::engine-setup::722::root:: changing ownership of
/etc/pki/ovirt-engine/.truststore to 108/986 (uid/gid)
2012-08-13 01:04:52::DEBUG::engine-setup::724::root:: changing file
permissions for /etc/pki/ovirt-engine/.truststore to 0750
2012-08-13 01:04:52::DEBUG::common_utils::406::root:: successfully copied
file /etc/pki/ovirt-engine/keys/engine.ssh.key.txt to target destination
/usr/share/ovirt-engine/deployments/ROOT.war
2012-08-13 01:04:52::DEBUG::common_utils::414::root:: setting file
/usr/share/ovirt-engine/deployments/ROOT.war/engine.ssh.key.txt uid/gid
ownership
2012-08-13 01:04:52::DEBUG::common_utils::417::root:: setting file
/usr/share/ovirt-engine/deployments/ROOT.war/engine.ssh.key.txt mode to -1
2012-08-13 01:04:52::DEBUG::engine-setup::1016::root:: running
configJbossXml
2012-08-13 01:04:52::DEBUG::engine-setup::1710::root:: Backing up
/etc/ovirt-engine/ovirt-engine.xml into
/etc/ovirt-engine/ovirt-engine.xml.BACKUP.4141705
2012-08-13 01:04:52::DEBUG::common_utils::406::root:: successfully copied
file /etc/ovirt-engine/ovirt-engine.xml to target destination
/etc/ovirt-engine/ovirt-engine.xml.BACKUP.4141705
2012-08-13 01:04:52::DEBUG::common_utils::414::root:: setting file
/etc/ovirt-engine/ovirt-engine.xml.BACKUP.4141705 uid/gid ownership
2012-08-13 01:04:52::DEBUG::common_utils::417::root:: setting file
/etc/ovirt-engine/ovirt-engine.xml.BACKUP.4141705 mode to -1
2012-08-13 01:04:52::DEBUG::common_utils::406::root:: successfully copied
file /etc/ovirt-engine/ovirt-engine.xml to target destination
/etc/ovirt-engine/ovirt-engine.xml.EDIT.9205173
2012-08-13 01:04:52::DEBUG::common_utils::414::root:: setting file
/etc/ovirt-engine/ovirt-engine.xml.EDIT.9205173 uid/gid ownership
2012-08-13 01:04:52::DEBUG::common_utils::417::root:: setting file
/etc/ovirt-engine/ovirt-engine.xml.EDIT.9205173 mode to -1
2012-08-13 01:04:52::DEBUG::engine-setup::1715::root:: loading xml file
handler
2012-08-13 01:04:52::DEBUG::engine-setup::1722::root:: Configuring Jboss
2012-08-13 01:04:52::DEBUG::engine-setup::1781::root:: Configuring Jboss's
network
2012-08-13 01:04:52::DEBUG::engine-setup::1783::root:: Removing all
interfaces from the public interface
2012-08-13 01:04:52::DEBUG::engine-setup::1786::root:: Adding access to
public interface
2012-08-13 01:04:52::DEBUG::engine-setup::1789::root:: Setting ports
2012-08-13 01:04:52::DEBUG::engine-setup::1796::root:: Network has been
configured for jboss
2012-08-13 01:04:52::DEBUG::engine-setup::1802::root:: Configuring SSL for
jboss
2012-08-13 01:04:52::DEBUG::engine-setup::1804::root:: Registering web
namespaces
2012-08-13 01:04:52::DEBUG::engine-setup::1814::root:: Disabling default
welcome-content
2012-08-13 01:04:52::DEBUG::engine-setup::1818::root:: SSL has been
configured for jboss
2012-08-13 01:04:52::DEBUG::engine-setup::1725::root:: Jboss has been
configured
2012-08-13 01:04:52::DEBUG::engine-setup::1731::root:: Jboss configuration
has been saved
2012-08-13 01:04:52::DEBUG::engine-setup::1016::root:: running _editRootWar
2012-08-13 01:04:52::DEBUG::engine-setup::595::root:: update
/etc/ovirt-engine/web-conf.js with http & ssl urls
2012-08-13 01:04:52::DEBUG::common_utils::406::root:: successfully copied
file /etc/ovirt-engine/web-conf.js to target destination
/usr/share/ovirt-engine/deployments/ROOT.war
2012-08-13 01:04:52::DEBUG::common_utils::414::root:: setting file
/usr/share/ovirt-engine/deployments/ROOT.war/web-conf.js uid/gid ownership
2012-08-13 01:04:52::DEBUG::common_utils::417::root:: setting file
/usr/share/ovirt-engine/deployments/ROOT.war/web-conf.js mode to -1
2012-08-13 01:04:52::DEBUG::engine-setup::583::root:: copying
/etc/pki/ovirt-engine/ca.pem to
/usr/share/ovirt-engine/deployments/ROOT.war/ca.crt
2012-08-13 01:04:52::DEBUG::common_utils::406::root:: successfully copied
file /etc/pki/ovirt-engine/ca.pem to target destination
/usr/share/ovirt-engine/deployments/ROOT.war/ca.crt
2012-08-13 01:04:52::DEBUG::common_utils::414::root:: setting file
/usr/share/ovirt-engine/deployments/ROOT.war/ca.crt uid/gid ownership
2012-08-13 01:04:52::DEBUG::common_utils::417::root:: setting file
/usr/share/ovirt-engine/deployments/ROOT.war/ca.crt mode to -1
2012-08-13 01:04:52::DEBUG::engine-setup::1635::root:: checking if rhevm db
is already installed..
2012-08-13 01:04:52::DEBUG::common_utils::235::root:: running sql query
engine on db: 'select 1'.
2012-08-13 01:04:52::DEBUG::common_utils::196::root:: cmd = /usr/bin/psql
-U postgres -d engine -c "select 1"
2012-08-13 01:04:52::DEBUG::common_utils::201::root:: output =
2012-08-13 01:04:52::DEBUG::common_utils::202::root:: stderr = psql: FATAL:
database "engine" does not exist
2012-08-13 01:04:52::DEBUG::common_utils::203::root:: retcode = 2
2012-08-13 01:04:52::DEBUG::engine-setup::1016::root:: running
_updatePgPassFile
2012-08-13 01:04:52::DEBUG::engine-setup::950::root:: found existing pgpass
file, backing current to /root/.pgpass.2012_08_13_01_04_52
2012-08-13 01:04:52::DEBUG::engine-setup::1016::root:: running
_encryptDBPass
2012-08-13 01:04:52::DEBUG::common_utils::219::root:: Executing command -->
'/etc/pki/ovirt-engine/encryptpasswd.sh ********'
2012-08-13 01:04:52::DEBUG::common_utils::226::root:: output = Encoded
password: -39a96ce1daaca3a5
2012-08-13 01:04:52::DEBUG::common_utils::227::root:: stderr =
2012-08-13 01:04:52::DEBUG::common_utils::228::root:: retcode = 0
2012-08-13 01:04:52::DEBUG::common_utils::376::root:: found new parsed
string: -39a96ce1daaca3a5
2012-08-13 01:04:52::DEBUG::engine-setup::1016::root:: running
configEncryptedPass
2012-08-13 01:04:52::DEBUG::engine-setup::1677::root:: Backing up
/etc/ovirt-engine/ovirt-engine.xml into None
2012-08-13 01:04:52::DEBUG::common_utils::406::root:: successfully copied
file /etc/ovirt-engine/ovirt-engine.xml to target destination
/etc/ovirt-engine/ovirt-engine.xml.EDIT.6399505
2012-08-13 01:04:52::DEBUG::common_utils::414::root:: setting file
/etc/ovirt-engine/ovirt-engine.xml.EDIT.6399505 uid/gid ownership
2012-08-13 01:04:52::DEBUG::common_utils::417::root:: setting file
/etc/ovirt-engine/ovirt-engine.xml.EDIT.6399505 mode to -1
2012-08-13 01:04:52::DEBUG::engine-setup::1681::root:: loading xml file
handler
2012-08-13 01:04:52::DEBUG::engine-setup::1742::root:: Configuring security
for jboss
2012-08-13 01:04:52::DEBUG::engine-setup::1744::root:: Registering security
namespaces
2012-08-13 01:04:53::DEBUG::engine-setup::1774::root:: Security has been
configured for jboss
2012-08-13 01:04:53::DEBUG::engine-setup::1693::root:: Jboss configuration
has been saved
2012-08-13 01:04:53::DEBUG::engine-setup::1016::root:: running _createDB
2012-08-13 01:04:53::DEBUG::engine-setup::806::root:: installing postgres db
2012-08-13 01:04:53::DEBUG::engine-setup::809::root:: engine db creation is
logged at /var/log/ovirt-engine//engine-db-install-2012_08_13_01_04_53.log
2012-08-13 01:04:53::DEBUG::common_utils::219::root:: Executing command -->
'/usr/share/ovirt-engine/dbscripts/engine-db-install.sh
engine-db-install-2012_08_13_01_04_53.log ********'
2012-08-13 01:04:56::DEBUG::common_utils::226::root:: output = error,
failed creating enginedb
2012-08-13 01:04:56::DEBUG::common_utils::227::root:: stderr =
2012-08-13 01:04:56::DEBUG::common_utils::228::root:: retcode = 1
2012-08-13 01:04:56::DEBUG::engine-setup::1614::root:: *** The following
params were used as user input:
2012-08-13 01:04:56::DEBUG::engine-setup::1618::root:: override-iptables:
yes
2012-08-13 01:04:56::DEBUG::engine-setup::1618::root:: http-port: 8080
2012-08-13 01:04:56::DEBUG::engine-setup::1618::root:: https-port: 8443
2012-08-13 01:04:56::DEBUG::engine-setup::1618::root:: mac-range:
00:1A:4A:A8:7A:00-00:1A:4A:A8:7A:FF
2012-08-13 01:04:56::DEBUG::engine-setup::1618::root:: host-fqdn:
RobberPhex-PC
2012-08-13 01:04:56::DEBUG::engine-setup::1618::root:: auth-pass: ********
2012-08-13 01:04:56::DEBUG::engine-setup::1618::root:: db-pass: ********
2012-08-13 01:04:56::DEBUG::engine-setup::1618::root:: org-name:
RobberPhexCloud
2012-08-13 01:04:56::DEBUG::engine-setup::1618::root:: default-dc-type: NFS
2012-08-13 01:04:56::DEBUG::engine-setup::1618::root:: config-nfs: yes
2012-08-13 01:04:56::DEBUG::engine-setup::1618::root:: nfs-mp: /mnt/iso
2012-08-13 01:04:56::DEBUG::engine-setup::1618::root:: iso-domain-name:
RPiso
2012-08-13 01:04:56::ERROR::engine-setup::2115::root:: Traceback (most
recent call last):
File "/bin/engine-setup", line 2109, in <module>
main(confFile)
File "/bin/engine-setup", line 1930, in main
runMainFunctions(conf)
File "/bin/engine-setup", line 1852, in runMainFunctions
runFunction([_createDB, _updateVDCOptions],
output_messages.INFO_CREATE_DB)
File "/bin/engine-setup", line 1026, in runFunction
raise Exception(instance)
Exception: Database creation failed
I think postgresql-Mon.log is useful:
LOG: database system was shut down at 2012-08-13 01:00:57 CST
LOG: autovacuum launcher started
LOG: database system is ready to accept connections
FATAL: database "engine" does not exist
LOG: received fast shutdown request
LOG: aborting any active transactions
LOG: autovacuum launcher shutting down
LOG: shutting down
LOG: database system is shut down
LOG: database system was shut down at 2012-08-13 01:01:46 CST
LOG: autovacuum launcher started
LOG: database system is ready to accept connections
FATAL: database "engine" does not exist
ERROR: database "engine" does not exist
STATEMENT: DROP DATABASE engine;
ERROR: extension "uuid-ossp" already exists
STATEMENT: CREATE EXTENSION "uuid-ossp";
Any idea whats wrong and how I can fix it?
5 years, 6 months
[Users] mozilla-xpi for Ubuntu
by Mario Giammarco
Hello,
I need a working mozilla-xpi for Ubuntu 12.04 (and soon 12.10).
It is strange that an opensource project as ovirt is only working on Fedora.
Thanks in advance for any help.
Mario
5 years, 8 months
Re: [Users] Fwd: Trouble with SSO rhev-agent and rhev-agent-pam-rhev-cred
by Gal Hammer
On 20/08/2012 08:31, Roy Golan wrote:
> Cannot login with SSO on system...
>
> cat /var/log/secure
>
> Aug 19 03:54:43 ws2 pam: gdm-rhevcred[2618]:
> pam_unix(gdm-rhevcred:auth): conversation failed
> Aug 19 03:54:43 ws2 pam: gdm-rhevcred[2618]:
> pam_unix(gdm-rhevcred:auth): auth could not identify password for
> [sirin]
> Aug 19 03:54:43 ws2 pam: gdm-rhevcred[2618]:
> pam_sss(gdm-rhevcred:auth): system info: [Cannot read password]
> Aug 19 03:54:43 ws2 pam: gdm-rhevcred[2618]:
> pam_sss(gdm-rhevcred:auth): authentication failure; logname= uid=0
> euid=0 tty=:0 ruser= rhost= user=sirin
> Aug 19 03:54:43 ws2 pam: gdm-rhevcred[2618]:
> pam_sss(gdm-rhevcred:auth): received for user sirin: 4 (System error)
> Aug 19 03:54:43 ws2 pam: gdm-password[2617]:
> pam_unix(gdm-password:auth): conversation failed
> Aug 19 03:54:43 ws2 pam: gdm-password[2617]:
> pam_unix(gdm-password:auth): auth could not identify password for
> [sirin]
> Aug 19 03:54:43 ws2 pam: gdm-password[2617]:
> pam_sss(gdm-password:auth): system info: [Cannot read password]
> Aug 19 03:54:43 ws2 pam: gdm-password[2617]:
> pam_sss(gdm-password:auth): authentication failure; logname= uid=0
> euid=0 tty=:0 ruser= rhost= user=sirin
> Aug 19 03:54:43 ws2 pam: gdm-password[2617]:
> pam_sss(gdm-password:auth): received for user sirin: 4 (System error)
> Aug 19 03:54:43 ws2 pam: gdm-password[2617]: gkr-pam: no password is
> available for user
>
> But login with user and password done... I use FreeIPA for this user.
>
> What could be wrong?
What does the agent's log say (/var/log/ovirt-guest-agent.log)?
Usually, if everything is running as it should, the problem is that the
Linux machine is not configure to work with the same authentication
server as the one that the RHEV-M is using.
Gal.
5 years, 10 months
[Users] HowTo: Spice ActiveX Plugin/Virt Viewer Console on oVirt 3.1
by Dead Horse
I have seen this question asked many times on this list and the spice-devel
list. Now having figured out how to make it work I will provide the answer
to the rest of the community.
*NOTE* this only applies to Windows/Internet Explorer users. There exists
no other option other than the html5 spice console (still beta/in
development) for windows users ATM. This will also only work with Internet
Explorer.
Basic Steps:
- Install an oVirt server.
- Add at least one node
- Setup storage/iso/export domains
Advanced steps
- Start by downloading: http://elmarco.fedorapeople.org/spice.cab
- Create a directory for it oVirt looks by default in /usr/share/spice
- Rename spice.cab to SpiceX.cab and copy it into /usr/share/spice
- Now edit /usr/share/ovirt-engine/engine.ear/root.war/WEB-INF and add the
following:
<!-- SpiceX.cab -->
<servlet>
<servlet-name>SpiceX.cab</servlet-name>
<servlet-class>org.ovirt.engine.core.FileServlet</servlet-class>
<init-param>
<param-name>type</param-name>
<param-value>application/octet-stream</param-value>
</init-param>
<init-param>
<param-name>file</param-name>
<param-value>/usr/share/spice/SpiceX.cab</param-value>
</init-param>
</servlet>
<servlet-mapping>
<servlet-name>SpiceX.cab</servlet-name>
<url-pattern>/spice/SpiceX.cab</url-pattern>
</servlet-mapping>
- Next create an html file within
/usr/share/ovirt-engine/engine.ear/root.war
- In the example below an html file called "spice.html"
- Copy/Paste the below into spice.html:
<!DOCTYPE html>
<html>
<head>
<title>SPICE Plugin Installer</title>
<script type="text/javascript">
function installSpice()
{
try {
document.getElementById('SpiceX').innerHTML = '<OBJECT id="SpiceX"
codebase="/spice/SpiceX.cab"
classid="clsid:ACD6D89C-938D-49B4-8E81-DDBD13F4B48A" width="0"
height="0"></OBJECT>';
} catch (ex) {
alert("Epic Fail!: " + ex.Description);
}
}
</script>
</head>
<body>
<p>
<p><b id='SpiceX'>Spice ActiveX Plugin</b> </p>
<button onclick='installSpice()'>Install Spice Plugin</button>
</p>
</body>
</html>
- Save the file
- You will now need to restart the ovirt-engine service EG: systemctl
restart ovirt-engine.service OR service ovirt-engine restart
- The installer page will now be available at http://<url to ovirt
server>/spice.html EX: http://ovirt.azeroth.net/spice.html
- Navigate to that page and click the install button
- IE will prompt you to deploy/install the SpiceX cabinet file
- It may gripe about an unsigned or untrusted source, acknowledge this an
proceed anyways
- If the install succeeds the text "Spice ActiveX Plugin" on the page will
change to blank (it's actually the plugin with null values)
- The console button in the user and webadmin portals will now launch the
new virt-viwer spice based console!
Happy Spice Consoling to your VM's from Windows!
*NOTE*
To uninstall the plugin:
- The below removes the add-on from IE (EG: removes knowledge of
"application/x-spice")
- pop a command terminal and type:
On Windows XP: regsvr32 /u "C:\Documents and Settings\Administrator\Local
Settings\Application Data\virt-viewer\bin\SpiceX.dll"
On Windows 7 regsvr32 /u C:\Documents and Settings\Administrator\Local
Settings\AppData\virt-viewer\bin\SpiceX.dll"
- Next we need to remove the rest of virt-viewer
- Go to add/remove programs and uninstall virt-viewer, this removes the
rest of virt-viewer from the system
5 years, 11 months
Re: [Users] Fwd: Features/Vdsm for PPC64
by Pradipta Kumar Banerjee
On 09/12/2012 10:19 AM, Deepak C Shetty wrote:
> FYI - sending to ur imap id.
>
> -------- Original Message --------
> Subject: [Users] Features/Vdsm for PPC64
> Date: Sun, 9 Sep 2012 14:15:31 -0400
> From: Andrei Vakhnin <Andrey.A.Vakhnin(a)nasa.gov>
> To: <users(a)ovirt.org>
>
>
>
> Looks like ovirt-engine and vdsm support for IBM POWER 7 is on road map. Is there a plan to support IBM POWER6 architecture?
> We're looking to virtualize 5 x IBM POWER6 BladeCenter H to utilize libvirt and KVM on SLES11 pcc64 blades. Thanks
Hi Andrei,
I don't think KVM will be natively supported on POWER6 platform.
>
> http://wiki.ovirt.org/wiki/Features/Vdsm_for_PPC64
>
>
> Andrei
>
>
>
>
> _______________________________________________
> Users mailing list
> Users(a)ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users
>
>
--
Regards,
Pradipta
6 years, 2 months
[Users] ovirt-node install hangs
by Alexandre Santos
Hi,
I'm trying to install the ovirt-node iso image on a SATA disk and when it
gets to the screen where it shows 25% completed the kernel hangs. I can't
connect using a serial console to see what has happened. If I reboot using
a usb linux disk I see that the SATA disk has been formated and the
partitions that existed before disappeared, being there just one partition
of type "ee"
If I use a 8 GB usb pen-drive instead of the SATA disk, the installation
comes to an end and I reboot but then I get some error about not getting
/dev/mapper/by-name/Root and the boot fails to a dracut shell.
Any ideas?
BTW, this happens with both 2.5.1 and 2.5.2
Alex
6 years, 2 months
Re: [Users] fw: Migrating ovirt-engine to new server
by Neil
On Wed, Oct 3, 2012 at 4:06 PM, Itamar Heim <iheim(a)redhat.com> wrote:
> On 10/03/2012 04:04 PM, Neil wrote:
>>
>> Thanks for coming back to me.
>>
>> On Wed, Oct 3, 2012 at 4:00 PM, Itamar Heim <iheim(a)redhat.com> wrote:
>>
>>> do you need to keep the VMs, or just move the LUNs to create a new one?
>>> if you just want to create a new one, you just need to clear the LUNs (DD
>>> over them) so engine will let you use them (or remove them from first
>>> engine
>>> which will format them for same end goal.
>>
>>
>> I need to keep the VM's unfortunately.
>> Logically speaking all I need to do is detach the main data domain
>> from one ovirt-engine and re-attach it to the new ovirt-engine.
>
> sadly, not that easy yet (though just discussed today the need to push this
> feature).
>
> easiest would be to export them to an nfs export domain, re-purpose the
> LUNs, and import to the new system.
>
> if not feasible, need to hack a bit probably.
Oh crumbs! I thought that was wishful thinking though :)
Exporting the VM's to NFS will take too long due to the total size
being 4TB and the VM's are a mail, proxy and pdc servers so getting
that much downtime won't be possible. Is attempting the upgrade
path(http://wiki.ovirt.org/wiki/OVirt_3.0_to_3.1_upgrade) again my
only option then?
Even if I manage to get the "upgrade" working will I still need to
export/import the VM's via NFS or will the datacentre move across once
it can be detached?
Thanks!
Neil
6 years, 3 months
[Users] Jboss service.Check Error During Install
by Jason Scalia
Hello,
I'm encountering the following error while trying to install Ovirt 3.1 on a
fully updated fedora 17 x64 install:
Installing:
AIO: Validating CPU Compatibility... [ DONE ]
Configuring oVirt-engine... [ DONE ]
Creating CA... [ DONE ]
Editing JBoss Configuration... [ DONE ]
Setting Database Configuration... [ DONE ]
Setting Database Security... [ DONE ]
Creating Database... [ DONE ]
Updating the Default Data Center Storage Type... [ DONE ]
Editing oVirt Engine Configuration... [ DONE ]
Editing Postgresql Configuration... [ DONE ]
Configuring the Default ISO Domain... [ DONE ]
Configuring Firewall (iptables)... [ DONE ]
Starting JBoss Service... [ DONE ]
Handling HTTPD... [ DONE ]
AIO: Creating storage directory... [ DONE ]
AIO: Adding Local Datacenter and cluster... [ ERROR ]
Error: There's a problem with JBoss service.Check that it's up and rerun
setup.
Please check log file
/var/log/ovirt-engine/engine-setup_2012_10_07_17_47_45.log for more
information
I did some googling and came across this:
https://bugzilla.redhat.com/show_bug.cgi?format=multiple&id=857692
Though I am using 64 bit java so I don't think the issue is related.
[root@alpha ~]# java -version
java version "1.7.0_06-icedtea"
OpenJDK Runtime Environment (fedora-2.3.1.fc17.2-x86_64)
OpenJDK 64-Bit Server VM (build 23.2-b09, mixed mode)
I've attached the error log. If anybody could point me in the right
direction, it would be greatly appreciated.
Thanks.
Jason Scalia
6 years, 3 months