<?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 Integrity Virtual Machines booting from a Ignite/UX DART server. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/integrity-virtual-machines-booting-from-a-ignite-ux-dart-server/m-p/3738205#M510596</link>
    <description>I just installed Integrity Virtual Machines on a RX2600 for testing. I tried to do a lan boot so that I can use an ignite server vor installation. The boot goes fine but the TFTP failes. When it tries to download the fpswa.efi file is says "TFTP session failed. (reason:Buffer Too Small) No EFI FPSWA handle found. &lt;BR /&gt;&lt;BR /&gt;Then it still goes on to downloading the IINSTALL file but it failes with the same error. How do I increase the buffer, or what else am I doing wrong, or where do I have to look?&lt;BR /&gt;</description>
    <pubDate>Thu, 23 Feb 2006 11:41:09 GMT</pubDate>
    <dc:creator>Sander_4</dc:creator>
    <dc:date>2006-02-23T11:41:09Z</dc:date>
    <item>
      <title>Integrity Virtual Machines booting from a Ignite/UX DART server.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/integrity-virtual-machines-booting-from-a-ignite-ux-dart-server/m-p/3738205#M510596</link>
      <description>I just installed Integrity Virtual Machines on a RX2600 for testing. I tried to do a lan boot so that I can use an ignite server vor installation. The boot goes fine but the TFTP failes. When it tries to download the fpswa.efi file is says "TFTP session failed. (reason:Buffer Too Small) No EFI FPSWA handle found. &lt;BR /&gt;&lt;BR /&gt;Then it still goes on to downloading the IINSTALL file but it failes with the same error. How do I increase the buffer, or what else am I doing wrong, or where do I have to look?&lt;BR /&gt;</description>
      <pubDate>Thu, 23 Feb 2006 11:41:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/integrity-virtual-machines-booting-from-a-ignite-ux-dart-server/m-p/3738205#M510596</guid>
      <dc:creator>Sander_4</dc:creator>
      <dc:date>2006-02-23T11:41:09Z</dc:date>
    </item>
    <item>
      <title>Re: Integrity Virtual Machines booting from a Ignite/UX DART server.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/integrity-virtual-machines-booting-from-a-ignite-ux-dart-server/m-p/3738206#M510597</link>
      <description>What version of HP-UX is your Ignite-UX server running?&lt;BR /&gt;[If it's B.11.23, be sure you are not using the "-r tsize"&lt;BR /&gt;option on the tftpd service in your /etc/inetd.conf file]&lt;BR /&gt;&lt;BR /&gt;Also, I've just learned the site specific B.11.11 patch is&lt;BR /&gt;available upon request from HP customer support.&lt;BR /&gt;&lt;BR /&gt;Here's my understanding of the whole issue:&lt;BR /&gt;&lt;BR /&gt;The VM IPF clients, using PXE, will attempt to do tftp "option&lt;BR /&gt;negotiation" with their server.  This is done to determine if&lt;BR /&gt;the tftp server supports the "tsize" option.  This option will&lt;BR /&gt;enable a tftp server to tell the client how big a file is&lt;BR /&gt;*before* it is transfered.&lt;BR /&gt;&lt;BR /&gt;If the tftp server supports this "tsize" option, it will tell&lt;BR /&gt;the tftp client how big the requested file is, the tftp client&lt;BR /&gt;will then allocate a buffer big enough to hold the entire file,&lt;BR /&gt;and then the tftp client will request the file from the server.&lt;BR /&gt;&lt;BR /&gt;If the tftp server does not support this "tsize" option, the&lt;BR /&gt;tftp client must first transfer the entire file (and basically&lt;BR /&gt;write it to /dev/null) just so it can determine the file size.&lt;BR /&gt;Once this transfer is over, the client then knows the file size&lt;BR /&gt;and the client will allocate a buffer large enough to hold the&lt;BR /&gt;file, and then re-pull the file from the server.&lt;BR /&gt;&lt;BR /&gt;The bug comes in when the server is running HP-UX B.11.00&lt;BR /&gt;or B.11.11 (with no "tsize" option) and the tftp client gets the&lt;BR /&gt;buffer size calculation wrong.  The buffer size computed (and&lt;BR /&gt;thus allocated) is too small to hold the entire file... leaving&lt;BR /&gt;us with the error message "Buffer Too Small".&lt;BR /&gt;&lt;BR /&gt;Once these B.11.00 and B.11.11 servers are patched&lt;BR /&gt;appropriately, they will no longer fail with this error,&lt;BR /&gt;and they will no longer transfer each file twice because&lt;BR /&gt;the patch will enable the "tsize" option on the server.&lt;BR /&gt;&lt;BR /&gt;Thanks to Shane for all the good information here (and above).&lt;BR /&gt;</description>
      <pubDate>Thu, 23 Feb 2006 22:30:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/integrity-virtual-machines-booting-from-a-ignite-ux-dart-server/m-p/3738206#M510597</guid>
      <dc:creator>John P. Kole</dc:creator>
      <dc:date>2006-02-23T22:30:07Z</dc:date>
    </item>
    <item>
      <title>Re: Integrity Virtual Machines booting from a Ignite/UX DART server.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/integrity-virtual-machines-booting-from-a-ignite-ux-dart-server/m-p/3738207#M510598</link>
      <description>I run my Ignite server on 11.11. I didn't have any other option as this is an DART version of Ignite. I run a training center where HP educations are given. (HP does not do this them selves in the Netherlands). But Dart or not a Dart. I don't think that matters as this is a TFTPD problem. &lt;BR /&gt;&lt;BR /&gt;How site specific is that patch? (weird that it is not freely available)&lt;BR /&gt;</description>
      <pubDate>Fri, 24 Feb 2006 08:46:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/integrity-virtual-machines-booting-from-a-ignite-ux-dart-server/m-p/3738207#M510598</guid>
      <dc:creator>Sander_4</dc:creator>
      <dc:date>2006-02-24T08:46:06Z</dc:date>
    </item>
    <item>
      <title>Re: Integrity Virtual Machines booting from a Ignite/UX DART server.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/integrity-virtual-machines-booting-from-a-ignite-ux-dart-server/m-p/3738208#M510599</link>
      <description>Maybe this patch helps: PHNE_32825</description>
      <pubDate>Mon, 27 Mar 2006 12:51:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/integrity-virtual-machines-booting-from-a-ignite-ux-dart-server/m-p/3738208#M510599</guid>
      <dc:creator>Oleg Sukharev</dc:creator>
      <dc:date>2006-03-27T12:51:25Z</dc:date>
    </item>
  </channel>
</rss>

