<html style="direction: ltr;">
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
<style type="text/css">body p { margin-bottom: 0cm; margin-top: 0pt; } </style>
</head>
<body style="direction: ltr;"
bidimailui-detected-decoding-type="UTF-8" bgcolor="#FFFFFF"
text="#000000">
<font face="Nazli"><br>
I found the answer for my second questions:<br>
</font><br>
<font face="Nazli">engine-config -l </font>
<div id="smartTemplate4-template"><br>
<br>
<style type="text/css">blockquote [[ /*Fri, 31 Aug 2012 18:18:38 -0400*/ color: navy !important; background-color: RGB(245,245,245) !important; padding: 0 15 10 15 !important; margin: 15 0 0 0; border-left: #1010ff 2px solid;]]blockquote blockquote {{ /*Fri, 31 Aug 2012 18:18:38 -0400*/ color: maroon !important; background-color: RGB(235,235,235) !important; border-left-color:maroon !important}}blockquote blockquote blockquote {{ /*Fri, 31 Aug 2012 18:18:38 -0400*/ color: green !important; background-color: RGB(225,225,225) !important; border-left-color:teal !important}}blockquote blockquote blockquote blockquote {{ /*Fri, 31 Aug 2012 18:18:38 -0400*/ color: purple !important; background-color: RGB(215,215,215) !important; border-left-color: purple !important}}blockquote blockquote blockquote blockquote blockquote {{ /*Fri, 31 Aug 2012 18:18:38 -0400*/ color: teal !important; background-color: RGB(205,205,205) !important; border-left-color: green !important}}</style><i><b>Dougla
s
Landgraf <a class="moz-txt-link-rfc2396E" href="mailto:dougsland@redhat.com"><dougsland@redhat.com></a></b></i> wrote on Fri, 31
Aug 2012 18:18:38 -0400:</div>
<blockquote cite="mid:5041383E.4060501@redhat.com" type="cite">On
08/31/2012 05:09 PM, Alon Bar-Lev wrote:
<br>
<blockquote type="cite">
<br>
----- Original Message -----
<br>
<blockquote type="cite">From: "Mohsen
Saeedi"<a class="moz-txt-link-rfc2396E" href="mailto:mohsen.saeedi@gmail.com"><mohsen.saeedi@gmail.com></a>
<br>
To: <a class="moz-txt-link-abbreviated" href="mailto:users@ovirt.org">users@ovirt.org</a>
<br>
Sent: Friday, August 31, 2012 11:57:59 PM
<br>
Subject: [Users] Installing Host - action is taking longer
than allowed by configuration
<br>
<br>
Hi
<br>
I Installed ovirt 3.1 all in one package under centos 6.3 .
but when
<br>
i
<br>
trying to install localhost as virtualization node (I have one
server
<br>
with local storage) i got a error:
<br>
The required action is taking longer than allowed by
configuration.
<br>
I know the reason for it. i have very slow connection. I think
ovirt
<br>
clean yum metadata and try to get metadata again. but my
internet
<br>
connection is very slow (about 64Kb/s) and takes a lot of
time to
<br>
finish. how can i increase the allowed time by configuration
or some
<br>
change on postgresql database.?
<br>
Thanks
<br>
_______________________________________________
<br>
Users mailing list
<br>
<a class="moz-txt-link-abbreviated" href="mailto:Users@ovirt.org">Users@ovirt.org</a>
<br>
<a class="moz-txt-link-freetext" href="http://lists.ovirt.org/mailman/listinfo/users">http://lists.ovirt.org/mailman/listinfo/users</a>
<br>
<br>
</blockquote>
Hi,
<br>
<br>
You can set the SSHInactivityTimoutSeconds within vdc_options
table.
<br>
<br>
# psql -d engine -U postgres -c "update vdc_options set
option_value = 600 where option_name =
'SSHInactivityTimoutSeconds';"
<br>
</blockquote>
or try in Engine side using engine-config tool:
<br>
<br>
# engine-config -s SSHInactivityTimoutSeconds=(timer in sec)
<br>
# systemctl restart ovirt-engine.service
<br>
<br>
<br>
</blockquote>
</body>
</html>