[Users] Deploy failed
by Stephen Liu
Hi all,
Document to follow;
http://wiki.ovirt.org/wiki/Building_Engine_Draft
Build
=====
[satimis@localhost dbscripts]$ cd $OVIRT_HOME
[satimis@localhost ovirt-engine]$ mvn clean install
without complaint.
Deploy
======
[satimis@localhost ovirt-engine]$ cd $OVIRT_HOME/ear
[satimis@localhost ear]$ mvn clean install -Pdep,setup
/usr/lib/jvm/java
[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.ovirt.engine:engine-server-ear:ear:3.1.0
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-ear-plugin is missing. @ line 154, column 15
[WARNING] 'distributionManagement.repository.id' must not be 'local', this identifier is reserved for the local repository, using it for other repositories will corrupt your repository metadata. @ line 18, column 11
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING]
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building oVirt Server EAR 3.1.0
[INFO] ------------------------------------------------------------------------
Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-antrun-plugi...
Downloaded: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-antrun-plugi... (5 KB at 82.5 KB/sec)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-antrun-plugi...
Downloaded: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-antrun-plugi... (24 KB at 343.6 KB/sec)
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ engine-server-ear ---
[INFO] Deleting /home/satimis/ovirt-engine/ear/target
[INFO]
[INFO] --- maven-antrun-plugin:1.3:run (undeploy) @ engine-server-ear ---
Downloading: http://repo1.maven.org/maven2/org/apache/ant/ant-launcher/1.7.1/ant-launc...
Downloaded: http://repo1.maven.org/maven2/org/apache/ant/ant-launcher/1.7.1/ant-launc... (3 KB at 101.2 KB/sec)
Downloading: http://repo1.maven.org/maven2/org/apache/ant/ant-parent/1.7.1/ant-parent-...
Downloaded: http://repo1.maven.org/maven2/org/apache/ant/ant-parent/1.7.1/ant-parent-... (5 KB at 164.4 KB/sec)
Downloading: http://repo1.maven.org/maven2/org/apache/ant/ant/1.7.1/ant-1.7.1.pom
Downloaded: http://repo1.maven.org/maven2/org/apache/ant/ant/1.7.1/ant-1.7.1.pom (10 KB at 221.6 KB/sec)
Downloading: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/1.5.6/plex...
Downloading: http://repo1.maven.org/maven2/org/apache/ant/ant-launcher/1.7.1/ant-launc...
Downloading: http://repo1.maven.org/maven2/org/apache/ant/ant/1.7.1/ant-1.7.1.jar
Downloaded: http://repo1.maven.org/maven2/org/apache/ant/ant-launcher/1.7.1/ant-launc... (12 KB at 82.3 KB/sec)
Downloaded: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/1.5.6/plex... (245 KB at 203.9 KB/sec)
Downloaded: http://repo1.maven.org/maven2/org/apache/ant/ant/1.7.1/ant-1.7.1.jar (1292 KB at 384.4 KB/sec)
[INFO] Executing tasks
[echo] *** Deleting /usr/share/jboss-as/standalone/deployments/engine.ear/...
[INFO] Executed tasks
[INFO]
[INFO] --- maven-ear-plugin:2.6:generate-application-xml (default-generate-application-xml) @ engine-server-ear ---
[INFO] Generating application.xml
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ engine-server-ear ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/satimis/ovirt-engine/ear/src/main/java
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-ear-plugin:2.6:ear (default-ear) @ engine-server-ear ---
[INFO] Copying artifact[jar:org.ovirt.engine.core:common:3.1.0] to[lib/engine-common.jar]
[INFO] Copying artifact[jar:org.ovirt.engine.core:compat:3.1.0] to[lib/engine-compat.jar]
[INFO] Copying artifact[jar:org.ovirt.engine.core:dal:3.1.0] to[lib/engine-dal.jar]
[INFO] Copying artifact[jar:org.ovirt.engine.core:utils:3.1.0] to[lib/engine-utils.jar]
[INFO] Copying artifact[jar:org.ovirt.engine.core:engineencryptutils:3.1.0] to[lib/engine-encryptutils.jar]
[INFO] Copying artifact[jar:org.ovirt.engine.core:vdsbroker:3.1.0] to[lib/engine-vdsbroker.jar]
[INFO] Copying artifact[war:org.ovirt.engine.core:root-war:3.1.0] to[root.war] (unpacked)
[INFO] Copying artifact[war:org.ovirt.engine.ui:rmw-war:3.1.0] to[ovirtengineweb.war] (unpacked)
[INFO] Copying artifact[war:org.ovirt.engine.api:restapi-webapp:3.1.0] to[restapi.war] (unpacked)
[INFO] Copying artifact[war:org.ovirt.engine.ui:userportal:3.1.0] to[userportal.war] (unpacked)
[INFO] Copying artifact[war:org.ovirt.engine.ui:webadmin:3.1.0] to[webadmin.war] (unpacked)
[INFO] Copying artifact[ejb:org.ovirt.engine.ui:genericapi:3.1.0] to[engine-genericapi.jar] (unpacked)
[INFO] Copying artifact[ejb:org.ovirt.engine.core:scheduler:3.1.0] to[engine-scheduler.jar] (unpacked)
[INFO] Copying artifact[ejb:org.ovirt.engine.core:bll:3.1.0] to[engine-bll.jar] (unpacked)
[INFO] Copying artifact[jar:commons-codec:commons-codec:1.4] to[lib/commons-codec-1.4.jar]
[INFO] Copying artifact[jar:org.hibernate:hibernate-validator:4.0.2.GA] to[lib/hibernate-validator-4.0.2.GA.jar]
[INFO] Copying artifact[jar:javax.validation:validation-api:1.0.0.GA] to[lib/validation-api-1.0.0.GA.jar]
[INFO] Copying artifact[jar:org.slf4j:slf4j-api:1.5.6] to[lib/slf4j-api-1.5.6.jar]
[INFO] Copying artifact[jar:javax.xml.bind:jaxb-api:2.1] to[lib/jaxb-api-2.1.jar]
[INFO] Copying artifact[jar:javax.xml.stream:stax-api:1.0-2] to[lib/stax-api-1.0-2.jar]
[INFO] Copying artifact[jar:javax.activation:activation:1.1] to[lib/activation-1.1.jar]
[INFO] Copying artifact[jar:com.sun.xml.bind:jaxb-impl:2.1.3] to[lib/jaxb-impl-2.1.3.jar]
[INFO] Copying artifact[jar:org.hibernate:hibernate-annotations:3.4.0.GA] to[lib/hibernate-annotations-3.4.0.GA.jar]
[INFO] Copying artifact[jar:org.hibernate:ejb3-persistence:1.0.2.GA] to[lib/ejb3-persistence-1.0.2.GA.jar]
[INFO] Copying artifact[jar:org.hibernate:hibernate-commons-annotations:3.1.0.GA] to[lib/hibernate-commons-annotations-3.1.0.GA.jar]
[INFO] Copying artifact[jar:org.hibernate:hibernate-core:3.3.0.SP1] to[lib/hibernate-core-3.3.0.SP1.jar]
[INFO] Copying artifact[jar:antlr:antlr:2.7.6] to[lib/antlr-2.7.6.jar]
[INFO] Copying artifact[jar:dom4j:dom4j:1.6.1] to[lib/dom4j-1.6.1.jar]
[INFO] Copying artifact[jar:xml-apis:xml-apis:1.0.b2] to[lib/xml-apis-1.0.b2.jar]
[INFO] Copying artifact[jar:org.jboss.spec.javax.interceptor:jboss-interceptors-api_1.1_spec:1.0.0.Final] to[lib/jboss-interceptors-api_1.1_spec-1.0.0.Final.jar]
[INFO] Copying artifact[jar:org.ovirt.engine.core:engine-tools-common:3.1.0] to[lib/engine-tools-common-3.1.0.jar]
[INFO] Copying artifact[jar:commons-beanutils:commons-beanutils:1.8.2] to[lib/commons-beanutils-1.8.2.jar]
[INFO] Copying artifact[jar:org.apache.mina:mina-core:2.0.1] to[lib/mina-core-2.0.1.jar]
[INFO] Copying artifact[jar:org.apache.sshd:sshd-core:0.7.0] to[lib/sshd-core-0.7.0.jar]
[INFO] Copying artifact[jar:org.apache.commons:commons-compress:1.3] to[lib/commons-compress-1.3.jar]
[INFO] Copying artifact[jar:commons-lang:commons-lang:2.4] to[lib/commons-lang-2.4.jar]
[INFO] Copying artifact[jar:org.apache.xmlrpc:xmlrpc-client:3.1.3] to[lib/xmlrpc-client-3.1.3.jar]
[INFO] Copying artifact[jar:org.apache.xmlrpc:xmlrpc-common:3.1.3] to[lib/xmlrpc-common-3.1.3.jar]
[INFO] Copying artifact[jar:org.apache.ws.commons.util:ws-commons-util:1.0.2] to[lib/ws-commons-util-1.0.2.jar]
[INFO] Copying artifact[jar:org.springframework:spring-jdbc:3.1.1.RELEASE] to[lib/spring-jdbc-3.1.1.RELEASE.jar]
[INFO] Copying artifact[jar:org.springframework:spring-tx:3.1.1.RELEASE] to[lib/spring-tx-3.1.1.RELEASE.jar]
[INFO] Copying artifact[jar:org.springframework.ldap:spring-ldap-core:1.3.1.RELEASE] to[lib/spring-ldap-core-1.3.1.RELEASE.jar]
[INFO] Copying artifact[jar:commons-httpclient:commons-httpclient:3.1] to[lib/commons-httpclient-3.1.jar]
[INFO] Copying artifact[jar:commons-collections:commons-collections:3.1] to[lib/commons-collections-3.1.jar]
[INFO] Copying artifact[jar:org.quartz-scheduler:quartz:2.1.2] to[lib/quartz-2.1.2.jar]
[INFO] Copying artifact[jar:c3p0:c3p0:0.9.1.1] to[lib/c3p0-0.9.1.1.jar]
[INFO] Copying artifact[jar:org.ovirt.engine.core:searchbackend:3.1.0] to[lib/searchbackend-3.1.0.jar]
[INFO] Copying artifact[jar:org.springframework:spring-core:3.1.1.RELEASE] to[lib/spring-core-3.1.1.RELEASE.jar]
[INFO] Copying artifact[jar:org.springframework:spring-asm:3.1.1.RELEASE] to[lib/spring-asm-3.1.1.RELEASE.jar]
[INFO] Copying artifact[jar:org.springframework:spring-beans:3.1.1.RELEASE] to[lib/spring-beans-3.1.1.RELEASE.jar]
[INFO] Copying artifact[jar:org.springframework:spring-context:3.1.1.RELEASE] to[lib/spring-context-3.1.1.RELEASE.jar]
[INFO] Copying artifact[jar:org.springframework:spring-aop:3.1.1.RELEASE] to[lib/spring-aop-3.1.1.RELEASE.jar]
[INFO] Copying artifact[jar:aopalliance:aopalliance:1.0] to[lib/aopalliance-1.0.jar]
[INFO] Copying artifact[jar:org.springframework:spring-expression:3.1.1.RELEASE] to[lib/spring-expression-3.1.1.RELEASE.jar]
[INFO] Copy ear sources to /home/satimis/ovirt-engine/ear/target/engine
[WARNING] resourcesDir is deprecated. Please use the earSourceDirectory property instead.
[INFO] Copy ear resources to /home/satimis/ovirt-engine/ear/target/engine
[INFO] Including custom manifest file[/home/satimis/ovirt-engine/ear/target/engine/META-INF/MANIFEST.MF]
[INFO] Building jar: /home/satimis/ovirt-engine/ear/target/engine.ear
[INFO]
[INFO] --- maven-dependency-plugin:2.1:copy (copy-quartz-jar) @ engine-server-ear ---
[INFO] Configured Artifact: org.quartz-scheduler:quartz:2.1.2:jar
[INFO] Copying quartz-2.1.2.jar to /home/satimis/ovirt-engine/ear/target/quartz/quartz-2.1.2.jar
[INFO]
[INFO] --- maven-antrun-plugin:1.3:run (deploy) @ engine-server-ear ---
[INFO] Executing tasks
[echo] *** Copying updated files from target/engine/ to /usr/share/jboss-as/standalone/deployments/engine.ear/...
[copy] Copying 1168 files to /usr/share/jboss-as/standalone/deployments/engine.ear
[copy] Copying /home/satimis/ovirt-engine/ear/target/engine/engine-bll.jar/org/ovirt/engine/core/bll/VmCountVdsLoadBalancingAlgorithm$1.class to /usr/share/jboss-as/standalone/deployments/engine.ear/engine-bll.jar/org/ovirt/engine/core/bll/VmCountVdsLoadBalancingAlgorithm$1.class
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 8.705s
[INFO] Finished at: Sun Nov 11 16:45:53 HKT 2012
[INFO] Final Memory: 14M/207M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.3:run (deploy) on project engine-server-ear: An Ant BuildException has occured: Failed to copy /home/satimis/ovirt-engine/ear/target/engine/engine-bll.jar/org/ovirt/engine/core/bll/VmCountVdsLoadBalancingAlgorithm$1.class to /usr/share/jboss-as/standalone/deployments/engine.ear/engine-bll.jar/org/ovirt/engine/core/bll/VmCountVdsLoadBalancingAlgorithm$1.class due to java.io.FileNotFoundException /usr/share/jboss-as/standalone/deployments/engine.ear/engine-bll.jar/org/ovirt/engine/core/bll/VmCountVdsLoadBalancingAlgorithm$1.class (No such file or 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/MojoExecutionException
Any advice?
B.R.
Stephen L
12 years
Re: [Users] NFS issue using ovirt-node-iso-2.5.5-0.1.fc17
by Sven Knohsalla
--_000_DC9ABD90CB55EC448B1F682D5731AF74077EF6F779IAD2MBX17mex0_
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
Totally forgot the main problem:
This config won't survive a reboot, so where can I push the button therefor=
e :)
Best,
Sven.
Von: Sven Knohsalla
Gesendet: Freitag, 9. November 2012 17:35
An: users(a)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=3DTrue (seems to be true per default, although commented out)
to:
# Enable File Locking
Lock=3DFalse
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(a)ovirt.org<mailto: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-is=
o-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 fore=
ver (waited ~ 10 mins)
Back to console I first tried to connect from ovirt-engine to nfs storage o=
f 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=3D3=
,rsize=3D32768,wsize=3D32768,namlen=3D255,hard,proto=3Dtcp,timeo=3D600,retr=
ans=3D2,sec=3Dsys,
mountaddr=3D172.16.101.95,mountvers=3D3,mountport=3D56272,mountproto=3Dudp,=
local_lock=3Dnone,addr=3D172.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.knohsalla@netbi=
scuits.com<mailto:s.knohsalla@netbiscuits.com> | Skype: netbiscuits.admin
Netbiscuits GmbH | Europaallee 10 | 67657 | GERMANY
--_000_DC9ABD90CB55EC448B1F682D5731AF74077EF6F779IAD2MBX17mex0_
Content-Type: text/html; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
<html xmlns:v=3D"urn:schemas-microsoft-com:vml" xmlns:o=3D"urn:schemas-micr=
osoft-com:office:office" xmlns:w=3D"urn:schemas-microsoft-com:office:word" =
xmlns:m=3D"http://schemas.microsoft.com/office/2004/12/omml" xmlns=3D"http:=
//www.w3.org/TR/REC-html40"><head><META HTTP-EQUIV=3D"Content-Type" CONTENT=
=3D"text/html; charset=3Dus-ascii"><meta name=3DGenerator content=3D"Micros=
oft Word 14 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
{font-family:Wingdings;
panose-1:5 0 0 0 0 0 0 0 0 0;}
@font-face
{font-family:Wingdings;
panose-1:5 0 0 0 0 0 0 0 0 0;}
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
{font-family:Tahoma;
panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0cm;
margin-bottom:.0001pt;
font-size:11.0pt;
font-family:"Calibri","sans-serif";
mso-fareast-language:EN-US;}
a:link, span.MsoHyperlink
{mso-style-priority:99;
color:blue;
text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
{mso-style-priority:99;
color:purple;
text-decoration:underline;}
p.MsoAcetate, li.MsoAcetate, div.MsoAcetate
{mso-style-priority:99;
mso-style-link:"Sprechblasentext Zchn";
margin:0cm;
margin-bottom:.0001pt;
font-size:8.0pt;
font-family:"Tahoma","sans-serif";
mso-fareast-language:EN-US;}
span.SprechblasentextZchn
{mso-style-name:"Sprechblasentext Zchn";
mso-style-priority:99;
mso-style-link:Sprechblasentext;
font-family:"Tahoma","sans-serif";}
span.E-MailFormatvorlage19
{mso-style-type:personal;
font-family:"Calibri","sans-serif";
color:windowtext;}
span.E-MailFormatvorlage20
{mso-style-type:personal;
font-family:"Calibri","sans-serif";
color:#1F497D;}
span.E-MailFormatvorlage21
{mso-style-type:personal-reply;
font-family:"Calibri","sans-serif";
color:#1F497D;}
.MsoChpDefault
{mso-style-type:export-only;
font-size:10.0pt;}
@page WordSection1
{size:612.0pt 792.0pt;
margin:70.85pt 70.85pt 2.0cm 70.85pt;}
div.WordSection1
{page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext=3D"edit" spidmax=3D"1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext=3D"edit">
<o:idmap v:ext=3D"edit" data=3D"1" />
</o:shapelayout></xml><![endif]--></head><body lang=3DDE link=3Dblue vlink=
=3Dpurple><div class=3DWordSection1><p class=3DMsoNormal><span lang=3DEN-US=
style=3D'color:#1F497D'>Totally forgot the main problem:<o:p></o:p></span>=
</p><p class=3DMsoNormal><span lang=3DEN-US style=3D'color:#1F497D'><o:p>&n=
bsp;</o:p></span></p><p class=3DMsoNormal><span lang=3DEN-US style=3D'color=
:#1F497D'>This config won’t survive a reboot, so where can I push the=
button therefore </span><span lang=3DEN-US style=3D'font-family:Wingdings;=
color:#1F497D'>J</span><span lang=3DEN-US style=3D'color:#1F497D'><o:p></o:=
p></span></p><p class=3DMsoNormal><span lang=3DEN-US style=3D'color:#1F497D=
'><o:p> </o:p></span></p><p class=3DMsoNormal><span lang=3DEN-US style=
=3D'color:#1F497D'>Best,<o:p></o:p></span></p><p class=3DMsoNormal><span la=
ng=3DEN-US style=3D'color:#1F497D'>Sven.<o:p></o:p></span></p><p class=3DMs=
oNormal><span lang=3DEN-US style=3D'color:#1F497D'><o:p> </o:p></span>=
</p><div><div style=3D'border:none;border-top:solid #B5C4DF 1.0pt;padding:3=
.0pt 0cm 0cm 0cm'><p class=3DMsoNormal><b><span style=3D'font-size:10.0pt;f=
ont-family:"Tahoma","sans-serif";mso-fareast-language:DE'>Von:</span></b><s=
pan style=3D'font-size:10.0pt;font-family:"Tahoma","sans-serif";mso-fareast=
-language:DE'> Sven Knohsalla <br><b>Gesendet:</b> Freitag, 9. November 201=
2 17:35<br><b>An:</b> users(a)ovirt.org<br><b>Betreff:</b> AW: NFS issue usin=
g ovirt-node-iso-2.5.5-0.1.fc17<o:p></o:p></span></p></div></div><p class=
=3DMsoNormal><o:p> </o:p></p><p class=3DMsoNormal><span style=3D'color=
:#1F497D'>Hi,<o:p></o:p></span></p><p class=3DMsoNormal><span style=3D'colo=
r:#1F497D'><o:p> </o:p></span></p><p class=3DMsoNormal><span lang=3DEN=
-US style=3D'color:#1F497D'>I just wanted to update that NFS is working now=
with ovirt-node-iso-2.5.5-0.1.fc17,<br>but I had to change /etc/nfsmount.c=
onf in the following line:<o:p></o:p></span></p><p class=3DMsoNormal><span =
lang=3DEN-US style=3D'color:#1F497D'><o:p> </o:p></span></p><p class=
=3DMsoNormal><span lang=3DEN-US style=3D'font-family:"Courier New";color:#1=
F497D'>89 # Enable File Locking<o:p></o:p></span></p><p class=3DMsoNormal><=
span lang=3DEN-US style=3D'font-family:"Courier New";color:#1F497D'>90 # Lo=
ck=3DTrue (seems to be true per default, although commented out)<o:p></o:p>=
</span></p><p class=3DMsoNormal><span lang=3DEN-US style=3D'color:#1F497D'>=
<br>to:<o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-US style=
=3D'color:#1F497D'><o:p> </o:p></span></p><p class=3DMsoNormal><span l=
ang=3DEN-US style=3D'font-family:"Courier New";color:#1F497D'># Enable File=
Locking<o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-US style=
=3D'font-family:"Courier New";color:#1F497D'>Lock=3DFalse<o:p></o:p></span>=
</p><p class=3DMsoNormal><span lang=3DEN-US style=3D'font-family:"Courier N=
ew";color:#1F497D'><o:p> </o:p></span></p><p class=3DMsoNormal><span l=
ang=3DEN-US style=3D'color:#1F497D'>Is there anybody else, who is running i=
n the same problem?<o:p></o:p></span></p><p class=3DMsoNormal><span lang=3D=
EN-US style=3D'color:#1F497D'><o:p> </o:p></span></p><p class=3DMsoNor=
mal><span lang=3DEN-US style=3D'color:#1F497D'>Thanks in advance!<o:p></o:p=
></span></p><p class=3DMsoNormal><span lang=3DEN-US style=3D'color:#1F497D'=
><o:p> </o:p></span></p><p class=3DMsoNormal><span lang=3DEN-US style=
=3D'color:#1F497D'>Kind regards, Sven.<o:p></o:p></span></p><p class=3DMsoN=
ormal><span lang=3DEN-US style=3D'color:#1F497D'><o:p> </o:p></span></=
p><p class=3DMsoNormal><span lang=3DEN-US style=3D'color:#1F497D'><o:p>&nbs=
p;</o:p></span></p><p class=3DMsoNormal><span lang=3DEN-US style=3D'color:#=
1F497D'><o:p> </o:p></span></p><div><div style=3D'border:none;border-t=
op:solid #B5C4DF 1.0pt;padding:3.0pt 0cm 0cm 0cm'><p class=3DMsoNormal><b><=
span style=3D'font-size:10.0pt;font-family:"Tahoma","sans-serif";mso-fareas=
t-language:DE'>Von:</span></b><span style=3D'font-size:10.0pt;font-family:"=
Tahoma","sans-serif";mso-fareast-language:DE'> Sven Knohsalla <br><b>Gesend=
et:</b> Donnerstag, 8. November 2012 15:55<br><b>An:</b> <a href=3D"mailto:=
users(a)ovirt.org">users(a)ovirt.org</a><br><b>Betreff:</b> NFS issue using ovi=
rt-node-iso-2.5.5-0.1.fc17<o:p></o:p></span></p></div></div><p class=3DMsoN=
ormal><o:p> </o:p></p><p class=3DMsoNormal>Hi,<o:p></o:p></p><p class=
=3DMsoNormal><o:p> </o:p></p><p class=3DMsoNormal><span lang=3DEN-US>j=
ust created a test environment, including ovirt-engine 3.1 + ovirt-node-iso=
-2.5.5-0.1.fc17 + qnap iscsi + qnap nas (NFSv3).<o:p></o:p></span></p><p cl=
ass=3DMsoNormal><span lang=3DEN-US>iSCSI connection is working fine.<br>Whe=
n connecting to Export/ISO Domain via webgui the progress is taking forever=
(waited ~ 10 mins)<o:p></o:p></span></p><p class=3DMsoNormal><span lang=3D=
EN-US><o:p> </o:p></span></p><p class=3DMsoNormal><span lang=3DEN-US>B=
ack to console I first tried to connect from ovirt-engine to nfs storage of=
our NAS:<o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-US><br>=
showmount -e 172.16.101.95 -><br>Export list for 172.16.101.95:<o:p></o:=
p></span></p><p class=3DMsoNormal><span lang=3DEN-US>/NFS-ISO01<o:p></o:p><=
/span></p><p class=3DMsoNormal><span lang=3DEN-US>/Export-NFS01<o:p></o:p><=
/span></p><p class=3DMsoNormal style=3D'margin-bottom:12.0pt'><span lang=3D=
EN-US>/…<o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-US=
>mount -t nfs 172.16.101.95:/Export-NFS01 /mnt/nastest/<o:p></o:p></span></=
p><p class=3DMsoNormal><span lang=3DEN-US>mount -><o:p></o:p></span></p>=
<p class=3DMsoNormal><span lang=3DEN-US>172.16.101.95:/Export-NFS01/ on /mn=
t/nastest type nfs (rw,relatime,vers=3D3,rsize=3D32768,wsize=3D32768,namlen=
=3D255,hard,proto=3Dtcp,timeo=3D600,retrans=3D2,sec=3Dsys,<br>mountaddr=3D1=
72.16.101.95,mountvers=3D3,mountport=3D56272,mountproto=3Dudp,local_lock=3D=
none,addr=3D172.16.101.95)<o:p></o:p></span></p><p class=3DMsoNormal><span =
lang=3DEN-US><br>Touching a file on mountpoint is working,too.<o:p></o:p></=
span></p><p class=3DMsoNormal><span lang=3DEN-US><o:p> </o:p></span></=
p><p class=3DMsoNormal><span lang=3DEN-US>On ovirt-node:<o:p></o:p></span><=
/p><p class=3DMsoNormal><span lang=3DEN-US><br>showmount -e 172.16.101.95-&=
gt;<br>Export list for 172.16.101.95:<o:p></o:p></span></p><p class=3DMsoNo=
rmal><span lang=3DEN-US>/NFS-ISO01<o:p></o:p></span></p><p class=3DMsoNorma=
l><span lang=3DEN-US>/Export-NFS01<o:p></o:p></span></p><p class=3DMsoNorma=
l><span lang=3DEN-US>/…<br><br>mount -t nfs 172.16.101.95:/Export-NFS=
01 /mnt/nastest/ -><br>mount.nfs: rpc.statd is not running but is requir=
ed for remote locking.<o:p></o:p></span></p><p class=3DMsoNormal><span lang=
=3DEN-US>mount.nfs: Either use '-o nolock' to keep locks local, or start st=
atd.<o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-US>mount.nfs=
: an incorrect mount option was specified<br><br>mount -t nfs 172.16.101.95=
:/Export-NFS01 /mnt/nastest/ -o nolock -><br>working (also for vdsm)!<br=
><br>There’s no firewall between NAS and node (except node fw)<o:p></=
o:p></span></p><p class=3DMsoNormal><span lang=3DEN-US><br>rpcbind isn̵=
7;t installed on node:<br><a href=3D"http://gerrit.ovirt.org/#/c/4720/">htt=
p://gerrit.ovirt.org/#/c/4720/</a><o:p></o:p></span></p><p class=3DMsoNorma=
l><span lang=3DEN-US><br>It seems the package isn’t needed anymore by=
this post in gerrit?<o:p></o:p></span></p><p class=3DMsoNormal><span lang=
=3DEN-US><o:p> </o:p></span></p><p class=3DMsoNormal><span lang=3DEN-U=
S>Well, how to proceed here?<br>Am I getting my wires crossed here or just =
missed a configuration?<o:p></o:p></span></p><p class=3DMsoNormal><span lan=
g=3DEN-US><o:p> </o:p></span></p><p class=3DMsoNormal><span lang=3DEN-=
US>Thx in advance!<o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DE=
N-US><o:p> </o:p></span></p><p class=3DMsoNormal><span lang=3DEN-US>Be=
st,<o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-US>Sven.<o:p>=
</o:p></span></p><p class=3DMsoNormal><span lang=3DEN-US><o:p> </o:p><=
/span></p><p class=3DMsoNormal><span lang=3DEN-US style=3D'color:#5A5A5A;ms=
o-fareast-language:DE'>Sven Knohsalla </span><span lang=3DEN-US style=3D'co=
lor:#C00000;mso-fareast-language:DE'>|</span><span lang=3DEN-US style=3D'co=
lor:#5A5A5A;mso-fareast-language:DE'> System Administration<o:p></o:p></spa=
n></p><p class=3DMsoNormal><span lang=3DEN-US style=3D'color:gray;mso-farea=
st-language:DE'><o:p> </o:p></span></p><p class=3DMsoNormal><span lang=
=3DEN-US style=3D'font-size:9.0pt;color:#5A5A5A;mso-fareast-language:DE'>Of=
fice +49 631 68036 433 | Fax +49 631 68036 111 |E-Mail</span><span la=
ng=3DEN-US style=3D'font-size:9.0pt;color:#505050;mso-fareast-language:DE'>=
</span><span lang=3DEN-US style=3D'font-size:9.0pt;color:#BF000D;mso-farea=
st-language:DE'><a href=3D"mailto:s.knohsalla@netbiscuits.com">s.knohsalla@=
netbiscuits.com</a></span><span lang=3DEN-US style=3D'font-size:9.0pt;color=
:#5A5A5A;mso-fareast-language:DE'> | Skype: </span><span lang=3DEN-US style=
=3D'font-size:9.0pt;color:#BF000D;mso-fareast-language:DE'>netbiscuits.admi=
n</span><span lang=3DEN-US style=3D'font-size:9.0pt;color:#5A5A5A;mso-farea=
st-language:DE'> <o:p></o:p></span></p><p class=3DMsoNormal><span style=3D'=
font-size:9.0pt;color:#5A5A5A;mso-fareast-language:DE'>Netbiscuits GmbH | E=
uropaallee 10 | 67657 | GERMANY<o:p></o:p></span></p></div></body></html>=
--_000_DC9ABD90CB55EC448B1F682D5731AF74077EF6F779IAD2MBX17mex0_--
12 years
[Users] Problem on running chkconfig
by Stephen Liu
---559651860-499745912-1352436500=:10894
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable
Hi all,=0A=0AOS - Fedora 17 64bit=0AInstruction:=0Ahttp://wiki.ovirt.org/wi=
ki/Building_Ovirt_Engine#Prerequisites=0A=0AProblem encountered as follows;=
=0A$ sudo ln -s /usr/share/jboss-as-7.1.1.Final /usr/share/jboss-as=0A$ su =
- -c 'chmod -R 777 /usr/share/jboss-as'=0Alrwxrwxrwx. 1 root root 31 Nov=A0=
9 10:21 jboss-as -> /usr/share/jboss-as-7.1.1.Final=0A=0A$ chkconfig jboss=
-as on=0Aerror reading information on service jboss-as: No such file or dir=
ectory=0A=0A$ sudo chkconfig jboss-as on=0Aerror reading information on ser=
vice jboss-as: No such file or directory=0Asame problem.=0A=0APlease advise=
how to solve the problem?=A0 TIA=0A=0AB.R=0AStephen L=0A
---559651860-499745912-1352436500=:10894
Content-Type: text/html; charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable
<html><body><div style=3D"color:#000; background-color:#fff; font-family:ar=
ial, helvetica, sans-serif;font-size:12pt"><div>Hi all,<br><br>OS - Fedora =
17 64bit<br>Instruction:<br>http://wiki.ovirt.org/wiki/Building_Ovirt_Engin=
e#Prerequisites<br><br>Problem encountered as follows;<br>$ sudo ln -s /usr=
/share/jboss-as-7.1.1.Final /usr/share/jboss-as<br>$ su - -c 'chmod -R 777 =
/usr/share/jboss-as'<br>lrwxrwxrwx. 1 root root 31 Nov 9 10:21 jboss-=
as -> /usr/share/jboss-as-7.1.1.Final<br><br>$ chkconfig jboss-as on<br>=
error reading information on service jboss-as: No such file or directory<br=
><br>$ sudo chkconfig jboss-as on<br>error reading information on service j=
boss-as: No such file or directory<br>same problem.<br><br>Please advise ho=
w to solve the problem? TIA<br><br>B.R<br>Stephen L</div></div></body=
></html>
---559651860-499745912-1352436500=:10894--
12 years
[Users] Latest VDSM uses newer qemu than EL6 provides
by Dead Horse
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
12 years
Re: [Users] NFS issue using ovirt-node-iso-2.5.5-0.1.fc17
by Sven Knohsalla
--_000_DC9ABD90CB55EC448B1F682D5731AF74077EF6F775IAD2MBX17mex0_
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
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=3DTrue (seems to be true per default, although commented out)
to:
# Enable File Locking
Lock=3DFalse
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(a)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-is=
o-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 fore=
ver (waited ~ 10 mins)
Back to console I first tried to connect from ovirt-engine to nfs storage o=
f 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=3D3=
,rsize=3D32768,wsize=3D32768,namlen=3D255,hard,proto=3Dtcp,timeo=3D600,retr=
ans=3D2,sec=3Dsys,
mountaddr=3D172.16.101.95,mountvers=3D3,mountport=3D56272,mountproto=3Dudp,=
local_lock=3Dnone,addr=3D172.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.knohsalla@netbi=
scuits.com<mailto:s.knohsalla@netbiscuits.com> | Skype: netbiscuits.admin
Netbiscuits GmbH | Europaallee 10 | 67657 | GERMANY
--_000_DC9ABD90CB55EC448B1F682D5731AF74077EF6F775IAD2MBX17mex0_
Content-Type: text/html; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
<html xmlns:v=3D"urn:schemas-microsoft-com:vml" xmlns:o=3D"urn:schemas-micr=
osoft-com:office:office" xmlns:w=3D"urn:schemas-microsoft-com:office:word" =
xmlns:m=3D"http://schemas.microsoft.com/office/2004/12/omml" xmlns=3D"http:=
//www.w3.org/TR/REC-html40"><head><meta http-equiv=3DContent-Type content=
=3D"text/html; charset=3Dus-ascii"><meta name=3DGenerator content=3D"Micros=
oft Word 14 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
{font-family:Tahoma;
panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0cm;
margin-bottom:.0001pt;
font-size:11.0pt;
font-family:"Calibri","sans-serif";
mso-fareast-language:EN-US;}
a:link, span.MsoHyperlink
{mso-style-priority:99;
color:blue;
text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
{mso-style-priority:99;
color:purple;
text-decoration:underline;}
p.MsoAcetate, li.MsoAcetate, div.MsoAcetate
{mso-style-priority:99;
mso-style-link:"Sprechblasentext Zchn";
margin:0cm;
margin-bottom:.0001pt;
font-size:8.0pt;
font-family:"Tahoma","sans-serif";
mso-fareast-language:EN-US;}
span.SprechblasentextZchn
{mso-style-name:"Sprechblasentext Zchn";
mso-style-priority:99;
mso-style-link:Sprechblasentext;
font-family:"Tahoma","sans-serif";}
span.E-MailFormatvorlage19
{mso-style-type:personal;
font-family:"Calibri","sans-serif";
color:windowtext;}
span.E-MailFormatvorlage20
{mso-style-type:personal-reply;
font-family:"Calibri","sans-serif";
color:#1F497D;}
.MsoChpDefault
{mso-style-type:export-only;
font-size:10.0pt;}
@page WordSection1
{size:612.0pt 792.0pt;
margin:70.85pt 70.85pt 2.0cm 70.85pt;}
div.WordSection1
{page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext=3D"edit" spidmax=3D"1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext=3D"edit">
<o:idmap v:ext=3D"edit" data=3D"1" />
</o:shapelayout></xml><![endif]--></head><body lang=3DDE link=3Dblue vlink=
=3Dpurple><div class=3DWordSection1><p class=3DMsoNormal><span style=3D'col=
or:#1F497D'>Hi,<o:p></o:p></span></p><p class=3DMsoNormal><span style=3D'co=
lor:#1F497D'><o:p> </o:p></span></p><p class=3DMsoNormal><span lang=3D=
EN-US style=3D'color:#1F497D'>I just wanted to update that NFS is working n=
ow with ovirt-node-iso-2.5.5-0.1.fc17,<br>but I had to change /etc/nfsmount=
.conf in the following line:<o:p></o:p></span></p><p class=3DMsoNormal><spa=
n lang=3DEN-US style=3D'color:#1F497D'><o:p> </o:p></span></p><p class=
=3DMsoNormal><span lang=3DEN-US style=3D'font-family:"Courier New";color:#1=
F497D'>89 # Enable File Locking<o:p></o:p></span></p><p class=3DMsoNormal><=
span lang=3DEN-US style=3D'font-family:"Courier New";color:#1F497D'>90 # Lo=
ck=3DTrue (seems to be true per default, although commented out)<o:p></o:p>=
</span></p><p class=3DMsoNormal><span lang=3DEN-US style=3D'color:#1F497D'>=
<br>to:<o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-US style=
=3D'color:#1F497D'><o:p> </o:p></span></p><p class=3DMsoNormal><span l=
ang=3DEN-US style=3D'font-family:"Courier New";color:#1F497D'># Enable File=
Locking<o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-US style=
=3D'font-family:"Courier New";color:#1F497D'>Lock=3DFalse<o:p></o:p></span>=
</p><p class=3DMsoNormal><span lang=3DEN-US style=3D'font-family:"Courier N=
ew";color:#1F497D'><o:p> </o:p></span></p><p class=3DMsoNormal><span l=
ang=3DEN-US style=3D'color:#1F497D'>Is there anybody else, who is running i=
n the same problem?<o:p></o:p></span></p><p class=3DMsoNormal><span lang=3D=
EN-US style=3D'color:#1F497D'><o:p> </o:p></span></p><p class=3DMsoNor=
mal><span lang=3DEN-US style=3D'color:#1F497D'>Thanks in advance!<o:p></o:p=
></span></p><p class=3DMsoNormal><span lang=3DEN-US style=3D'color:#1F497D'=
><o:p> </o:p></span></p><p class=3DMsoNormal><span lang=3DEN-US style=
=3D'color:#1F497D'>Kind regards, Sven.<o:p></o:p></span></p><p class=3DMsoN=
ormal><span lang=3DEN-US style=3D'color:#1F497D'><o:p> </o:p></span></=
p><p class=3DMsoNormal><span lang=3DEN-US style=3D'color:#1F497D'><o:p>&nbs=
p;</o:p></span></p><p class=3DMsoNormal><span lang=3DEN-US style=3D'color:#=
1F497D'><o:p> </o:p></span></p><div><div style=3D'border:none;border-t=
op:solid #B5C4DF 1.0pt;padding:3.0pt 0cm 0cm 0cm'><p class=3DMsoNormal><b><=
span style=3D'font-size:10.0pt;font-family:"Tahoma","sans-serif";mso-fareas=
t-language:DE'>Von:</span></b><span style=3D'font-size:10.0pt;font-family:"=
Tahoma","sans-serif";mso-fareast-language:DE'> Sven Knohsalla <br><b>Gesend=
et:</b> Donnerstag, 8. November 2012 15:55<br><b>An:</b> users(a)ovirt.org<br=
><b>Betreff:</b> NFS issue using ovirt-node-iso-2.5.5-0.1.fc17<o:p></o:p></=
span></p></div></div><p class=3DMsoNormal><o:p> </o:p></p><p class=3DM=
soNormal>Hi,<o:p></o:p></p><p class=3DMsoNormal><o:p> </o:p></p><p cla=
ss=3DMsoNormal><span lang=3DEN-US>just created a test environment, includin=
g ovirt-engine 3.1 + ovirt-node-iso-2.5.5-0.1.fc17 + qnap iscsi + qnap nas =
(NFSv3).<o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-US>iSCSI=
connection is working fine.<br>When connecting to Export/ISO Domain via we=
bgui the progress is taking forever (waited ~ 10 mins)<o:p></o:p></span></p=
><p class=3DMsoNormal><span lang=3DEN-US><o:p> </o:p></span></p><p cla=
ss=3DMsoNormal><span lang=3DEN-US>Back to console I first tried to connect =
from ovirt-engine to nfs storage of our NAS:<o:p></o:p></span></p><p class=
=3DMsoNormal><span lang=3DEN-US><br>showmount -e 172.16.101.95 -><br>Exp=
ort list for 172.16.101.95:<o:p></o:p></span></p><p class=3DMsoNormal><span=
lang=3DEN-US>/NFS-ISO01<o:p></o:p></span></p><p class=3DMsoNormal><span la=
ng=3DEN-US>/Export-NFS01<o:p></o:p></span></p><p class=3DMsoNormal style=3D=
'margin-bottom:12.0pt'><span lang=3DEN-US>/…<o:p></o:p></span></p><p =
class=3DMsoNormal><span lang=3DEN-US>mount -t nfs 172.16.101.95:/Export-NFS=
01 /mnt/nastest/<o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-=
US>mount -><o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-US=
>172.16.101.95:/Export-NFS01/ on /mnt/nastest type nfs (rw,relatime,vers=3D=
3,rsize=3D32768,wsize=3D32768,namlen=3D255,hard,proto=3Dtcp,timeo=3D600,ret=
rans=3D2,sec=3Dsys,<br>mountaddr=3D172.16.101.95,mountvers=3D3,mountport=3D=
56272,mountproto=3Dudp,local_lock=3Dnone,addr=3D172.16.101.95)<o:p></o:p></=
span></p><p class=3DMsoNormal><span lang=3DEN-US><br>Touching a file on mou=
ntpoint is working,too.<o:p></o:p></span></p><p class=3DMsoNormal><span lan=
g=3DEN-US><o:p> </o:p></span></p><p class=3DMsoNormal><span lang=3DEN-=
US>On ovirt-node:<o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN=
-US><br>showmount -e 172.16.101.95-><br>Export list for 172.16.101.95:<o=
:p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-US>/NFS-ISO01<o:p>=
</o:p></span></p><p class=3DMsoNormal><span lang=3DEN-US>/Export-NFS01<o:p>=
</o:p></span></p><p class=3DMsoNormal><span lang=3DEN-US>/…<br><br>mo=
unt -t nfs 172.16.101.95:/Export-NFS01 /mnt/nastest/ -><br>mount.nfs: rp=
c.statd is not running but is required for remote locking.<o:p></o:p></span=
></p><p class=3DMsoNormal><span lang=3DEN-US>mount.nfs: Either use '-o nolo=
ck' to keep locks local, or start statd.<o:p></o:p></span></p><p class=3DMs=
oNormal><span lang=3DEN-US>mount.nfs: an incorrect mount option was specifi=
ed<br><br>mount -t nfs 172.16.101.95:/Export-NFS01 /mnt/nastest/ -o nolock =
-><br>working (also for vdsm)!<br><br>There’s no firewall between =
NAS and node (except node fw)<o:p></o:p></span></p><p class=3DMsoNormal><sp=
an lang=3DEN-US><br>rpcbind isn’t installed on node:<br><a href=3D"ht=
tp://gerrit.ovirt.org/#/c/4720/">http://gerrit.ovirt.org/#/c/4720/</a><o:p>=
</o:p></span></p><p class=3DMsoNormal><span lang=3DEN-US><br>It seems the p=
ackage isn’t needed anymore by this post in gerrit?<o:p></o:p></span>=
</p><p class=3DMsoNormal><span lang=3DEN-US><o:p> </o:p></span></p><p =
class=3DMsoNormal><span lang=3DEN-US>Well, how to proceed here?<br>Am I get=
ting my wires crossed here or just missed a configuration?<o:p></o:p></span=
></p><p class=3DMsoNormal><span lang=3DEN-US><o:p> </o:p></span></p><p=
class=3DMsoNormal><span lang=3DEN-US>Thx in advance!<o:p></o:p></span></p>=
<p class=3DMsoNormal><span lang=3DEN-US><o:p> </o:p></span></p><p clas=
s=3DMsoNormal><span lang=3DEN-US>Best,<o:p></o:p></span></p><p class=3DMsoN=
ormal><span lang=3DEN-US>Sven.<o:p></o:p></span></p><p class=3DMsoNormal><s=
pan lang=3DEN-US><o:p> </o:p></span></p><p class=3DMsoNormal><span lan=
g=3DEN-US style=3D'color:#5A5A5A;mso-fareast-language:DE'>Sven Knohsalla </=
span><span lang=3DEN-US style=3D'color:#C00000;mso-fareast-language:DE'>|</=
span><span lang=3DEN-US style=3D'color:#5A5A5A;mso-fareast-language:DE'> Sy=
stem Administration<o:p></o:p></span></p><p class=3DMsoNormal><span lang=3D=
EN-US style=3D'color:gray;mso-fareast-language:DE'><o:p> </o:p></span>=
</p><p class=3DMsoNormal><span lang=3DEN-US style=3D'font-size:9.0pt;color:=
#5A5A5A;mso-fareast-language:DE'>Office +49 631 68036 433 | Fax +49 631 680=
36 111 |E-Mail</span><span lang=3DEN-US style=3D'font-size:9.0pt;colo=
r:#505050;mso-fareast-language:DE'> </span><span lang=3DEN-US style=3D'font=
-size:9.0pt;color:#BF000D;mso-fareast-language:DE'><a href=3D"mailto:s.knoh=
salla(a)netbiscuits.com">s.knohsalla(a)netbiscuits.com</a></span><span lang=3DE=
N-US style=3D'font-size:9.0pt;color:#5A5A5A;mso-fareast-language:DE'> | Sky=
pe: </span><span lang=3DEN-US style=3D'font-size:9.0pt;color:#BF000D;mso-fa=
reast-language:DE'>netbiscuits.admin</span><span lang=3DEN-US style=3D'font=
-size:9.0pt;color:#5A5A5A;mso-fareast-language:DE'> <o:p></o:p></span></p><=
p class=3DMsoNormal><span style=3D'font-size:9.0pt;color:#5A5A5A;mso-fareas=
t-language:DE'>Netbiscuits GmbH | Europaallee 10 | 67657 | GERMANY<o:p></o:=
p></span></p></div></body></html>=
--_000_DC9ABD90CB55EC448B1F682D5731AF74077EF6F775IAD2MBX17mex0_--
12 years
[Users] Jboss service.Check Error During Install
by Jason Scalia
Hello,
I'm encountering the following error while trying to install Ovirt 3.1 on a
fully updated fedora 17 x64 install:
Installing:
AIO: Validating CPU Compatibility... [ DONE ]
Configuring oVirt-engine... [ DONE ]
Creating CA... [ DONE ]
Editing JBoss Configuration... [ DONE ]
Setting Database Configuration... [ DONE ]
Setting Database Security... [ DONE ]
Creating Database... [ DONE ]
Updating the Default Data Center Storage Type... [ DONE ]
Editing oVirt Engine Configuration... [ DONE ]
Editing Postgresql Configuration... [ DONE ]
Configuring the Default ISO Domain... [ DONE ]
Configuring Firewall (iptables)... [ DONE ]
Starting JBoss Service... [ DONE ]
Handling HTTPD... [ DONE ]
AIO: Creating storage directory... [ DONE ]
AIO: Adding Local Datacenter and cluster... [ ERROR ]
Error: There's a problem with JBoss service.Check that it's up and rerun
setup.
Please check log file
/var/log/ovirt-engine/engine-setup_2012_10_07_17_47_45.log for more
information
I did some googling and came across this:
https://bugzilla.redhat.com/show_bug.cgi?format=multiple&id=857692
Though I am using 64 bit java so I don't think the issue is related.
[root@alpha ~]# java -version
java version "1.7.0_06-icedtea"
OpenJDK Runtime Environment (fedora-2.3.1.fc17.2-x86_64)
OpenJDK 64-Bit Server VM (build 23.2-b09, mixed mode)
I've attached the error log. If anybody could point me in the right
direction, it would be greatly appreciated.
Thanks.
Jason Scalia
12 years
[Users] Ovirt Host (3.0) compatability issue with Cluster (3.1)
by Keyur Makwana
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
12 years
[Users] create iso/nfs storage domain error
by 廖伟强
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"
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 =
00000000-0000-0000-0000-000000000000, 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:
aaa00000-0000-0000-0000-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 =
00000000-0000-0000-0000-000000000000, 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: aaa00000-0000-0000-0000-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 *
12 years
[Users] Problem on creating database
by Stephen Liu
---559651860-1497380370-1352437745=:29365
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable
Hi all,=0A=0AOS - Fedora 17 64bit=0AManual:=0Ahttp://wiki.ovirt.org/wiki/Bu=
ilding_Ovirt_Engine#Prerequisites=0A=0A=0ACreating the database =0A=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=0A=0A$ ls /home/satimis/ | gr=
ep ovirt-engine=0Aovirt-engine=0A=0A$OVIRT_HOME =3D /home/satimis=0A=0A$ cd=
/home/satimis/ovirt-engine/backend/manager/dbscripts=0A$ sudo ./create_db_=
devel.sh -u postgres=0ARunning original create_db script...=0ACreating the =
database: engine=0Adropdb: database removal failed: ERROR:=A0 database "eng=
ine" does not exist=0Auser name is: postgres=0ACreating tables...=0ACreatin=
g functions...=0ACreating common functions...=0AInserting data=A0 ...=0A...=
..=0A.....=0ARunning=A0 upgrade sql script upgrade/post_upgrade/0010_add_ob=
ject_column_white_list_table.sql ...=0ASetting development configuration va=
lues ...=0ADevelopment setting done.=0A=0A=0Adropdb: database removal faile=
d: ERROR:=A0 database "engine" does not exist=0A=0APlease advise how to fix=
the problem?=A0 TIA=0A=0AB.R.=0AStephen L
---559651860-1497380370-1352437745=:29365
Content-Type: text/html; charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable
<html><body><div style=3D"color:#000; background-color:#fff; font-family:ar=
ial, helvetica, sans-serif;font-size:12pt"><div>Hi all,<br><br>OS - Fedora =
17 64bit<br>Manual:<br>http://wiki.ovirt.org/wiki/Building_Ovirt_Engine#Pre=
requisites<br><br><br>Creating the database <br>=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D<br><br>$ ls /home/satimis/ | grep ovirt-engine<br>=
ovirt-engine<br><br>$OVIRT_HOME =3D /home/satimis<br><br>$ cd /home/satimis=
/ovirt-engine/backend/manager/dbscripts<br>$ sudo ./create_db_devel.sh -u p=
ostgres<br>Running original create_db script...<br>Creating the database: e=
ngine<br>dropdb: database removal failed: ERROR: database "engine" do=
es not exist<br>user name is: postgres<br>Creating tables...<br>Creating fu=
nctions...<br>Creating common functions...<br>Inserting data ...<br>.=
....<br>.....<br>Running upgrade sql script upgrade/post_upgrade/0010=
_add_object_column_white_list_table.sql ...<br>Setting development configur=
ation values ...<br>Development
setting done.<br><br><br>dropdb: database removal failed: ERROR: dat=
abase "engine" does not exist<br><br>Please advise how to fix the problem?&=
nbsp; TIA<br><br>B.R.<br>Stephen L<br></div></div></body></html>
---559651860-1497380370-1352437745=:29365--
12 years
[Users] NFS Issue with Kernel > 3.6
by Sven Knohsalla
--_000_DC9ABD90CB55EC448B1F682D5731AF74077EF6F4A3IAD2MBX17mex0_
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
Hi,
is the NFS issue solved by using Kernel >=3D 3.6 ?
Couldn't find an info on ovirt wiki:
http://wiki.ovirt.org/wiki/Troubleshooting_NFS_Storage_Issues#NFS_Storage_D=
omain_Failure_on_Fedora_17
Thanks in advance!
Best,
Sven.
Sven Knohsalla | System Administration
Office +49 631 68036 433 | Fax +49 631 68036 111 |E-Mail s.knohsalla@netbi=
scuits.com | Skype: netbiscuits.admin
Netbiscuits GmbH | Europaallee 10 | 67657 | GERMANY
--_000_DC9ABD90CB55EC448B1F682D5731AF74077EF6F4A3IAD2MBX17mex0_
Content-Type: text/html; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
<html xmlns:v=3D"urn:schemas-microsoft-com:vml" xmlns:o=3D"urn:schemas-micr=
osoft-com:office:office" xmlns:w=3D"urn:schemas-microsoft-com:office:word" =
xmlns:m=3D"http://schemas.microsoft.com/office/2004/12/omml" xmlns=3D"http:=
//www.w3.org/TR/REC-html40"><head><META HTTP-EQUIV=3D"Content-Type" CONTENT=
=3D"text/html; charset=3Dus-ascii"><meta name=3DGenerator content=3D"Micros=
oft Word 14 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
{font-family:Tahoma;
panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0cm;
margin-bottom:.0001pt;
font-size:11.0pt;
font-family:"Calibri","sans-serif";
mso-fareast-language:EN-US;}
a:link, span.MsoHyperlink
{mso-style-priority:99;
color:blue;
text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
{mso-style-priority:99;
color:purple;
text-decoration:underline;}
p.MsoAcetate, li.MsoAcetate, div.MsoAcetate
{mso-style-priority:99;
mso-style-link:"Sprechblasentext Zchn";
margin:0cm;
margin-bottom:.0001pt;
font-size:8.0pt;
font-family:"Tahoma","sans-serif";
mso-fareast-language:EN-US;}
span.E-MailFormatvorlage17
{mso-style-type:personal-compose;
font-family:"Calibri","sans-serif";
color:windowtext;}
span.SprechblasentextZchn
{mso-style-name:"Sprechblasentext Zchn";
mso-style-priority:99;
mso-style-link:Sprechblasentext;
font-family:"Tahoma","sans-serif";}
.MsoChpDefault
{mso-style-type:export-only;
font-family:"Calibri","sans-serif";
mso-fareast-language:EN-US;}
@page WordSection1
{size:612.0pt 792.0pt;
margin:70.85pt 70.85pt 2.0cm 70.85pt;}
div.WordSection1
{page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext=3D"edit" spidmax=3D"1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext=3D"edit">
<o:idmap v:ext=3D"edit" data=3D"1" />
</o:shapelayout></xml><![endif]--></head><body lang=3DDE link=3Dblue vlink=
=3Dpurple><div class=3DWordSection1><p class=3DMsoNormal>Hi,<o:p></o:p></p>=
<p class=3DMsoNormal><o:p> </o:p></p><p class=3DMsoNormal><span lang=
=3DEN-US>is the NFS issue solved by using Kernel >=3D 3.6 ?<o:p></o:p></=
span></p><p class=3DMsoNormal><span lang=3DEN-US>Couldn’t find an inf=
o on ovirt wiki:<br><a href=3D"http://wiki.ovirt.org/wiki/Troubleshooting_N=
FS_Storage_Issues#NFS_Storage_Domain_Failure_on_Fedora_17">http://wiki.ovir=
t.org/wiki/Troubleshooting_NFS_Storage_Issues#NFS_Storage_Domain_Failure_on=
_Fedora_17</a><o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-US=
><o:p> </o:p></span></p><p class=3DMsoNormal><span lang=3DEN-US>Thanks=
in advance!<o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-US><=
o:p> </o:p></span></p><p class=3DMsoNormal><span lang=3DEN-US>Best,<o:=
p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-US>Sven.<o:p></o:p>=
</span></p><p class=3DMsoNormal><span lang=3DEN-US><o:p> </o:p></span>=
</p><p class=3DMsoNormal><span lang=3DEN-US style=3D'color:#5A5A5A;mso-fare=
ast-language:DE'>Sven Knohsalla </span><span lang=3DEN-US style=3D'color:#C=
00000;mso-fareast-language:DE'>|</span><span lang=3DEN-US style=3D'color:#5=
A5A5A;mso-fareast-language:DE'> System Administration<o:p></o:p></span></p>=
<p class=3DMsoNormal><span lang=3DEN-US style=3D'color:gray;mso-fareast-lan=
guage:DE'><o:p> </o:p></span></p><p class=3DMsoNormal><span lang=3DEN-=
US style=3D'font-size:9.0pt;color:#5A5A5A;mso-fareast-language:DE'>Office +=
49 631 68036 433 | Fax +49 631 68036 111 |E-Mail</span><span lang=3DE=
N-US style=3D'font-size:9.0pt;color:#505050;mso-fareast-language:DE'> </spa=
n><span lang=3DEN-US style=3D'font-size:9.0pt;color:#BF000D;mso-fareast-lan=
guage:DE'>s.knohsalla(a)netbiscuits.com</span><span lang=3DEN-US style=3D'fon=
t-size:9.0pt;color:#5A5A5A;mso-fareast-language:DE'> | Skype: </span><span =
lang=3DEN-US style=3D'font-size:9.0pt;color:#BF000D;mso-fareast-language:DE=
'>netbiscuits.admin</span><span lang=3DEN-US style=3D'font-size:9.0pt;color=
:#5A5A5A;mso-fareast-language:DE'> <o:p></o:p></span></p><p class=3DMsoNorm=
al><span style=3D'font-size:9.0pt;color:#5A5A5A;mso-fareast-language:DE'>Ne=
tbiscuits GmbH | Europaallee 10 | 67657 | GERMANY<o:p></o:p></span></p></di=
v></body></html>=
--_000_DC9ABD90CB55EC448B1F682D5731AF74077EF6F4A3IAD2MBX17mex0_--
12 years