<?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: How to Limit active SSH Sessions on custom Adapter? in IMC</title>
    <link>https://community.hpe.com/t5/imc/how-to-limit-active-ssh-sessions-on-custom-adapter/m-p/7149262#M6603</link>
    <description>&lt;P&gt;Why do you need to limit number of SSH session in custom adaptor?&lt;/P&gt;&lt;P&gt;1 SSH session is enough, as long as you do only 1 access (job) at the time.&lt;/P&gt;&lt;P&gt;I'm ussing a custom adaptor for MOXA, and I had 2 issues at the beginning, so:&lt;/P&gt;&lt;P&gt;- ensure that the MOXA is configured for raw CLI mode (by default it uses a kind a character mode menu)&lt;/P&gt;&lt;P&gt;- ensure that the adaptor is closing the SSH session correctly at the end of the job. If you don't the next backup will fail and staled "plink" processes will be stacking up in IMC.&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Ray&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 17 Sep 2021 12:18:21 GMT</pubDate>
    <dc:creator>RPapaux</dc:creator>
    <dc:date>2021-09-17T12:18:21Z</dc:date>
    <item>
      <title>How to Limit active SSH Sessions on custom Adapter?</title>
      <link>https://community.hpe.com/t5/imc/how-to-limit-active-ssh-sessions-on-custom-adapter/m-p/7148899#M6598</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I'm trying to build a custom adapter for a Moxa Switch, which support only 1 active SSH-connection.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Is there a way to limit the SSH Session to 1 in custom adapters?&lt;/LI&gt;&lt;LI&gt;Where can I find a reference table for all possibles variables in&amp;nbsp;initialize.tcl?&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Sep 2021 15:04:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/imc/how-to-limit-active-ssh-sessions-on-custom-adapter/m-p/7148899#M6598</guid>
      <dc:creator>merkCH</dc:creator>
      <dc:date>2021-09-17T15:04:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to Limit active SSH Sessions on custom Adapter?</title>
      <link>https://community.hpe.com/t5/imc/how-to-limit-active-ssh-sessions-on-custom-adapter/m-p/7148935#M6599</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.hpe.com/t5/user/viewprofilepage/user-id/2049938"&gt;@merkCH&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Are you looking for some help in IMC or or in&amp;nbsp;&lt;SPAN&gt;Moxa Switch?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 14 Sep 2021 16:18:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/imc/how-to-limit-active-ssh-sessions-on-custom-adapter/m-p/7148935#M6599</guid>
      <dc:creator>akg7</dc:creator>
      <dc:date>2021-09-14T16:18:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to Limit active SSH Sessions on custom Adapter?</title>
      <link>https://community.hpe.com/t5/imc/how-to-limit-active-ssh-sessions-on-custom-adapter/m-p/7148988#M6600</link>
      <description>&lt;P&gt;Looking for help in IMC.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Sep 2021 06:16:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/imc/how-to-limit-active-ssh-sessions-on-custom-adapter/m-p/7148988#M6600</guid>
      <dc:creator>merkCH</dc:creator>
      <dc:date>2021-09-15T06:16:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to Limit active SSH Sessions on custom Adapter?</title>
      <link>https://community.hpe.com/t5/imc/how-to-limit-active-ssh-sessions-on-custom-adapter/m-p/7149072#M6601</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.hpe.com/t5/user/viewprofilepage/user-id/2049938"&gt;@merkCH&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I believe it is not feasible in IMC.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 15 Sep 2021 22:01:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/imc/how-to-limit-active-ssh-sessions-on-custom-adapter/m-p/7149072#M6601</guid>
      <dc:creator>akg7</dc:creator>
      <dc:date>2021-09-15T22:01:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to Limit active SSH Sessions on custom Adapter?</title>
      <link>https://community.hpe.com/t5/imc/how-to-limit-active-ssh-sessions-on-custom-adapter/m-p/7149262#M6603</link>
      <description>&lt;P&gt;Why do you need to limit number of SSH session in custom adaptor?&lt;/P&gt;&lt;P&gt;1 SSH session is enough, as long as you do only 1 access (job) at the time.&lt;/P&gt;&lt;P&gt;I'm ussing a custom adaptor for MOXA, and I had 2 issues at the beginning, so:&lt;/P&gt;&lt;P&gt;- ensure that the MOXA is configured for raw CLI mode (by default it uses a kind a character mode menu)&lt;/P&gt;&lt;P&gt;- ensure that the adaptor is closing the SSH session correctly at the end of the job. If you don't the next backup will fail and staled "plink" processes will be stacking up in IMC.&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Ray&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Sep 2021 12:18:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/imc/how-to-limit-active-ssh-sessions-on-custom-adapter/m-p/7149262#M6603</guid>
      <dc:creator>RPapaux</dc:creator>
      <dc:date>2021-09-17T12:18:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to Limit active SSH Sessions on custom Adapter?</title>
      <link>https://community.hpe.com/t5/imc/how-to-limit-active-ssh-sessions-on-custom-adapter/m-p/7149279#M6604</link>
      <description>&lt;P&gt;I have found the issue "error: extra characters after close-brace" int the log&amp;nbsp; "imccfgbakdm.*txt" with debug mode enabled.&lt;/P&gt;&lt;P&gt;Now i have to check/rewrite my TCL-scripts backup_running_config_tftp and&amp;nbsp;backup_startup_config_tftp.tcl.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;First I guessed the error will come from the 1 SSH connection limit.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Sep 2021 15:03:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/imc/how-to-limit-active-ssh-sessions-on-custom-adapter/m-p/7149279#M6604</guid>
      <dc:creator>merkCH</dc:creator>
      <dc:date>2021-09-17T15:03:22Z</dc:date>
    </item>
  </channel>
</rss>

