<?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: Adding a new hard disk! in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-new-hard-disk/m-p/2461954#M14422</link>
    <description>Have you considered moving /opt to the new disk and using the space it used in /usr?&lt;BR /&gt;A reorganization of the filesystems and disks would keep you from having to recover or reinstall.</description>
    <pubDate>Mon, 06 Nov 2000 15:40:02 GMT</pubDate>
    <dc:creator>Cheryl Griffin</dc:creator>
    <dc:date>2000-11-06T15:40:02Z</dc:date>
    <item>
      <title>Adding a new hard disk!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-new-hard-disk/m-p/2461951#M14419</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;      I want to add a new 16 GB hard disk to my HP-UX 10.2 (hpk 220 model) . I want to use this hard disk space to extend the logical volume of /opt and /usr . So how do I go abt it????&lt;BR /&gt;&lt;BR /&gt;      Thanks,&lt;BR /&gt;&lt;BR /&gt;             Thanga&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 06 Nov 2000 14:11:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-new-hard-disk/m-p/2461951#M14419</guid>
      <dc:creator>thanga</dc:creator>
      <dc:date>2000-11-06T14:11:15Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a new hard disk!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-new-hard-disk/m-p/2461952#M14420</link>
      <description>You will certainly have a problem whith your "MAX PE PER PV" which is too small for a 16Gb disk.&lt;BR /&gt;&lt;BR /&gt;I suggest you to make a vgextend whith your new disk.&lt;BR /&gt;&lt;BR /&gt;Create a recovery tape (IGNITE) : &lt;BR /&gt;  make_recovery -ACi &lt;BR /&gt;&lt;BR /&gt;Boot from the tape, Ignite menu will appear.&lt;BR /&gt;&lt;BR /&gt;At this point, you can make what you want. Specialy, modify the size of /opt and the MAX_PE_PER_PV value for vg00.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;An other solution is to use ONLINE JFS if you bought it ...&lt;BR /&gt;&lt;BR /&gt;Patrice.</description>
      <pubDate>Mon, 06 Nov 2000 14:20:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-new-hard-disk/m-p/2461952#M14420</guid>
      <dc:creator>MARTINACHE</dc:creator>
      <dc:date>2000-11-06T14:20:04Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a new hard disk!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-new-hard-disk/m-p/2461953#M14421</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;another way is to create a new vg and move /opt /usr to the new location:&lt;BR /&gt;pvcreate /dev/rdsk/cXtXd0&lt;BR /&gt;mkdir /dev/vgXX&lt;BR /&gt;mknod /dev/vgXX/group c 64 0x0X0000&lt;BR /&gt;vgcreate vgXX /dev/dsk/cXtXd0&lt;BR /&gt;lvcreate -L &lt;MB_SIZE&gt; vgXX&lt;BR /&gt;lvcreate -L &lt;MB_SIZE&gt; vgXX&lt;BR /&gt;newfs -F vxfs /dev/vgXX/rlovl1&lt;BR /&gt;newfs -F vxfs /dev/vgXX/rlvol2&lt;BR /&gt;mkdir /newopt&lt;BR /&gt;mkdir /newusr&lt;BR /&gt;mount /dev/vgXX/lvol1 /newopt&lt;BR /&gt;mount /dev/vgXX/lvol2 /newusr&lt;BR /&gt;cd /opt&lt;BR /&gt;find . -depth |cpio -pmdv /newopt&lt;BR /&gt;cd /usr&lt;BR /&gt;find . -depth |cpio -pmdv /newusr&lt;BR /&gt;Change in /etc/fstab:&lt;BR /&gt;/dev/vg00/lvol6 /opt vxfs delaylog 0 2&lt;BR /&gt;/dev/vg00/lvol7 /usr vxfs delaylog 0 2&lt;BR /&gt;TO&lt;BR /&gt;/dev/vgXX/lvol1 /opt vxfs delaylog 0 2&lt;BR /&gt;/dev/vgXX/lvol2 /usr vxfs delaylog 0 2&lt;BR /&gt;Then reboot&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;/MB_SIZE&gt;&lt;/MB_SIZE&gt;</description>
      <pubDate>Mon, 06 Nov 2000 14:31:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-new-hard-disk/m-p/2461953#M14421</guid>
      <dc:creator>Andreas Voss</dc:creator>
      <dc:date>2000-11-06T14:31:56Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a new hard disk!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-new-hard-disk/m-p/2461954#M14422</link>
      <description>Have you considered moving /opt to the new disk and using the space it used in /usr?&lt;BR /&gt;A reorganization of the filesystems and disks would keep you from having to recover or reinstall.</description>
      <pubDate>Mon, 06 Nov 2000 15:40:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-new-hard-disk/m-p/2461954#M14422</guid>
      <dc:creator>Cheryl Griffin</dc:creator>
      <dc:date>2000-11-06T15:40:02Z</dc:date>
    </item>
  </channel>
</rss>

