<?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: Ignite Image Push in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-image-push/m-p/3104613#M517022</link>
    <description>Check your LAN speed setting on your Ignite server as well as client.  I would recommend using fixed speed rather than auto negotiation. I had seen this sort of issue when auto negotiation was turned on.&lt;BR /&gt;&lt;BR /&gt;Pramod&lt;BR /&gt;</description>
    <pubDate>Tue, 28 Oct 2003 15:32:22 GMT</pubDate>
    <dc:creator>Pramod_4</dc:creator>
    <dc:date>2003-10-28T15:32:22Z</dc:date>
    <item>
      <title>Ignite Image Push</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-image-push/m-p/3104612#M517021</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Just a quick question about pushing a Golden Image...    &lt;BR /&gt;&lt;BR /&gt;It seems every time we push a Golden Image, we see different results as the image is configuring and installing.  What I mean is that it gives the percentages of how far along it is and sometimes it doesn't.   Presently, we're doing a Golden Image push to a client from our Ignite Server, and it's not giving us the Percentage Milestones of how far along it is in the process....&lt;BR /&gt;&lt;BR /&gt;Does anyone know why this would be happening intermittently and if there's anything we can do to change this?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Ken Spenard&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Oct 2003 15:25:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-image-push/m-p/3104612#M517021</guid>
      <dc:creator>KPS</dc:creator>
      <dc:date>2003-10-28T15:25:31Z</dc:date>
    </item>
    <item>
      <title>Re: Ignite Image Push</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-image-push/m-p/3104613#M517022</link>
      <description>Check your LAN speed setting on your Ignite server as well as client.  I would recommend using fixed speed rather than auto negotiation. I had seen this sort of issue when auto negotiation was turned on.&lt;BR /&gt;&lt;BR /&gt;Pramod&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Oct 2003 15:32:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-image-push/m-p/3104613#M517022</guid>
      <dc:creator>Pramod_4</dc:creator>
      <dc:date>2003-10-28T15:32:22Z</dc:date>
    </item>
    <item>
      <title>Re: Ignite Image Push</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-image-push/m-p/3104614#M517023</link>
      <description>If you are using the same golden image and your /var/opt/../INDEX files are consistent, you should get the same behavior push to push.&lt;BR /&gt;&lt;BR /&gt;The factors that effect the speed of the push include the amount of traffic on the network backbone or switch your machine is hung on.&lt;BR /&gt;&lt;BR /&gt;instl_adm -T will check the consistency of your files and report errrors. Correct any errors.&lt;BR /&gt;&lt;BR /&gt;The percentage milestones are not very unreliable indicators of progress. Its a programming issue with the product.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 28 Oct 2003 15:34:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-image-push/m-p/3104614#M517023</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-10-28T15:34:18Z</dc:date>
    </item>
    <item>
      <title>Re: Ignite Image Push</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-image-push/m-p/3104615#M517024</link>
      <description>Thanks to both of you for the quick responses...   I did check my lan speed on my NIC on the IGNITE-UX Server and it does have Auto-Negotiate turned off.    It's set to 100/Full Duplex.&lt;BR /&gt;&lt;BR /&gt;Thanks again, and much appreciated!!!!</description>
      <pubDate>Tue, 28 Oct 2003 15:39:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-image-push/m-p/3104615#M517024</guid>
      <dc:creator>KPS</dc:creator>
      <dc:date>2003-10-28T15:39:05Z</dc:date>
    </item>
    <item>
      <title>Re: Ignite Image Push</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-image-push/m-p/3104616#M517025</link>
      <description>Ken,&lt;BR /&gt;&lt;BR /&gt;This is what you have to do in order to ignite using 100 MBPS full duplex on your ignite server.&lt;BR /&gt;&lt;BR /&gt;#instl_adm -d ( check to see the lan config) &lt;BR /&gt;&lt;BR /&gt;#instl_adm -d &amp;gt; /tmp/cfg&lt;BR /&gt;&lt;BR /&gt;#vi /tmp/cfg ( add this line)&lt;BR /&gt;&lt;BR /&gt;init _hp_lanadmin_args="-S 1"&lt;BR /&gt;&lt;BR /&gt;#instl_adm -f /tmp/cfg&lt;BR /&gt;&lt;BR /&gt;#instl_adm -d ( check to see the new entry)&lt;BR /&gt;&lt;BR /&gt;Then go ahead and do the ignite. It will be 100MBPS full duplex.&lt;BR /&gt;&lt;BR /&gt;Please let me know if you have any questions.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Pratyush</description>
      <pubDate>Wed, 29 Oct 2003 09:30:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-image-push/m-p/3104616#M517025</guid>
      <dc:creator>Pratyush Paul_1</dc:creator>
      <dc:date>2003-10-29T09:30:51Z</dc:date>
    </item>
  </channel>
</rss>

