<?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: bring up vpars in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/bring-up-vpars/m-p/4995865#M423352</link>
    <description>got idea.</description>
    <pubDate>Mon, 07 Aug 2006 15:52:38 GMT</pubDate>
    <dc:creator>IT_2007</dc:creator>
    <dc:date>2006-08-07T15:52:38Z</dc:date>
    <item>
      <title>bring up vpars</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bring-up-vpars/m-p/4995857#M423344</link>
      <description>I have 4 vpars running and how do I set priority to bring them up?&lt;BR /&gt;&lt;BR /&gt;Like  vpar1 - first&lt;BR /&gt;      vpar2- second&lt;BR /&gt;      vpar4 - third&lt;BR /&gt;      vpar3 - last</description>
      <pubDate>Mon, 07 Aug 2006 13:45:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bring-up-vpars/m-p/4995857#M423344</guid>
      <dc:creator>IT_2007</dc:creator>
      <dc:date>2006-08-07T13:45:02Z</dc:date>
    </item>
    <item>
      <title>Re: bring up vpars</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bring-up-vpars/m-p/4995858#M423345</link>
      <description>If you configure autostart, all vpars will boot at the same time (simultaneous).</description>
      <pubDate>Mon, 07 Aug 2006 14:00:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bring-up-vpars/m-p/4995858#M423345</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2006-08-07T14:00:11Z</dc:date>
    </item>
    <item>
      <title>Re: bring up vpars</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bring-up-vpars/m-p/4995859#M423346</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;One *very* important thing to keep in mind with vPars is that you don't use the "standard" startup command like hpux -lq /stand/vmunix.&lt;BR /&gt;You *must* use the following to start the vPars:&lt;BR /&gt;&lt;BR /&gt;hpux -lq /stand/vpmon -a&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff</description>
      <pubDate>Mon, 07 Aug 2006 14:24:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bring-up-vpars/m-p/4995859#M423346</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2006-08-07T14:24:31Z</dc:date>
    </item>
    <item>
      <title>Re: bring up vpars</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bring-up-vpars/m-p/4995860#M423347</link>
      <description>Hi Srini,&lt;BR /&gt;To Boot the vpar1 first when the server is powered on, mention the hadware path of Vpar1 bootdisk  as primary path in the BCH. Then you can write a script in the vapr1 server to start vpar2,vpar4 &amp;amp; vpar3.&lt;BR /&gt;&lt;BR /&gt;setboot can't be used to set as primary boot since setboot command on vpar systems will not read/write on the stable storage. So any settign to be done need to be configured in the BCH.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Mano</description>
      <pubDate>Mon, 07 Aug 2006 14:26:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bring-up-vpars/m-p/4995860#M423347</guid>
      <dc:creator>V.Manoharan</dc:creator>
      <dc:date>2006-08-07T14:26:03Z</dc:date>
    </item>
    <item>
      <title>Re: bring up vpars</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bring-up-vpars/m-p/4995861#M423348</link>
      <description>Jeff,&lt;BR /&gt;&lt;BR /&gt; I know that bootstring has to setup like "hpux -lq /stand/vpmon -a" to bring up vpars automatically. But I want to bring up vpar1 first then remaining ones should come up.</description>
      <pubDate>Mon, 07 Aug 2006 14:27:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bring-up-vpars/m-p/4995861#M423348</guid>
      <dc:creator>IT_2007</dc:creator>
      <dc:date>2006-08-07T14:27:04Z</dc:date>
    </item>
    <item>
      <title>Re: bring up vpars</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bring-up-vpars/m-p/4995862#M423349</link>
      <description>From the manual:&lt;BR /&gt;&lt;BR /&gt;"At the ISL prompt, boot the Monitor and the first virtual partition.&lt;BR /&gt;Example:&lt;BR /&gt;ISL&amp;gt; hpux /stand/vpmon vparload -p winona1&lt;BR /&gt;" &lt;BR /&gt;&lt;BR /&gt;(you can use this as autoboot string)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Use "vparboot" to start the other vpars from your running OS (even as script).</description>
      <pubDate>Mon, 07 Aug 2006 14:33:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bring-up-vpars/m-p/4995862#M423349</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2006-08-07T14:33:22Z</dc:date>
    </item>
    <item>
      <title>Re: bring up vpars</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bring-up-vpars/m-p/4995863#M423350</link>
      <description>OK, then you should *only* setup vPar1 to auto boot and then on vPar1 setup a startup script linked from /sbin/rc3.d to /sbin/init.d that goes something like...&lt;BR /&gt;&lt;BR /&gt;for i in 2 4 3&lt;BR /&gt;do&lt;BR /&gt;/usr/sbin/vparboot -p vpar$i&lt;BR /&gt;sleep 60 #or whatever time you want/need&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;You get the idea.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Aug 2006 14:36:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bring-up-vpars/m-p/4995863#M423350</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2006-08-07T14:36:52Z</dc:date>
    </item>
    <item>
      <title>Re: bring up vpars</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bring-up-vpars/m-p/4995864#M423351</link>
      <description>Jeff,&lt;BR /&gt;&lt;BR /&gt; That's what exactly I thought.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Srini</description>
      <pubDate>Mon, 07 Aug 2006 15:51:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bring-up-vpars/m-p/4995864#M423351</guid>
      <dc:creator>IT_2007</dc:creator>
      <dc:date>2006-08-07T15:51:20Z</dc:date>
    </item>
    <item>
      <title>Re: bring up vpars</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bring-up-vpars/m-p/4995865#M423352</link>
      <description>got idea.</description>
      <pubDate>Mon, 07 Aug 2006 15:52:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bring-up-vpars/m-p/4995865#M423352</guid>
      <dc:creator>IT_2007</dc:creator>
      <dc:date>2006-08-07T15:52:38Z</dc:date>
    </item>
  </channel>
</rss>

