<?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: Creating Partitions in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-partitions/m-p/3402457#M201071</link>
    <description>Correction:&lt;BR /&gt;&lt;BR /&gt;# parcreate -P "Partition 1" -c0:base:y:ri -r0/0 -b 0/0/1/1/0/1/1.6.0&lt;BR /&gt;&lt;BR /&gt;Roger</description>
    <pubDate>Mon, 18 Oct 2004 10:44:42 GMT</pubDate>
    <dc:creator>Roger Lavender</dc:creator>
    <dc:date>2004-10-18T10:44:42Z</dc:date>
    <item>
      <title>Creating Partitions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-partitions/m-p/3402453#M201067</link>
      <description>I have received a new rp7420 which contains a single partition (0) (genesis probably) with the following:&lt;BR /&gt;&lt;BR /&gt;parstatus -AC results - none unassigned&lt;BR /&gt;&lt;BR /&gt;parstatus -p0 results:&lt;BR /&gt;&lt;BR /&gt;Num=0&lt;BR /&gt;Status=Active&lt;BR /&gt;#cells=2&lt;BR /&gt;#I/O chassis=2&lt;BR /&gt;Core cell=cab0,cell1, partition 0&lt;BR /&gt;&lt;BR /&gt;cab0,cell0 active base 2cpu 6GB mem&lt;BR /&gt;cab0,cell1 active core 2cpu 6GB mem = Par 0&lt;BR /&gt;&lt;BR /&gt;"IF" I understand the guidance correctly, to create two (2) partitions I should:&lt;BR /&gt;&lt;BR /&gt;# parmodify -p0 -d0 -B&lt;BR /&gt;# shutdown -R&lt;BR /&gt;&lt;BR /&gt;then:&lt;BR /&gt;&lt;BR /&gt;# parstatus -AC for info&lt;BR /&gt;# parcreate -c1:base:y:ri&lt;BR /&gt;# parmodify -p1 -P "Partition 1"&lt;BR /&gt;# parmodify -p1 -r0/0&lt;BR /&gt;# parmodify -p1 -b 1/0/1/1/0/1/1.6.0&lt;BR /&gt;# parstatus -V -p1&lt;BR /&gt;# shutdown -r&lt;BR /&gt;&lt;BR /&gt;At this point I should have:&lt;BR /&gt;&lt;BR /&gt;cab0,cell0 active base 2cpu 6GB mem = Par 1&lt;BR /&gt;cab0,cell1 active core 2cpu 6GB mem = Par 0&lt;BR /&gt;&lt;BR /&gt;I should see both partitions from MP&amp;gt;CO.  Am I anywhere close???  Need confirmation.&lt;BR /&gt;&lt;BR /&gt;Roger&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 18 Oct 2004 10:02:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-partitions/m-p/3402453#M201067</guid>
      <dc:creator>Roger Lavender</dc:creator>
      <dc:date>2004-10-18T10:02:19Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Partitions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-partitions/m-p/3402454#M201068</link>
      <description># parmodify -p0 -d0 -B&lt;BR /&gt;This will delete cell 0 from the partition&lt;BR /&gt;leaving cell 1 in the partition&lt;BR /&gt;&lt;BR /&gt;# parcreate -c1:base:y:ri&lt;BR /&gt;This will try to use cell 1 for the new parttion, change it to use cell 0.&lt;BR /&gt;&lt;BR /&gt;# parmodify -p1 -P "Partition 1"&lt;BR /&gt;# parmodify -p1 -r0/0&lt;BR /&gt;# parmodify -p1 -b 1/0/1/1/0/1/1.6.0&lt;BR /&gt;&lt;BR /&gt;why not have all of this on your parcreate command line?&lt;BR /&gt;parcreate -P "partition 1" -c :base:y:ri \&lt;BR /&gt;-r 0/0 -b 1/0/1/1/0/1/1.6.0&lt;BR /&gt;&lt;BR /&gt;making sure that you are using the correct hardware paths. I think you may find that the boot device will actually be 0/0/1/1/0/1/1.6.0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# shutdown -r&lt;BR /&gt;You should not need to shutdown the running partion that you are issuing these commands on, just go in via the MP and bo the relevant partition, or add the -B option to the parcreate command.</description>
      <pubDate>Mon, 18 Oct 2004 10:12:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-partitions/m-p/3402454#M201068</guid>
      <dc:creator>melvyn burnard</dc:creator>
      <dc:date>2004-10-18T10:12:48Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Partitions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-partitions/m-p/3402455#M201069</link>
      <description>Seems close - are you following steps from:&lt;BR /&gt;&lt;BR /&gt;"HP System Partitions Guide"&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/hpux/onlinedocs/5990-8170/5990-8170.html" target="_blank"&gt;http://docs.hp.com/hpux/onlinedocs/5990-8170/5990-8170.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Mon, 18 Oct 2004 10:16:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-partitions/m-p/3402455#M201069</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2004-10-18T10:16:34Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Partitions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-partitions/m-p/3402456#M201070</link>
      <description>Geoff - Yes&lt;BR /&gt;&lt;BR /&gt;burnard -&lt;BR /&gt;&lt;BR /&gt;Bear with me.  So, from the active partition:&lt;BR /&gt;&lt;BR /&gt;# parmodify -p0 -d0 -B (remove cell 0)&lt;BR /&gt;# parcreate -p1 "Partition 1" -c0:base:y:ri -r0/0 -b 0/0/1/1/0/1/1.6.0&lt;BR /&gt;# shutdown -r&lt;BR /&gt;&lt;BR /&gt;The reason I felt I need the "parstatus -AC" was to confirm the boot path - as you noted - prior to actually using it.&lt;BR /&gt;&lt;BR /&gt;Will the existing OS in Partition 0 survive - i.e. be bootable after this?&lt;BR /&gt;&lt;BR /&gt;Roger&lt;BR /&gt;</description>
      <pubDate>Mon, 18 Oct 2004 10:31:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-partitions/m-p/3402456#M201070</guid>
      <dc:creator>Roger Lavender</dc:creator>
      <dc:date>2004-10-18T10:31:31Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Partitions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-partitions/m-p/3402457#M201071</link>
      <description>Correction:&lt;BR /&gt;&lt;BR /&gt;# parcreate -P "Partition 1" -c0:base:y:ri -r0/0 -b 0/0/1/1/0/1/1.6.0&lt;BR /&gt;&lt;BR /&gt;Roger</description>
      <pubDate>Mon, 18 Oct 2004 10:44:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-partitions/m-p/3402457#M201071</guid>
      <dc:creator>Roger Lavender</dc:creator>
      <dc:date>2004-10-18T10:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Partitions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-partitions/m-p/3402458#M201072</link>
      <description># parmodify -p0 -d0 -B (remove cell 0)&lt;BR /&gt;fine&lt;BR /&gt;but you will need to do a shutdown -R to initiate a reconfiguration of the partioin to see that cell 0 has been removed&lt;BR /&gt;&lt;BR /&gt;# shutdown -R 0&lt;BR /&gt;&lt;BR /&gt;The partition should reboot, but watch it via the vfp, to check whether it comes up  into BIB mode, in which case issue the BO command from the MP Command Menu&lt;BR /&gt;&lt;BR /&gt;# parcreate -p1 "Partition 1" -c0:base:y:ri -r0/0 -b 0/0/1/1/0/1/1.6.0&lt;BR /&gt;# shutdown -r   &amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt; Not necessary as this will reboot the current partition, and yoyu do not have to do this&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;You then need to go back to the MP, check the new partion is there, and possibly boot this if you have not added the -B option to the parcreate command&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The other way is to use the parmgr GUI, in /opt/parmgr/bin&lt;BR /&gt;&lt;BR /&gt;This provides a nice graphical environment to allow you to do this&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 18 Oct 2004 10:52:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-partitions/m-p/3402458#M201072</guid>
      <dc:creator>melvyn burnard</dc:creator>
      <dc:date>2004-10-18T10:52:39Z</dc:date>
    </item>
  </channel>
</rss>

