<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Mod Idle Connection Timeout (minutes): Setting in Server Management - Remote Server Management</title>
    <link>https://community.hpe.com/t5/server-management-remote-server/mod-idle-connection-timeout-minutes-setting/m-p/5112660#M6526</link>
    <description>Thanks, but what would the whole xml line be, and what block to enclose it in?</description>
    <pubDate>Thu, 05 Jun 2008 20:08:01 GMT</pubDate>
    <dc:creator>Jim Hanson</dc:creator>
    <dc:date>2008-06-05T20:08:01Z</dc:date>
    <item>
      <title>Mod Idle Connection Timeout (minutes): Setting</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/mod-idle-connection-timeout-minutes-setting/m-p/5112658#M6524</link>
      <description>I want to mod the following setting on ILO2&lt;BR /&gt;Administration -&amp;gt; Settings -&amp;gt; Access -&amp;gt; Idle Connection Timeout (minutes):&lt;BR /&gt;I want to set the value to Infinite via XML, but cannot find the setting in the HP provided sample scripts.&lt;BR /&gt;Any help is appreciated.  &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Jun 2008 18:48:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/mod-idle-connection-timeout-minutes-setting/m-p/5112658#M6524</guid>
      <dc:creator>Jim Hanson</dc:creator>
      <dc:date>2008-06-05T18:48:29Z</dc:date>
    </item>
    <item>
      <title>Re: Mod Idle Connection Timeout (minutes): Setting</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/mod-idle-connection-timeout-minutes-setting/m-p/5112659#M6525</link>
      <description>Hansen,&lt;BR /&gt;&lt;BR /&gt;Try 0 (infinite) it should work fine.&lt;BR /&gt;&lt;BR /&gt;This setting specifies the interval of user inactivity, in minutes,before the web server and Remote Console session automatically terminate. The following settings are valid: 15, 30, 60, 120 minutes, or 0 (infinite). The infinite timeout value does not log out inactive users.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Jun 2008 20:03:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/mod-idle-connection-timeout-minutes-setting/m-p/5112659#M6525</guid>
      <dc:creator>Raghuarch</dc:creator>
      <dc:date>2008-06-05T20:03:32Z</dc:date>
    </item>
    <item>
      <title>Re: Mod Idle Connection Timeout (minutes): Setting</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/mod-idle-connection-timeout-minutes-setting/m-p/5112660#M6526</link>
      <description>Thanks, but what would the whole xml line be, and what block to enclose it in?</description>
      <pubDate>Thu, 05 Jun 2008 20:08:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/mod-idle-connection-timeout-minutes-setting/m-p/5112660#M6526</guid>
      <dc:creator>Jim Hanson</dc:creator>
      <dc:date>2008-06-05T20:08:01Z</dc:date>
    </item>
    <item>
      <title>Re: Mod Idle Connection Timeout (minutes): Setting</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/mod-idle-connection-timeout-minutes-setting/m-p/5112661#M6527</link>
      <description>Instead of number "15" or "30" put "0".&lt;BR /&gt;It works fine.</description>
      <pubDate>Thu, 05 Jun 2008 20:22:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/mod-idle-connection-timeout-minutes-setting/m-p/5112661#M6527</guid>
      <dc:creator>Raghuarch</dc:creator>
      <dc:date>2008-06-05T20:22:05Z</dc:date>
    </item>
    <item>
      <title>Re: Mod Idle Connection Timeout (minutes): Setting</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/mod-idle-connection-timeout-minutes-setting/m-p/5112662#M6528</link>
      <description>I get that part, but what section would the line go under?&lt;BR /&gt;can you please paste a copy of the XML code needed?&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Jun 2008 20:34:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/mod-idle-connection-timeout-minutes-setting/m-p/5112662#M6528</guid>
      <dc:creator>Jim Hanson</dc:creator>
      <dc:date>2008-06-05T20:34:30Z</dc:date>
    </item>
    <item>
      <title>Re: Mod Idle Connection Timeout (minutes): Setting</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/mod-idle-connection-timeout-minutes-setting/m-p/5112663#M6529</link>
      <description>Try something like this:&lt;BR /&gt;&lt;BR /&gt;&lt;RIBCL version="2.0"&gt;&lt;BR /&gt;  &lt;LOGIN user_login="Admin" password="password"&gt;&lt;BR /&gt;  &lt;RIB_INFO mode="write"&gt;&lt;BR /&gt;    &lt;MOD_GLOBAL_SETTINGS&gt;&lt;BR /&gt;      &lt;SESSION_TIMEOUT value="0"&gt;&lt;/SESSION_TIMEOUT&gt;&lt;BR /&gt;    &lt;/MOD_GLOBAL_SETTINGS&gt;&lt;BR /&gt;  &lt;/RIB_INFO&gt;&lt;BR /&gt;  &lt;/LOGIN&gt;&lt;BR /&gt;&lt;/RIBCL&gt;</description>
      <pubDate>Fri, 06 Jun 2008 05:48:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/mod-idle-connection-timeout-minutes-setting/m-p/5112663#M6529</guid>
      <dc:creator>acartes</dc:creator>
      <dc:date>2008-06-06T05:48:00Z</dc:date>
    </item>
    <item>
      <title>Re: Mod Idle Connection Timeout (minutes): Setting</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/mod-idle-connection-timeout-minutes-setting/m-p/5112664#M6530</link>
      <description>Fantastic.&lt;BR /&gt;Thanks much for that.</description>
      <pubDate>Fri, 06 Jun 2008 09:58:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/mod-idle-connection-timeout-minutes-setting/m-p/5112664#M6530</guid>
      <dc:creator>Jim Hanson</dc:creator>
      <dc:date>2008-06-06T09:58:10Z</dc:date>
    </item>
  </channel>
</rss>

