<?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: difference between vpar and npar in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/difference-between-vpar-and-npar/m-p/4138593#M527503</link>
    <description>Sorry, I had some "stammering" with my keyboard ...&lt;BR /&gt;&lt;BR /&gt;"So you can't tink to them in term of independant boxes though they share the same complex"&lt;BR /&gt;&lt;BR /&gt;you must read :&lt;BR /&gt;&lt;BR /&gt;"So you CAN think to them in term of independant boxes though they share the same complex"&lt;BR /&gt;&lt;BR /&gt;No point needed for this clarification&lt;BR /&gt;&lt;BR /&gt;Eric&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 01 Feb 2008 08:49:54 GMT</pubDate>
    <dc:creator>Eric SAUBIGNAC</dc:creator>
    <dc:date>2008-02-01T08:49:54Z</dc:date>
    <item>
      <title>difference between vpar and npar</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/difference-between-vpar-and-npar/m-p/4138589#M527499</link>
      <description>Hi guys, what is the difference between vpar and npar. Would appreciate a short summary rather than been given pdf links.&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 31 Jan 2008 20:38:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/difference-between-vpar-and-npar/m-p/4138589#M527499</guid>
      <dc:creator>khilari</dc:creator>
      <dc:date>2008-01-31T20:38:56Z</dc:date>
    </item>
    <item>
      <title>Re: difference between vpar and npar</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/difference-between-vpar-and-npar/m-p/4138590#M527500</link>
      <description>nPar is hard partitioning.  i.e. electrically isolated partitions such as with cell based HP systems.  A complete failure of 1 cell does not effect the other.&lt;BR /&gt;&lt;BR /&gt;vPar is a softer hard partition, the partitions are not electically isolated but assignment of specifically IO is by LBA ( i.e. by card) a failure of a component could effect another vPar.&lt;BR /&gt;&lt;BR /&gt;I am sure there is a better way to explain. Most likely in the book :)&lt;BR /&gt;</description>
      <pubDate>Thu, 31 Jan 2008 20:45:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/difference-between-vpar-and-npar/m-p/4138590#M527500</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2008-01-31T20:45:50Z</dc:date>
    </item>
    <item>
      <title>Re: difference between vpar and npar</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/difference-between-vpar-and-npar/m-p/4138591#M527501</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Npar : Hard partitioning - Partitioned at SBA level -Hardware failure won't affect the other partition&lt;BR /&gt;&lt;BR /&gt;VPar : Soft Patitioning - Partitioned at LBA level : Hardware failure can affect other partition - Software failure wont affect other partition.&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; Regards&lt;BR /&gt;&lt;BR /&gt;Ramesh</description>
      <pubDate>Fri, 01 Feb 2008 07:03:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/difference-between-vpar-and-npar/m-p/4138591#M527501</guid>
      <dc:creator>Ramesh S</dc:creator>
      <dc:date>2008-02-01T07:03:17Z</dc:date>
    </item>
    <item>
      <title>Re: difference between vpar and npar</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/difference-between-vpar-and-npar/m-p/4138592#M527502</link>
      <description>Bonjour khilari,&lt;BR /&gt;&lt;BR /&gt;Essentials things have been said. Some precisions.&lt;BR /&gt;&lt;BR /&gt;You can have partitionning nPar and/or vPar only with mid-range or high-end boxes, from RX7.../RP7.... to superdome.&lt;BR /&gt;&lt;BR /&gt;nPars ares are electrically isolated from each others. So you can't tink to them in term of independant boxes though they share the same complex.&lt;BR /&gt;&lt;BR /&gt;With nPars granularity is weak : you can't share a cell or an IO chassis between 2 nPars.&lt;BR /&gt;&lt;BR /&gt;You can build vPar in an nPar. An intermediate software between hardware and kernel, /stand/vpmon, will manage nPar hardware and devide it in units to vPar. &lt;BR /&gt;&lt;BR /&gt;Granularity is better : for IO, partionning is done on LBA, you can think to it in term of slot, for CPU it's the core itself, and for memory you can divide to Mo.&lt;BR /&gt;&lt;BR /&gt;For both technologies theres is no sharing of any ressources. They can be used with PA-RISC or Itanium architectures.&lt;BR /&gt;&lt;BR /&gt;There is now a third technology : HP Integrity Virtual Machines. It is Itanium specific and it works on all boxes, from the lowest end to the highest.&lt;BR /&gt;&lt;BR /&gt;This technology permits sharing of ressources like CPU, IO cards, ... If you have heard of VMWare ESX, it's about the same idea ... less enhanced for the moment :-( In ESX the hypervisor is a Linux OS, with Integrity VM it's HP-UX 11iv2.&lt;BR /&gt;&lt;BR /&gt;In an Integrity VM guest, you can have different OS : HP-UX 11iv2, 11iv3, Windows Itanium 64 bits, Linux RH and SL.&lt;BR /&gt;&lt;BR /&gt;You can have HP Integrity VM in an nPar, not in a vPar.&lt;BR /&gt;&lt;BR /&gt;"Would appreciate a short summary rather than been given pdf links." I can understand that but you will find more detailled informations in documentations ;-)&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Eric</description>
      <pubDate>Fri, 01 Feb 2008 08:45:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/difference-between-vpar-and-npar/m-p/4138592#M527502</guid>
      <dc:creator>Eric SAUBIGNAC</dc:creator>
      <dc:date>2008-02-01T08:45:13Z</dc:date>
    </item>
    <item>
      <title>Re: difference between vpar and npar</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/difference-between-vpar-and-npar/m-p/4138593#M527503</link>
      <description>Sorry, I had some "stammering" with my keyboard ...&lt;BR /&gt;&lt;BR /&gt;"So you can't tink to them in term of independant boxes though they share the same complex"&lt;BR /&gt;&lt;BR /&gt;you must read :&lt;BR /&gt;&lt;BR /&gt;"So you CAN think to them in term of independant boxes though they share the same complex"&lt;BR /&gt;&lt;BR /&gt;No point needed for this clarification&lt;BR /&gt;&lt;BR /&gt;Eric&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 01 Feb 2008 08:49:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/difference-between-vpar-and-npar/m-p/4138593#M527503</guid>
      <dc:creator>Eric SAUBIGNAC</dc:creator>
      <dc:date>2008-02-01T08:49:54Z</dc:date>
    </item>
    <item>
      <title>Re: difference between vpar and npar</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/difference-between-vpar-and-npar/m-p/4138594#M527504</link>
      <description>A nice introduction:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/T1335-90083/ch02s01.html" target="_blank"&gt;http://docs.hp.com/en/T1335-90083/ch02s01.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;(it's not a pdf-link)&lt;BR /&gt;&lt;BR /&gt;;-)</description>
      <pubDate>Fri, 01 Feb 2008 11:16:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/difference-between-vpar-and-npar/m-p/4138594#M527504</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2008-02-01T11:16:25Z</dc:date>
    </item>
    <item>
      <title>Re: difference between vpar and npar</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/difference-between-vpar-and-npar/m-p/4138595#M527505</link>
      <description>One additional note.&lt;BR /&gt;&lt;BR /&gt;I can guarentee you on a rp74xx that with either nPar or vPar in place if you have a VRM ( Voltage Regulator Module ) failure the entire server will come down.&lt;BR /&gt;&lt;BR /&gt;Has happened three times to three different servers over the last 3 years ( hmmm.. 3 must not be a lucky number ).&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 01 Feb 2008 15:59:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/difference-between-vpar-and-npar/m-p/4138595#M527505</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2008-02-01T15:59:12Z</dc:date>
    </item>
    <item>
      <title>Re: difference between vpar and npar</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/difference-between-vpar-and-npar/m-p/4138596#M527506</link>
      <description>&amp;gt;&amp;gt; For both technologies theres is no sharing of any ressources. They can be used with PA-RISC or Itanium architectures.&lt;BR /&gt;&lt;BR /&gt;Actually, when using vpars, you can share the CPU resources either by manually moving the processors or using WLM to monitor and move CPU resources automatically.  I have seen an implementation where they shared CPU across npars using GWLM. This effectively used ICOD processors that GWLM turned on and off depending on the dynamics of the load.&lt;BR /&gt;&lt;BR /&gt;Rob...</description>
      <pubDate>Mon, 04 Feb 2008 21:39:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/difference-between-vpar-and-npar/m-p/4138596#M527506</guid>
      <dc:creator>Robin T. Slotten</dc:creator>
      <dc:date>2008-02-04T21:39:34Z</dc:date>
    </item>
    <item>
      <title>Re: difference between vpar and npar</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/difference-between-vpar-and-npar/m-p/4138597#M527507</link>
      <description>Robin,&lt;BR /&gt;&lt;BR /&gt;You are perfectly right to underline that we can move CPU ressources between vPars belonging to the same nPar and simulate this move between nPars through deactivation / activation of core cpu unit. &lt;BR /&gt;&lt;BR /&gt;When I said that "theres is no sharing of any ressources" I meant that you can't have nPars or vPars that use at the SAME MOMENT the SAME RESOURCE vs VM technology.&lt;BR /&gt;&lt;BR /&gt;It was just to clarify my post, nothing else, and of course, KHILARI, no point for this post (more exactly assign 0 point to it)&lt;BR /&gt;&lt;BR /&gt;Best regards&lt;BR /&gt;&lt;BR /&gt;Eric</description>
      <pubDate>Wed, 06 Feb 2008 18:55:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/difference-between-vpar-and-npar/m-p/4138597#M527507</guid>
      <dc:creator>Eric SAUBIGNAC</dc:creator>
      <dc:date>2008-02-06T18:55:53Z</dc:date>
    </item>
  </channel>
</rss>

