[Users] Can't start vm

2012-03-12 Thread kumar shantanu
Hi all,

I created host from ovirt manager but when trying to run it's failing with
the error,

== vdsm.log ==
Thread-180651::DEBUG::2012-03-12
13:42:12,482::vm::577::vm.Vm::(_startUnderlyingVm)
vmId=`c13c4c09-f696-47e1-b8cd-8d499242e151`::_ongoingCreations released
Thread-180651::ERROR::2012-03-12
13:42:12,482::vm::601::vm.Vm::(_startUnderlyingVm)
vmId=`c13c4c09-f696-47e1-b8cd-8d499242e151`::The vm start process failed
Traceback (most recent call last):
  File /usr/share/vdsm/vm.py, line 567, in _startUnderlyingVm
self._run()
  File /usr/share/vdsm/libvirtvm.py, line 1306, in _run
self._connection.createXML(domxml, flags),
  File /usr/share/vdsm/libvirtconnection.py, line 82, in wrapper
ret = f(*args, **kwargs)
  File /usr/lib64/python2.6/site-packages/libvirt.py, line 2087, in
createXML
if ret is None:raise libvirtError('virDomainCreateXML() failed',
conn=self)
libvirtError: internal error Process exited while reading console log
output: Supported machines are:
pc RHEL 6.2.0 PC (alias of rhel6.2.0)



Pythong version running is

[root@ovirt ~]# python -V
Python 2.7

Can anyone please suggest .

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


[Users] Unable to import template across DC

2012-03-12 Thread Deepak C Shetty

Hi,
I have 2 DC's, nfs based and localfs based.

On the nfs dc:
1) I created a nfs export domain, and exported the VM template ( 
precreated) to my nfs export domain


2) I detached the export domain from nfs dc

On the localfs dc:
1) I attached the export domain to the localfs dc

2) When i select  export-domain on the Storage tab, under Details - 
template-import, i see the
template, but i don't see any option of import there.  Basically cannot 
import the template.


3) When i go to Template tab, the template is seen, but under Cluster 
column, it still shows
the nfs-cluster to which it belongs, not to the localfs cluster. When i 
try to edit the template,
it does not allow me to select the DC, its disabled/greyed and stays as 
nfs-dc. So even if the template

is seen under localfs dc, i cannot use it to create a VM

4) When i try to create a new server / desktop VM, only when i select 
nfsdc, i get the option of selecting my template, if i select localfs 
dc, my template is not seen in the drop down box


So unable to use the template to create a new VM in the destination dc.

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


Re: [Users] Can't start vm

2012-03-12 Thread Federico Simoncelli


- Original Message -
 From: kumar shantanu k.shantanu2...@gmail.com
 To: users users@ovirt.org
 Sent: Monday, March 12, 2012 9:16:34 AM
 Subject: [Users] Can't start vm
 
 
 Hi all,
 
 I created host from ovirt manager but when trying to run it's failing
 with the error,
 
 == vdsm.log ==
 Thread-180651::DEBUG::2012-03-12
 13:42:12,482::vm::577::vm.Vm::(_startUnderlyingVm)
 vmId=`c13c4c09-f696-47e1-b8cd-8d499242e151`::_ongoingCreations
 released
 Thread-180651::ERROR::2012-03-12
 13:42:12,482::vm::601::vm.Vm::(_startUnderlyingVm)
 vmId=`c13c4c09-f696-47e1-b8cd-8d499242e151`::The vm start process
 failed
 Traceback (most recent call last):
 File /usr/share/vdsm/vm.py, line 567, in _startUnderlyingVm
 self._run()
 File /usr/share/vdsm/libvirtvm.py, line 1306, in _run
 self._connection.createXML(domxml, flags),
 File /usr/share/vdsm/libvirtconnection.py, line 82, in wrapper
 ret = f(*args, **kwargs)
 File /usr/lib64/python2.6/site-packages/libvirt.py, line 2087, in
 createXML
 if ret is None:raise libvirtError('virDomainCreateXML() failed',
 conn=self)
 libvirtError: internal error Process exited while reading console log
 output: Supported machines are:
 pc RHEL 6.2.0 PC (alias of rhel6.2.0)
 
 
 
 Pythong version running is
 
 [root@ovirt ~]# python -V
 Python 2.7
 
 Can anyone please suggest .

Hi Kumar,
 when the engine starts a VM it also specifies a machine type.
The machine types supported by an host depend on the system (RHEL/Fedora)
and you can get the list with:

 # vdsClient 0 getVdsCaps | grep emulatedMachines
emulatedMachines = ['pc-1.1', 'pc', 'pc-1.0', 'pc-0.15', ...

Once you discovered the types supported by your hosts you can configure
the engine with the correct value:

http://www.ovirt.org/wiki/Engine_Node_Integration

psql -U postgres engine -c update vdc_options set option_value='pc-0.14' 
 where option_name='EmulatedMachine' and version='3.0';

I assume that you ran the command above but your VDSM hosts are rhel6,
so you would need to use the rhel6.2.0 value instead.

I believe that the value pc is an alias that works both for RHEL and
Fedora and it might be handy for testing, but in general I really discourage
its use because it would allow a mixed cluster of RHEL and Fedora hosts
which could be problematic in case of live migrations.

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


Re: [Users] Can't start vm

2012-03-12 Thread Doron Fediuck
Hi Kumar,
You need to change the emulatedMachine to pc.
You can do it by using engine-config or issue a DB query in vdc_options table.

On 12/03/12 10:16, kumar shantanu wrote:
 Hi all,
 
 I created host from ovirt manager but when trying to run it's failing with 
 the error,
 
 == vdsm.log ==
 Thread-180651::DEBUG::2012-03-12 
 13:42:12,482::vm::577::vm.Vm::(_startUnderlyingVm) 
 vmId=`c13c4c09-f696-47e1-b8cd-8d499242e151`::_ongoingCreations released
 Thread-180651::ERROR::2012-03-12 
 13:42:12,482::vm::601::vm.Vm::(_startUnderlyingVm) 
 vmId=`c13c4c09-f696-47e1-b8cd-8d499242e151`::The vm start process failed
 Traceback (most recent call last):
   File /usr/share/vdsm/vm.py, line 567, in _startUnderlyingVm
 self._run()
   File /usr/share/vdsm/libvirtvm.py, line 1306, in _run
 self._connection.createXML(domxml, flags),
   File /usr/share/vdsm/libvirtconnection.py, line 82, in wrapper
 ret = f(*args, **kwargs)
   File /usr/lib64/python2.6/site-packages/libvirt.py, line 2087, in 
 createXML
 if ret is None:raise libvirtError('virDomainCreateXML() failed', 
 conn=self)
 libvirtError: internal error Process exited while reading console log output: 
 Supported machines are:
 pc RHEL 6.2.0 PC (alias of rhel6.2.0)
 
 
 
 Pythong version running is
 
 [root@ovirt ~]# python -V
 Python 2.7
 
 Can anyone please suggest .
 
 TIA,
 Shantanu.
 
 
 ___
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/users


-- 

/d

This message is made with 100% recycled electrons. No new atoms were destroyed 
in the making of this message.
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] engine-setup fails in database creation

2012-03-12 Thread Ofer Schreiber
few questions: 
1. Does /sbin/service postgresql works for you? 
2. Which OS are you using? 
3. Which version of ovirt-engine? 

Thanks, 
Ofer. 

- Original Message -

 Yes I tried to install that date. And that is from the beginning of
 the file.

 I have a log from Friday as well.

 # cat postgresql-Fri.log
 LOG: database system was shut down at 2012-03-09 15:43:14 CET
 LOG: database system is ready to accept connections
 LOG: autovacuum launcher started
 ERROR: database engine does not exist
 STATEMENT: DROP DATABASE engine;

 WARNING: nonstandard use of escape in a string literal at character
 46
 HINT: Use the escape string syntax for escapes, e.g., E'\r\n'.
 WARNING: column status has type unknown
 DETAIL: Proceeding with relation creation anyway.
 WARNING: column owner has type unknown
 DETAIL: Proceeding with relation creation anyway.
 WARNING: column storage_pool_id has type unknown
 DETAIL: Proceeding with relation creation anyway.
 WARNING: column storage_pool_name has type unknown
 DETAIL: Proceeding with relation creation anyway.

 Also I just ran a engine-cleanup and check what was added to todays
 log.
 Then I did a engine-setup. All it did was that it added one line
 FATAL: database engine does not exist to the log.

 /Raboo

 2012/3/11 Yair Zaslavsky  yzasl...@redhat.com 

  On 03/11/2012 09:32 PM, Elias Abacioglu wrote:
 
  
 
   2012/3/11 Yair Zaslavsky  yzasl...@redhat.com mailto:
   yzasl...@redhat.com 
 

  
 
   On 03/11/2012 05:48 PM, Elias Abacioglu wrote:
 
Den den 11 mars 2012 16:40:06 skrev Yair Zaslavsky:
 
On 03/11/2012 05:24 PM, Elias Abacioglu wrote:
 
Hi,
 
   
 
I can postgresql is running and I can access it using psql
-U
 
   postgres
 
   
 
What happens when you type psql engine postgres ?
 
psql: FATAL: database engine does not exist
 
   Ok, postgres service is up, but something went wrong in the
   creation.
 
  
 
   Can you please provide the postgres log?
 
   It should be located at
 
  
 
   /var/lib/pgsql/data/pg_log/postgresql-Sun.log (if you tried
   installing
 
   it today).
 
  
 
   Please notice that on my environment this directory is accessible
   from
 
   root (and not my regular user).
 
  
 
  
 
   Here is the log from yesterday.
 
  
 
   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-03-10 12:44:46 CET
 
   LOG: autovacuum launcher started
 
   LOG: database system is ready to accept connections
 
   FATAL: database engine does not exist
 
   FATAL: database engine does not exist
 
   FATAL: database engine does not exist
 
   FATAL: database engine does not exist
 
   FATAL: database engine does not exist
 
   FATAL: database engine does not exist
 
   FATAL: database engine does not exist
 
   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-03-10 14:29:30 CET
 
   LOG: autovacuum launcher started
 
   LOG: database system is ready to accept connections
 
   FATAL: database engine does not exist
 
   FATAL: database engine does not exist
 
   FATAL: database engine does not exist
 
  
 
  
 
   Also it contains many more 'FATAL: database engine does not
   exist'.
 
   Almost 70.000.
 

  Thanks for the log,
 
  Is this the date when you installed? Are these the first entries
  you
 
  have in the log?
 

 ___
 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] engine-setup fails in database creation

2012-03-12 Thread Elias Abacioglu
1. yes.
2. CentOS 6.2.
3. 3.0.0_0001. Basically I took the
ovirt-engine-3.0.0_0001-1.6.fc16.src.rpm and rebuilt it for CentOS 6.2.

If this don't work I'm going to try the RPMS at
http://www.dreyou.org/ovirt/which is also built for EL6.
But it feels kind of strange that it can't create the DB.


2012/3/12 Ofer Schreiber oschr...@redhat.com

 few questions:
 1. Does /sbin/service postgresql works for you?
 2. Which OS are you using?
 3. Which version of ovirt-engine?

 Thanks,
 Ofer.

 --

 Yes I tried to install that date. And that is from the beginning of the
 file.

 I have a log from Friday as well.

 # cat postgresql-Fri.log
 LOG:  database system was shut down at 2012-03-09 15:43:14 CET
 LOG:  database system is ready to accept connections
 LOG:  autovacuum launcher started
 ERROR:  database engine does not exist
 STATEMENT:  DROP DATABASE engine;

 WARNING:  nonstandard use of escape in a string literal at character 46
 HINT:  Use the escape string syntax for escapes, e.g., E'\r\n'.
 WARNING:  column status has type unknown
 DETAIL:  Proceeding with relation creation anyway.
 WARNING:  column owner has type unknown
 DETAIL:  Proceeding with relation creation anyway.
 WARNING:  column storage_pool_id has type unknown
 DETAIL:  Proceeding with relation creation anyway.
 WARNING:  column storage_pool_name has type unknown
 DETAIL:  Proceeding with relation creation anyway.


 Also I just ran a engine-cleanup and check what was added to todays log.
 Then I did a engine-setup. All it did was that it added one line FATAL:
 database engine does not exist to the log.

 /Raboo

 2012/3/11 Yair Zaslavsky yzasl...@redhat.com

 On 03/11/2012 09:32 PM, Elias Abacioglu wrote:
 
  2012/3/11 Yair Zaslavsky yzasl...@redhat.com mailto:
 yzasl...@redhat.com
 
  On 03/11/2012 05:48 PM, Elias Abacioglu wrote:
   Den den 11 mars 2012 16:40:06 skrev Yair Zaslavsky:
   On 03/11/2012 05:24 PM, Elias Abacioglu wrote:
   Hi,
  
   I can postgresql is running and I can access it using psql -U
  postgres
  
   What happens when you type psql engine postgres ?
   psql: FATAL:  database engine does not exist
  Ok, postgres service is up, but something went wrong in the
 creation.
 
  Can you please provide the postgres log?
  It should be located at
 
  /var/lib/pgsql/data/pg_log/postgresql-Sun.log (if you tried
 installing
  it today).
 
  Please notice that on my environment this directory is accessible
 from
  root (and not my regular user).
 
 
  Here is the log from yesterday.
 
  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-03-10 12:44:46 CET
  LOG:  autovacuum launcher started
  LOG:  database system is ready to accept connections
  FATAL:  database engine does not exist
  FATAL:  database engine does not exist
  FATAL:  database engine does not exist
  FATAL:  database engine does not exist
  FATAL:  database engine does not exist
  FATAL:  database engine does not exist
  FATAL:  database engine does not exist
  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-03-10 14:29:30 CET
  LOG:  autovacuum launcher started
  LOG:  database system is ready to accept connections
  FATAL:  database engine does not exist
  FATAL:  database engine does not exist
  FATAL:  database engine does not exist
 
 
  Also it contains many more 'FATAL:  database engine does not exist'.
  Almost 70.000.

 Thanks for the log,
 Is this the date when you installed? Are these the first entries you
 have in the log?




 ___
 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] Fwd: Re: installing ovirt engine on CentOS

2012-03-12 Thread Randy Evans
Thank you very much!
 
Randy



From: users-boun...@ovirt.org [mailto:users-boun...@ovirt.org] On Behalf Of
 Elias Abacioglu
Sent: Sunday, March 11, 2012 1:44 PM
To: users
Subject: [Users] Fwd: Re: installing ovirt engine on CentOS


FYI, there is a repo for CentOS 6.
http://www.dreyou.org/ovirt/



 Ursprungligt meddelande  
Ämne:   Re: [Users] installing ovirt engine on CentOS   
Datum:  Sat, 10 Mar 2012 19:28:46 +0530 
Från:   kumar shantanu k.shantanu2...@gmail.com 
mailto:k.shantanu2...@gmail.com 
Till:   Elias Abacioglu elias.r...@gmail.com mailto:elias.r...@gmail.com



Just wanted to share this.
All who want ovirt to be install centos6, here is good link, 
http://www.dreyou.org/ovirt/

Thank you.


On Sat, Mar 10, 2012 at 6:52 PM, Elias Abacioglu elias.r...@gmail.com wrote:


I was able solve it.

I will share the rpms as soon as i get the installation working.



Den den 9 mars 2012 13:56:48 skrev Elias Abacioglu:


I have gotten to this point during the RPM build process:

[INFO] 

[ERROR] FATAL ERROR
[INFO] 

[INFO] 
org.apache.maven.shared.io.location.ArtifactLocatorStrategy.init(Lorg/apache/maven/artifact/factory/ArtifactFactory;Lorg/apache/maven/artifact/resolver/ArtifactResolver;Lorg/apache/maven/artifact/repository/ArtifactRepository;Ljava/util/List;Ljava/lang/String;Ljava/lang/String;)V
[INFO] 

[INFO] Trace
java.lang.NoSuchMethodError: 
org.apache.maven.shared.io.location.ArtifactLocatorStrategy.init(Lorg/apache/maven/artifact/factory/ArtifactFactory;Lorg/apache/maven/artifact/resolver/ArtifactResolver;Lorg/apache/maven/artifact/repository/ArtifactRepository;Ljava/util/List;Ljava/lang/String;Ljava/lang/String;)V
   at 
org.apache.maven.plugin.assembly.io.DefaultAssemblyReader.readAssemblies(DefaultAssemblyReader.java:102)
   at 
org.apache.maven.plugin.assembly.mojos.AbstractAssemblyMojo.execute(AbstractAssemblyMojo.java:296)
   at 
org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
   at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
   at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556)
   at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535)
   at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
   at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
   at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
   at 
org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
   at 
org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
   at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
   at 
org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:60)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method)
   at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
   at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:616)
   at 
org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
   at 
org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
   at 
org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
   at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
[INFO] 

[INFO] Total time: 1 minute 47 seconds
[INFO] Finished at: Fri Mar 09 12:50:16 CET 2012
[INFO] Final Memory: 237M/834M
[INFO] 

make: *** [build_mvn] Error 1
error: Bad exit status from /var/tmp/rpm-tmp.95OcZi (%install)


RPM build errors:
   Bad exit status from /var/tmp/rpm-tmp.95OcZi (%install)


  

Re: [Users] accessing console from firefox.

2012-03-12 Thread Moran Goldboim
Kumar, you are running ovirt (upstream) with rhel hosts and not fadora, 
emulated machine doesn't match the host capabilities, either run it on 
fedora or change the emulated machine value on the database, some 
functionality may be hurt and it's not really supported.

in general ovirt is meant to work with fedora hosts.

Moran.

On 03/12/2012 10:01 AM, kumar shantanu wrote:

Hi Moran.

Thanks for the reply when I try starting vm I can see error in vdsm logs.
Below is the libvirt and vdsm logs.

***
== libvirt.log ==
13:26:55.967: 6259: debug : virDomainCreateXML:1817 : 
conn=0x7f316801af10, xmlDesc=?xml version=1.0 encoding=utf-8?

domain type=kvm
nameUbuntu/name
uuidbd7c2e08-1ec1-4c6c-9029-b2d9bb4b2c16/uuid
memory524288/memory
currentMemory524288/currentMemory
vcpu1/vcpu
devices
channel type=unix
target name=com.redhat.rhevm.vdsm type=virtio/
source mode=bind 
path=/var/lib/libvirt/qemu/channels/Ubuntu.com.redhat.rhevm.vdsm/

/channel
input bus=ps2 type=mouse/
channel type=spicevmc
target name=com.redhat.spice.0 type=virtio/
/channel
graphics autoport=yes keymap=en-us listen=0 passwd=* 
passwdValidTo=1970-01-01T00:00:01 port=-1 tlsPort=-1 type=spice

channel mode=secure name=main/
channel mode=secure name=inputs/
/graphics
console type=pty
target port=0 type=virtio/
/console
memballoon model=none/
controller index=0 ports=16 type=virtio-serial/
video
model heads=1 type=qxl vram=65536/
/video
interface type=bridge
mac address=00:1a:4a:07:40:01/
model type=virtio/
source bridge=ovirtmgmt/
/interface
disk device=disk snapshot=no type=file
source 
file=/rhev/data-center/9c3672b4-69e6-11e1-90e5-cf93ece78b91/baa61d41-f111-4a24-a6ed-e643f12833f8/images/559ede25-e21b-4970-b7ef-4731ed95073e/7bc4ca54-f584-4977-9b34-a620165fc329/

target bus=virtio dev=vda/
serial559ede25-e21b-4970-b7ef-4731ed95073e/serial
driver cache=none error_policy=stop io=threads name=qemu 
type=raw/

/disk
disk device=cdrom snapshot=no type=file
source 
file=/rhev/data-center/9c3672b4-69e6-11e1-90e5-cf93ece78b91/4d313edd-4904-44de-b761-d828c36d6116/images/----/ubuntu-10.04.3-desktop-amd64.iso/

target bus=ide dev=hdc/
serial/serial
/disk
/devices
os
type arch=x86_64 machine=pc-0.14hvm/type
boot dev=cdrom/
boot dev=hd/
boot dev=network/
smbios mode=sysinfo/
/os
sysinfo type=smbios
system
entry name=manufacturerRed Hat/entry
entry name=productRHEV Hypervisor/entry
entry name=version6-2.el6.centos.7/entry
entry 
name=serial4C4C4544-005A-5A10-8052-C8C04F575131_D0:67:E5:1B:04:79/entry

entry name=uuidbd7c2e08-1ec1-4c6c-9029-b2d9bb4b2c16/entry
/system
/sysinfo
clock adjustment=0 offset=variable
timer name=rtc tickpolicy=catchup/
/clock
features
acpi/
/features
cpu match=exact
modelWestmere/model
topology cores=1 sockets=1 threads=1/
/cpu
/domain
, flags=0
13:26:56.339: 6259: error : virNetClientProgramDispatchError:170 : 
internal error Process exited while reading console log output: 
Supported machines are:

pc RHEL 6.2.0 PC (alias of rhel6.2.0)
rhel6.2.0  RHEL 6.2.0 PC (default)
rhel6.1.0  RHEL 6.1.0 PC
rhel6.0.0  RHEL 6.0.0 PC
rhel5.5.0  RHEL 5.5.0 PC
rhel5.4.4  RHEL 5.4.4 PC
rhel5.4.0  RHEL 5.4.0 PC


== vdsm.log ==
Thread-179874::DEBUG::2012-03-12 
13:26:56,339::vm::577::vm.Vm::(_startUnderlyingVm) 
vmId=`bd7c2e08-1ec1-4c6c-9029-b2d9bb4b2c16`::_ongoingCreations released
Thread-179874::ERROR::2012-03-12 
13:26:56,340::vm::601::vm.Vm::(_startUnderlyingVm) 
vmId=`bd7c2e08-1ec1-4c6c-9029-b2d9bb4b2c16`::The vm start process failed

Traceback (most recent call last):
  File /usr/share/vdsm/vm.py, line 567, in _startUnderlyingVm
self._run()
  File /usr/share/vdsm/libvirtvm.py, line 1306, in _run
self._connection.createXML(domxml, flags),
  File /usr/share/vdsm/libvirtconnection.py, line 82, in wrapper
ret = f(*args, **kwargs)
  File /usr/lib64/python2.6/site-packages/libvirt.py, line 2087, in 
createXML
if ret is None:raise libvirtError('virDomainCreateXML() failed', 
conn=self)
libvirtError: internal error Process exited while reading console log 
output: Supported machines are:

pc RHEL 6.2.0 PC (alias of rhel6.2.0)
rhel6.2.0  RHEL 6.2.0 PC (default)
rhel6.1.0  RHEL 6.1.0 PC
rhel6.0.0  RHEL 6.0.0 PC
rhel5.5.0  RHEL 5.5.0 PC
rhel5.4.4  RHEL 5.4.4 PC
rhel5.4.0  RHEL 5.4.0 PC

Thread-179874::DEBUG::2012-03-12 
13:26:56,341::vm::919::vm.Vm::(setDownStatus) 
vmId=`bd7c2e08-1ec1-4c6c-9029-b2d9bb4b2c16`::Changed state to Down: 
internal error Process exited while reading console log output: 
Supported machines are:

pc RHEL 6.2.0 PC (alias of rhel6.2.0)
rhel6.2.0  RHEL 6.2.0 PC (default)
rhel6.1.0  RHEL 6.1.0 PC
rhel6.0.0  RHEL 6.0.0 PC
rhel5.5.0  RHEL 5.5.0 PC
rhel5.4.4  RHEL 5.4.4 PC
rhel5.4.0  RHEL 5.4.0 PC

Thread-179877::DEBUG::2012-03-12 
13:26:57,366::BindingXMLRPC::857::vds::(wrapper) client 
[210.7.64.47]::call vmGetStats with 
('bd7c2e08-1ec1-4c6c-9029-b2d9bb4b2c16',) {}
Thread-179877::DEBUG::2012-03-12 
13:26:57,367::BindingXMLRPC::863::vds::(wrapper) return 

Re: [Users] can not use a standard data domain

2012-03-12 Thread Dominic Kaiser
I noticed permisions on files in the that folder are saying group # 96 what
is the 96 group and should it be kvm?  On the /mnt folder should the files
read owner:vdsm group:kvm on all files?

Dominic

On Mon, Mar 12, 2012 at 10:49 AM, Dominic Kaiser domi...@bostonvineyard.org
 wrote:

 Hello Moran,

 Thanks for responding.

 Here is output you asked for and I have selinux disabled on this host:

 ls -lZh c10c25e0-526a-11e1-a5e4-87fa674ffb5d/
 lrwxrwxrwx vdsm kvm ?
  095fcd9d-6203-496f-b254-7a9eafaa8ac2 - /rhev/data-center/mnt/10.3.0.248:
 _mnt_mainstorage_mainstorage_MainStorage_ISO/095fcd9d-6203-496f-b254-7a9eafaa8ac2
 lrwxrwxrwx vdsm kvm ?
  14308dd8-1fd1-452c-a288-2f975ef31de1 -
 /rhev/data-center/mnt/_var_lib_vdsm_storage/14308dd8-1fd1-452c-a288-2f975ef31de1
 lrwxrwxrwx vdsm kvm ?
  340dad49-2ec7-475e-b6c6-668504bdb5b1 - /rhev/data-center/mnt/10.3.0.248:
 _mnt_mainstorage_mainstorage_MainStorage_MS/340dad49-2ec7-475e-b6c6-668504bdb5b1
 lrwxrwxrwx vdsm kvm ?
  651cb693-3ffa-43b6-ab49-43cfb03d179b -
 /rhev/data-center/mnt/ruth.bostonvineyard.org:
 _mnt_ruthstorage1_mainstorage_data/651cb693-3ffa-43b6-ab49-43cfb03d179b
 lrwxrwxrwx vdsm kvm ?
  bcc2d564-2daa-45ae-990b-0d27a17e47e0 - /rhev/data-center/mnt/10.3.0.248:
 _mnt_mainstorage_mainstorage_MainStorage_Export/bcc2d564-2daa-45ae-990b-0d27a17e47e0
 lrwxrwxrwx vdsm kvm ?mastersd -
 /rhev/data-center/mnt/10.3.0.248:
 _mnt_mainstorage_mainstorage_MainStorage_MS/340dad49-2ec7-475e-b6c6-668504bdb5b1

 The one I am having the problem with is the one in red.  It is an
 openfiler server called ruth.  I can add it just fine create disks but
 cannot start a VM.  It is weird.  Again it is a NFS datacenter this is a
 data domain not master data domain.

 Thanks,

 Dominic


 On Sun, Mar 11, 2012 at 4:20 AM, Moran Goldboim mgold...@redhat.comwrote:

 **
 On 03/10/2012 01:26 AM, Dominic Kaiser wrote:

 Here is the error I am getting:

  VM fs1 is down. Exit message internal error process exited while
 connecting to monitor: qemu-kvm: -drive
 file=/rhev/data-center/c10c25e0-526a-11e1-a5e4-87fa674ffb5d/651cb693-3ffa-43b6-ab49-43cfb03d179b/images/7fa8a2e7-214e-4081-9f1f-f78c88b2f96e/49c199b6-cbda-4aa0-9b50-e3dc28341e09,if=none,id=drive-virtio-disk0,format=raw,serial=81-9f1f-f78c88b2f96e,cache=none,werror=stop,rerror=stop,aio=threads:
 could not open disk image
 /rhev/data-center/c10c25e0-526a-11e1-a5e4-87fa674ffb5d/651cb693-3ffa-43b6-ab49-43cfb03d179b/images/7fa8a2e7-214e-4081-9f1f-f78c88b2f96e/49c199b6-cbda-4aa0-9b50-e3dc28341e09:
 Permission denied .

 I can add the domain fine.  it is not the master domain and it is another
 node. I can create virtual disks but cannot start vm's.  I saw a post on
 google that mentions nfs=0 not nfs=1 i think it was in /usr/sbin/senforce
 maybe?  Does anyone recollect this problem and can help me?  Again this is
 on a separate node and is a standard data domain  not master.

 Thanks,

 --
 Dominic Kaiser
 Greater Boston Vineyard
 Director of Operations

 cell: 617-230-1412
 fax: 617-252-0238
 email: domi...@bostonvineyard.org



 ___
 Users mailing 
 listUsers@ovirt.orghttp://lists.ovirt.org/mailman/listinfo/users

  Dominic, sounds like you have some permission problem with the image,
 can you try with selinux in permissive mode - /usr/sbin/setenforce 0
 can you please add the output of ls -lZh
 /rhev/data-center/c10c25e0-526a-11e1-a5e4-87fa674ffb5d/651cb693-3ffa-43b6-ab49-43cfb03d179b/images/7fa8a2e7-214e-4081-9f1f-f78c88b2f96e/49c199b6-cbda-4aa0-9b50-e3dc28341e09

 Moran.




 --
 Dominic Kaiser
 Greater Boston Vineyard
 Director of Operations

 cell: 617-230-1412
 fax: 617-252-0238
 email: domi...@bostonvineyard.org





-- 
Dominic Kaiser
Greater Boston Vineyard
Director of Operations

cell: 617-230-1412
fax: 617-252-0238
email: domi...@bostonvineyard.org
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[Users] Frozen Engine GUI

2012-03-12 Thread Li, David
Hi,

My Engine GUI  freezes up at the Admin Portal once admin password is entered. 
This happens to all  three browser types: IE, Firefox and Chrome. Apart from 
reinstalling the engine, are there any log files I can take a look to 
understand why?

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