[Users] setupNetworks failure - Host non-operational
by Deepak C Shetty
Hi All,
I have a multi-VM setup, where I have ovirt engine on one VM and
VDSM host on another.
Discovering the host from the engine puts the host in Unassigned state,
with the error saying 'ovirtmgmt' network not found.
When i select setupNetworks and drag-drop the ovirtmgmt to setup over
eth0, i see the below error in VDSM & host goes to non-operataional state.
I tried the steps mentioned by Alon in
http://lists.ovirt.org/pipermail/users/2012-December/011257.html
but still see the same error
============= dump from vdsm.log ================
MainProcess|Thread-23::ERROR::2013-01-22
18:25:53,496::configNetwork::1438::setupNetworks::(setupNetworks)
Requested operation is not valid: cannot set autostart for transient network
Traceback (most recent call last):
File "/usr/share/vdsm/configNetwork.py", line 1420, in setupNetworks
implicitBonding=True, **d)
File "/usr/share/vdsm/configNetwork.py", line 1030, in addNetwork
configWriter.createLibvirtNetwork(network, bridged, iface)
File "/usr/share/vdsm/configNetwork.py", line 208, in
createLibvirtNetwork
self._createNetwork(netXml)
File "/usr/share/vdsm/configNetwork.py", line 192, in _createNetwork
net.setAutostart(1)
File "/usr/lib64/python2.7/site-packages/libvirt.py", line 2148, in
setAutostart
if ret == -1: raise libvirtError ('virNetworkSetAutostart()
failed', net=self)
libvirtError: Requested operation is not valid: cannot set autostart for
transient network
MainProcess|Thread-23::ERROR::2013-01-22
18:25:53,502::supervdsmServer::77::SuperVdsm.ServerCallback::(wrapper)
Error in setupNetworks
Traceback (most recent call last):
File "/usr/share/vdsm/supervdsmServer.py", line 75, in wrapper
return func(*args, **kwargs)
File "/usr/share/vdsm/supervdsmServer.py", line 170, in setupNetworks
return configNetwork.setupNetworks(networks, bondings, **options)
File "/usr/share/vdsm/configNetwork.py", line 1420, in setupNetworks
implicitBonding=True, **d)
File "/usr/share/vdsm/configNetwork.py", line 1030, in addNetwork
configWriter.createLibvirtNetwork(network, bridged, iface)
File "/usr/share/vdsm/configNetwork.py", line 208, in
createLibvirtNetwork
self._createNetwork(netXml)
File "/usr/share/vdsm/configNetwork.py", line 192, in _createNetwork
net.setAutostart(1)
File "/usr/lib64/python2.7/site-packages/libvirt.py", line 2148, in
setAutostart
if ret == -1: raise libvirtError ('virNetworkSetAutostart()
failed', net=self)
libvirtError: Requested operation is not valid: cannot set autostart for
transient network
11 years, 10 months
[Users] Help on an almost migrated ovirt-engine
by Adrian Gibanel
I need to migrate an ovirt-engine from an All-In-One (AIO) setup to a dedicated machine.
So with an old mailing message I've tried to do it but not finished yet, that's why I ask for help.
I've written a wiki page for the experience so that it becomes a howto which can be found here:
http://www.ovirt.org/User:Adrian15/oVirt_engine_migration
At the last step the one that finally starts ovirt-engine I've decided to ask help here just in case I was missing something important.
So here are my doubts.
* Original message that inspired the howto is here: http://www.mail-archive.com/users@ovirt.org/msg00670.html
* What packages should I delete safely from an AIO setup so that it's just an hypervisor once I've migrate the ovirt-engine part?
* Is the right way the one I've used to recreate the database?
** Origin
pg_dump -U postgres engine | gzip > engine_db.gz
** Destination
pg_dump -U postgres -s -f tempdb.dump engine
dropdb -U postgres engine
createdb -U postgres engine
zcat engine_db.gz | psql -U postgres engine
* Let's read: http://www.mail-archive.com/users@ovirt.org/msg00682.html : WRT certificates, note that hostname should nt change, or SSL will be invalidated.
Did he mean the SSL when you connect via http or https to the manager which currently doesn't bother me?
Or maybe the SSL to connect to other hosts and communicate to vdsm (sorry if I'm saying something nonsense. I don't understand oVirt architecture completely) which bothers me?
* Certificates is: /etc/pki/ovirt-engine ? Something more?
* Conf is: /etc/ovirt-engine ? Something more?
Thank you!
--
--
Adrián Gibanel
I.T. Manager
+34 675 683 301
www.btactic.com
Ens podeu seguir a/Nos podeis seguir en:
i
Abans d´imprimir aquest missatge, pensa en el medi ambient. El medi ambient és cosa de tothom. / Antes de imprimir el mensaje piensa en el medio ambiente. El medio ambiente es cosa de todos.
AVIS:
El contingut d'aquest missatge i els seus annexos és confidencial. Si no en sou el destinatari, us fem saber que està prohibit utilitzar-lo, divulgar-lo i/o copiar-lo sense tenir l'autorització corresponent. Si heu rebut aquest missatge per error, us agrairem que ho feu saber immediatament al remitent i que procediu a destruir el missatge .
AVISO:
El contenido de este mensaje y de sus anexos es confidencial. Si no es el destinatario, les hacemos saber que está prohibido utilizarlo, divulgarlo y/o copiarlo sin tener la autorización correspondiente. Si han recibido este mensaje por error, les agradeceríamos que lo hagan saber inmediatamente al remitente y que procedan a destruir el mensaje .
11 years, 10 months
[Users] error at Creating the database
by Arindam Choudhury
Hi,
I am a newbie. I am trying to build oVirt-engine from source following this
tutorial http://www.ovirt.org/Building_oVirt_engine
When I am trying to create the database, I am getting the following error:
$ ./create_db_devel.sh -u postgres
Running original create_db script...
Creating the database: engine
dropdb: could not connect to database template1: FATAL: Ident
authentication failed for user "postgres"
createdb: could not connect to database template1: FATAL: Ident
authentication failed for user "postgres"
Failed to create database engine
Failed to create database engine
I am on rawhide and I have already altered
# tail -3 /var/lib/pgsql/data/pg_hba.conf
local all all trust
host all all 127.0.0.1/32 trust
host all all ::1/128 trust
What am I doing wrong?
Thanks,
Arindam
11 years, 10 months
[Users] error while building oVirt-engine
by Arindam Choudhury
Hi,
I am following http://www.ovirt.org/Building_oVirt_engine tutorial to build
oVirt-engine from source. when i do:
$ mvn clean install -e
[INFO]
[INFO]
------------------------------------------------------------------------
[INFO] Building Extensions for GWT 3.2.0
[INFO]
------------------------------------------------------------------------
[WARNING] The POM for org.ovirt.engine.ui:genericapi:jar:3.2.0 is missing,
no dependency information available
[INFO]
------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] oVirt Modules - ui ................................ SUCCESS [0.013s]
[INFO] Extensions for GWT ................................ FAILURE [0.014s]
[INFO] UI Utils Compatibility (for UICommon) ............. SKIPPED
[INFO]
------------------------------------------------------------------------
[ERROR] Failed to execute goal on project gwt-extension: Could not resolve
dependencies for project org.ovirt.engine.ui:gwt-extension:jar:3.2.0:
Failure to find org.ovirt.engine.ui:genericapi:jar:3.2.0 in
http://repo1.maven.org/maven2 was cached in the local repository,
resolution will not be reattempted until the update interval of central has
elapsed or updates are forced -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute
goal on project gwt-extension: Could not resolve dependencies for project
org.ovirt.engine.ui:gwt-extension:jar:3.2.0: Failure to find
org.ovirt.engine.ui:genericapi:jar:3.2.0 in
http://repo1.maven.org/maven2was cached in the local repository,
resolution will not be reattempted
until the update interval of central has elapsed or updates are forced
at
org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies(LifecycleDependencyResolver.java:210)
at
org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.resolveProjectDependencies(LifecycleDependencyResolver.java:117)
at
org.apache.maven.lifecycle.internal.MojoExecutor.ensureDependenciesAreResolved(MojoExecutor.java:258)
at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:201)
at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
at
org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
at
org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:322)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:158)
at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
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:601)
at
org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
at
org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
at
org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
at
org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
Caused by: org.apache.maven.project.DependencyResolutionException: Could
not resolve dependencies for project
org.ovirt.engine.ui:gwt-extension:jar:3.2.0: Failure to find
org.ovirt.engine.ui:genericapi:jar:3.2.0 in
http://repo1.maven.org/maven2was cached in the local repository,
resolution will not be reattempted
until the update interval of central has elapsed or updates are forced
at
org.apache.maven.project.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:189)
at
org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies(LifecycleDependencyResolver.java:185)
... 22 more
Caused by: org.sonatype.aether.resolution.DependencyResolutionException:
Failure to find org.ovirt.engine.ui:genericapi:jar:3.2.0 in
http://repo1.maven.org/maven2 was cached in the local repository,
resolution will not be reattempted until the update interval of central has
elapsed or updates are forced
at
org.sonatype.aether.impl.internal.DefaultRepositorySystem.resolveDependencies(DefaultRepositorySystem.java:375)
at
org.apache.maven.project.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:183)
... 23 more
Caused by: org.sonatype.aether.resolution.ArtifactResolutionException:
Failure to find org.ovirt.engine.ui:genericapi:jar:3.2.0 in
http://repo1.maven.org/maven2 was cached in the local repository,
resolution will not be reattempted until the update interval of central has
elapsed or updates are forced
at
org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:538)
at
org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolveArtifacts(DefaultArtifactResolver.java:216)
at
org.sonatype.aether.impl.internal.DefaultRepositorySystem.resolveDependencies(DefaultRepositorySystem.java:358)
... 24 more
Caused by: org.sonatype.aether.transfer.ArtifactNotFoundException: Failure
to find org.ovirt.engine.ui:genericapi:jar:3.2.0 in
http://repo1.maven.org/maven2 was cached in the local repository,
resolution will not be reattempted until the update interval of central has
elapsed or updates are forced
at
org.sonatype.aether.impl.internal.DefaultUpdateCheckManager.newException(DefaultUpdateCheckManager.java:230)
at
org.sonatype.aether.impl.internal.DefaultUpdateCheckManager.checkArtifact(DefaultUpdateCheckManager.java:204)
at
org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:427)
... 26 more
[ERROR]
[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/DependencyResolutionExce...
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the
command
[ERROR] mvn <goals> -rf :gwt-extension
11 years, 10 months
[Users] Power mgmt and engine relationship
by Gianluca Cecchi
Hello,
Is there any requirement in connectivity between engine and hosts for
fencing?
Or is only from any host to any host?
Is it a concept cluster wide, correct? Not a DC one?
Thanks
Gianluca
11 years, 10 months
[Users] oVirt node install hanging on admin login prompt
by Nicolas Ecarnot
Hi,
I'm trying to install oVirt node 2.5.5-0.1.fc17 and it is node going
well. I'm trying to install it on a Dell blade M610 via a iDrac, and I'm
quit accustomed to this kind of thing.
- As I already had the issue of the label on the grub boot line, I knew
how to specify /dev/sr0 or sr1 on the linux line. Well.
- The install is ok with discovering my hard drive, and the installation
seems to be fine. After rebooting, the bott process is leading me to the
login prompt where the documentation tells me to log as 'admin' with the
correct password :
The keyboard is not responding, I can not even type the user name.
I can't change of console, no network activity is seen.
There does not seem to be a kernel panic, as some additional log lines
are displayed (about the creation of bond interfaces).
I also see some more lines about "systemd-readahead-collect : failed to
open pack file: read-only file system"...
When downloading the iso install file from the oVirt repo, I choosed the
smalest one, not the "live" one. Did I did wrong?
Anyway, now, what are my options?
--
Nicolas Ecarnot
11 years, 10 months
[Users] FC on ovirt-node with brocade : port never up
by Kevin Maziere Aubry
Hi all
I have a strange behaviour between my ovirt node and my FC switch.
All material are brocade.
Ovirt node release : oVirt Node Hypervisor release 2.5.5 (0.1.fc17)
The thing is that the node doesn't detect the FC port, it detect the FC
card only.
On 10 clone hosts, 2 have detected the link, all others fails.
And for these 2 hosts I've rebooted them many time before it works.
Because there is only the BFA driver include, I can't debug anything, or
update
Does anyone have a feedback on that ?
Kevin
--
Kevin Mazière
Responsable Infrastructure
Alter Way – Hosting
1 rue Royal - 227 Bureaux de la Colline
92213 Saint-Cloud Cedex
Tél : +33 (0)1 41 16 38 41
Mob : +33 (0)7 62 55 57 05
http://www.alterway.fr
11 years, 10 months
[Users] nfs multiple data storage domains
by Jithin Raju
hi all,
I have added 2 data storage nfs domains in my new ovirt 3.1 installation.
when my first(master) storage is full its not utilising the second instead
its throwing error, any idea how to make the second one to be utilised?
Thanks,
Jithin
11 years, 10 months
[Users] gluster volume creation error
by Jithin Raju
Hi ,
Volume creation is failing in posixfs data center.
While trying to create a distribute volume web UI exits with error:
"creation of volume failed" and volume is not listed in web UI.
>From the backend I can see volume got created.
gluster volume info
Volume Name: vol1
Type: Distribute
Status: Created
Number of Bricks: 2
Transport-type: tcp
Bricks:
Brick1: x.250.76.71:/data
Brick2: x.250.76.70:/data
When I try to mount the volume manually to /mnt
its not giving any message
exit status is zero.
mount command listed as below:
fig:/vol1 on /mnt type fuse.glusterfs
(rw,relatime,user_id=0,group_id=0,default_permissions,allow_other,max_read=131072)
when I run a df it gives me like below:
"df: `/mnt': Transport endpoint is not connected"
So i just tail'ed "/var/log/glusterfs/etc-glusterfs-glusterd.vol.log"
[2013-01-21 11:30:07.828518] W [socket.c:1494:__socket_proto_state_machine]
0-socket.management: reading from socket failed. Error (Transport endpoint
is not connected), peer (135.250.76.70:1009)
[2013-01-21 11:30:10.839882] W [socket.c:1494:__socket_proto_state_machine]
0-socket.management: reading from socket failed. Error (Transport endpoint
is not connected), peer (135.250.76.70:1007)
[2013-01-21 11:30:13.852374] W [socket.c:1494:__socket_proto_state_machine]
0-socket.management: reading from socket failed. Error (Transport endpoint
is not connected), peer (135.250.76.70:1005)
[2013-01-21 11:30:16.864634] W [socket.c:1494:__socket_proto_state_machine]
0-socket.management: reading from socket failed. Error (Transport endpoint
is not connected), peer (135.250.76.70:1003)
[2013-01-21 11:30:19.875986] W [socket.c:1494:__socket_proto_state_machine]
0-socket.management: reading from socket failed. Error (Transport endpoint
is not connected), peer (135.250.76.70:1001)
[2013-01-21 11:30:22.886854] W [socket.c:1494:__socket_proto_state_machine]
0-socket.management: reading from socket failed. Error (Transport endpoint
is not connected), peer (135.250.76.70:999)
[2013-01-21 11:30:25.898840] W [socket.c:1494:__socket_proto_state_machine]
0-socket.management: reading from socket failed. Error (Transport endpoint
is not connected), peer (135.250.76.70:997)
[2013-01-21 11:30:28.910000] W [socket.c:1494:__socket_proto_state_machine]
0-socket.management: reading from socket failed. Error (Transport endpoint
is not connected), peer (135.250.76.70:995)
[2013-01-21 11:30:31.922336] W [socket.c:1494:__socket_proto_state_machine]
0-socket.management: reading from socket failed. Error (Transport endpoint
is not connected), peer (135.250.76.70:993)
[2013-01-21 11:30:34.934772] W [socket.c:1494:__socket_proto_state_machine]
0-socket.management: reading from socket failed. Error (Transport endpoint
is not connected), peer (135.250.76.70:991)
[2013-01-21 11:30:37.946215] W [socket.c:1494:__socket_proto_state_machine]
0-socket.management: reading from socket failed. Error (Transport endpoint
is not connected), peer (135.250.76.70:989)
Just wanted to know what am I doing wrong here?
package details:
vdsm-python-4.10.0-10.fc17.x86_64
vdsm-cli-4.10.0-10.fc17.noarch
vdsm-xmlrpc-4.10.0-10.fc17.noarch
vdsm-4.10.0-10.fc17.x86_64
vdsm-gluster-4.10.0-10.fc17.noarch
selinux is permissive,iptables i have flushed.
Thanks,
Jithin
11 years, 10 months
[Users] lost my notesŠ need to import a .ova file into ovirt
by Jonathan Horne
--_000_9BE6F493F83A594DA60C45E6A09DC5AC0172BCA3AUSP01DAG0201co_
Content-Type: text/plain; charset="Windows-1252"
Content-Transfer-Encoding: quoted-printable
I had successfully done this before during testing phase, but now I cannot =
find my notes and the threads I'm finding where I asked about it are not be=
aring fruit as they did before.
What is the syntax for importing a .ova virtual machine into overt 3.1?
________________________________
This is a PRIVATE message. If you are not the intended recipient, please de=
lete without copying and kindly advise us by e-mail of the mistake in deliv=
ery. NOTE: Regardless of content, this e-mail shall not operate to bind SKO=
POS to any order or other contract unless pursuant to explicit written agre=
ement or government initiative expressly permitting the use of e-mail for s=
uch purpose.
--_000_9BE6F493F83A594DA60C45E6A09DC5AC0172BCA3AUSP01DAG0201co_
Content-Type: text/html; charset="Windows-1252"
Content-ID: <B4232F1742C08E4BB0E1AA2AFAFF3C4B(a)collaborationhost.net>
Content-Transfer-Encoding: quoted-printable
<html>
<head>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3DWindows-1=
252">
</head>
<body style=3D"word-wrap:break-word; color:rgb(0,0,0); font-size:14px; font=
-family:Calibri,sans-serif">
<div>
<div>
<div>I had successfully done this before during testing phase, but now I ca=
nnot find my notes and the threads I'm finding where I asked about it are n=
ot bearing fruit as they did before.</div>
</div>
</div>
<div><br>
</div>
<div>What is the syntax for importing a .ova virtual machine into overt 3.1=
?</div>
<br>
<hr>
<font color=3D"Gray" face=3D"Arial" size=3D"1">This is a PRIVATE message. I=
f you are not the intended recipient, please delete without copying and kin=
dly advise us by e-mail of the mistake in delivery. NOTE: Regardless of con=
tent, this e-mail shall not operate to
bind SKOPOS to any order or other contract unless pursuant to explicit wri=
tten agreement or government initiative expressly permitting the use of e-m=
ail for such purpose.</font>
</body>
</html>
--_000_9BE6F493F83A594DA60C45E6A09DC5AC0172BCA3AUSP01DAG0201co_--
11 years, 10 months