[Users] Converting a node iso to PXE
by Olivier Doucet
Hello everyone,
I've written a very quick howto for people wanting to boot
ovirt-node-iso via iPXE. Maybe I could put it somewhere in the wiki ?
First, download the iso file. I've tried with a beta version of ovirt ;)
wget "http://ovirt.org/releases/beta/binary/ovirt-node-iso-2.4.0-1.1.fc17.iso"
Create a mountpoint :
mkdir iso
Mount image on it :
mount -o loop ovirt-node-iso-2.4.0-1.1.fc17.iso iso
Extract needed files with provided script :
./iso/LiveOS/livecd-iso-to-pxeboot ovirt-node-iso-2.4.0-1.1.fc17.iso
You now have a ./tftpboot folder.
Put files "tftpboot/vmlinuz0" and "tftpboot/initrd0.img" somewhere
publicly available via HTTP for example.
Don't forget to unmount iso/ folder and delete unused files ;)
Open file tftpboot/pxelinux.cfg/default and copy all flags in APPEND
line, and append it to 'kernel' line in pxe output. This is an example
of what needs to be outputed by ipxe script :
----[ start ipxe script ]---
#!ipxe
kernel http://path/to/vmlinuz0 rootflags=loop initrd=initrd0.img
root=live:/ovirt-node-iso-2.4.0-1.1.fc17.iso rootfstype=auto ro
liveimg nomodeset check rootflags=ro crashkernel=512M-2G:64M,2G-:128M
elevator=deadline install quiet rd_NO_LVM rd.luks=0 rd.md=0 rd.dm=0
initrd http://path/to/initrd0.img
boot
----[ end ipxe script ]---
Now power on your server and boot on iPXE : iso file is entirely
loaded through the network. You now have to follow install script, or
modify kernel line to add custom parameters.
Olivier
12 years, 5 months
[Users] On oVirt 3.1, Fedora 16 and 17 hang at boot
by Jason Brooks
Hi everyone,
I'm testing oVirt 3.1 with a few different VM types, and I'm
experiencing boot issues with Fedora 16 and 17, 64bit. F17 hangs while
booting from the F17 install DVD. F16 installs normally (minimal
install), but hangs during the initial boot after installation. The F16
VM will boot to rescue mode, however.
The VM appears to get through the full boot process, but then the CPU
usage goes to 99 or 100% and the VM won't respond. I've tried with spice
and vnc consoles, with and without USB enabled. I've let it sit for
quite a while, and the VM CPU usage stays pegged, and the VMs remain
unresponsive.
CentOS 6.2 and Ubuntu 12.04 VMs, both 64bit, work normally on my oVirt
3.1 setup. Any idea what might be causing the issue, or how I might go
about debugging it?
Thanks, Jason
12 years, 5 months
[Users] How is it possible to increase disk size?
by ovirt@qip.ru
This is a message in Mime Format. If you see this, your mail reader does not support this format.
--=_f887a7a2022cd58c0e0381289de863fa
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable
each disk of VM on ISCSI SD is lv on vg of storage domain and thin provi=
sion disk size is maximum size that lv can expand=0A=0AI created VM with=
thin provision disk 30Gb, on SPM lvs show actual size of disk 1Gb=0A=0A=
if i do vdsClient extendVolume to 40Gb, lv size become 40Gb (but disk is=
thin provision and 40Gb is maximum not actual), but webadmin and engi=
ne cli show that disk size is not changed and is 30Gb=0A=0Athen i tried=
to update disk size using engine cli "update disk --size" and got fol=
lowing=0A=0A[oVirt shell (connected)]# update disk Fedora17_Disk1 --size=
42949672960=0Aunknown error:=0Astatus: 500=0Areason: Internal Server Er=
ror=0Adetail: JBoss Web/7.0.0.SNAPSHOT - Error report HTTP Status 500 -=
type Exception reportmessage description The server encountered an inte=
rnal error () that prevented it from fulfilling this request.exception o=
rg.jboss.resteasy.spi.UnhandledException: org.ovirt.engine.core.compat.N=
otImplementedException: Pending Backend support=0A org.jboss.rest=
easy.core.SynchronousDispatcher.handleApplicationException(SynchronousDi=
spatcher.java:340)=0A org.jboss.resteasy.core.SynchronousDispatch=
er.handleException(SynchronousDispatcher.java:214)=0A org.jboss.r=
esteasy.core.SynchronousDispatcher.handleInvokerException(SynchronousDis=
patcher.java:190)=0A org.jboss.resteasy.core.SynchronousDispatche=
r.getResponse(SynchronousDispatcher.java:540)=0A org.jboss.restea=
sy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:502)=0A=
org.jboss.resteasy.core.SynchronousDispatcher.invoke(Synchronous=
Dispatcher.java:119)=0A org.jboss.resteasy.plugins.server.servlet=
.ServletContainerDispatcher.service(ServletContainerDispatcher.java:208)=
=0A org.jboss.resteasy.plugins.server.servlet.HttpServletDispatch=
er.service(HttpServletDispatcher.java:55)=0A org.jboss.resteasy.p=
lugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatche=
r.java:50)=0A javax.servlet.http.HttpServlet.service(HttpServlet.=
java:847)=0Aroot cause org.ovirt.engine.core.compat.NotImplementedExcept=
ion: Pending Backend support=0A org.ovirt.engine.api.restapi.reso=
urce.BackendDiskResource.update(BackendDiskResource.java:33)=0A s=
un.reflect.NativeMethodAccessorImpl.invoke0(Native Method)=0A sun=
.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:5=
7)=0A sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingM=
ethodAccessorImpl.java:43)=0A java.lang.reflect.Method.invoke(Met=
hod.java:601)=0A org.jboss.resteasy.core.MethodInjectorImpl.invok=
e(MethodInjectorImpl.java:155)=0A org.jboss.resteasy.core.Resourc=
eMethod.invokeOnTarget(ResourceMethod.java:257)=0A org.jboss.rest=
easy.core.ResourceMethod.invoke(ResourceMethod.java:222)=0A org.j=
boss.resteasy.core.ResourceLocator.invokeOnTargetObject(ResourceLocator.=
java:152)=0A org.jboss.resteasy.core.ResourceLocator.invoke(Resou=
rceLocator.java:91)=0A org.jboss.resteasy.core.SynchronousDispatc=
her.getResponse(SynchronousDispatcher.java:525)=0A org.jboss.rest=
easy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:502)=
=0A org.jboss.resteasy.core.SynchronousDispatcher.invoke(Synchron=
ousDispatcher.java:119)=0A org.jboss.resteasy.plugins.server.serv=
let.ServletContainerDispatcher.service(ServletContainerDispatcher.java:2=
08)=0A org.jboss.resteasy.plugins.server.servlet.HttpServletDispa=
tcher.service(HttpServletDispatcher.java:55)=0A org.jboss.resteas=
y.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispat=
cher.java:50)=0A javax.servlet.http.HttpServlet.service(HttpServl=
et.java:847)=0Anote The full stack trace of the root cause is available=
in the JBoss Web/7.0.0.SNAPSHOT logs.JBoss Web/7.0.0.SNAPSHOT=0A=0Aenv:=
=0A=0A[root@fedora17-ovirt ~]# rpm -qa | fgrep ovirt=0Aovirt-log-collect=
or-3.1.0-0.fc17.noarch=0Aovirt-engine-config-3.1.0-3.fc17.noarch=0Aovirt=
-engine-userportal-3.1.0-3.fc17.noarch=0Aovirt-engine-genericapi-3.1.0-3=
.fc17.noarch=0Aovirt-engine-sdk-3.1.0.2-1alpha.fc17.noarch=0Aovirt-engin=
e-notification-service-3.1.0-3.fc17.noarch=0Aovirt-engine-webadmin-porta=
l-3.1.0-3.fc17.noarch=0Aovirt-engine-setup-3.1.0-3.fc17.noarch=0Aovirt-i=
so-uploader-3.1.0-0.git1841d9.fc17.noarch=0Aovirt-engine-dbscripts-3.1.0=
-3.fc17.noarch=0Aovirt-engine-restapi-3.1.0-3.fc17.noarch=0Aovirt-image-=
uploader-3.1.0-0.git9c42c8.fc17.noarch=0Aovirt-engine-tools-common-3.1.0=
-3.fc17.noarch=0Aovirt-engine-backend-3.1.0-3.fc17.noarch=0Aovirt-engine=
-3.1.0-3.fc17.noarch=0Aovirt-engine-cli-3.1.0.1-1alpha.fc17.noarch=0A=0A=
I tried to install ovirt-engine-cli-3.1.0.2-1alpha.fc17.noarch but got=
=0A=0A Requires: ovirt-engine-sdk
--=_f887a7a2022cd58c0e0381289de863fa
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: quoted-printable
each disk of VM on <span id=3D"nicSpell_0" class=3D"nicSpellWord">ISCSI<=
/span> SD is lv on vg of storage domain and thin provision disk size is=
maximum size that lv can expand<br><br>I created VM with thin provision=
disk 30Gb, on <span id=3D"nicSpell_1" class=3D"nicSpellWord">SPM</span>=
<span id=3D"nicSpell_2" class=3D"nicSpellWord">lvs</span> show actual s=
ize of disk 1Gb<br><br>if i do vdsClient <span id=3D"nicSpell_3" class=
=3D"nicSpellWord">extendVolume</span> to 40Gb, lv size become 40Gb (but=
disk is thin provision and 40Gb is maximum not actual), but <span=
id=3D"nicSpell_4" class=3D"nicSpellWord">webadmin</span> and engi=
ne <span id=3D"nicSpell_5" class=3D"nicSpellWord">cli</span> show that d=
isk size is not changed and is 30Gb<br><br>then i tried to update disk s=
ize using engine <span id=3D"nicSpell_6" class=3D"nicSpellWord">cli</spa=
n> "update disk --size" and got following<br><br><br>[<span=
id=3D"nicSpell_7" class=3D"nicSpellWord">oVirt</span> shell (connected)=
]# update disk Fedora17_Disk1 --size 42949672960<br>unknown error:<br>st=
atus: 500<br>reason: Internal Server Error<br>detail: <html><he=
ad><title><span id=3D"nicSpell_8" class=3D"nicSpellWord">JBoss<=
/span> Web/7.0.0.SNAPSHOT - Error report</title><style><!=
--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#=
525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:wh=
ite;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Ari=
al,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY=
{font-family:Tahoma,Arial,sans-serif;color:black;background-color:white=
;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#=
525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:b=
lack;font-size:12px;}A {color : black;}A.name {color : black;}HR {color=
: #525D76;}--></style> </head><body><h1>HTTP=
Status 500 - </h1><HR size=3D"1" noshade=3D"noshade"><p&=
gt;<b>type</b> Exception report</p><p><b>m=
essage</b> <u></u></p><p><b>descript=
ion</b> <u>The server encountered an internal error () that=
prevented it from fulfilling this request.</u></p><p>=
<b>exception</b> <pre>org.<span id=3D"nicSpell_9" clas=
s=3D"nicSpellWord">jboss</span>.<span id=3D"nicSpell_10" class=3D"nicSpe=
llWord">resteasy</span>.<span id=3D"nicSpell_11" class=3D"nicSpellWord">=
spi</span>.UnhandledException: org.<span id=3D"nicSpell_12" class=3D"nic=
SpellWord">ovirt</span>.engine.core.<span id=3D"nicSpell_13" class=3D"ni=
cSpellWord">compat</span>.NotImplementedException: Pending <span id=3D"n=
icSpell_14" class=3D"nicSpellWord">Backend</span> support<br>  =
; org.<span id=3D"nicSpell_15" class=3D"ni=
cSpellWord">jboss</span>.<span id=3D"nicSpell_16" class=3D"nicSpellWord"=
>resteasy</span>.core.<span id=3D"nicSpell_17" class=3D"nicSpellWord">Sy=
nchronousDispatcher</span>.handleApplicationException(<span id=3D"nicSpe=
ll_18" class=3D"nicSpellWord">SynchronousDispatcher</span>.java:340)<br>=
org.<span id=3D"nicSpell_19"=
class=3D"nicSpellWord">jboss</span>.<span id=3D"nicSpell_20" class=3D"n=
icSpellWord">resteasy</span>.core.<span id=3D"nicSpell_21" class=3D"nicS=
pellWord">SynchronousDispatcher</span>.<span id=3D"nicSpell_22" class=3D=
"nicSpellWord">handleException</span>(<span id=3D"nicSpell_23" class=3D"=
nicSpellWord">SynchronousDispatcher</span>.java:214)<br> &nbs=
p; org.<span id=3D"nicSpell_24" class=3D"nicSpel=
lWord">jboss</span>.<span id=3D"nicSpell_25" class=3D"nicSpellWord">rest=
easy</span>.core.<span id=3D"nicSpell_26" class=3D"nicSpellWord">Synchro=
nousDispatcher</span>.handleInvokerException(<span id=3D"nicSpell_27" cl=
ass=3D"nicSpellWord">SynchronousDispatcher</span>.java:190)<br> &nb=
sp; org.<span id=3D"nicSpell_28" class=3D"=
nicSpellWord">jboss</span>.<span id=3D"nicSpell_29" class=3D"nicSpellWor=
d">resteasy</span>.core.<span id=3D"nicSpell_30" class=3D"nicSpellWord">=
SynchronousDispatcher</span>.<span id=3D"nicSpell_31" class=3D"nicSpellW=
ord">getResponse</span>(<span id=3D"nicSpell_32" class=3D"nicSpellWord">=
SynchronousDispatcher</span>.java:540)<br> =
org.<span id=3D"nicSpell_33" class=3D"nicSpellWord">jboss</=
span>.<span id=3D"nicSpell_34" class=3D"nicSpellWord">resteasy</span>.co=
re.<span id=3D"nicSpell_35" class=3D"nicSpellWord">SynchronousDispatcher=
</span>.invoke(<span id=3D"nicSpell_36" class=3D"nicSpellWord">Synchrono=
usDispatcher</span>.java:502)<br> &nb=
sp; org.<span id=3D"nicSpell_37" class=3D"nicSpellWord">jboss</span>.<sp=
an id=3D"nicSpell_38" class=3D"nicSpellWord">resteasy</span>.core.<span=
id=3D"nicSpell_39" class=3D"nicSpellWord">SynchronousDispatcher</span>.=
invoke(<span id=3D"nicSpell_40" class=3D"nicSpellWord">SynchronousDispat=
cher</span>.java:119)<br> org.=
<span id=3D"nicSpell_41" class=3D"nicSpellWord">jboss</span>.<span id=3D=
"nicSpell_42" class=3D"nicSpellWord">resteasy</span>.<span id=3D"nicSpel=
l_43" class=3D"nicSpellWord">plugins</span>.server.<span id=3D"nicSpell_=
44" class=3D"nicSpellWord">servlet</span>.ServletContainerDispatcher.ser=
vice(ServletContainerDispatcher.java:208)<br> &nb=
sp; org.<span id=3D"nicSpell_45" class=3D"nicSpellWord">jbos=
s</span>.<span id=3D"nicSpell_46" class=3D"nicSpellWord">resteasy</span>=
.<span id=3D"nicSpell_47" class=3D"nicSpellWord">plugins</span>.server.<=
span id=3D"nicSpell_48" class=3D"nicSpellWord">servlet</span>.<span id=
=3D"nicSpell_49" class=3D"nicSpellWord">HttpServlet</span>Dispatcher.ser=
vice(<span id=3D"nicSpell_50" class=3D"nicSpellWord">HttpServlet</span>D=
ispatcher.java:55)<br> org.<sp=
an id=3D"nicSpell_51" class=3D"nicSpellWord">jboss</span>.<span id=3D"ni=
cSpell_52" class=3D"nicSpellWord">resteasy</span>.<span id=3D"nicSpell_5=
3" class=3D"nicSpellWord">plugins</span>.server.<span id=3D"nicSpell_54"=
class=3D"nicSpellWord">servlet</span>.<span id=3D"nicSpell_55" class=3D=
"nicSpellWord">HttpServlet</span>Dispatcher.service(<span id=3D"nicSpell=
_56" class=3D"nicSpellWord">HttpServlet</span>Dispatcher.java:50)<br>&nb=
sp; <span id=3D"nicSpell_57" class=
=3D"nicSpellWord">javax</span>.<span id=3D"nicSpell_58" class=3D"nicSpel=
lWord">servlet</span>.<span id=3D"nicSpell_59" class=3D"nicSpellWord">ht=
tp</span>.<span id=3D"nicSpell_60" class=3D"nicSpellWord">HttpServlet</s=
pan>.service(<span id=3D"nicSpell_61" class=3D"nicSpellWord">HttpServlet=
</span>.java:847)<br></pre></p><p><b>root cause&=
lt;/b> <pre>org.<span id=3D"nicSpell_62" class=3D"nicSpellWord"=
>ovirt</span>.engine.core.<span id=3D"nicSpell_63" class=3D"nicSpellWord=
">compat</span>.NotImplementedException: Pending <span id=3D"nicSpell_64=
" class=3D"nicSpellWord">Backend</span> support<br> &nb=
sp; org.<span id=3D"nicSpell_65" class=3D"nicSpellWord=
">ovirt</span>.engine.<span id=3D"nicSpell_66" class=3D"nicSpellWord">ap=
i</span>.rest<span id=3D"nicSpell_67" class=3D"nicSpellWord">api</span>.=
resource.<span id=3D"nicSpell_68" class=3D"nicSpellWord">Backend</span>D=
iskResource.update(<span id=3D"nicSpell_69" class=3D"nicSpellWord">Backe=
nd</span>DiskResource.java:33)<br> &n=
bsp; sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br>&nbs=
p; sun.reflect.NativeMethodAccessorI=
mpl.invoke(NativeMethodAccessorImpl.java:57)<br> =
sun.reflect.DelegatingMethodAccessorImpl.invoke(Deleg=
atingMethodAccessorImpl.java:43)<br> =
java.<span id=3D"nicSpell_70" class=3D"nicSpellWord">lang</span>.=
reflect.Method.invoke(Method.java:601)<br> =
org.<span id=3D"nicSpell_71" class=3D"nicSpellWord">jboss</=
span>.<span id=3D"nicSpell_72" class=3D"nicSpellWord">resteasy</span>.co=
re.MethodInjectorImpl.invoke(MethodInjectorImpl.java:155)<br>  =
; org.<span id=3D"nicSpell_73" class=3D"ni=
cSpellWord">jboss</span>.<span id=3D"nicSpell_74" class=3D"nicSpellWord"=
>resteasy</span>.core.<span id=3D"nicSpell_75" class=3D"nicSpellWord">Re=
sourceMethod</span>.invokeOnTarget(<span id=3D"nicSpell_76" class=3D"nic=
SpellWord">ResourceMethod</span>.java:257)<br> &n=
bsp; org.<span id=3D"nicSpell_77" class=3D"nicSpellWord">jbo=
ss</span>.<span id=3D"nicSpell_78" class=3D"nicSpellWord">resteasy</span=
>.core.<span id=3D"nicSpell_79" class=3D"nicSpellWord">ResourceMethod</s=
pan>.invoke(<span id=3D"nicSpell_80" class=3D"nicSpellWord">ResourceMeth=
od</span>.java:222)<br> org.<s=
pan id=3D"nicSpell_81" class=3D"nicSpellWord">jboss</span>.<span id=3D"n=
icSpell_82" class=3D"nicSpellWord">resteasy</span>.core.<span id=3D"nicS=
pell_83" class=3D"nicSpellWord">ResourceLocator</span>.invokeOnTargetObj=
ect(<span id=3D"nicSpell_84" class=3D"nicSpellWord">ResourceLocator</spa=
n>.java:152)<br> org.<span id=
=3D"nicSpell_85" class=3D"nicSpellWord">jboss</span>.<span id=3D"nicSpel=
l_86" class=3D"nicSpellWord">resteasy</span>.core.<span id=3D"nicSpell_8=
7" class=3D"nicSpellWord">ResourceLocator</span>.invoke(<span id=3D"nicS=
pell_88" class=3D"nicSpellWord">ResourceLocator</span>.java:91)<br> =
; org.<span id=3D"nicSpell_89" class=
=3D"nicSpellWord">jboss</span>.<span id=3D"nicSpell_90" class=3D"nicSpel=
lWord">resteasy</span>.core.<span id=3D"nicSpell_91" class=3D"nicSpellWo=
rd">SynchronousDispatcher</span>.<span id=3D"nicSpell_92" class=3D"nicSp=
ellWord">getResponse</span>(<span id=3D"nicSpell_93" class=3D"nicSpellWo=
rd">SynchronousDispatcher</span>.java:525)<br> &n=
bsp; org.<span id=3D"nicSpell_94" class=3D"nicSpellWord">jbo=
ss</span>.<span id=3D"nicSpell_95" class=3D"nicSpellWord">resteasy</span=
>.core.<span id=3D"nicSpell_96" class=3D"nicSpellWord">SynchronousDispat=
cher</span>.invoke(<span id=3D"nicSpell_97" class=3D"nicSpellWord">Synch=
ronousDispatcher</span>.java:502)<br>  =
; org.<span id=3D"nicSpell_98" class=3D"nicSpellWord">jboss</span>=
.<span id=3D"nicSpell_99" class=3D"nicSpellWord">resteasy</span>.core.<s=
pan id=3D"nicSpell_100" class=3D"nicSpellWord">SynchronousDispatcher</sp=
an>.invoke(<span id=3D"nicSpell_101" class=3D"nicSpellWord">SynchronousD=
ispatcher</span>.java:119)<br> =
org.<span id=3D"nicSpell_102" class=3D"nicSpellWord">jboss</span>.<span=
id=3D"nicSpell_103" class=3D"nicSpellWord">resteasy</span>.<span id=3D"=
nicSpell_104" class=3D"nicSpellWord">plugins</span>.server.<span id=3D"n=
icSpell_105" class=3D"nicSpellWord">servlet</span>.ServletContainerDispa=
tcher.service(ServletContainerDispatcher.java:208)<br> =
org.<span id=3D"nicSpell_106" class=3D"nicSpell=
Word">jboss</span>.<span id=3D"nicSpell_107" class=3D"nicSpellWord">rest=
easy</span>.<span id=3D"nicSpell_108" class=3D"nicSpellWord">plugins</sp=
an>.server.<span id=3D"nicSpell_109" class=3D"nicSpellWord">servlet</spa=
n>.<span id=3D"nicSpell_110" class=3D"nicSpellWord">HttpServlet</span>Di=
spatcher.service(<span id=3D"nicSpell_111" class=3D"nicSpellWord">HttpSe=
rvlet</span>Dispatcher.java:55)<br> &=
nbsp; org.<span id=3D"nicSpell_112" class=3D"nicSpellWord">jboss</span>.=
<span id=3D"nicSpell_113" class=3D"nicSpellWord">resteasy</span>.<span i=
d=3D"nicSpell_114" class=3D"nicSpellWord">plugins</span>.server.<span id=
=3D"nicSpell_115" class=3D"nicSpellWord">servlet</span>.<span id=3D"nicS=
pell_116" class=3D"nicSpellWord">HttpServlet</span>Dispatcher.service(<s=
pan id=3D"nicSpell_117" class=3D"nicSpellWord">HttpServlet</span>Dispatc=
her.java:50)<br> <span id=3D"n=
icSpell_118" class=3D"nicSpellWord">javax</span>.<span id=3D"nicSpell_11=
9" class=3D"nicSpellWord">servlet</span>.<span id=3D"nicSpell_120" class=
=3D"nicSpellWord">http</span>.<span id=3D"nicSpell_121" class=3D"nicSpel=
lWord">HttpServlet</span>.service(<span id=3D"nicSpell_122" class=3D"nic=
SpellWord">HttpServlet</span>.java:847)<br></pre></p><p&g=
t;<b>note</b> <u>The full stack trace of the root caus=
e is available in the <span id=3D"nicSpell_123" class=3D"nicSpellWord">J=
Boss</span> Web/7.0.0.SNAPSHOT logs.</u></p><HR size=3D"1=
" noshade=3D"noshade"><h3><span id=3D"nicSpell_124" class=3D"ni=
cSpellWord">JBoss</span> Web/7.0.0.SNAPSHOT</h3></body></=
html><br><br>env:<br><br>[root@fedora17-ovirt ~]# rpm -qa | fgrep ovi=
rt<br>ovirt-log-collector-3.1.0-0.fc17.noarch<br>ovirt-engine-config-3.1=
.0-3.fc17.noarch<br>ovirt-engine-userportal-3.1.0-3.fc17.noarch<br>ovirt=
-engine-genericapi-3.1.0-3.fc17.noarch<br>ovirt-engine-sdk-3.1.0.2-1alph=
a.fc17.noarch<br>ovirt-engine-notification-service-3.1.0-3.fc17.noarch<b=
r>ovirt-engine-webadmin-portal-3.1.0-3.fc17.noarch<br>ovirt-engine-setup=
-3.1.0-3.fc17.noarch<br>ovirt-iso-uploader-3.1.0-0.git1841d9.fc17.noarch=
<br>ovirt-engine-dbscripts-3.1.0-3.fc17.noarch<br>ovirt-engine-restapi-3=
.1.0-3.fc17.noarch<br>ovirt-image-uploader-3.1.0-0.git9c42c8.fc17.noarch=
<br>ovirt-engine-tools-common-3.1.0-3.fc17.noarch<br>ovirt-engine-backen=
d-3.1.0-3.fc17.noarch<br>ovirt-engine-3.1.0-3.fc17.noarch<br>ovirt-engin=
e-cli-3.1.0.1-1alpha.fc17.noarch<br><br>I tried to install ovirt-engine-=
cli-3.1.0.2-1alpha.fc17.noarch but got<br><br> Requires: ovirt-engi=
ne-sdk <=3D 3.1.0.1<br><br><br><br><br><br><br><br>--<br><br>
--=_f887a7a2022cd58c0e0381289de863fa--
12 years, 5 months
[Users] oVirt 3.1 - Vm custom parameters not passed to hooks environment.
by Andrey Gordeev
Vm custom parameters not passed to vdsm hooks environment. Vm started
normally, no errors in log files.
oVirt Engine version: 3.1.0-3 , builded by me for CentOS 6.2 from git
(540a75e0f7bc4b9ed879471d3d830d575c6d6060).
vdsm version 4.10.0-0.58 , bulded by me for CentOS 6.2 from git
(2987ee3c3281e16f55be46974eee1be44a1bebc7).
Custom parameters added by engine-config -s
UserDefinedVMProperties=... to all versions (3.1,3.0,2.2)
In what may be the problem?
P.S.
Correspond logs are attached.
--
Andrey Gordeev aka Dreyou.
12 years, 5 months
[Users] oVirt 3.1 - Error adding host , incorrect vdsm version
by Trey Dockendorf
I have a ovirt-3.1 server installed in CentOS 6.2 via the ovirt-dre repo ,
this is what is installed on the server with ovirt-engine
ovirt-engine.noarch
3.1.0_0001-1.8.el6
@ovirt-dre
ovirt-engine-backend.noarch
3.1.0_0001-1.8.el6
@ovirt-dre
ovirt-engine-config.noarch
3.1.0_0001-1.8.el6
@ovirt-dre
ovirt-engine-dbscripts.noarch
3.1.0_0001-1.8.el6
@ovirt-dre
ovirt-engine-genericapi.noarch
3.1.0_0001-1.8.el6
@ovirt-dre
ovirt-engine-jbossas711.x86_64
1-0
@ovirt-dre
ovirt-engine-notification-service.noarch
3.1.0_0001-1.8.el6
@ovirt-dre
ovirt-engine-restapi.noarch
3.1.0_0001-1.8.el6
@ovirt-dre
ovirt-engine-sdk.noarch
3.1.0.1-1alpha.el6
@ovirt-dre
ovirt-engine-setup.noarch
3.1.0_0001-1.8.el6
@ovirt-dre
ovirt-engine-tools-common.noarch
3.1.0_0001-1.8.el6
@ovirt-dre
ovirt-engine-userportal.noarch
3.1.0_0001-1.8.el6
@ovirt-dre
ovirt-engine-webadmin-portal.noarch
3.1.0_0001-1.8.el6
@ovirt-dre
ovirt-image-uploader.noarch
1.0.0-1.el6
@ovirt-dre
ovirt-iso-uploader.noarch
1.0.0-1.el6
@ovirt-dre
ovirt-log-collector.noarch
1.0.0-1.el6
@ovirt-dre
I took an existing KVM server and installed vdsm and follow both the Dreyou
instructions and those in ovirt documentation on setting up a node.
However when I add the node via ovirt management portal I get an error in
the GUI on the step for "VDSM_MAJOR_VER"
on the node , /tmp/vds_bootstrap.64713.log
Mon, 18 Jun 2012 14:20:20 DEBUG **** Start VDS Validation ****
Mon, 18 Jun 2012 14:20:20 DEBUG Entered VdsValidation(subject = '
dc-kvm0.tamu.edu', random_num = '8408ad00-510d-47a7-98e9-ed73d95ad85d',
rev_num = 'None', installVirtualizationService = 'True',
installGlusterService = 'False')
Mon, 18 Jun 2012 14:20:20 DEBUG Setting up Package Sacks
Mon, 18 Jun 2012 14:20:22 DEBUG yumSearch: found vdsm entries:
[<YumAvailablePackageSqlite : vdsm-4.10.0-0.33.git40b2d55.el6.x86_64
(0x17e8e90)>]
Mon, 18 Jun 2012 14:20:22 DEBUG Host properly registered with
RHN/Satellite.
Mon, 18 Jun 2012 14:20:22 DEBUG <BSTRAP component='RHN_REGISTRATION'
status='OK' message='Host properly registered with RHN/Satellite.'/>
Mon, 18 Jun 2012 14:20:25 DEBUG yumSearchVersion: pkg
vdsm-4.10.0-0.33.git40b2d55.el6.x86_64 does not start with: vdsm-4.9
Mon, 18 Jun 2012 14:20:25 ERROR Unable to fetch VDSM with minimal
version of vdsm-4.9. Please check if host is properly registered with
updated yum repository
Mon, 18 Jun 2012 14:20:25 DEBUG <BSTRAP component='VDSM_MAJOR_VER'
status='FAIL' message='Unable to fetch VDSM with minimal version of
vdsm-4.9. Please check if host is properly registered with updated yum
repository'/>
Mon, 18 Jun 2012 14:20:25 ERROR checkMajorVersion test failed
Mon, 18 Jun 2012 14:20:25 DEBUG <BSTRAP component='RHEV_INSTALL'
status='FAIL'/>
Mon, 18 Jun 2012 14:20:25 DEBUG **** End VDS Validation ****
This is a rather obvious error, it expects vdsm-4.9* and I have vdsm-4.10*.
Is this a bug or expected? I'd seem to think it's a bug as the beta repo
for ovirt has ovirt-3.1 with vdsm-4.10.
This is what's on the node
vdsm.x86_64
4.10.0-0.33.git40b2d55.el6
@vdsm-dre
vdsm-cli.noarch
4.10.0-0.33.git40b2d55.el6
@vdsm-dre
vdsm-python.x86_64
4.10.0-0.33.git40b2d55.el6
@vdsm-dre
vdsm-xmlrpc.noarch
4.10.0-0.33.git40b2d55.el6
@vdsm-dre
Any advice?
Thanks
- Trey
12 years, 5 months
[Users] oVirt Weekly Meeting Minutes -- 2012-06-20
by Mike Burns
Minutes: http://ovirt.org/meetings/ovirt/2012/ovirt.2012-06-20-14.00.html
Minutes (text): http://ovirt.org/meetings/ovirt/2012/ovirt.2012-06-20-14.00.txt
Log: http://ovirt.org/meetings/ovirt/2012/ovirt.2012-06-20-14.00.log.html
=========================
#ovirt: oVirt Weekly Sync
=========================
Meeting started by mburns at 14:00:42 UTC. The full logs are available
at http://ovirt.org/meetings/ovirt/2012/ovirt.2012-06-20-14.00.log.html
.
Meeting summary
---------------
* agenda and roll call (mburns, 14:01:16)
* Status of next release (mburns, 14:04:16)
* 9 bugs in 3.1 release tracker (oschreib, 14:06:12)
* LINK: https://bugzilla.redhat.com/show_bug.cgi?id=822145
(oschreib, 14:06:16)
* current targeted GA is 27-June (mburns, 14:06:22)
* LINK: http://www.ovirt.org/releases/beta/fedora/17/ (oschreib,
14:10:03)
* LINK: http://www.ovirt.org/releases/beta/fedora/17/ (mburns,
14:10:34)
* new beta build (3.1.0-0.1.20120620git6ef9f8.fc17) available
(oschreib, 14:10:58)
* LINK: https://bugzilla.redhat.com/show_bug.cgi?id=828633
(oschreib, 14:11:36)
* libvirt - Sanlock locking failed for readonly devices (MODIFIED)
(oschreib, 14:11:57)
* waiting on danpb (oschreib, 14:25:17)
* LINK: https://bugzilla.redhat.com/show_bug.cgi?id=828633 (mburns,
14:25:34)
* LINK: https://bugzilla.redhat.com/show_bug.cgi?id=831998
(oschreib, 14:26:37)
* VDSM - It's impossible to create bond with setupNetworks (ASSIGNED)
(oschreib, 14:26:58)
* WIP (oschreib, 14:29:45)
* LINK: https://bugzilla.redhat.com/show_bug.cgi?id=832199
(oschreib, 14:31:02)
* VDSM - vdsmd init script times out due to lengthy semanage operation
(ASSIGNED) (oschreib, 14:31:21)
* WIP (oschreib, 14:35:39)
* LINK: https://bugzilla.redhat.com/show_bug.cgi?id=832517
(oschreib, 14:36:43)
* node - sshd daemon is not starting correctly after complete the
installation of oVirt Node (NEW) (oschreib, 14:36:58)
* WIP, fix to be push in the next couple of days (oschreib, 14:37:42)
* LINK: https://bugzilla.redhat.com/show_bug.cgi?id=832539
(oschreib, 14:37:55)
* node - iptables blocking communication between node and engine
(POST) (oschreib, 14:38:06)
* in review, should be in next build (oschreib, 14:38:46)
* LINK: https://bugzilla.redhat.com/show_bug.cgi?id=832577
(oschreib, 14:38:56)
* vdsm - ovirt-node can't be approved due to missing /rhev/data-center
(POST) (oschreib, 14:39:15)
* pushed upstream, need to rebase to ovirt-3.1 branch (oschreib,
14:40:29)
* LINK: https://bugzilla.redhat.com/show_bug.cgi?id=833201
(oschreib, 14:40:39)
* vdsm - Failed to add host - does not accept vdsm 4.10 (POST)
(oschreib, 14:41:09)
* pushed (oschreib, 14:42:42)
* ACTION: douglas please push http://gerrit.ovirt.org/#/c/5379/
upstream and to ovirt-3.1 (danken, 14:46:12)
* ACTION: douglas please push http://gerrit.ovirt.org/#/c/5379/
upstream and to ovirt-3.1 (oschreib, 14:47:52)
* AGREED: GA will be postponed to the 9th of July (oschreib,
14:53:58)
* upcoming workshops (mburns, 14:56:11)
* feedback from LC Japan (mburns, 14:57:50)
* LINK: http://www.ovirt.org/wiki/LC_Japan_Workshop_Post-Mortem
(mburns, 14:57:56)
* time to begin planning for LC North America (San Diego, Aug 29-31)
(mburns, 14:58:34)
* linux.conf.au has reached out requesting oVirt related presentations
(mburns, 15:01:16)
* LINK:
https://events.linuxfoundation.org/events/linuxcon/co-located-events
(dneary, 15:03:01)
* lh to send agenda to LinuxCon North America (mburns, 15:04:23)
* other topics (mburns, 15:04:52)
* ACTION: sgordon to send email about release notes (mburns,
15:05:50)
* ACTION: dneary to ensure that discussion starts on infra@ on the
creation of a community infrastructure team (dneary, 15:12:46)
* ACTION: dneary to ensure that discussion starts on infra@ on the
creation of a community infrastructure team (mburns, 15:13:09)
Meeting ended at 15:15:08 UTC.
Action Items
------------
* douglas please push http://gerrit.ovirt.org/#/c/5379/ upstream and to
ovirt-3.1
* douglas please push http://gerrit.ovirt.org/#/c/5379/ upstream and to
ovirt-3.1
* sgordon to send email about release notes
* dneary to ensure that discussion starts on infra@ on the creation of a
community infrastructure team
* dneary to ensure that discussion starts on infra@ on the creation of a
community infrastructure team
Action Items, by person
-----------------------
* dneary
* dneary to ensure that discussion starts on infra@ on the creation of
a community infrastructure team
* dneary to ensure that discussion starts on infra@ on the creation of
a community infrastructure team
* sgordon
* sgordon to send email about release notes
* **UNASSIGNED**
* douglas please push http://gerrit.ovirt.org/#/c/5379/ upstream and
to ovirt-3.1
* douglas please push http://gerrit.ovirt.org/#/c/5379/ upstream and
to ovirt-3.1
People Present (lines said)
---------------------------
* oschreib (93)
* mburns (74)
* dneary (18)
* danken (15)
* lh (14)
* sgordon (8)
* fsimonce (8)
* quaid (7)
* ilvovsky (6)
* ykaul (4)
* itamar (3)
* RobertM (3)
* ovirtbot (3)
* rharper (3)
* yzaslavs (2)
* Guest571 (1)
* mkolesni (1)
* mkolesni_ (1)
* ofrenkel (1)
* READ10 (1)
* miki (1)
* masayag (1)
* mgoldboi (1)
Generated by `MeetBot`_ 0.1.4
.. _`MeetBot`: http://wiki.debian.org/MeetBot
12 years, 5 months
[Users] Dell Poweredge 1955 (blade chassis) power management?
by Nathan Lager
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I dont know if this list may have an answer for me or not, but i'm
working on adding some older Dell 1955's to a RHEV cluster. Yes, i
realize this is the oVirt list, but RedHat's support seems to be at a
loss.
I cant get power management to work. The blades use an older DRAC
interface for power management. I configured this under RedHat
Cluster Suite using the old "fence_drac" script. This script is no
more on a rhev-h install, and the drac5 script (which works on newer
dell blades) does not seem to work on these older systems.
Has anyone else had any success with oVirt on these older blades?
Might that translate to RHEV?
Thanks.
- --
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iEYEARECAAYFAk/h10YACgkQsZqG4IN3sumtZwCgoQ/ua2Bt0HmTSAt8O33/gwrR
/g0An3EprAg9E6lh1+pP6DUInXA9eu4a
=/k26
-----END PGP SIGNATURE-----
12 years, 5 months
[Users] Guest life-cycle
by Dennis Jacobfeuerborn
Hi,
after being able to start my first guest I noticed two things:
1) When I started the guest with the "run once" option the console button
didn't become available. Navigating to another section of the GUI and back
didn't help. I was only able to make is available by closing the browser
tab and then going to the admin portal again from scratch.
2) When my guest froze (due to nested virtualization experimentation that
apparently doesn't work yet) I had no (obvious) way to kill the vm. Hitting
the stop button apparently only sends a shutdown command but I couldn't
find any way to issue a destroy command.
After killing the qemu process on the host manually the guest in the portal
gui apparently went into an unknown "?" state which isn't surprising but
now there seems to be no way to get rid of the vm.
What is proper way to get rid of such a misbehaving guest?
Regards,
Dennis
12 years, 5 months
[Users] SELinux denials on Sanlock
by Trey Dockendorf
I don't know if this is the wrong place to ask this question, but I
just started seeing SELinux denials after adding an iSCSI storage
domain in oVirt using my first node. The node is reporting that
selinux is preventing /usr/sbin/wdmd from accessing the pid file for
that service.
Here are the denials
type=AVC msg=audit(1340053766.745:7): avc: denied { open } for
pid=1908 comm="wdmd" name="wdmd.pid" dev=dm-0 ino=1574530
scontext=system_u:system_r:wdmd_t:s0
tcontext=system_u:object_r:initrc_var_run_t:s0 tclass=file
type=AVC msg=audit(1340053766.746:8): avc: denied { lock } for
pid=1908 comm="wdmd" path="/var/run/wdmd/wdmd.pid" dev=dm-0
ino=1574530 scontext=system_u:system_r:wdmd_t:s0
tcontext=system_u:object_r:initrc_var_run_t:s0 tclass=file
type=SYSCALL msg=audit(1340053766.746:8): arch=x86_64 syscall=fcntl
success=yes exit=0 a0=4 a1=6 a2=7fffae656290 a3=fffffff3 items=0
ppid=1 pid=1908 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0
egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm=wdmd
exe=/usr/sbin/wdmd subj=system_u:system_r:wdmd_t:s0 key=(null)
I ran restorecon on /var/run/wdmd and it changed from var_run_t to
wdmd_var_run_t. I'm not sure how to make sanlock run again to see if
that solved the issue. Is there a way to determine it's resolved?
Thanks
- Trey
12 years, 5 months
[Users] engine-setup fails on NFS ISO Domain
by Trey Dockendorf
My first attempt installing engine failed on the ISO domain so I
skipped it and continued on. I've now gone back to try and
troubleshoot this and so far this is what I'm getting...
This is the failure log information
2012-06-18 18:26:09::DEBUG::common_utils::335::root:: output =
Starting NFS services: [ OK ]
Starting NFS mountd: [ OK ]
Starting NFS daemon: [ OK ]
2012-06-18 18:26:09::DEBUG::common_utils::336::root:: stderr =
2012-06-18 18:26:09::DEBUG::common_utils::337::root:: retcode = 0
2012-06-18 18:26:09::DEBUG::nfsutils::101::root:: Generating unique uuid
2012-06-18 18:26:09::DEBUG::nfsutils::106::root:: creating iso domain
for /isodomain. uuid: 58ee5a2c-13dc-48bb-8fa2-ad4b8efefb9e
2012-06-18 18:26:09::DEBUG::nfsutils::115::root:: creating empty files
2012-06-18 18:26:09::DEBUG::nfsutils::122::root:: writing metadata
2012-06-18 18:26:09::DEBUG::nfsutils::65::root:: generating metadata
2012-06-18 18:26:09::DEBUG::nfsutils::77::root:: checksum of metadata
is 2030813e3089682bd753c1776ad88f9b13e406f7
2012-06-18 18:26:09::DEBUG::nfsutils::80::root:: writing metadata file
(/isodomain/58ee5a2c-13dc-48bb-8fa2-ad4b8efefb9e/dom_md/metadata)
2012-06-18 18:26:10::DEBUG::nfsutils::128::root:: setting directories
& files permissions to 36:36
2012-06-18 18:26:10::DEBUG::engine-setup::1614::root:: Adding iso domain into DB
2012-06-18 18:26:10::DEBUG::common_utils::350::root:: running sql
query 'select inst_add_iso_storage_domain
('58ee5a2c-13dc-48bb-8fa2-ad4b8efefb9e', 'ISODomain',
'dc-vmarchitect.tamu.edu:/isodomain', 0, 0)' on db server:
'localhost'.
2012-06-18 18:26:10::DEBUG::common_utils::286::root:: cmd =
/usr/bin/psql -h localhost -p 5432 -U engine -d engine -c "select
inst_add_iso_storage_domain ('58ee5a2c-13dc-48bb-8fa2-ad4b8efefb9e',
'ISODomain', 'dc-vmarchitect.tamu.edu:/isodomain', 0, 0)"
2012-06-18 18:26:10::DEBUG::common_utils::291::root:: output =
2012-06-18 18:26:10::DEBUG::common_utils::292::root:: stderr = ERROR:
NUM:42883, DETAILS:function insertstorage_server_connections(character
varying, character varying, unknown, unknown, unknown, unknown,
integer, unknown, unknown, unknown) does not exist
2012-06-18 18:26:10::DEBUG::common_utils::293::root:: retcode = 1
2012-06-18 18:26:10::ERROR::engine-setup::1587::root:: Traceback (most
recent call last):
File "/usr/bin/engine-setup", line 1582, in _configNfsShare
_addIsoDomaintoDB(controller.CONF["sd_uuid"],
controller.CONF["ISO_DOMAIN_NAME"])
File "/usr/bin/engine-setup", line 1616, in _addIsoDomaintoDB
utils.execRemoteSqlCommand(getDbUser(), getDbHostName(),
getDbPort(), basedefs.DB_NAME, sqlQuery, True,
output_messages.ERR_FAILED_INSERT_ISO_DOMAIN%(basedefs.DB_NAME))
File "/usr/share/ovirt-engine/scripts/common_utils.py", line 352, in
execRemoteSqlCommand
return execExternalCmd(cmd, failOnError, errMsg)
File "/usr/share/ovirt-engine/scripts/common_utils.py", line 296, in
execExternalCmd
raise Exception(msg)
Exception: Failed inserting ISO domain into engine db
2012-06-18 18:26:10::DEBUG::setup_sequences::62::root:: Traceback
(most recent call last):
File "/usr/share/ovirt-engine/scripts/setup_sequences.py", line 60, in run
function()
File "/usr/bin/engine-setup", line 1588, in _configNfsShare
raise Exception(output_messages.ERR_FAILED_CFG_NFS_SHARE)
Exception: Failed to configure NFS share on this host
2012-06-18 18:26:10::DEBUG::engine-setup::1814::root:: *** The
following params were used as user input:
2012-06-18 18:26:10::DEBUG::engine-setup::1819::root::
override-httpd-config: yes
2012-06-18 18:26:10::DEBUG::engine-setup::1819::root:: http-port: 80
2012-06-18 18:26:10::DEBUG::engine-setup::1819::root:: https-port: 443
2012-06-18 18:26:10::DEBUG::engine-setup::1819::root:: mac-range:
00:1A:4A:C2:4C:00-00:1A:4A:C2:4C:FF
2012-06-18 18:26:10::DEBUG::engine-setup::1819::root:: host-fqdn:
dc-vmarchitect.tamu.edu
2012-06-18 18:26:10::DEBUG::engine-setup::1819::root:: auth-pass: ********
2012-06-18 18:26:10::DEBUG::engine-setup::1819::root:: org-name:
Academy for Advanced Telecommunications and Learning Technology
2012-06-18 18:26:10::DEBUG::engine-setup::1819::root:: default-dc-type: ISCSI
2012-06-18 18:26:10::DEBUG::engine-setup::1819::root:: db-remote-install: local
2012-06-18 18:26:10::DEBUG::engine-setup::1819::root:: db-host: localhost
2012-06-18 18:26:10::DEBUG::engine-setup::1819::root:: db-local-pass: ********
2012-06-18 18:26:10::DEBUG::engine-setup::1819::root:: nfs-mp: /isodomain
2012-06-18 18:26:10::DEBUG::engine-setup::1819::root::
iso-domain-name: ISODomain
2012-06-18 18:26:10::DEBUG::engine-setup::1819::root:: config-nfs: yes
2012-06-18 18:26:10::DEBUG::engine-setup::1819::root:: override-iptables: yes
2012-06-18 18:26:10::ERROR::engine-setup::2447::root:: Traceback (most
recent call last):
File "/usr/bin/engine-setup", line 2441, in <module>
main(confFile)
File "/usr/bin/engine-setup", line 2230, in main
runSequences()
File "/usr/bin/engine-setup", line 2176, in runSequences
controller.runAllSequences()
File "/usr/share/ovirt-engine/scripts/setup_controller.py", line 54,
in runAllSequences
sequence.run()
File "/usr/share/ovirt-engine/scripts/setup_sequences.py", line 154, in run
step.run()
File "/usr/share/ovirt-engine/scripts/setup_sequences.py", line 60, in run
function()
File "/usr/bin/engine-setup", line 1588, in _configNfsShare
raise Exception(output_messages.ERR_FAILED_CFG_NFS_SHARE)
Exception: Failed to configure NFS share on this host
I tried executing the SQL query and get this error
engine=> select inst_add_iso_storage_domain
('58ee5a2c-13dc-48bb-8fa2-ad4b8efefb9e', 'ISODomain',
'dc-vmarchitect.tamu.edu:/isodomain', 0, 0);
ERROR: NUM:42883, DETAILS:function
insertstorage_server_connections(character varying, character varying,
unknown, unknown, unknown, unknown, integer, unknown, unknown,
unknown) does not exist
Executing the following shows that the function exists:
psql -h localhost -p 5432 -U engine -d engine -c "select * from
pg_proc where proname='insertstorage_server_connections'" shows that
function.
Any other troubleshooting steps to help figure out what's going wrong?
Thanks
- Trey
12 years, 5 months