<?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: vPar boot time in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/vpar-boot-time/m-p/3690488#M247100</link>
    <description>Hi john,&lt;BR /&gt;&lt;BR /&gt;I thougt only the i/o needed by the vpar is loaded.&lt;BR /&gt;When booting the npar all the i/o is done.&lt;BR /&gt;&lt;BR /&gt;grtz. Mark&lt;BR /&gt;</description>
    <pubDate>Thu, 15 Dec 2005 07:05:04 GMT</pubDate>
    <dc:creator>Mark Nieuwboer</dc:creator>
    <dc:date>2005-12-15T07:05:04Z</dc:date>
    <item>
      <title>vPar boot time</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vpar-boot-time/m-p/3690482#M247094</link>
      <description>Hello Dome experts!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;On our new Dome the boot time duration of a vPar surprised me a bit. Situation:&lt;BR /&gt;&lt;BR /&gt;# model&lt;BR /&gt;ia64 hp superdome server SD32A&lt;BR /&gt;&lt;BR /&gt;The vPar that was booted was the only running vPar of that nPar.&lt;BR /&gt;Before booting was initiated a SG package running in the vPar was stopped. &lt;BR /&gt;Only basic hp stuff was running in the vPar. &lt;BR /&gt;&lt;BR /&gt;Action and duration:&lt;BR /&gt;&lt;BR /&gt;From&lt;BR /&gt;# shutdown -r 0&lt;BR /&gt;until this message:  &lt;BR /&gt;Rebooting vpar3...press any key within 10 seconds to stop boot&lt;BR /&gt;Duration: 3 minutes&lt;BR /&gt;&lt;BR /&gt;From a message stating:&lt;BR /&gt;Console is on virtual console&lt;BR /&gt;Booting kernel...&lt;BR /&gt;until the message:&lt;BR /&gt;HP-UX Start-up in progress&lt;BR /&gt;Duration: 10 minutes&lt;BR /&gt;&lt;BR /&gt;The rest of the HPUX Start-up&lt;BR /&gt;Duration: less than 2 minutes&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The 10 minutes for "Booting kernel" was a surprise. Can anyone please tell:&lt;BR /&gt;-if this is normal&lt;BR /&gt;-why it takes so long&lt;BR /&gt;-what the system is doing when "Booting  kernel"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Looking forward to hearing from you!&lt;BR /&gt;regards,&lt;BR /&gt;John K.&lt;BR /&gt;&lt;BR /&gt;   &lt;BR /&gt;</description>
      <pubDate>Tue, 13 Dec 2005 09:21:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vpar-boot-time/m-p/3690482#M247094</guid>
      <dc:creator>john korterman</dc:creator>
      <dc:date>2005-12-13T09:21:02Z</dc:date>
    </item>
    <item>
      <title>Re: vPar boot time</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vpar-boot-time/m-p/3690483#M247095</link>
      <description>Depends on the system. &lt;BR /&gt;&lt;BR /&gt;What the kernel is doing is initializing itself. The "rest of the start up" is pretty much starting all the processes (system daemons, init scripts, etc.). The core kernel bringup involves figuring out where all the cpus/memory and I/O are and bringing that up.&lt;BR /&gt;&lt;BR /&gt;Usually a long bringup can happen when there's a lot of I/O -- walking the I/O tree to setup all the drivers can take a while. That gets tremendously aggravated if there's a bad terminator on a bus (or something similar) that causes timeouts. &lt;BR /&gt;&lt;BR /&gt;If you've got a lot of memory (256Gb or more) it can take a while to bring up the memory simply because it takes the kernel time to create and initialize the metadata associated with the physical pages so the memory allocation stuff works. The cost is linear -- so more memory == more time.&lt;BR /&gt;&lt;BR /&gt;What's the boot time like for the nPar? If the vPar takes appreciably longer than the nPar then there's definately an issue to be investigated (vPars really shouldn't add much overhead at all and they don't need to do too much [relative to the rest of the kernel] in boot).</description>
      <pubDate>Tue, 13 Dec 2005 12:18:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vpar-boot-time/m-p/3690483#M247095</guid>
      <dc:creator>Don Morris_1</dc:creator>
      <dc:date>2005-12-13T12:18:48Z</dc:date>
    </item>
    <item>
      <title>Re: vPar boot time</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vpar-boot-time/m-p/3690484#M247096</link>
      <description>Hi Don,&lt;BR /&gt;&lt;BR /&gt;Thank you for your answer. &lt;BR /&gt;&lt;BR /&gt;My understanding of a vPar is as a soft-partition whose hardware is not checked when rebooted alone. Is that wrong?  &lt;BR /&gt;&lt;BR /&gt;No indication of HW-errors in dmesg and syslog, but difficult to judge if you do not know what to look for. Any suggestions?&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;John K.&lt;BR /&gt;</description>
      <pubDate>Tue, 13 Dec 2005 13:10:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vpar-boot-time/m-p/3690484#M247096</guid>
      <dc:creator>john korterman</dc:creator>
      <dc:date>2005-12-13T13:10:55Z</dc:date>
    </item>
    <item>
      <title>Re: vPar boot time</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vpar-boot-time/m-p/3690485#M247097</link>
      <description>Hello again,&lt;BR /&gt;&lt;BR /&gt;still wondering - please share your experience!&lt;BR /&gt;What is the average duration for a vPar reboot on your system?&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;John K.</description>
      <pubDate>Thu, 15 Dec 2005 05:14:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vpar-boot-time/m-p/3690485#M247097</guid>
      <dc:creator>john korterman</dc:creator>
      <dc:date>2005-12-15T05:14:36Z</dc:date>
    </item>
    <item>
      <title>Re: vPar boot time</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vpar-boot-time/m-p/3690486#M247098</link>
      <description>Hi john,&lt;BR /&gt;&lt;BR /&gt;It's a few months ago that i booted vpars on a superdome. But it's a lot quicker than from your example. I never had the experince that the booting kernel takes 10 minutes.&lt;BR /&gt;Normaly before you know the vpar is up and running in about 5 minutes.&lt;BR /&gt;&lt;BR /&gt;grtz. Mark</description>
      <pubDate>Thu, 15 Dec 2005 06:27:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vpar-boot-time/m-p/3690486#M247098</guid>
      <dc:creator>Mark Nieuwboer</dc:creator>
      <dc:date>2005-12-15T06:27:51Z</dc:date>
    </item>
    <item>
      <title>Re: vPar boot time</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vpar-boot-time/m-p/3690487#M247099</link>
      <description>Thank you Mark,&lt;BR /&gt;&lt;BR /&gt;do you know what kind of I/O is performed during a vPar reboot, if any?&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;John K.</description>
      <pubDate>Thu, 15 Dec 2005 06:37:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vpar-boot-time/m-p/3690487#M247099</guid>
      <dc:creator>john korterman</dc:creator>
      <dc:date>2005-12-15T06:37:16Z</dc:date>
    </item>
    <item>
      <title>Re: vPar boot time</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vpar-boot-time/m-p/3690488#M247100</link>
      <description>Hi john,&lt;BR /&gt;&lt;BR /&gt;I thougt only the i/o needed by the vpar is loaded.&lt;BR /&gt;When booting the npar all the i/o is done.&lt;BR /&gt;&lt;BR /&gt;grtz. Mark&lt;BR /&gt;</description>
      <pubDate>Thu, 15 Dec 2005 07:05:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vpar-boot-time/m-p/3690488#M247100</guid>
      <dc:creator>Mark Nieuwboer</dc:creator>
      <dc:date>2005-12-15T07:05:04Z</dc:date>
    </item>
  </channel>
</rss>

