<?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: Custom Tools Windows without SSH in Server Management - Systems Insight Manager</title>
    <link>https://community.hpe.com/t5/server-management-systems/custom-tools-windows-without-ssh/m-p/4274014#M62034</link>
    <description>From the TRG:&lt;BR /&gt;&lt;BR /&gt;"SSH Bypass is used to boost performance by bypassing the overhead of setting up SSH connections for specified users when the **Central Management Server (CMS) is executing a tool locally on the CMS.**"&lt;BR /&gt;&lt;BR /&gt;SSH Bypass is only for local commands run on the CMS.  Using a 'remote tool' AKA a Single-System-Aware tool on a system that is not the CMS requires SSH.</description>
    <pubDate>Tue, 23 Sep 2008 15:43:27 GMT</pubDate>
    <dc:creator>David Claypool</dc:creator>
    <dc:date>2008-09-23T15:43:27Z</dc:date>
    <item>
      <title>Custom Tools Windows without SSH</title>
      <link>https://community.hpe.com/t5/server-management-systems/custom-tools-windows-without-ssh/m-p/4274013#M62033</link>
      <description>The SIM 5.2 TRG suggest that you can avoid having to install SSH on each managed node in order to run custom command (e.g. netstat)by modifying the following two global properties parameters.&lt;BR /&gt;&lt;BR /&gt;mx_dtf_ssh_bypass_user and mx_dtf_enable_ssh_bypass&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I have done this but still get the task error message &lt;BR /&gt;&lt;BR /&gt;The "Run as" user does not have adequate permission to manipulate this file: Connection refused: connect&lt;BR /&gt;&lt;BR /&gt;Using TCP monitoring tools I have still noticed that mxdtf is attempting to make SSH connection with the target node despite the bypass being set.  Has anyone else had this problem and what did you need to set in the custom tool or SIM overall to force the bypass.  Thanks in advance.  Justin&lt;BR /&gt;</description>
      <pubDate>Tue, 23 Sep 2008 02:03:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/custom-tools-windows-without-ssh/m-p/4274013#M62033</guid>
      <dc:creator>justin brady_2</dc:creator>
      <dc:date>2008-09-23T02:03:28Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Tools Windows without SSH</title>
      <link>https://community.hpe.com/t5/server-management-systems/custom-tools-windows-without-ssh/m-p/4274014#M62034</link>
      <description>From the TRG:&lt;BR /&gt;&lt;BR /&gt;"SSH Bypass is used to boost performance by bypassing the overhead of setting up SSH connections for specified users when the **Central Management Server (CMS) is executing a tool locally on the CMS.**"&lt;BR /&gt;&lt;BR /&gt;SSH Bypass is only for local commands run on the CMS.  Using a 'remote tool' AKA a Single-System-Aware tool on a system that is not the CMS requires SSH.</description>
      <pubDate>Tue, 23 Sep 2008 15:43:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/custom-tools-windows-without-ssh/m-p/4274014#M62034</guid>
      <dc:creator>David Claypool</dc:creator>
      <dc:date>2008-09-23T15:43:27Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Tools Windows without SSH</title>
      <link>https://community.hpe.com/t5/server-management-systems/custom-tools-windows-without-ssh/m-p/4274015#M62035</link>
      <description>David,&lt;BR /&gt;&lt;BR /&gt;Thanks for the swift response.  It is disappointing that SIM does not allow straight forward remote execution of commands without SSH as this would be an extremely useful tool for running scripts.  Is this something that the HP SIM developers are looking into?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Justin.&lt;BR /&gt;</description>
      <pubDate>Tue, 23 Sep 2008 23:06:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/custom-tools-windows-without-ssh/m-p/4274015#M62035</guid>
      <dc:creator>justin brady_2</dc:creator>
      <dc:date>2008-09-23T23:06:37Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Tools Windows without SSH</title>
      <link>https://community.hpe.com/t5/server-management-systems/custom-tools-windows-without-ssh/m-p/4274016#M62036</link>
      <description>SSH is not planning to go away because that gives us a single interface we can use to provide a consistent experience across Windows, Linux and Unix (and even NetWare).  It has the added benefit of being able to establish keytrusts so you don't have to muck about with passwords, etc.&lt;BR /&gt;&lt;BR /&gt;As a workaround, you can run things on the CMS itself and use the target device variable to address one or more remote systems.  This is limited, of course, to utilities that let you specify a remote system (e.g. shutdown lets you do this, netstat does not).  I haven't played much with PowerShell, but this would let you do a lot of things for which there is not an ability in the utility to specify a remote device.  MS has published a number of sample administration scripts.  PowerShell would only need to be present on the CMS and not on all of your devices.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 25 Sep 2008 14:51:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/custom-tools-windows-without-ssh/m-p/4274016#M62036</guid>
      <dc:creator>David Claypool</dc:creator>
      <dc:date>2008-09-25T14:51:04Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Tools Windows without SSH</title>
      <link>https://community.hpe.com/t5/server-management-systems/custom-tools-windows-without-ssh/m-p/4274017#M62037</link>
      <description>Justin,&lt;BR /&gt;&lt;BR /&gt;Another potential work around would be to use the Systernals PSTools package:  &lt;A href="http://technet.microsoft.com/en-us/sysinternals/bb896649.aspx" target="_blank"&gt;http://technet.microsoft.com/en-us/sysinternals/bb896649.aspx&lt;/A&gt;  You will still have to run these ON the CMS (SIM server) remotely against the nodes.  The psexec utility will let you execute something on a remote system, but I've never used it in a SIM tool to see what the returned data looks like.</description>
      <pubDate>Wed, 05 Nov 2008 17:17:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/custom-tools-windows-without-ssh/m-p/4274017#M62037</guid>
      <dc:creator>Derek_56</dc:creator>
      <dc:date>2008-11-05T17:17:17Z</dc:date>
    </item>
  </channel>
</rss>

