<?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: Software update via PCM+ (Scopy) in Switches, Hubs, and Modems</title>
    <link>https://community.hpe.com/t5/switches-hubs-and-modems/software-update-via-pcm-scopy/m-p/4075986#M12546</link>
    <description>Thanks for the response!&lt;BR /&gt;&lt;BR /&gt;I am doing this on a 2824, which afaik is ok with scopy.&lt;BR /&gt;&lt;BR /&gt;I have only 3 of these, about 20 other 3500/4100's, and it doesn't work for these either.&lt;BR /&gt;&lt;BR /&gt;I am using SSH with pwd not key, and I tested this from PCM, can connect to the switch in this way without any issue at all.&lt;BR /&gt;Since I have no access to tftp, I cannot test anything via TFTP as suggest in the help pages. But I guess using SSH with pwd and not key should be fine? Or do you suggest I go trough the whole key excercise?&lt;BR /&gt;&lt;BR /&gt;I am trying to update switch software for all the switches. Before I used TFTP (unavailable as per my original post). &lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Eugene&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 27 Sep 2007 05:02:55 GMT</pubDate>
    <dc:creator>EvRooyen</dc:creator>
    <dc:date>2007-09-27T05:02:55Z</dc:date>
    <item>
      <title>Software update via PCM+ (Scopy)</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/software-update-via-pcm-scopy/m-p/4075984#M12544</link>
      <description>Hi,&lt;BR /&gt;We are running OCM on the same server as the WDS (Windows Deployment Services). WDS uses TFTP/BOOTP, so I cannot update switch software via TFTP (as I had done before installing WDS)&lt;BR /&gt;&lt;BR /&gt;I thought that I could use Securecopy rather, and have set this in PCM global settings.&lt;BR /&gt; * Use secure copy for configuration file transfer&lt;BR /&gt; * Note that I have unticked "Allow TFTP if secure copy is not supported", as well as "Allow TFTP if secure copy fails"&lt;BR /&gt;&lt;BR /&gt;I've also set up secure copy on the switch and checked TFTP is now disabled (as expected).&lt;BR /&gt;&lt;BR /&gt;I've tried upgrading now, and after about 15 min it fails with error 1107, Firmware update error.&lt;BR /&gt;&lt;BR /&gt;My q is:&lt;BR /&gt;&lt;BR /&gt;a) Can Secure Copy be used in this way?&lt;BR /&gt;b) Why am I getting this error? Is there anything else I should have configured? Where can I get more verbose information?&lt;BR /&gt;&lt;BR /&gt;Many thanks,&lt;BR /&gt;Eugene</description>
      <pubDate>Tue, 25 Sep 2007 16:04:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/software-update-via-pcm-scopy/m-p/4075984#M12544</guid>
      <dc:creator>EvRooyen</dc:creator>
      <dc:date>2007-09-25T16:04:10Z</dc:date>
    </item>
    <item>
      <title>Re: Software update via PCM+ (Scopy)</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/software-update-via-pcm-scopy/m-p/4075985#M12545</link>
      <description>Eugene,&lt;BR /&gt;&lt;BR /&gt;what devices are you trying to update?&lt;BR /&gt;&lt;BR /&gt;Are you sure they support securecopy.&lt;BR /&gt;&lt;BR /&gt;The following is an exerpt from the PCM+ help pages:&lt;BR /&gt;&lt;BR /&gt;Use the following procedures to check SSH-related configurations. &lt;BR /&gt;&lt;BR /&gt;For SSH with Password Authentication &lt;BR /&gt;Select a switch that supports SSH.&lt;BR /&gt;&lt;BR /&gt;Use the Test Communication Parameters wizard to ensure the switch and PCM are in sync with each other. &lt;BR /&gt;&lt;BR /&gt;Telnet to the switch and run the following commands: &lt;BR /&gt;&lt;BR /&gt;$ ip ssh key-size 1024 &lt;BR /&gt;&lt;BR /&gt;$ crypto key generate ssh rsa &lt;BR /&gt;&lt;BR /&gt;$ ip ssh &lt;BR /&gt;&lt;BR /&gt;Using the Communication Parameters in PCM wizard for the device, modify the CLI options to configure the SSH (Password) settings to match the switch.&lt;BR /&gt;&lt;BR /&gt;For SSH with Key Authentication &lt;BR /&gt;Navigate to the SSH Key window. &lt;BR /&gt;&lt;BR /&gt;Click the Tools menu.&lt;BR /&gt;&lt;BR /&gt;Select Preferences from the drop-down list.&lt;BR /&gt;&lt;BR /&gt;Select Device Access.&lt;BR /&gt;&lt;BR /&gt;Select SSH Key.&lt;BR /&gt;&lt;BR /&gt;Set the key size to 1024.&lt;BR /&gt;&lt;BR /&gt;Click Generate new key pair. &lt;BR /&gt;&lt;BR /&gt;Verify the SSH version installed on the switch.&lt;BR /&gt;&lt;BR /&gt;Telnet to the device, and TFTP the version specific pub-key-file from the PNM/server/config directory: &lt;BR /&gt;&lt;BR /&gt;copy tftp pub-key-file &lt;PCM ip="" address=""&gt; procurveSSH&lt;N&gt;.pub&lt;BR /&gt;&lt;BR /&gt;Replace the &lt;PCM ip="" address=""&gt; with the IP address of the PCM server, and replace the &lt;N&gt; with the SSH version number (1 or 2). For example:&lt;BR /&gt;&lt;BR /&gt;copy tftp pub-key-file 192.15.41.3 procurveSSH2.pub&lt;BR /&gt;&lt;BR /&gt;Display and copy (CTRL+C) the fingerprint of the host-public-key from the switch using the CLI command: &lt;BR /&gt;&lt;BR /&gt; show crypto host-public-key fingerprint &lt;BR /&gt;&lt;BR /&gt;Open the Communication Parameters in PCM wizard for the device, and paste (CTRL+V) the device public key finger print into the Key field of the Configure SSH Credentials window.&lt;BR /&gt;&lt;BR /&gt;This should allow for launching the SSH terminal after authentication. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Let me know what you are trying to update and whether or not this helps any.&lt;/N&gt;&lt;/PCM&gt;&lt;/N&gt;&lt;/PCM&gt;</description>
      <pubDate>Wed, 26 Sep 2007 03:07:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/software-update-via-pcm-scopy/m-p/4075985#M12545</guid>
      <dc:creator>imdavies</dc:creator>
      <dc:date>2007-09-26T03:07:56Z</dc:date>
    </item>
    <item>
      <title>Re: Software update via PCM+ (Scopy)</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/software-update-via-pcm-scopy/m-p/4075986#M12546</link>
      <description>Thanks for the response!&lt;BR /&gt;&lt;BR /&gt;I am doing this on a 2824, which afaik is ok with scopy.&lt;BR /&gt;&lt;BR /&gt;I have only 3 of these, about 20 other 3500/4100's, and it doesn't work for these either.&lt;BR /&gt;&lt;BR /&gt;I am using SSH with pwd not key, and I tested this from PCM, can connect to the switch in this way without any issue at all.&lt;BR /&gt;Since I have no access to tftp, I cannot test anything via TFTP as suggest in the help pages. But I guess using SSH with pwd and not key should be fine? Or do you suggest I go trough the whole key excercise?&lt;BR /&gt;&lt;BR /&gt;I am trying to update switch software for all the switches. Before I used TFTP (unavailable as per my original post). &lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Eugene&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Sep 2007 05:02:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/software-update-via-pcm-scopy/m-p/4075986#M12546</guid>
      <dc:creator>EvRooyen</dc:creator>
      <dc:date>2007-09-27T05:02:55Z</dc:date>
    </item>
  </channel>
</rss>

