Re: [Users] Latest VDSM uses newer qemu than EL6 provides

2012-11-09 Thread Dead Horse
I figured that was the case, thanks for the heads up.
 - DHC


On Fri, Nov 9, 2012 at 3:35 AM, Vinzenz Feenstra wrote:

>  Hi,
>
> Well this is a RPM spec file change, qemu-kvm will eventually follow as
> well after it was tested.
> It just needs some more time to be released.
>
> Regards,
>
>
> On 11/09/2012 03:32 AM, Dead Horse wrote:
>
> I noticed a change 12 days ago in the VDSM master branch with what version
> of qemu that VDSM requires. (Commit:
> 1ce73032d9238a1bf4c55400392d5ce47dfa2d43)
>
> Change:
>   # Update the qemu-kvm requires when block_stream will be included
> -Requires: qemu-kvm >= 2:0.12.1.2-2.227
> -Requires: qemu-img >= 2:0.12.1.2-2.227
> +Requires: qemu-kvm >= 2:0.12.1.2-2.295.el6_3.4
> +Requires: qemu-img >= 2:0.12.1.2-2.295.el6_3.4
>
> However the version of qemu required has not yet materialized in any of
> the released EL sources/updates.
>
> - DHC
>
>
> ___
> Users mailing listUsers@ovirt.orghttp://lists.ovirt.org/mailman/listinfo/users
>
>
>
> --
> Regards,
>
> Vinzenz Feenstra | Senior Software Engineer
> RedHat Engineering Virtualization R & D
> Phone: +420 532 294 625
> IRC: vfeenstr or evilissimo
>
> Better technology. Faster innovation. Powered by community collaboration.
> See how it works at redhat.com
>
>
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users
>
>
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Problem on running chkconfig

2012-11-09 Thread Juan Hernandez
On 11/09/2012 09:14 AM, Stephen Liu wrote:
> Hi,
> 
> Whether I should follow;
> 
> Building oVirt engine
> http://wiki.ovirt.org/w/index.php?title=Building_oVirt_engine&diff=5237&oldid=5236
> 
> Is it the latest version of the manual?  Thanks
> 
> B.R.
> Stephen L

Stephen, if you are installing the RPMs in Fedora 17 then all you need
to do is configure your machine to use the oVirt repository and then
install the engine, it will automatically install for you the required
JBoss AS version:

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

yum install ovirt-engine-3.1.0

Once the packages are installed then you can just use the engine-setup
tool, which is very easy to use:

engine-setup

That will automatically start for you the oVirt engine service. If for
whatever the reason you need to start/stop/restart it you should use the
systemctl tool like this:

systemctl start ovirt-engine.service
systemctl stop ovirt-engine.service
systemctl restart ovirt-engine.service

The wiki page that you mention is intended for users/developers that
want to install from source. Is that you case? If the answer is yes then
I would suggest to take a look at this alternative:

http://wiki.ovirt.org/wiki/Building_Engine_Draft

Is mostly the same content, but a bit more updated. I suggested in to
replace the old one with this one, but didn't get much feedback. If you
have any additional issue please let us know.

> 
> *From:* Itamar Heim 
> *To:* Stephen Liu 
> *Cc:* "users@ovirt.org" ; Juan Antonio Hernandez
> Fernandez 
> *Sent:* Friday, November 9, 2012 2:17 PM
> *Subject:* Re: [Users] Problem on running chkconfig
> 
> On 11/09/2012 05:48 AM, Stephen Liu wrote:
> > Hi all,
> >
> > OS - Fedora 17 64bit
> > Instruction:
> > http://wiki.ovirt.org/wiki/Building_Ovirt_Engine#Prerequisites
> >
> > Problem encountered as follows;
> > $ sudo ln -s /usr/share/jboss-as-7.1.1.Final /usr/share/jboss-as
> > $ su - -c 'chmod -R 777 /usr/share/jboss-as'
> > lrwxrwxrwx. 1 root root 31 Nov  9 10:21 jboss-as ->
> > /usr/share/jboss-as-7.1.1.Final
> >
> > $ chkconfig jboss-as on
> > error reading information on service jboss-as: No such file or
> directory
> >
> > $ sudo chkconfig jboss-as on
> > error reading information on service jboss-as: No such file or
> directory
> > same problem.
> >
> > Please advise how to solve the problem?  TIA
> 
> iirc, we changed process to use ovirt-engine service by now.
> probably need to update the wiki for this.
> juan?
> 
> 


-- 
Dirección Comercial: C/Jose Bardasano Baos, 9, Edif. Gorbea 3, planta
3ºD, 28016 Madrid, Spain
Inscrita en el Reg. Mercantil de Madrid – C.I.F. B82657941 - Red Hat S.L.
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] NFS issue using ovirt-node-iso-2.5.5-0.1.fc17

2012-11-09 Thread Sven Knohsalla
Hi Alexandre,

Yes statd is running on QNAP:

544 S   /usr/sbin/rpc.statd


-Sven

Von: Alexandre Santos [mailto:santosa...@gmail.com]
Gesendet: Freitag, 9. November 2012 17:53
An: Sven Knohsalla
Cc: users@ovirt.org
Betreff: Re: [Users] NFS issue using ovirt-node-iso-2.5.5-0.1.fc17

2012/11/9 Sven Knohsalla 
mailto:s.knohsa...@netbiscuits.com>>
Totally forgot the main problem:

This config won't survive a reboot, so where can I push the button therefore :)

Best,
Sven.

Von: Sven Knohsalla
Gesendet: Freitag, 9. November 2012 17:35
An: users@ovirt.org
Betreff: AW: NFS issue using ovirt-node-iso-2.5.5-0.1.fc17

Hi,

I just wanted to update that NFS is working now with 
ovirt-node-iso-2.5.5-0.1.fc17,
but I had to change /etc/nfsmount.conf in the following line:

89 # Enable File Locking
90 # Lock=True (seems to be true per default, although commented out)

to:

# Enable File Locking
Lock=False

Is there anybody else, who is running in the same problem?

Thanks in advance!

Kind regards, Sven.



Von: Sven Knohsalla
Gesendet: Donnerstag, 8. November 2012 15:55
An: users@ovirt.org
Betreff: NFS issue using ovirt-node-iso-2.5.5-0.1.fc17

Hi,

just created a test environment, including ovirt-engine 3.1 + 
ovirt-node-iso-2.5.5-0.1.fc17 + qnap iscsi + qnap nas (NFSv3).
iSCSI connection is working fine.
When connecting to Export/ISO Domain via webgui the progress is taking forever 
(waited ~ 10 mins)

Back to console I first tried to connect from ovirt-engine to nfs storage of 
our NAS:

showmount -e 172.16.101.95 ->
Export list for 172.16.101.95:
/NFS-ISO01
/Export-NFS01
/...
mount -t nfs 172.16.101.95:/Export-NFS01 /mnt/nastest/
mount ->
172.16.101.95:/Export-NFS01/ on /mnt/nastest type nfs 
(rw,relatime,vers=3,rsize=32768,wsize=32768,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,
mountaddr=172.16.101.95,mountvers=3,mountport=56272,mountproto=udp,local_lock=none,addr=172.16.101.95)

Touching a file on mountpoint is working,too.

On ovirt-node:

showmount -e 172.16.101.95->
Export list for 172.16.101.95:
/NFS-ISO01
/Export-NFS01
/...

mount -t nfs 172.16.101.95:/Export-NFS01 /mnt/nastest/ ->
mount.nfs: rpc.statd is not running but is required for remote locking.
mount.nfs: Either use '-o nolock' to keep locks local, or start statd.
mount.nfs: an incorrect mount option was specified

mount -t nfs 172.16.101.95:/Export-NFS01 /mnt/nastest/ -o nolock ->
working (also for vdsm)!

There's no firewall between NAS and node (except node fw)

rpcbind isn't installed on node:
http://gerrit.ovirt.org/#/c/4720/

It seems the package isn't needed anymore by this post in gerrit?

Well, how to proceed here?
Am I getting my wires crossed here or just missed a configuration?

Thx in advance!

Best,
Sven.

Sven Knohsalla | System Administration

Office +49 631 68036 433 | Fax +49 631 68036 
111  |E-Mail 
s.knohsa...@netbiscuits.com | Skype: 
netbiscuits.admin
Netbiscuits GmbH | Europaallee 10 | 67657 | GERMANY

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users
Hi,
Is statd running on your QNAP NAS?

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


Re: [Users] NFS issue using ovirt-node-iso-2.5.5-0.1.fc17

2012-11-09 Thread Alexandre Santos
2012/11/9 Sven Knohsalla 

> Totally forgot the main problem:
>
> ** **
>
> This config won’t survive a reboot, so where can I push the button
> therefore J
>
> ** **
>
> Best,
>
> Sven.
>
> ** **
>
> *Von:* Sven Knohsalla
> *Gesendet:* Freitag, 9. November 2012 17:35
> *An:* users@ovirt.org
> *Betreff:* AW: NFS issue using ovirt-node-iso-2.5.5-0.1.fc17
>
> ** **
>
> Hi,
>
> ** **
>
> I just wanted to update that NFS is working now with
> ovirt-node-iso-2.5.5-0.1.fc17,
> but I had to change /etc/nfsmount.conf in the following line:
>
> ** **
>
> 89 # Enable File Locking
>
> 90 # Lock=True (seems to be true per default, although commented out)
>
>
> to:
>
> ** **
>
> # Enable File Locking
>
> Lock=False
>
> ** **
>
> Is there anybody else, who is running in the same problem?
>
> ** **
>
> Thanks in advance!
>
> ** **
>
> Kind regards, Sven.
>
> ** **
>
> ** **
>
> ** **
>
> *Von:* Sven Knohsalla
> *Gesendet:* Donnerstag, 8. November 2012 15:55
> *An:* users@ovirt.org
> *Betreff:* NFS issue using ovirt-node-iso-2.5.5-0.1.fc17
>
> ** **
>
> Hi,
>
> ** **
>
> just created a test environment, including ovirt-engine 3.1 +
> ovirt-node-iso-2.5.5-0.1.fc17 + qnap iscsi + qnap nas (NFSv3).
>
> iSCSI connection is working fine.
> When connecting to Export/ISO Domain via webgui the progress is taking
> forever (waited ~ 10 mins)
>
> ** **
>
> Back to console I first tried to connect from ovirt-engine to nfs storage
> of our NAS:
>
>
> showmount -e 172.16.101.95 ->
> Export list for 172.16.101.95:
>
> /NFS-ISO01
>
> /Export-NFS01
>
> /…
>
> mount -t nfs 172.16.101.95:/Export-NFS01 /mnt/nastest/
>
> mount ->
>
> 172.16.101.95:/Export-NFS01/ on /mnt/nastest type nfs
> (rw,relatime,vers=3,rsize=32768,wsize=32768,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,
>
> mountaddr=172.16.101.95,mountvers=3,mountport=56272,mountproto=udp,local_lock=none,addr=172.16.101.95)
> 
>
>
> Touching a file on mountpoint is working,too.
>
> ** **
>
> On ovirt-node:
>
>
> showmount -e 172.16.101.95->
> Export list for 172.16.101.95:
>
> /NFS-ISO01
>
> /Export-NFS01
>
> /…
>
> mount -t nfs 172.16.101.95:/Export-NFS01 /mnt/nastest/ ->
> mount.nfs: rpc.statd is not running but is required for remote locking.***
> *
>
> mount.nfs: Either use '-o nolock' to keep locks local, or start statd.
>
> mount.nfs: an incorrect mount option was specified
>
> mount -t nfs 172.16.101.95:/Export-NFS01 /mnt/nastest/ -o nolock ->
> working (also for vdsm)!
>
> There’s no firewall between NAS and node (except node fw)
>
>
> rpcbind isn’t installed on node:
> http://gerrit.ovirt.org/#/c/4720/
>
>
> It seems the package isn’t needed anymore by this post in gerrit?
>
> ** **
>
> Well, how to proceed here?
> Am I getting my wires crossed here or just missed a configuration?
>
> ** **
>
> Thx in advance!
>
> ** **
>
> Best,
>
> Sven.
>
> ** **
>
> Sven Knohsalla | System Administration
>
> ** **
>
> Office +49 631 68036 433 | Fax +49 631 68036 111  |E-Mail
> s.knohsa...@netbiscuits.com | Skype: netbiscuits.admin 
>
> Netbiscuits GmbH | Europaallee 10 | 67657 | GERMANY
>
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users
>
> Hi,
Is statd running on your QNAP NAS?

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


Re: [Users] NFS issue using ovirt-node-iso-2.5.5-0.1.fc17

2012-11-09 Thread Sven Knohsalla
Totally forgot the main problem:

This config won't survive a reboot, so where can I push the button therefore :)

Best,
Sven.

Von: Sven Knohsalla
Gesendet: Freitag, 9. November 2012 17:35
An: users@ovirt.org
Betreff: AW: NFS issue using ovirt-node-iso-2.5.5-0.1.fc17

Hi,

I just wanted to update that NFS is working now with 
ovirt-node-iso-2.5.5-0.1.fc17,
but I had to change /etc/nfsmount.conf in the following line:

89 # Enable File Locking
90 # Lock=True (seems to be true per default, although commented out)

to:

# Enable File Locking
Lock=False

Is there anybody else, who is running in the same problem?

Thanks in advance!

Kind regards, Sven.



Von: Sven Knohsalla
Gesendet: Donnerstag, 8. November 2012 15:55
An: users@ovirt.org
Betreff: NFS issue using ovirt-node-iso-2.5.5-0.1.fc17

Hi,

just created a test environment, including ovirt-engine 3.1 + 
ovirt-node-iso-2.5.5-0.1.fc17 + qnap iscsi + qnap nas (NFSv3).
iSCSI connection is working fine.
When connecting to Export/ISO Domain via webgui the progress is taking forever 
(waited ~ 10 mins)

Back to console I first tried to connect from ovirt-engine to nfs storage of 
our NAS:

showmount -e 172.16.101.95 ->
Export list for 172.16.101.95:
/NFS-ISO01
/Export-NFS01
/...
mount -t nfs 172.16.101.95:/Export-NFS01 /mnt/nastest/
mount ->
172.16.101.95:/Export-NFS01/ on /mnt/nastest type nfs 
(rw,relatime,vers=3,rsize=32768,wsize=32768,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,
mountaddr=172.16.101.95,mountvers=3,mountport=56272,mountproto=udp,local_lock=none,addr=172.16.101.95)

Touching a file on mountpoint is working,too.

On ovirt-node:

showmount -e 172.16.101.95->
Export list for 172.16.101.95:
/NFS-ISO01
/Export-NFS01
/...

mount -t nfs 172.16.101.95:/Export-NFS01 /mnt/nastest/ ->
mount.nfs: rpc.statd is not running but is required for remote locking.
mount.nfs: Either use '-o nolock' to keep locks local, or start statd.
mount.nfs: an incorrect mount option was specified

mount -t nfs 172.16.101.95:/Export-NFS01 /mnt/nastest/ -o nolock ->
working (also for vdsm)!

There's no firewall between NAS and node (except node fw)

rpcbind isn't installed on node:
http://gerrit.ovirt.org/#/c/4720/

It seems the package isn't needed anymore by this post in gerrit?

Well, how to proceed here?
Am I getting my wires crossed here or just missed a configuration?

Thx in advance!

Best,
Sven.

Sven Knohsalla | System Administration

Office +49 631 68036 433 | Fax +49 631 68036 111  |E-Mail 
s.knohsa...@netbiscuits.com | Skype: 
netbiscuits.admin
Netbiscuits GmbH | Europaallee 10 | 67657 | GERMANY
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] NFS issue using ovirt-node-iso-2.5.5-0.1.fc17

2012-11-09 Thread Sven Knohsalla
Hi,

I just wanted to update that NFS is working now with 
ovirt-node-iso-2.5.5-0.1.fc17,
but I had to change /etc/nfsmount.conf in the following line:

89 # Enable File Locking
90 # Lock=True (seems to be true per default, although commented out)

to:

# Enable File Locking
Lock=False

Is there anybody else, who is running in the same problem?

Thanks in advance!

Kind regards, Sven.



Von: Sven Knohsalla
Gesendet: Donnerstag, 8. November 2012 15:55
An: users@ovirt.org
Betreff: NFS issue using ovirt-node-iso-2.5.5-0.1.fc17

Hi,

just created a test environment, including ovirt-engine 3.1 + 
ovirt-node-iso-2.5.5-0.1.fc17 + qnap iscsi + qnap nas (NFSv3).
iSCSI connection is working fine.
When connecting to Export/ISO Domain via webgui the progress is taking forever 
(waited ~ 10 mins)

Back to console I first tried to connect from ovirt-engine to nfs storage of 
our NAS:

showmount -e 172.16.101.95 ->
Export list for 172.16.101.95:
/NFS-ISO01
/Export-NFS01
/...
mount -t nfs 172.16.101.95:/Export-NFS01 /mnt/nastest/
mount ->
172.16.101.95:/Export-NFS01/ on /mnt/nastest type nfs 
(rw,relatime,vers=3,rsize=32768,wsize=32768,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,
mountaddr=172.16.101.95,mountvers=3,mountport=56272,mountproto=udp,local_lock=none,addr=172.16.101.95)

Touching a file on mountpoint is working,too.

On ovirt-node:

showmount -e 172.16.101.95->
Export list for 172.16.101.95:
/NFS-ISO01
/Export-NFS01
/...

mount -t nfs 172.16.101.95:/Export-NFS01 /mnt/nastest/ ->
mount.nfs: rpc.statd is not running but is required for remote locking.
mount.nfs: Either use '-o nolock' to keep locks local, or start statd.
mount.nfs: an incorrect mount option was specified

mount -t nfs 172.16.101.95:/Export-NFS01 /mnt/nastest/ -o nolock ->
working (also for vdsm)!

There's no firewall between NAS and node (except node fw)

rpcbind isn't installed on node:
http://gerrit.ovirt.org/#/c/4720/

It seems the package isn't needed anymore by this post in gerrit?

Well, how to proceed here?
Am I getting my wires crossed here or just missed a configuration?

Thx in advance!

Best,
Sven.

Sven Knohsalla | System Administration

Office +49 631 68036 433 | Fax +49 631 68036 111  |E-Mail 
s.knohsa...@netbiscuits.com | Skype: 
netbiscuits.admin
Netbiscuits GmbH | Europaallee 10 | 67657 | GERMANY
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Jboss service.Check Error During Install

2012-11-09 Thread Alon Bar-Lev


- Original Message -
> From: "Steve Gordon" 
> To: "Alon Bar-Lev" 
> Cc: users@ovirt.org
> Sent: Friday, November 9, 2012 6:15:54 PM
> Subject: Re: [Users] Jboss service.Check Error During Install
> 
> 
> 
> - Original Message -
> > From: "Steve Gordon" 
> > To: "Alon Bar-Lev" 
> > Cc: users@ovirt.org
> > Sent: Friday, November 9, 2012 11:14:44 AM
> > Subject: Re: [Users] Jboss service.Check Error During Install
> > 
> > - Original Message -
> > > From: "Alon Bar-Lev" 
> > > To: "Jason Scalia" 
> > > Cc: users@ovirt.org
> > > Sent: Monday, October 8, 2012 3:00:43 PM
> > > Subject: Re: [Users] Jboss service.Check Error During Install
> > > 
> > > 
> > > 
> > > - Original Message -
> > > > From: "Jason Scalia" 
> > > > To: users@ovirt.org
> > > > Sent: Monday, October 8, 2012 8:55:10 PM
> > > > Subject: Re: [Users] Jboss service.Check Error During Install
> > > > 
> > > > 
> > > > Hello,
> > > > 
> > > > 
> > > > I actually got a different error on this install:
> > > > 
> > > > 
> > > > 
> > > > Configuring HTTPD... [ DONE ]
> > > > AIO: Creating storage directory... [ DONE ]
> > > > AIO: Adding Local Datacenter and cluster... [ ERROR ]
> > > > Error: could not create ovirtsdk API object
> > > > Please check log file
> > > > /var/log/ovirt-engine/engine-setup_2012_10_08_14_24_47.log for
> > > > more
> > > > information
> > > 
> > > This relates to the all-in-one plugin.
> > > 
> > > If you are not using it (not running VMs on the same host as the
> > > manager), simply install ovirt-engine instead of
> > > ovirt-engine-setup-plugin-allinone.
> > > 
> > > Can you provide the logs, I am CCing Moran to look into this.
> > > 
> > > Thanks,
> > > Alon
> > 
> > As per another thread, this is a manifestation of
> 
> This is the correct BZ:
> https://bugzilla.redhat.com/show_bug.cgi?id=869457

Right.

Thanks!
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] allinone setup can't add storage

2012-11-09 Thread Steve Gordon


- Original Message -
> From: "Steve Gordon" 
> To: "Moran Goldboim" 
> Cc: users@ovirt.org, "Cristian Falcas" 
> Sent: Friday, November 9, 2012 11:11:23 AM
> Subject: Re: [Users] allinone setup can't add storage
> 
> - Original Message -
> > From: "Moran Goldboim" 
> > To: "Cristian Falcas" 
> > Cc: users@ovirt.org
> > Sent: Wednesday, November 7, 2012 8:47:08 AM
> > Subject: Re: [Users] allinone setup can't add storage
> > 
> > you are using ovirt-sdk from stable repo and engine from nightly
> > repo,
> > those doesn't work together.
> 
> Funnily enough, you will find it is actually in Fedora's stable
> updates repository and you can tell from the dist tag that is where
> this user (and many others) picked it up from. Refer to:
> 
> https://bugzilla.redhat.com/show_bug.cgi?id=851893
Correction, this is the BZ: https://bugzilla.redhat.com/show_bug.cgi?id=869457

> 
> https://admin.fedoraproject.org/updates/FEDORA-2012-14464/ovirt-engine-sdk-3.2.0.2-1.fc17?_csrf_token=13cb5ad1a0d3d9177fa143d1724754d8b65fb99e
> 
> This has been causing a variety of issues for users since it was
> pushed in early October. Here are some others from my logs:
> 
> Oct 16 06:13:04 AIO: Error: could not create ovirtsdk API
> object
> Oct 23 19:58:03okey here is my Error "Exception: Error:
> could not create ovirtsdk API object
> Oct 27 08:13:32  after yum update i'm getting error "ovirt
> Error: could not create ovirtsdk API object" while engine-setup,
> could anyone advice ? cannot find anything in google
> 
> It breaks installation of oVirt 3.1 AIO on F17 and also I believe
> some of the tools for "normal" installs. In future it would be
> better if we did not push incompatible versions to stable Fedora
> releases, it directly convenes Fedora's updates policy.
> 
> Thanks,
> 
> Steve
> 
> > On 11/07/2012 01:40 PM, Cristian Falcas wrote:
> > > Hi all,
> > >
> > > Can someone help me with this error:
> > >
> > > AIO: Adding Local Datacenter and cluster... [
> > > ERROR ]
> > > Error: could not create ovirtsdk API object
> > >
> > >
> > > trace from the log file
> > >
> > > 2012-11-07 13:34:44::DEBUG::all_in_one_100::220::root::
> > > Initiating
> > > the
> > > API object
> > > 2012-11-07 13:34:44::ERROR::all_in_one_100::231::root:: Traceback
> > > (most recent call last):
> > >   File
> > >   "/usr/share/ovirt-engine/scripts/plugins/all_in_one_100.py",
> > > line 228, in initAPI
> > > ca_file=basedefs.FILE_CA_CRT_SRC,
> > > TypeError: __init__() got an unexpected keyword argument
> > > 'ca_file'
> > >
> > > 2012-11-07 13:34:44::DEBUG::setup_sequences::62::root:: Traceback
> > > (most recent call last):
> > >   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 232, in initAPI
> > > raise Exception(ERROR_CREATE_API_OBJECT)
> > > Exception: Error: could not create ovirtsdk API object
> > >
> > >
> > > Versions installed:
> > >
> > > ovirt-engine-3.1.0-3.20121106.git6891171.fc17.noarch
> > > ovirt-engine-backend-3.1.0-3.20121106.git6891171.fc17.noarch
> > > ovirt-engine-cli-3.1.0.6-1.fc17.noarch
> > > ovirt-engine-config-3.1.0-3.20121106.git6891171.fc17.noarch
> > > ovirt-engine-dbscripts-3.1.0-3.20121106.git6891171.fc17.noarch
> > > ovirt-engine-genericapi-3.1.0-3.20121106.git6891171.fc17.noarch
> > > ovirt-engine-notification-service-3.1.0-3.20121106.git6891171.fc17.noarch
> > > ovirt-engine-restapi-3.1.0-3.20121106.git6891171.fc17.noarch
> > > ovirt-engine-sdk-3.1.0.4-1.fc17.noarch
> > > ovirt-engine-setup-3.1.0-3.20121106.git6891171.fc17.noarch
> > > ovirt-engine-setup-plugin-allinone-3.1.0-3.20121106.git6891171.fc17.noarch
> > > ovirt-engine-tools-common-3.1.0-3.20121106.git6891171.fc17.noarch
> > > ovirt-engine-userportal-3.1.0-3.20121106.git6891171.fc17.noarch
> > > ovirt-engine-webadmin-portal-3.1.0-3.20121106.git6891171.fc17.noarch
> > >
> > >
> > > ___
> > > Users mailing list
> > > Users@ovirt.org
> > > http://lists.ovirt.org/mailman/listinfo/users
> > 
> > ___
> > Users mailing list
> > Users@ovirt.org
> > http://lists.ovirt.org/mailman/listinfo/users
> > 
> 
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Jboss service.Check Error During Install

2012-11-09 Thread Steve Gordon


- Original Message -
> From: "Steve Gordon" 
> To: "Alon Bar-Lev" 
> Cc: users@ovirt.org
> Sent: Friday, November 9, 2012 11:14:44 AM
> Subject: Re: [Users] Jboss service.Check Error During Install
> 
> - Original Message -
> > From: "Alon Bar-Lev" 
> > To: "Jason Scalia" 
> > Cc: users@ovirt.org
> > Sent: Monday, October 8, 2012 3:00:43 PM
> > Subject: Re: [Users] Jboss service.Check Error During Install
> > 
> > 
> > 
> > - Original Message -
> > > From: "Jason Scalia" 
> > > To: users@ovirt.org
> > > Sent: Monday, October 8, 2012 8:55:10 PM
> > > Subject: Re: [Users] Jboss service.Check Error During Install
> > > 
> > > 
> > > Hello,
> > > 
> > > 
> > > I actually got a different error on this install:
> > > 
> > > 
> > > 
> > > Configuring HTTPD... [ DONE ]
> > > AIO: Creating storage directory... [ DONE ]
> > > AIO: Adding Local Datacenter and cluster... [ ERROR ]
> > > Error: could not create ovirtsdk API object
> > > Please check log file
> > > /var/log/ovirt-engine/engine-setup_2012_10_08_14_24_47.log for
> > > more
> > > information
> > 
> > This relates to the all-in-one plugin.
> > 
> > If you are not using it (not running VMs on the same host as the
> > manager), simply install ovirt-engine instead of
> > ovirt-engine-setup-plugin-allinone.
> > 
> > Can you provide the logs, I am CCing Moran to look into this.
> > 
> > Thanks,
> > Alon
> 
> As per another thread, this is a manifestation of

This is the correct BZ: https://bugzilla.redhat.com/show_bug.cgi?id=869457

> https://bugzilla.redhat.com/show_bug.cgi?id=851893
> 
> Steve
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users
> 
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Jboss service.Check Error During Install

2012-11-09 Thread Steve Gordon
- Original Message -
> From: "Alon Bar-Lev" 
> To: "Jason Scalia" 
> Cc: users@ovirt.org
> Sent: Monday, October 8, 2012 3:00:43 PM
> Subject: Re: [Users] Jboss service.Check Error During Install
> 
> 
> 
> - Original Message -
> > From: "Jason Scalia" 
> > To: users@ovirt.org
> > Sent: Monday, October 8, 2012 8:55:10 PM
> > Subject: Re: [Users] Jboss service.Check Error During Install
> > 
> > 
> > Hello,
> > 
> > 
> > I actually got a different error on this install:
> > 
> > 
> > 
> > Configuring HTTPD... [ DONE ]
> > AIO: Creating storage directory... [ DONE ]
> > AIO: Adding Local Datacenter and cluster... [ ERROR ]
> > Error: could not create ovirtsdk API object
> > Please check log file
> > /var/log/ovirt-engine/engine-setup_2012_10_08_14_24_47.log for more
> > information
> 
> This relates to the all-in-one plugin.
> 
> If you are not using it (not running VMs on the same host as the
> manager), simply install ovirt-engine instead of
> ovirt-engine-setup-plugin-allinone.
> 
> Can you provide the logs, I am CCing Moran to look into this.
> 
> Thanks,
> Alon

As per another thread, this is a manifestation of 
https://bugzilla.redhat.com/show_bug.cgi?id=851893 

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


Re: [Users] allinone setup can't add storage

2012-11-09 Thread Steve Gordon
- Original Message -
> From: "Moran Goldboim" 
> To: "Cristian Falcas" 
> Cc: users@ovirt.org
> Sent: Wednesday, November 7, 2012 8:47:08 AM
> Subject: Re: [Users] allinone setup can't add storage
> 
> you are using ovirt-sdk from stable repo and engine from nightly
> repo,
> those doesn't work together.

Funnily enough, you will find it is actually in Fedora's stable updates 
repository and you can tell from the dist tag that is where this user (and many 
others) picked it up from. Refer to:

https://bugzilla.redhat.com/show_bug.cgi?id=851893

https://admin.fedoraproject.org/updates/FEDORA-2012-14464/ovirt-engine-sdk-3.2.0.2-1.fc17?_csrf_token=13cb5ad1a0d3d9177fa143d1724754d8b65fb99e

This has been causing a variety of issues for users since it was pushed in 
early October. Here are some others from my logs:

Oct 16 06:13:04   AIO: Error: could not create ovirtsdk API object
Oct 23 19:58:03  okey here is my Error "Exception: Error: could not 
create ovirtsdk API object
Oct 27 08:13:32after yum update i'm getting error "ovirt 
Error: could not create ovirtsdk API object" while engine-setup, could anyone 
advice ? cannot find anything in google

It breaks installation of oVirt 3.1 AIO on F17 and also I believe some of the 
tools for "normal" installs. In future it would be better if we did not push 
incompatible versions to stable Fedora releases, it directly convenes Fedora's 
updates policy.

Thanks,

Steve

> On 11/07/2012 01:40 PM, Cristian Falcas wrote:
> > Hi all,
> >
> > Can someone help me with this error:
> >
> > AIO: Adding Local Datacenter and cluster... [
> > ERROR ]
> > Error: could not create ovirtsdk API object
> >
> >
> > trace from the log file
> >
> > 2012-11-07 13:34:44::DEBUG::all_in_one_100::220::root:: Initiating
> > the
> > API object
> > 2012-11-07 13:34:44::ERROR::all_in_one_100::231::root:: Traceback
> > (most recent call last):
> >   File "/usr/share/ovirt-engine/scripts/plugins/all_in_one_100.py",
> > line 228, in initAPI
> > ca_file=basedefs.FILE_CA_CRT_SRC,
> > TypeError: __init__() got an unexpected keyword argument 'ca_file'
> >
> > 2012-11-07 13:34:44::DEBUG::setup_sequences::62::root:: Traceback
> > (most recent call last):
> >   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 232, in initAPI
> > raise Exception(ERROR_CREATE_API_OBJECT)
> > Exception: Error: could not create ovirtsdk API object
> >
> >
> > Versions installed:
> >
> > ovirt-engine-3.1.0-3.20121106.git6891171.fc17.noarch
> > ovirt-engine-backend-3.1.0-3.20121106.git6891171.fc17.noarch
> > ovirt-engine-cli-3.1.0.6-1.fc17.noarch
> > ovirt-engine-config-3.1.0-3.20121106.git6891171.fc17.noarch
> > ovirt-engine-dbscripts-3.1.0-3.20121106.git6891171.fc17.noarch
> > ovirt-engine-genericapi-3.1.0-3.20121106.git6891171.fc17.noarch
> > ovirt-engine-notification-service-3.1.0-3.20121106.git6891171.fc17.noarch
> > ovirt-engine-restapi-3.1.0-3.20121106.git6891171.fc17.noarch
> > ovirt-engine-sdk-3.1.0.4-1.fc17.noarch
> > ovirt-engine-setup-3.1.0-3.20121106.git6891171.fc17.noarch
> > ovirt-engine-setup-plugin-allinone-3.1.0-3.20121106.git6891171.fc17.noarch
> > ovirt-engine-tools-common-3.1.0-3.20121106.git6891171.fc17.noarch
> > ovirt-engine-userportal-3.1.0-3.20121106.git6891171.fc17.noarch
> > ovirt-engine-webadmin-portal-3.1.0-3.20121106.git6891171.fc17.noarch
> >
> >
> > ___
> > Users mailing list
> > Users@ovirt.org
> > http://lists.ovirt.org/mailman/listinfo/users
> 
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users
> 
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Ovirt Host (3.0) compatability issue with Cluster (3.1)

2012-11-09 Thread Keyur Makwana
Hello,

Thanks for the update mates.

Silly me! I loaded wrong ISO apparently. I shall update once am through the
next installation.

Thanks again!

Regards,
Keyur


On Fri, Nov 9, 2012 at 8:49 PM, Itamar Heim  wrote:

> On 11/09/2012 03:33 PM, Keyur Makwana wrote:
>
>> Hello,
>>
>> Thanks for having a look at this issue.
>>
>
> the cluster level supported by this node is 3.0.
> you should change your cluster level to 3.0 to use it (your DC should also
> be 3.0. you may need to create a new DC, since you can't lower a DC level
> if it has clusters in it iirc).
>
> but you are using in incompatible engine (ovirt) and node (rhev).
> they have different compatibility levels even if the numbers are the same.
>
>
>
>> On ovirt-engine - either of the command did not work.
>>
>> Here is the output from the hypervisor.
>>
>> [root@h1 ~]# vdsClient -s 0 getVdsCaps
>> HBAInventory = {'iSCSI': [{'InitiatorName':
>> 'iqn.1994-05.com.redhat:**5e25411e9039'}], 'FC': [{'wwpn':
>> '1000c9cb2826', 'wwnn': '2000c9cb2826', 'model': 'LPe1205-CIOv -
>> Emulex LPe1205-CIOv 8Gb 2-port PCIe Fibre Channel Adapter'}, {'wwpn':
>> '1000c9cb2827', 'wwnn': '2000c9cb2827', 'model': 'LPe1205-CIOv -
>> Emulex LPe1205-CIOv 8Gb 2-port PCIe Fibre Channel Adapter'}]}
>> ISCSIInitiatorName = iqn.1994-05.com.redhat:**5e25411e9039
>> bondings = {'bond4': {'hwaddr': '00:00:00:00:00:00', 'cfg': {},
>> 'netmask': '', 'addr': '', 'slaves': []}, 'bond0': {'hwaddr':
>> '00:00:00:00:00:00', 'cfg': {}, 'netmask': '', 'addr': '', 'slaves':
>> []}, 'bond1': {'hwaddr': '00:00:00:00:00:00', 'cfg': {}, 'netmask': '',
>> 'addr': '', 'slaves': []}, 'bond2': {'hwaddr': '00:00:00:00:00:00',
>> 'cfg': {}, 'netmask': '', 'addr': '', 'slaves': []}, 'bond3': {'hwaddr':
>> '00:00:00:00:00:00', 'cfg': {}, 'netmask': '', 'addr': '', 'slaves': []}}
>> clusterLevels = ['3.0']
>> cpuCores = 12
>> cpuFlags =
>> fpu,vme,de,pse,tsc,msr,pae,**mce,cx8,apic,mtrr,pge,mca,**
>> cmov,pat,pse36,clflush,dts,**acpi,mmx,fxsr,sse,sse2,ss,ht,**
>> tm,pbe,syscall,nx,pdpe1gb,**rdtscp,lm,constant_tsc,arch_**
>> perfmon,pebs,bts,rep_good,**xtopology,nonstop_tsc,**
>> aperfmperf,pni,pclmulqdq,**dtes64,monitor,ds_cpl,vmx,smx,**
>> est,tm2,ssse3,cx16,xtpr,pdcm,**dca,sse4_1,sse4_2,popcnt,aes,**
>> lahf_lm,arat,epb,dts,tpr_**shadow,vnmi,flexpriority,ept,**
>> vpid,model_486,model_pentium,**model_pentium2,model_pentium3,**
>> model_pentiumpro,model_qemu32,**model_coreduo,model_core2duo,**
>> model_n270,model_Conroe,model_**Penryn,model_Nehalem,model_**
>> Westmere,model_Opteron_G1
>> cpuModel = Intel(R) Xeon(R) CPU   E5645  @ 2.40GHz
>> cpuSockets = 2
>> cpuSpeed = 2400.276
>> emulatedMachines = ['rhel6.2.0', 'pc', 'rhel6.1.0', 'rhel6.0.0',
>> 'rhel5.5.0', 'rhel5.4.4', 'rhel5.4.0']
>> guestOverhead = 65
>> hooks = {'before_vm_start': {'50_vhostmd': {'md5':
>> '**1635e45584995d9ad2629939cb0bcd**bf'}}, 'after_vm_destroy':
>> {'50_vhostmd':
>> {'md5': '**7e7509430304099f38e4a9de966af0**90'}},
>> 'before_vm_dehibernate':
>> {'50_vhostmd': {'md5': '**1635e45584995d9ad2629939cb0bcd**bf'}},
>> 'before_vm_migrate_**destination': {'50_vhostmd': {'md5':
>> '**1635e45584995d9ad2629939cb0bcd**bf'}}}
>> kvmEnabled = true
>> lastClient = 172.29.5.200
>> lastClientIface = rhevm
>> management_ip = 172.29.81.141
>> memSize = 64420
>> networks = {'rhevm': {'addr': '172.29.81.141', 'cfg': {'IPV6FORWARDING':
>> 'no', 'IPV6INIT': 'no', 'SKIPLIBVIRT': 'True', 'IPADDR':
>> '172.29.81.141', 'ONBOOT': 'yes', 'DELAY': '0', 'DEVICE': 'rhevm',
>> 'NETMASK': '255.255.255.0', 'BOOTPROTO': 'static', 'IPV6_AUTOCONF':
>> 'no', 'PEERNTP': 'yes', 'TYPE': 'Bridge', 'GATEWAY': '172.29.81.1'},
>> 'ports': ['eth8'], 'netmask': '255.255.255.0', 'stp': 'off', 'gateway':
>> '172.29.81.1'}}
>> nics = {'eth9': {'hwaddr': '5C:F3:FC:98:19:82', 'netmask': '', 'speed':
>> 0, 'addr': ''}, 'eth8': {'hwaddr': '5C:F3:FC:98:19:80', 'netmask': '',
>> 'speed': 1000, 'addr': ''}, 'eth7': {'hwaddr': '00:00:C9:D2:16:73',
>> 'netmask': '', 'speed': 0, 'addr': ''}, 'eth6': {'hwaddr':
>> '00:00:C9:D2:16:6F', 'netmask': '', 'speed': 0, 'addr': ''}, 'eth5':
>> {'hwaddr': '00:00:C9:D2:16:72', 'netmask': '', 'speed': 0, 'addr': ''},
>> 'eth4': {'hwaddr': '00:00:C9:D2:16:6E', 'netmask': '', 'speed': 0,
>> 'addr': ''}, 'eth3': {'hwaddr': '00:00:C9:D2:16:71', 'netmask': '',
>> 'speed': 0, 'addr': ''}, 'eth2': {'hwaddr': '00:00:C9:D2:16:6D',
>> 'netmask': '', 'speed': 0, 'addr': ''}, 'eth1': {'hwaddr':
>> '00:00:C9:D2:16:70', 'netmask': '', 'speed': 0, 'addr': ''}, 'eth0':
>> {'hwaddr': '00:00:C9:D2:16:6C', 'netmask': '', 'speed': 0, 'addr': ''}}
>> operatingSystem = {'release': '20120510.0.el6_2', 'version': '6.2',
>> 'name': 'RHEV Hypervisor'}
>> packages2 = {'kernel': {'release': '220.17.1.el6.x86_64', 'buildtime':
>> 1335447433.0, 'version': '2.6.32'}, 'spice-server': {'release': '5.el6',
>> 'buildtime': '1319663438', 'version': '0.8.2'}, 'vdsm': {'release':
>> '112.12.el6_2', 'buildtime': '1334495504', 'version': '4.9'},
>> 'qemu-kvm':

Re: [Users] Ovirt Host (3.0) compatability issue with Cluster (3.1)

2012-11-09 Thread Itamar Heim

On 11/09/2012 03:33 PM, Keyur Makwana wrote:

Hello,

Thanks for having a look at this issue.


the cluster level supported by this node is 3.0.
you should change your cluster level to 3.0 to use it (your DC should 
also be 3.0. you may need to create a new DC, since you can't lower a DC 
level if it has clusters in it iirc).


but you are using in incompatible engine (ovirt) and node (rhev).
they have different compatibility levels even if the numbers are the same.




On ovirt-engine - either of the command did not work.

Here is the output from the hypervisor.

[root@h1 ~]# vdsClient -s 0 getVdsCaps
HBAInventory = {'iSCSI': [{'InitiatorName':
'iqn.1994-05.com.redhat:5e25411e9039'}], 'FC': [{'wwpn':
'1000c9cb2826', 'wwnn': '2000c9cb2826', 'model': 'LPe1205-CIOv -
Emulex LPe1205-CIOv 8Gb 2-port PCIe Fibre Channel Adapter'}, {'wwpn':
'1000c9cb2827', 'wwnn': '2000c9cb2827', 'model': 'LPe1205-CIOv -
Emulex LPe1205-CIOv 8Gb 2-port PCIe Fibre Channel Adapter'}]}
ISCSIInitiatorName = iqn.1994-05.com.redhat:5e25411e9039
bondings = {'bond4': {'hwaddr': '00:00:00:00:00:00', 'cfg': {},
'netmask': '', 'addr': '', 'slaves': []}, 'bond0': {'hwaddr':
'00:00:00:00:00:00', 'cfg': {}, 'netmask': '', 'addr': '', 'slaves':
[]}, 'bond1': {'hwaddr': '00:00:00:00:00:00', 'cfg': {}, 'netmask': '',
'addr': '', 'slaves': []}, 'bond2': {'hwaddr': '00:00:00:00:00:00',
'cfg': {}, 'netmask': '', 'addr': '', 'slaves': []}, 'bond3': {'hwaddr':
'00:00:00:00:00:00', 'cfg': {}, 'netmask': '', 'addr': '', 'slaves': []}}
clusterLevels = ['3.0']
cpuCores = 12
cpuFlags =
fpu,vme,de,pse,tsc,msr,pae,mce,cx8,apic,mtrr,pge,mca,cmov,pat,pse36,clflush,dts,acpi,mmx,fxsr,sse,sse2,ss,ht,tm,pbe,syscall,nx,pdpe1gb,rdtscp,lm,constant_tsc,arch_perfmon,pebs,bts,rep_good,xtopology,nonstop_tsc,aperfmperf,pni,pclmulqdq,dtes64,monitor,ds_cpl,vmx,smx,est,tm2,ssse3,cx16,xtpr,pdcm,dca,sse4_1,sse4_2,popcnt,aes,lahf_lm,arat,epb,dts,tpr_shadow,vnmi,flexpriority,ept,vpid,model_486,model_pentium,model_pentium2,model_pentium3,model_pentiumpro,model_qemu32,model_coreduo,model_core2duo,model_n270,model_Conroe,model_Penryn,model_Nehalem,model_Westmere,model_Opteron_G1
cpuModel = Intel(R) Xeon(R) CPU   E5645  @ 2.40GHz
cpuSockets = 2
cpuSpeed = 2400.276
emulatedMachines = ['rhel6.2.0', 'pc', 'rhel6.1.0', 'rhel6.0.0',
'rhel5.5.0', 'rhel5.4.4', 'rhel5.4.0']
guestOverhead = 65
hooks = {'before_vm_start': {'50_vhostmd': {'md5':
'1635e45584995d9ad2629939cb0bcdbf'}}, 'after_vm_destroy': {'50_vhostmd':
{'md5': '7e7509430304099f38e4a9de966af090'}}, 'before_vm_dehibernate':
{'50_vhostmd': {'md5': '1635e45584995d9ad2629939cb0bcdbf'}},
'before_vm_migrate_destination': {'50_vhostmd': {'md5':
'1635e45584995d9ad2629939cb0bcdbf'}}}
kvmEnabled = true
lastClient = 172.29.5.200
lastClientIface = rhevm
management_ip = 172.29.81.141
memSize = 64420
networks = {'rhevm': {'addr': '172.29.81.141', 'cfg': {'IPV6FORWARDING':
'no', 'IPV6INIT': 'no', 'SKIPLIBVIRT': 'True', 'IPADDR':
'172.29.81.141', 'ONBOOT': 'yes', 'DELAY': '0', 'DEVICE': 'rhevm',
'NETMASK': '255.255.255.0', 'BOOTPROTO': 'static', 'IPV6_AUTOCONF':
'no', 'PEERNTP': 'yes', 'TYPE': 'Bridge', 'GATEWAY': '172.29.81.1'},
'ports': ['eth8'], 'netmask': '255.255.255.0', 'stp': 'off', 'gateway':
'172.29.81.1'}}
nics = {'eth9': {'hwaddr': '5C:F3:FC:98:19:82', 'netmask': '', 'speed':
0, 'addr': ''}, 'eth8': {'hwaddr': '5C:F3:FC:98:19:80', 'netmask': '',
'speed': 1000, 'addr': ''}, 'eth7': {'hwaddr': '00:00:C9:D2:16:73',
'netmask': '', 'speed': 0, 'addr': ''}, 'eth6': {'hwaddr':
'00:00:C9:D2:16:6F', 'netmask': '', 'speed': 0, 'addr': ''}, 'eth5':
{'hwaddr': '00:00:C9:D2:16:72', 'netmask': '', 'speed': 0, 'addr': ''},
'eth4': {'hwaddr': '00:00:C9:D2:16:6E', 'netmask': '', 'speed': 0,
'addr': ''}, 'eth3': {'hwaddr': '00:00:C9:D2:16:71', 'netmask': '',
'speed': 0, 'addr': ''}, 'eth2': {'hwaddr': '00:00:C9:D2:16:6D',
'netmask': '', 'speed': 0, 'addr': ''}, 'eth1': {'hwaddr':
'00:00:C9:D2:16:70', 'netmask': '', 'speed': 0, 'addr': ''}, 'eth0':
{'hwaddr': '00:00:C9:D2:16:6C', 'netmask': '', 'speed': 0, 'addr': ''}}
operatingSystem = {'release': '20120510.0.el6_2', 'version': '6.2',
'name': 'RHEV Hypervisor'}
packages2 = {'kernel': {'release': '220.17.1.el6.x86_64', 'buildtime':
1335447433.0, 'version': '2.6.32'}, 'spice-server': {'release': '5.el6',
'buildtime': '1319663438', 'version': '0.8.2'}, 'vdsm': {'release':
'112.12.el6_2', 'buildtime': '1334495504', 'version': '4.9'},
'qemu-kvm': {'release': '2.209.el6_2.5', 'buildtime': '1334776518',
'version': '0.12.1.2'}, 'libvirt': {'release': '23.el6_2.8',
'buildtime': '1333958926', 'version': '0.9.4'}, 'qemu-img': {'release':
'2.209.el6_2.5', 'buildtime': '1334776518', 'version': '0.12.1.2'}}
reservedMem = 256
software_revision = 112.12
software_version = 4.9
supportedProtocols = ['2.2', '2.3']
supportedRHEVMs = ['3.0']
uuid = C12E325E-3D69-11E1-91C1-5CF3FC981980_00:00:C9:D2:16:6C
version_name = Snow Man
vlans = {}
vmTypes = ['kvm']
[root@h1 ~]#

Regards,
Keyur



On Fri, Nov 9

Re: [Users] Ovirt Host (3.0) compatability issue with Cluster (3.1)

2012-11-09 Thread Itamar Heim

On 11/09/2012 11:50 AM, Keyur Makwana wrote:

Hello All,

I am new to Ovirt and trying to Implement Ovirt in my organisation with
an view to implement complete open source virtualization solution
instead of using VMware or other Paid once.

I have installed ovirt-engine on Fedora 17 and have installed Ovirt node
(Hypervisor) - Red Hat Enterprise Virtualization Hypervisor release 6.2
(20120510.0.el6_2)


Post installation engine started fine but while trying to add host its
giving me error as below.

Host host1 is compatible with versions (3.0) and cannot join Cluster
Default which is set to version 3.1.


you are using a RHEV-H host with an ovirt node.
1. this is not intended to be a supported combination. ovirt and rhev 
compatibility versions (while similar in naming) are different.
2. the RHEV-H you are using supports 3.0 only, you need to change the 
cluster level to 3.0 (but again, this is not a supported combination and 
behavior will be unexpected).

3. i recommend you try to use an ovirt based host (fedora or .el6 one).



I don't know what exact details I would need to share for
troubleshooting. Hence I have attached a file with details of rpms
installed on ovirt-engine and node. ( One may not like to scroll the
entire file)

I might be missing something very silly or I may sound too stupid.

Ovirt masters : Please guide.

Thanks in advance,
Keyur



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




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


Re: [Users] Ovirt Host (3.0) compatability issue with Cluster (3.1)

2012-11-09 Thread Keyur Makwana
Hello,

Thanks for having a look at this issue.

On ovirt-engine - either of the command did not work.

Here is the output from the hypervisor.

[root@h1 ~]# vdsClient -s 0 getVdsCaps
HBAInventory = {'iSCSI': [{'InitiatorName':
'iqn.1994-05.com.redhat:5e25411e9039'}], 'FC': [{'wwpn':
'1000c9cb2826', 'wwnn': '2000c9cb2826', 'model': 'LPe1205-CIOv -
Emulex LPe1205-CIOv 8Gb 2-port PCIe Fibre Channel Adapter'}, {'wwpn':
'1000c9cb2827', 'wwnn': '2000c9cb2827', 'model': 'LPe1205-CIOv -
Emulex LPe1205-CIOv 8Gb 2-port PCIe Fibre Channel Adapter'}]}
 ISCSIInitiatorName = iqn.1994-05.com.redhat:5e25411e9039
bondings = {'bond4': {'hwaddr': '00:00:00:00:00:00', 'cfg': {}, 'netmask':
'', 'addr': '', 'slaves': []}, 'bond0': {'hwaddr': '00:00:00:00:00:00',
'cfg': {}, 'netmask': '', 'addr': '', 'slaves': []}, 'bond1': {'hwaddr':
'00:00:00:00:00:00', 'cfg': {}, 'netmask': '', 'addr': '', 'slaves': []},
'bond2': {'hwaddr': '00:00:00:00:00:00', 'cfg': {}, 'netmask': '', 'addr':
'', 'slaves': []}, 'bond3': {'hwaddr': '00:00:00:00:00:00', 'cfg': {},
'netmask': '', 'addr': '', 'slaves': []}}
 clusterLevels = ['3.0']
cpuCores = 12
cpuFlags =
fpu,vme,de,pse,tsc,msr,pae,mce,cx8,apic,mtrr,pge,mca,cmov,pat,pse36,clflush,dts,acpi,mmx,fxsr,sse,sse2,ss,ht,tm,pbe,syscall,nx,pdpe1gb,rdtscp,lm,constant_tsc,arch_perfmon,pebs,bts,rep_good,xtopology,nonstop_tsc,aperfmperf,pni,pclmulqdq,dtes64,monitor,ds_cpl,vmx,smx,est,tm2,ssse3,cx16,xtpr,pdcm,dca,sse4_1,sse4_2,popcnt,aes,lahf_lm,arat,epb,dts,tpr_shadow,vnmi,flexpriority,ept,vpid,model_486,model_pentium,model_pentium2,model_pentium3,model_pentiumpro,model_qemu32,model_coreduo,model_core2duo,model_n270,model_Conroe,model_Penryn,model_Nehalem,model_Westmere,model_Opteron_G1
 cpuModel = Intel(R) Xeon(R) CPU   E5645  @ 2.40GHz
cpuSockets = 2
cpuSpeed = 2400.276
 emulatedMachines = ['rhel6.2.0', 'pc', 'rhel6.1.0', 'rhel6.0.0',
'rhel5.5.0', 'rhel5.4.4', 'rhel5.4.0']
 guestOverhead = 65
hooks = {'before_vm_start': {'50_vhostmd': {'md5':
'1635e45584995d9ad2629939cb0bcdbf'}}, 'after_vm_destroy': {'50_vhostmd':
{'md5': '7e7509430304099f38e4a9de966af090'}}, 'before_vm_dehibernate':
{'50_vhostmd': {'md5': '1635e45584995d9ad2629939cb0bcdbf'}},
'before_vm_migrate_destination': {'50_vhostmd': {'md5':
'1635e45584995d9ad2629939cb0bcdbf'}}}
 kvmEnabled = true
lastClient = 172.29.5.200
lastClientIface = rhevm
 management_ip = 172.29.81.141
memSize = 64420
networks = {'rhevm': {'addr': '172.29.81.141', 'cfg': {'IPV6FORWARDING':
'no', 'IPV6INIT': 'no', 'SKIPLIBVIRT': 'True', 'IPADDR': '172.29.81.141',
'ONBOOT': 'yes', 'DELAY': '0', 'DEVICE': 'rhevm', 'NETMASK':
'255.255.255.0', 'BOOTPROTO': 'static', 'IPV6_AUTOCONF': 'no', 'PEERNTP':
'yes', 'TYPE': 'Bridge', 'GATEWAY': '172.29.81.1'}, 'ports': ['eth8'],
'netmask': '255.255.255.0', 'stp': 'off', 'gateway': '172.29.81.1'}}
 nics = {'eth9': {'hwaddr': '5C:F3:FC:98:19:82', 'netmask': '', 'speed': 0,
'addr': ''}, 'eth8': {'hwaddr': '5C:F3:FC:98:19:80', 'netmask': '',
'speed': 1000, 'addr': ''}, 'eth7': {'hwaddr': '00:00:C9:D2:16:73',
'netmask': '', 'speed': 0, 'addr': ''}, 'eth6': {'hwaddr':
'00:00:C9:D2:16:6F', 'netmask': '', 'speed': 0, 'addr': ''}, 'eth5':
{'hwaddr': '00:00:C9:D2:16:72', 'netmask': '', 'speed': 0, 'addr': ''},
'eth4': {'hwaddr': '00:00:C9:D2:16:6E', 'netmask': '', 'speed': 0, 'addr':
''}, 'eth3': {'hwaddr': '00:00:C9:D2:16:71', 'netmask': '', 'speed': 0,
'addr': ''}, 'eth2': {'hwaddr': '00:00:C9:D2:16:6D', 'netmask': '',
'speed': 0, 'addr': ''}, 'eth1': {'hwaddr': '00:00:C9:D2:16:70', 'netmask':
'', 'speed': 0, 'addr': ''}, 'eth0': {'hwaddr': '00:00:C9:D2:16:6C',
'netmask': '', 'speed': 0, 'addr': ''}}
 operatingSystem = {'release': '20120510.0.el6_2', 'version': '6.2',
'name': 'RHEV Hypervisor'}
packages2 = {'kernel': {'release': '220.17.1.el6.x86_64', 'buildtime':
1335447433.0, 'version': '2.6.32'}, 'spice-server': {'release': '5.el6',
'buildtime': '1319663438', 'version': '0.8.2'}, 'vdsm': {'release':
'112.12.el6_2', 'buildtime': '1334495504', 'version': '4.9'}, 'qemu-kvm':
{'release': '2.209.el6_2.5', 'buildtime': '1334776518', 'version':
'0.12.1.2'}, 'libvirt': {'release': '23.el6_2.8', 'buildtime':
'1333958926', 'version': '0.9.4'}, 'qemu-img': {'release': '2.209.el6_2.5',
'buildtime': '1334776518', 'version': '0.12.1.2'}}
 reservedMem = 256
software_revision = 112.12
software_version = 4.9
 supportedProtocols = ['2.2', '2.3']
supportedRHEVMs = ['3.0']
uuid = C12E325E-3D69-11E1-91C1-5CF3FC981980_00:00:C9:D2:16:6C
 version_name = Snow Man
vlans = {}
vmTypes = ['kvm']
[root@h1 ~]#

Regards,
Keyur



On Fri, Nov 9, 2012 at 7:36 PM, Yair Zaslavsky  wrote:

> For troubleshooting -
> Can you run on your host machine
>
> vdsClient 0 getVdsCaps (might be vdsClient -s 0 getVdsCaps)
>
> and send us the results?
>
>
> --
>
> *From: *"Keyur Makwana" 
> *To: *users@ovirt.org
> *Sent: *Friday, November 9, 2012 12:50:22 PM
> *Subject: *[Users] Ovirt Host (3.0) compatability issue with Cluster (3.1)
>
>
> 

Re: [Users] Ovirt Host (3.0) compatability issue with Cluster (3.1)

2012-11-09 Thread Yair Zaslavsky
For troubleshooting - 
Can you run on your host machine 

vdsClient 0 getVdsCaps (might be vdsClient -s 0 getVdsCaps) 

and send us the results? 

- Original Message -

> From: "Keyur Makwana" 
> To: users@ovirt.org
> Sent: Friday, November 9, 2012 12:50:22 PM
> Subject: [Users] Ovirt Host (3.0) compatability issue with Cluster
> (3.1)

> Hello All,

> I am new to Ovirt and trying to Implement Ovirt in my organisation
> with an view to implement complete open source virtualization
> solution instead of using VMware or other Paid once.

> I have installed ovirt-engine on Fedora 17 and have installed Ovirt
> node (Hypervisor) - Red Hat Enterprise Virtualization Hypervisor
> release 6.2 (20120510.0.el6_2)

> Post installation engine started fine but while trying to add host
> its giving me error as below.

> Host host1 is compatible with versions (3.0) and cannot join Cluster
> Default which is set to version 3.1.

> I don't know what exact details I would need to share for
> troubleshooting. Hence I have attached a file with details of rpms
> installed on ovirt-engine and node. ( One may not like to scroll the
> entire file)

> I might be missing something very silly or I may sound too stupid.

> Ovirt masters : Please guide.

> Thanks in advance,
> Keyur

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


Re: [Users] issue with adding node

2012-11-09 Thread Vinzenz Feenstra

On 11/08/2012 10:02 PM, Patrick Roughan wrote:



Hey,

Ye that was done, have installed as per http://www.ovirt.org/get-ovirt/
Please try to deploy to that host once more and then attach the logs you 
can find in /tmp (vds*.log)


Thanks.

Regards

Patrick


On Thu, Nov 8, 2012 at 11:36 PM, Vinzenz Feenstra > wrote:


Hi,

Sorry for the delay on answering your question.

Did you enable the 3.1 repo on the target host?
If you not please ssh to the machine and execute the following
command as root:

yum localinstallhttp://ovirt.org/releases/ovirt-release-fedora.noarch.rpm


Regards,


On 11/05/2012 07:21 AM, Patrick Roughan wrote:

Hey,

I am having an issue with adding a node to the master when i try
to add from the node, with ip address and password i get this
error, can anyone shed some light on how to fix this? i am using
the latest install of 3.1. i have reinstalled both node and
master with same issue happening


[Errno 2] No such file or directory:?
 ?
'/etc/pki/vdsm/certs/cacert.pem'  ?
 ? Traceback (most recent
call last):  ?
 ? File
"/usr/libexec/ovirt-config-setup",   ?
 ? line 2018, in start ?
 ?  
self.process_config()   ?

 ? File
"/usr/libexec/ovirt-config-setup",   ?
 ? line 1807, in
process_config  ?
 ?   ret = p.action()
   ?
 ? File  
   ?

 ?
"/usr/lib/python2.7/site-packages/ovirt_con ?
 ? fig_setup/engine.py",
line 183, in action ?
 ? File
"/usr/share/vdsm-reg/deployUtil.py", ?
 ? line 1408, in
nodeCleanup ?
 ? File
"/usr/share/vdsm-reg/deployUtil.py", ?
 ? line 1399, in
_nodeBackupCerts  ?
 ? File
"/usr/lib64/python2.7/shutil.py",?
 ? line 128, in copy2  ?
 ? File
"/usr/lib64/python2.7/shutil.py",?
 ? line 82, in copyfile  ?
 ? IOError: [Errno 2] No
such file or  ?
 ? directory:
'/etc/pki/vdsm/certs/cacert.pem'

-- 
Regards


Patrick





Disclaimer: The information contained in this email, including
any attachments, is for the sole use of the intended recipient(s)
and may contain confidential and privileged information. Any
unauthorised review, use, disclosure or distribution is
prohibited. If you are not the intended recipient, please contact
the sender by reply email and destroy all copies of the original
message. The views or opinions expressed are the author's own and
may not reflect the views or opinions of Epoch Capital Pty
Limited or associated companies.


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



-- 
Regards,


Vinzenz Feenstra | Senior Software Engineer
RedHat Engineering Virtualization R & D
Phone:+420 532 294 625  
IRC: vfeenstr or evilissimo

Better technology. Faster innovation. Powered by community collaboration.
See how it works atredhat.com  




--
Regards

Patrick Roughan
Senior IT Support Engineer
Epoch Capital Support
supp...@epochcapital.com.au 

Office Hour Support Number: +61280703814 
Out of Hours Support Number +61458053929 






--
Regards

Patrick Roughan
Senior IT Support Engineer
Epoch Capital Support
supp...@epochcapital.com.au 

Office Hour Support Number: +61280703814
Out of Hours Support Number +61458053929




Disclaimer: The information contained in this email, including any 
attachments, is for the sole use of the intended recipient(s) and may 
contain confidential and privileged information. Any unauthorised 
review, use, disclosure or distribution is prohibited. If you are not 
the intended recipient, please contact the sender by reply email and 
destroy all copies of the original message. The views or opinions 
expressed are the author's own and may not reflect the views or 
opinions of Epoch Capital Pty

Re: [Users] create iso/nfs storage domain error

2012-11-09 Thread Itamar Heim

On 11/09/2012 11:12 AM, Alexandre Santos wrote:

Try to mount it on the host, if you're using a ovirt-node, it's on
/rhev/data-center/mnt. See if it is being mounted with user.group
nobody.nobody.

Remember that the NFS server must have user 36 (vdsm) and group 36 (kvm)
and they must own the directory you're exporting.


also, which nfs version do you see in the storage domain definition?
can you try mounting it with nfs v3 (iirc, there may be a bug there, so 
for sake of test, change the dns name to ip address to make sure a new 
connection is used)




Alex

2012/11/9 Ayal Baron mailto:aba...@redhat.com>>



- Original Message -
 >
 >
 > hi guys,I met a problem while creating "New Domain" iso/nfs
 > storage,it prints "Error while executing action New NFS Storage
 > Domain: Storage domain remote path not mounted" and the error code
 > is 477.anyone can give some hits?
 >
 >
 > I followed the "
 > http://wiki.ovirt.org/wiki/Troubleshooting_NFS_Storage_Issues " and
 > find that the vdsm user can't now use mount."mount: only root can do
 > that"

User vdsm doesn't perform mount so this is ok.
Problem is that any issue with mount always has the same exit code.
Please attach vdsm.log.
Also, you can su into root and try mounting manually to see what's
going on.
You can look in vdsm.log to find the failed mount command and run
the same command as root.

 >
 >
 > the version I use:
 > oVirt Engine Version: 3.1.0-2.fc17
 > oVirt Node Hypervisor 2.5.4-0.1.fc17
 >
 >
 >
 > the error log:
 >
 > 2012-11-08 09:15:00,004 INFO
 > [org.ovirt.engine.core.bll.AutoRecoveryManager]
 > (QuartzScheduler_Worker-77) Checking autorecoverable storage domains
 > done
 > 2012-11-08 09:17:28,920 WARN
 > [org.ovirt.engine.core.bll.GetConfigurationValueQuery]
 > (ajp--0.0.0.0-8009-2) calling GetConfigurationValueQuery
 > (StorageDomainNameSizeLimit) with null version,
 > using default general for version
 > 2012-11-08 09:17:29,333 INFO
 >

[org.ovirt.engine.core.vdsbroker.vdsbroker.ValidateStorageServerConnectionVDSCommand]
 > (ajp--0.0.0.0-8009-3) [7720b88f] START,
 > ValidateStorageServerConnectionVDSCommand(vdsId =
 > 12bcf124-29a4-11e2-bcba-00505680002a, storagePoolId =
 > ----, storageType = NFS,
 > connectionList = [{ id: 6556c55d-42a4-4dcc-832c-4d8987ebe6bd,
 > connection: 200.200.101.219:/usr/lwq/iso };]), log id: 52777a80
 > 2012-11-08 09:17:29,388 INFO
 >

[org.ovirt.engine.core.vdsbroker.vdsbroker.ValidateStorageServerConnectionVDSCommand]
 > (ajp--0.0.0.0-8009-3) [7720b88f] FINISH,
 > ValidateStorageServerConnectionVDSCommand, return:
 > {6556c55d-42a4-4dcc-832c-4d8987ebe6bd=0}, log id: 52777a80
 > 2012-11-08 09:17:29,392 INFO
 > [org.ovirt.engine.core.bll.storage.AddStorageServerConnectionCommand]
 > (ajp--0.0.0.0-8009-3) [7720b88f] Running command:
 > AddStorageServerConnectionCommand internal: false. Entities affected
 > : ID: aaa0----123456789aaa Type: System
 > 2012-11-08 09:17:29,404 INFO
 >
[org.ovirt.engine.core.vdsbroker.vdsbroker.ConnectStorageServerVDSCommand]
 > (ajp--0.0.0.0-8009-3) [7720b88f] START,
 > ConnectStorageServerVDSCommand(vdsId =
 > 12bcf124-29a4-11e2-bcba-00505680002a, storagePoolId =
 > ----, storageType = NFS,
 > connectionList = [{ id: 6556c55d-42a4-4dcc-832c-4d8987ebe6bd,
 > connection: 200.200.101.219:/usr/lwq/iso };]), log id: 36cb94f
 > 2012-11-08 09:17:29,656 INFO
 >
[org.ovirt.engine.core.vdsbroker.vdsbroker.ConnectStorageServerVDSCommand]
 > (ajp--0.0.0.0-8009-3) [7720b88f] FINISH,
 > ConnectStorageServerVDSCommand, return:
 > {6556c55d-42a4-4dcc-832c-4d8987ebe6bd=477}, log id: 36cb94f
 > 2012-11-08 09:17:29,658 ERROR
 > [org.ovirt.engine.core.bll.storage.NFSStorageHelper]
 > (ajp--0.0.0.0-8009-3) [7720b88f] The connection with details
 > 200.200.101.219:/usr/lwq/iso failed because of
 > error code 477 and error message is: 477
 > 2012-11-08 09:17:29,717 INFO
 > [org.ovirt.engine.core.bll.storage.AddNFSStorageDomainCommand]
 > (ajp--0.0.0.0-8009-11) [1661aa36] Running command:
 > AddNFSStorageDomainCommand internal: false. En
 > tities affected : ID: aaa0----123456789aaa Type:
 > System
 > 2012-11-08 09:17:29,740 INFO
 >
[org.ovirt.engine.core.vdsbroker.vdsbroker.CreateStorageDomainVDSCommand]
 > (ajp--0.0.0.0-8009-11) [1661aa36] START,
 > CreateStorageDomainVDSCommand(vdsId = 12bcf12
 > 4-29a4-11e2-bcba-00505680002a,
 >

storageDomain=org.ovirt.engine.core.common.businessentities.storage_domain_static@4a900545,
 > args=200.200.101.219:/usr/lwq/iso), log id: 50b803a0
 > 2012-11-08 09:17:35,233 ERROR
 > [org.ov

Re: [Users] create iso/nfs storage domain error

2012-11-09 Thread Alexandre Santos
Try to mount it on the host, if you're using a ovirt-node, it's on
/rhev/data-center/mnt. See if it is being mounted with user.group
nobody.nobody.

Remember that the NFS server must have user 36 (vdsm) and group 36 (kvm)
and they must own the directory you're exporting.

Alex

2012/11/9 Ayal Baron 

>
>
> - Original Message -
> >
> >
> > hi guys,I met a problem while creating "New Domain" iso/nfs
> > storage,it prints "Error while executing action New NFS Storage
> > Domain: Storage domain remote path not mounted" and the error code
> > is 477.anyone can give some hits?
> >
> >
> > I followed the "
> > http://wiki.ovirt.org/wiki/Troubleshooting_NFS_Storage_Issues " and
> > find that the vdsm user can't now use mount."mount: only root can do
> > that"
>
> User vdsm doesn't perform mount so this is ok.
> Problem is that any issue with mount always has the same exit code.
> Please attach vdsm.log.
> Also, you can su into root and try mounting manually to see what's going
> on.
> You can look in vdsm.log to find the failed mount command and run the same
> command as root.
>
> >
> >
> > the version I use:
> > oVirt Engine Version: 3.1.0-2.fc17
> > oVirt Node Hypervisor 2.5.4-0.1.fc17
> >
> >
> >
> > the error log:
> >
> > 2012-11-08 09:15:00,004 INFO
> > [org.ovirt.engine.core.bll.AutoRecoveryManager]
> > (QuartzScheduler_Worker-77) Checking autorecoverable storage domains
> > done
> > 2012-11-08 09:17:28,920 WARN
> > [org.ovirt.engine.core.bll.GetConfigurationValueQuery]
> > (ajp--0.0.0.0-8009-2) calling GetConfigurationValueQuery
> > (StorageDomainNameSizeLimit) with null version,
> > using default general for version
> > 2012-11-08 09:17:29,333 INFO
> >
> [org.ovirt.engine.core.vdsbroker.vdsbroker.ValidateStorageServerConnectionVDSCommand]
> > (ajp--0.0.0.0-8009-3) [7720b88f] START,
> > ValidateStorageServerConnectionVDSCommand(vdsId =
> > 12bcf124-29a4-11e2-bcba-00505680002a, storagePoolId =
> > ----, storageType = NFS,
> > connectionList = [{ id: 6556c55d-42a4-4dcc-832c-4d8987ebe6bd,
> > connection: 200.200.101.219:/usr/lwq/iso };]), log id: 52777a80
> > 2012-11-08 09:17:29,388 INFO
> >
> [org.ovirt.engine.core.vdsbroker.vdsbroker.ValidateStorageServerConnectionVDSCommand]
> > (ajp--0.0.0.0-8009-3) [7720b88f] FINISH,
> > ValidateStorageServerConnectionVDSCommand, return:
> > {6556c55d-42a4-4dcc-832c-4d8987ebe6bd=0}, log id: 52777a80
> > 2012-11-08 09:17:29,392 INFO
> > [org.ovirt.engine.core.bll.storage.AddStorageServerConnectionCommand]
> > (ajp--0.0.0.0-8009-3) [7720b88f] Running command:
> > AddStorageServerConnectionCommand internal: false. Entities affected
> > : ID: aaa0----123456789aaa Type: System
> > 2012-11-08 09:17:29,404 INFO
> >
> [org.ovirt.engine.core.vdsbroker.vdsbroker.ConnectStorageServerVDSCommand]
> > (ajp--0.0.0.0-8009-3) [7720b88f] START,
> > ConnectStorageServerVDSCommand(vdsId =
> > 12bcf124-29a4-11e2-bcba-00505680002a, storagePoolId =
> > ----, storageType = NFS,
> > connectionList = [{ id: 6556c55d-42a4-4dcc-832c-4d8987ebe6bd,
> > connection: 200.200.101.219:/usr/lwq/iso };]), log id: 36cb94f
> > 2012-11-08 09:17:29,656 INFO
> >
> [org.ovirt.engine.core.vdsbroker.vdsbroker.ConnectStorageServerVDSCommand]
> > (ajp--0.0.0.0-8009-3) [7720b88f] FINISH,
> > ConnectStorageServerVDSCommand, return:
> > {6556c55d-42a4-4dcc-832c-4d8987ebe6bd=477}, log id: 36cb94f
> > 2012-11-08 09:17:29,658 ERROR
> > [org.ovirt.engine.core.bll.storage.NFSStorageHelper]
> > (ajp--0.0.0.0-8009-3) [7720b88f] The connection with details
> > 200.200.101.219:/usr/lwq/iso failed because of
> > error code 477 and error message is: 477
> > 2012-11-08 09:17:29,717 INFO
> > [org.ovirt.engine.core.bll.storage.AddNFSStorageDomainCommand]
> > (ajp--0.0.0.0-8009-11) [1661aa36] Running command:
> > AddNFSStorageDomainCommand internal: false. En
> > tities affected : ID: aaa0----123456789aaa Type:
> > System
> > 2012-11-08 09:17:29,740 INFO
> > [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateStorageDomainVDSCommand]
> > (ajp--0.0.0.0-8009-11) [1661aa36] START,
> > CreateStorageDomainVDSCommand(vdsId = 12bcf12
> > 4-29a4-11e2-bcba-00505680002a,
> >
> storageDomain=org.ovirt.engine.core.common.businessentities.storage_domain_static@4a900545
> ,
> > args=200.200.101.219:/usr/lwq/iso), log id: 50b803a0
> > 2012-11-08 09:17:35,233 ERROR
> > [org.ovirt.engine.core.vdsbroker.vdsbroker.BrokerCommandBase]
> > (ajp--0.0.0.0-8009-11) [1661aa36] Failed in CreateStorageDomainVDS
> > method
> > 2012-11-08 09:17:35,234 ERROR
> > [org.ovirt.engine.core.vdsbroker.vdsbroker.BrokerCommandBase]
> > (ajp--0.0.0.0-8009-11) [1661aa36] Error code
> > StorageDomainFSNotMounted and error message VDSGeneri
> > cException: VDSErrorException: Failed to CreateStorageDomainVDS,
> > error = Storage domain remote path not mounted:
> > ('/rhev/data-center/mnt/200.200.101.219:_usr_lwq_iso',)
> > 2012-11-08 09:17:35,260 INFO
> > [org.ovirt.engine.core.vd

Re: [Users] Problem on creating database

2012-11-09 Thread Stephen Liu
Hi Oved,


This time I used the full path


$ cd /home/satimis/ovirt-engine/backend/manager/dbscripts
$ sudo ./create_db_devel.sh -u postgres
[sudo] password for satimis: 
Running original create_db script...
Creating the database: engine
user name is: postgres
Creating tables...
Creating functions...
.
Creating stored procedures from vds_groups_sp.sql ...
Creating stored procedures from vds_spm_id_map_sp.sql ...
Creating stored procedures from vds_sp.sql ...
Creating stored procedures from vm_device_sp.sql ...
Creating stored procedures from vm_pool_maps_sp.sql ...
Creating stored procedures from vm_pools_sp.sql ...
Creating stored procedures from vms_sp.sql ...
Creating stored procedures from vm_templates_sp.sql ...
Running  upgrade sql script 
upgrade/post_upgrade/0010_add_object_column_white_list_table.sql ...
Setting development configuration values ...
Development setting done.


it worked.

What is the correct command/step creating $OVIRT_HOME which includes 
/home/satimis/ovirt-engine ?  Thanks


Continued


$ cd ../../..
$ mvn clean install

It took long time to complete


Deploy 
==

$ ls
backend   config  ear   LICENSE   packaging
build-tools-root  deployment  frontend  Makefile  pom.xml

$ cd ear/
$ mvn clean install -Pdep,setup
..
[INFO] Executed tasks
[INFO] 
[INFO] BUILD SUCCESS
[INFO] 
[INFO] Total time: 11.948s
[INFO] Finished at: Fri Nov 09 17:39:27 HKT 2012
[INFO] Final Memory: 16M/331M
[INFO] 


$ mvn clean install -Pdep
...
[INFO] 
[INFO] BUILD SUCCESS
[INFO] 
[INFO] Total time: 5.990s
[INFO] Finished at: Fri Nov 09 17:40:38 HKT 2012
[INFO] Final Memory: 16M/331M
[INFO] 


Copying vdsm bootstrap files (this step ignored)


Deploying engine-config & engine-manage-domains 


$ cd ..

$ make create_dirs
*** Creating Directories
install: cannot create directory `/usr/local/share/ovirt-engine': Permission 
denied
make: *** [create_dirs] Error 1


Again;
=
$ sudo make create_dirs
[sudo] password for satimis: 
*** Creating Directories


$ make install_tools
make: *** No rule to make target `install_tools'.  Stop.

$ sudo make install_tools
make: *** No rule to make target `install_tools'.  Stop.

Encountered problem here.  Please help


Continued


$ make install_config
*** Deploying engine-config & engine-manage-domains
# Configuration files for the configuration tool:
install -m 644 
backend/manager/tools/engine-config/src/main/resources/engine-config.conf 
/usr/local/etc/ovirt-engine/engine-config/
install: cannot create regular file 
`/usr/local/etc/ovirt-engine/engine-config/engine-config.conf': Permission 
denied
make: *** [install_config] Error 1


Again;
=
$ sudo make install_config
*** Deploying engine-config & engine-manage-domains
# Configuration files for the configuration tool:
install -m 644 
backend/manager/tools/engine-config/src/main/resources/engine-config.conf 
/usr/local/etc/ovirt-engine/engine-config/
install -m 644 
backend/manager/tools/engine-config/src/main/resources/engine-config.*properties
 /usr/local/etc/ovirt-engine/engine-config/
install -m 644 backend/manager/tools/engine-config/src/main/resources/log4j.xml 
/usr/local/etc/ovirt-engine/engine-config/
# Main program for the configuration tool:
install -m 750 
backend/manager/tools/engine-config/src/main/resources/engine-config 
/usr/local/share/ovirt-engine/bin/engine-config.sh
ln -s /usr/local/share/ovirt-engine/bin/engine-config.sh 
/usr/local/bin/engine-config
# Configuration files for the domain management tool:
install -m 644 
backend/manager/modules/utils/src/main/resources/engine-manage-domains.conf 
/usr/local/etc/ovirt-engine/engine-manage-domains/
install -m 644 
backend/manager/modules/utils/src/main/resources/engine-manage-domains/log4j.xml
 /usr/local/etc/ovirt-engine/engine-manage-domains/
# Main program for the domain management tool:
install -m 750 backend/manager/conf/kerberos/engine-manage-domains 
/usr/local/share/ovirt-engine/bin/engine-manage-domains.sh
ln -s /usr/local/share/ovirt-engine/bin/engine-manage-domains.sh 
/usr/local/bin/engine-manage-domains

It worked.


$ sudo ps ax | grep java
 8392 pts/0    S+ 0:00 grep --color=auto java

jboss is running ???


I stopped here without proceeding further in anticipating to rectify previous 
errors first.

Please help.  TIA

B.R.
Stephen L







>
> From: Oved Ourfalli 
>To: Stephen Liu  
>Cc: users@ovirt.org; Yair Zaslavsky  
>Sent: Friday, November 9, 2012 4:38 PM
>Subject: Re: [Users] Pr

Re: [Users] create iso/nfs storage domain error

2012-11-09 Thread Ayal Baron


- Original Message -
> 
> 
> hi guys,I met a problem while creating "New Domain" iso/nfs
> storage,it prints "Error while executing action New NFS Storage
> Domain: Storage domain remote path not mounted" and the error code
> is 477.anyone can give some hits?
> 
> 
> I followed the "
> http://wiki.ovirt.org/wiki/Troubleshooting_NFS_Storage_Issues " and
> find that the vdsm user can't now use mount."mount: only root can do
> that"

User vdsm doesn't perform mount so this is ok.
Problem is that any issue with mount always has the same exit code.
Please attach vdsm.log.
Also, you can su into root and try mounting manually to see what's going on.
You can look in vdsm.log to find the failed mount command and run the same 
command as root.

> 
> 
> the version I use:
> oVirt Engine Version: 3.1.0-2.fc17
> oVirt Node Hypervisor 2.5.4-0.1.fc17
> 
> 
> 
> the error log:
> 
> 2012-11-08 09:15:00,004 INFO
> [org.ovirt.engine.core.bll.AutoRecoveryManager]
> (QuartzScheduler_Worker-77) Checking autorecoverable storage domains
> done
> 2012-11-08 09:17:28,920 WARN
> [org.ovirt.engine.core.bll.GetConfigurationValueQuery]
> (ajp--0.0.0.0-8009-2) calling GetConfigurationValueQuery
> (StorageDomainNameSizeLimit) with null version,
> using default general for version
> 2012-11-08 09:17:29,333 INFO
> [org.ovirt.engine.core.vdsbroker.vdsbroker.ValidateStorageServerConnectionVDSCommand]
> (ajp--0.0.0.0-8009-3) [7720b88f] START,
> ValidateStorageServerConnectionVDSCommand(vdsId =
> 12bcf124-29a4-11e2-bcba-00505680002a, storagePoolId =
> ----, storageType = NFS,
> connectionList = [{ id: 6556c55d-42a4-4dcc-832c-4d8987ebe6bd,
> connection: 200.200.101.219:/usr/lwq/iso };]), log id: 52777a80
> 2012-11-08 09:17:29,388 INFO
> [org.ovirt.engine.core.vdsbroker.vdsbroker.ValidateStorageServerConnectionVDSCommand]
> (ajp--0.0.0.0-8009-3) [7720b88f] FINISH,
> ValidateStorageServerConnectionVDSCommand, return:
> {6556c55d-42a4-4dcc-832c-4d8987ebe6bd=0}, log id: 52777a80
> 2012-11-08 09:17:29,392 INFO
> [org.ovirt.engine.core.bll.storage.AddStorageServerConnectionCommand]
> (ajp--0.0.0.0-8009-3) [7720b88f] Running command:
> AddStorageServerConnectionCommand internal: false. Entities affected
> : ID: aaa0----123456789aaa Type: System
> 2012-11-08 09:17:29,404 INFO
> [org.ovirt.engine.core.vdsbroker.vdsbroker.ConnectStorageServerVDSCommand]
> (ajp--0.0.0.0-8009-3) [7720b88f] START,
> ConnectStorageServerVDSCommand(vdsId =
> 12bcf124-29a4-11e2-bcba-00505680002a, storagePoolId =
> ----, storageType = NFS,
> connectionList = [{ id: 6556c55d-42a4-4dcc-832c-4d8987ebe6bd,
> connection: 200.200.101.219:/usr/lwq/iso };]), log id: 36cb94f
> 2012-11-08 09:17:29,656 INFO
> [org.ovirt.engine.core.vdsbroker.vdsbroker.ConnectStorageServerVDSCommand]
> (ajp--0.0.0.0-8009-3) [7720b88f] FINISH,
> ConnectStorageServerVDSCommand, return:
> {6556c55d-42a4-4dcc-832c-4d8987ebe6bd=477}, log id: 36cb94f
> 2012-11-08 09:17:29,658 ERROR
> [org.ovirt.engine.core.bll.storage.NFSStorageHelper]
> (ajp--0.0.0.0-8009-3) [7720b88f] The connection with details
> 200.200.101.219:/usr/lwq/iso failed because of
> error code 477 and error message is: 477
> 2012-11-08 09:17:29,717 INFO
> [org.ovirt.engine.core.bll.storage.AddNFSStorageDomainCommand]
> (ajp--0.0.0.0-8009-11) [1661aa36] Running command:
> AddNFSStorageDomainCommand internal: false. En
> tities affected : ID: aaa0----123456789aaa Type:
> System
> 2012-11-08 09:17:29,740 INFO
> [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateStorageDomainVDSCommand]
> (ajp--0.0.0.0-8009-11) [1661aa36] START,
> CreateStorageDomainVDSCommand(vdsId = 12bcf12
> 4-29a4-11e2-bcba-00505680002a,
> storageDomain=org.ovirt.engine.core.common.businessentities.storage_domain_static@4a900545,
> args=200.200.101.219:/usr/lwq/iso), log id: 50b803a0
> 2012-11-08 09:17:35,233 ERROR
> [org.ovirt.engine.core.vdsbroker.vdsbroker.BrokerCommandBase]
> (ajp--0.0.0.0-8009-11) [1661aa36] Failed in CreateStorageDomainVDS
> method
> 2012-11-08 09:17:35,234 ERROR
> [org.ovirt.engine.core.vdsbroker.vdsbroker.BrokerCommandBase]
> (ajp--0.0.0.0-8009-11) [1661aa36] Error code
> StorageDomainFSNotMounted and error message VDSGeneri
> cException: VDSErrorException: Failed to CreateStorageDomainVDS,
> error = Storage domain remote path not mounted:
> ('/rhev/data-center/mnt/200.200.101.219:_usr_lwq_iso',)
> 2012-11-08 09:17:35,260 INFO
> [org.ovirt.engine.core.vdsbroker.vdsbroker.BrokerCommandBase]
> (ajp--0.0.0.0-8009-11) [1661aa36] Command
> org.ovirt.engine.core.vdsbroker.vdsbroker.CreateStorageD
> omainVDSCommand return value
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users
> 
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Latest VDSM uses newer qemu than EL6 provides

2012-11-09 Thread Vinzenz Feenstra

Hi,

Well this is a RPM spec file change, qemu-kvm will eventually follow as 
well after it was tested.

It just needs some more time to be released.

Regards,

On 11/09/2012 03:32 AM, Dead Horse wrote:
I noticed a change 12 days ago in the VDSM master branch with what 
version of qemu that VDSM requires. (Commit: 
1ce73032d9238a1bf4c55400392d5ce47dfa2d43)


Change:
 # Update the qemu-kvm requires when block_stream will be included
-Requires: qemu-kvm >= 2:0.12.1.2-2.227
-Requires: qemu-img >= 2:0.12.1.2-2.227
+Requires: qemu-kvm >= 2:0.12.1.2-2.295.el6_3.4
+Requires: qemu-img >= 2:0.12.1.2-2.295.el6_3.4

However the version of qemu required has not yet materialized in any 
of the released EL sources/updates.


- DHC


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



--
Regards,

Vinzenz Feenstra | Senior Software Engineer
RedHat Engineering Virtualization R & D
Phone: +420 532 294 625
IRC: vfeenstr or evilissimo

Better technology. Faster innovation. Powered by community collaboration.
See how it works at redhat.com

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


Re: [Users] Problem on creating database

2012-11-09 Thread Oved Ourfalli
Hey Stephen,

Is that possible that OVIRT_HOME is not set properly?
Maven looks for pom.xml file in the directory tha mvn command is run from, and 
according to the error there is no such file there (in /home/satimis).

Have a nice day,
Oved
- Original Message -
> From: "Stephen Liu" 
> To: "Yair Zaslavsky" 
> Cc: users@ovirt.org
> Sent: Friday, November 9, 2012 10:18:46 AM
> Subject: Re: [Users] Problem on creating database
> 
> 
> 
> Hi,
> 
> On running further to install oVirt I encountered following problem;
> 
> Steps performed;
> 
> $ cd $OVIRT_HOME
> 
> $ mvn clean install
> /usr/lib/jvm/java
> [INFO] Scanning for projects...
> [INFO]
> 
> [INFO] BUILD FAILURE
> [INFO]
> 
> [INFO] Total time: 0.110s
> [INFO] Finished at: Fri Nov 09 12:23:57 HKT 2012
> [INFO] Final Memory: 5M/115M
> [INFO]
> 
> [ERROR] The goal you specified requires a project to execute but
> there is no POM in this directory (/home/satimis). Please verify you
> invoked Maven from the correct directory. -> [Help 1]
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with
> the -e switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug
> logging.
> [ERROR]
> [ERROR] For more information about the errors and possible solutions,
> please read the following articles:
> [ERROR] [Help 1]
> http://cwiki.apache.org/confluence/display/MAVEN/MissingProjectException
> 
> Failure ?
> 
> 
> $ mvn --version
> /usr/lib/jvm/java
> Apache Maven 3.0.4 (rNON-CANONICAL_2012-10-24_11-25_mockbuild;
> 2012-10-24 19:25:04+0800)
> Maven home: /usr/share/maven
> Java version: 1.7.0_09-icedtea, vendor: Oracle Corporation
> Java home: /usr/lib/jvm/java-1.7.0-openjdk-1.7.0.9.x86_64/jre
> Default locale: en_US, platform encoding: UTF-8
> OS name: "linux", version: "3.6.5-1.fc17.x86_64", arch: "amd64",
> family: "unix"
> 
> 
> B.R.
> Stephen L
> 
> 
> 
> 
> 
> 
> 
> 
> From: Yair Zaslavsky 
> To: Stephen Liu 
> Cc: users@ovirt.org
> Sent: Friday, November 9, 2012 2:53 PM
> Subject: Re: [Users] Problem on creating database
> 
> 
> 
> 
> Hi, I'm not sure at what point exactly you see this dropdb failure.
> I checked the code at the dbscripts folder, and the only place where
> dropdb is run, is at the beginning of execution of create_db.sh
> which is run from create_db_devel.sh
> In addition, when I tried to create with non existing DB, I saw the
> same print, but the DB was still created.
> 
> 
> Please elaborate on what is your exact problem?
> Do you manage to perform psql engine postgres after running the
> script?
> You can also send us create_db.sh.log
> 
> 
> Thanks!
> 
> 
> 
> 
> From: "Stephen Liu" 
> To: users@ovirt.org
> Sent: Friday, November 9, 2012 7:09:05 AM
> Subject: [Users] Problem on creating database
> 
> 
> 
> Hi all,
> 
> OS - Fedora 17 64bit
> Manual:
> http://wiki.ovirt.org/wiki/Building_Ovirt_Engine#Prerequisites
> 
> 
> Creating the database
> =
> 
> $ ls /home/satimis/ | grep ovirt-engine
> ovirt-engine
> 
> $OVIRT_HOME = /home/satimis
> 
> $ cd /home/satimis/ovirt-engine/backend/manager/dbscripts
> $ sudo ./create_db_devel.sh -u postgres
> Running original create_db script...
> Creating the database: engine
> dropdb: database removal failed: ERROR: database "engine" does not
> exist
> user name is: postgres
> Creating tables...
> Creating functions...
> Creating common functions...
> Inserting data ...
> .
> .
> Running upgrade sql script
> upgrade/post_upgrade/0010_add_object_column_white_list_table.sql ...
> Setting development configuration values ...
> Development setting done.
> 
> 
> dropdb: database removal failed: ERROR: database "engine" does not
> exist
> 
> Please advise how to fix the problem? TIA
> 
> B.R.
> Stephen L
> 
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users
> 
> 
> 
> 
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users
> 
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Problem on creating database

2012-11-09 Thread Stephen Liu
Hi,

On running further to install oVirt I encountered following problem;

Steps performed;

$ cd $OVIRT_HOME

$ mvn clean install
/usr/lib/jvm/java
[INFO] Scanning for projects...
[INFO] 
[INFO] BUILD FAILURE
[INFO] 
[INFO] Total time: 0.110s
[INFO] Finished at: Fri Nov 09 12:23:57 HKT 2012
[INFO] Final Memory: 5M/115M
[INFO] 
[ERROR] The goal you specified requires a project to execute but there is no 
POM in this directory (/home/satimis). Please verify you invoked Maven from the 
correct directory. -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please 
read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/MissingProjectException

Failure ?


$ mvn --version
/usr/lib/jvm/java
Apache Maven 3.0.4 (rNON-CANONICAL_2012-10-24_11-25_mockbuild; 2012-10-24 
19:25:04+0800)
Maven home: /usr/share/maven
Java version: 1.7.0_09-icedtea, vendor: Oracle Corporation
Java home: /usr/lib/jvm/java-1.7.0-openjdk-1.7.0.9.x86_64/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "3.6.5-1.fc17.x86_64", arch: "amd64", family: "unix"


B.R.
Stephen L




>
> From: Yair Zaslavsky 
>To: Stephen Liu  
>Cc: users@ovirt.org 
>Sent: Friday, November 9, 2012 2:53 PM
>Subject: Re: [Users] Problem on creating database
> 
>
>Hi, I'm not sure at what point exactly you see this dropdb failure.
>I checked the code at the dbscripts folder, and the only place where dropdb is 
>run, is at the beginning of execution of create_db.sh which is run from 
>create_db_devel.sh
>In addition, when I tried to create with non existing DB, I saw the same 
>print, but the DB was still created.
>
>
>Please elaborate on what is your exact problem?
>Do you manage to perform psql engine postgres after running the script?
>You can also send us create_db.sh.log
>
>
>Thanks!
>
>>
>
>From: "Stephen Liu" 
>>To: users@ovirt.org
>>Sent: Friday, November 9, 2012 7:09:05 AM
>>Subject: [Users] Problem on creating database
>>
>>
>>Hi all,
>>
>>OS - Fedora 17 64bit
>>Manual:
>>http://wiki.ovirt.org/wiki/Building_Ovirt_Engine#Prerequisites
>>
>>
>>Creating the database 
>>=
>>
>>$ ls /home/satimis/ | grep ovirt-engine
>>ovirt-engine
>>
>>$OVIRT_HOME = /home/satimis
>>
>>$ cd /home/satimis/ovirt-engine/backend/manager/dbscripts
>>$ sudo ./create_db_devel.sh -u postgres
>>Running original create_db script...
>>Creating the database: engine
>>dropdb: database removal failed: ERROR:  database "engine" does not exist
>>user name is: postgres
>>Creating tables...
>>Creating functions...
>>Creating common functions...
>>Inserting data  ...
>>.
>>.
>>Running  upgrade sql script 
>>upgrade/post_upgrade/0010_add_object_column_white_list_table.sql ...
>>Setting development configuration values ...
>>Development
 setting done.
>>
>>
>>dropdb: database removal failed: ERROR:  database "engine" does not exist
>>
>>Please advise how to fix the problem?  TIA
>>
>>B.R.
>>Stephen L
>>
>>___
>>Users mailing list
>>Users@ovirt.org
>>http://lists.ovirt.org/mailman/listinfo/users
>>
>
>
>___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Problem on running chkconfig

2012-11-09 Thread Stephen Liu
Hi,

Whether I should follow;

Building oVirt engine
http://wiki.ovirt.org/w/index.php?title=Building_oVirt_engine&diff=5237&oldid=5236

Is it the latest version of the manual?  Thanks

B.R.
Stephen L






>
> From: Itamar Heim 
>To: Stephen Liu  
>Cc: "users@ovirt.org" ; Juan Antonio Hernandez Fernandez 
> 
>Sent: Friday, November 9, 2012 2:17 PM
>Subject: Re: [Users] Problem on running chkconfig
> 
>On 11/09/2012 05:48 AM, Stephen Liu wrote:
>> Hi all,
>>
>> OS - Fedora 17 64bit
>> Instruction:
>> http://wiki.ovirt.org/wiki/Building_Ovirt_Engine#Prerequisites
>>
>> Problem encountered as follows;
>> $ sudo ln -s /usr/share/jboss-as-7.1.1.Final /usr/share/jboss-as
>> $ su - -c 'chmod -R 777 /usr/share/jboss-as'
>> lrwxrwxrwx. 1 root root 31 Nov  9 10:21 jboss-as ->
>> /usr/share/jboss-as-7.1.1.Final
>>
>> $ chkconfig jboss-as on
>> error reading information on service jboss-as: No such file or directory
>>
>> $ sudo chkconfig jboss-as on
>> error reading information on service jboss-as: No such file or directory
>> same problem.
>>
>> Please advise how to solve the problem?  TIA
>
>iirc, we changed process to use ovirt-engine service by now.
>probably need to update the wiki for this.
>juan?
>
>
>___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users