<?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: add addtional hd to system. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/add-addtional-hd-to-system/m-p/3119133#M628474</link>
    <description>Emily,&lt;BR /&gt;&lt;BR /&gt;Did you change anything in the /etc/fstab&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 14 Nov 2003 05:02:20 GMT</pubDate>
    <dc:creator>Norman_21</dc:creator>
    <dc:date>2003-11-14T05:02:20Z</dc:date>
    <item>
      <title>add addtional hd to system.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-addtional-hd-to-system/m-p/3119124#M628465</link>
      <description>vg01 in my system is mirrored.&lt;BR /&gt;one /dev/vg01/lovl4 is full, I added two new harddisk, and do the following step.&lt;BR /&gt;# pvcreate -f /dev/rdsk/cxtxdx&lt;BR /&gt;# vgextend vg01 /dev/dsk/cxtxdx&lt;BR /&gt;# lvextend -L xx /dev/vg01/lovl4&lt;BR /&gt;  /dev/dsk/cxtxdx&lt;BR /&gt;But it say the physical size is not enough.&lt;BR /&gt;I am sure -L xx size does excess the physical size, and vgdisplay can show the additional disk has been added.&lt;BR /&gt;&lt;BR /&gt;What's wrong? Do i need to deactive the vg01, or need to umount all the lvm in vg01, before I do all these?</description>
      <pubDate>Fri, 14 Nov 2003 03:52:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-addtional-hd-to-system/m-p/3119124#M628465</guid>
      <dc:creator>emily_3</dc:creator>
      <dc:date>2003-11-14T03:52:04Z</dc:date>
    </item>
    <item>
      <title>Re: add addtional hd to system.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-addtional-hd-to-system/m-p/3119125#M628466</link>
      <description>Emily,&lt;BR /&gt;&lt;BR /&gt;for the lvextend you do not deactivate the vg.&lt;BR /&gt; &lt;BR /&gt;However, if yo do not have "Advanced OnlineJFS" you will have to umount the filesystem and run extendfs (instead of fsadm) to actually increase the filesystem size) - ignore that if you are using this as a raw volume.&lt;BR /&gt; &lt;BR /&gt;Now as to your problem, do an lvdisplay and check the Allocation policy for that lvol. If it is e.g. contiguous, this would be a problem, but I guess you get a different message then. If it is PVG strict mirrored, you will have to add the new disks into /etc/lvmpvg (you can edit this text file manually) so that each physical volume group has one of the new disks.&lt;BR /&gt; &lt;BR /&gt;I guess you are aware that after -L you specify the new *total* lvol size in MB, not the additional size.&lt;BR /&gt; &lt;BR /&gt;HTH&lt;BR /&gt;Regards,&lt;BR /&gt;Bernhard</description>
      <pubDate>Fri, 14 Nov 2003 04:04:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-addtional-hd-to-system/m-p/3119125#M628466</guid>
      <dc:creator>Bernhard Mueller</dc:creator>
      <dc:date>2003-11-14T04:04:30Z</dc:date>
    </item>
    <item>
      <title>Re: add addtional hd to system.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-addtional-hd-to-system/m-p/3119126#M628467</link>
      <description>Hi Emily,&lt;BR /&gt;&lt;BR /&gt;Yes, umount the filesystem &lt;BR /&gt;# lvextend -L xx /dev/vg01/lovl4&lt;BR /&gt;# extendfs /dev/vg01/rlovl4&lt;BR /&gt;mount the filesystem&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Fri, 14 Nov 2003 04:06:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-addtional-hd-to-system/m-p/3119126#M628467</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2003-11-14T04:06:13Z</dc:date>
    </item>
    <item>
      <title>Re: add addtional hd to system.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-addtional-hd-to-system/m-p/3119127#M628468</link>
      <description>hi Emily,&lt;BR /&gt;&lt;BR /&gt;If you have Online JFS installed on your system then you need not umount the filesystem for extending the LV.&lt;BR /&gt;Can you attach the o/p of vgdisplay and the value of -L xx which you are specifying.&lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;aparna</description>
      <pubDate>Fri, 14 Nov 2003 04:10:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-addtional-hd-to-system/m-p/3119127#M628468</guid>
      <dc:creator>aparna challagulla</dc:creator>
      <dc:date>2003-11-14T04:10:52Z</dc:date>
    </item>
    <item>
      <title>Re: add addtional hd to system.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-addtional-hd-to-system/m-p/3119128#M628469</link>
      <description>&lt;BR /&gt;Thanks for your reply.&lt;BR /&gt;The following is the message of this lvm. It seems ok, so i tried to edit /etc/lvmpvg. But my server don't have this file. don't know why?&lt;BR /&gt;&lt;BR /&gt;--- Logical volumes ---&lt;BR /&gt;LV Name                     /dev/vg01/lvol4&lt;BR /&gt;VG Name                     /dev/vg01&lt;BR /&gt;LV Permission               read/write&lt;BR /&gt;LV Status                   available/syncd&lt;BR /&gt;Mirror copies               1&lt;BR /&gt;Consistency Recovery        MWC&lt;BR /&gt;Schedule                    parallel&lt;BR /&gt;LV Size (Mbytes)            55896&lt;BR /&gt;Current LE                  6987&lt;BR /&gt;Allocated PE                13974&lt;BR /&gt;Stripes                     0&lt;BR /&gt;Stripe Size (Kbytes)        0&lt;BR /&gt;Bad block                   on&lt;BR /&gt;Allocation                  strict&lt;BR /&gt;IO Timeout (Seconds)        default&lt;BR /&gt;&lt;BR /&gt;   --- Distribution of logical volume ---&lt;BR /&gt;   PV Name            LE on PV  PE on PV&lt;BR /&gt;   /dev/dsk/c6t0d0    6987      6987&lt;BR /&gt;   /dev/dsk/c7t8d0    6987      6987</description>
      <pubDate>Fri, 14 Nov 2003 04:20:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-addtional-hd-to-system/m-p/3119128#M628469</guid>
      <dc:creator>emily_3</dc:creator>
      <dc:date>2003-11-14T04:20:38Z</dc:date>
    </item>
    <item>
      <title>Re: add addtional hd to system.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-addtional-hd-to-system/m-p/3119129#M628470</link>
      <description>Hi,&lt;BR /&gt; &lt;BR /&gt;Try with this:&lt;BR /&gt; &lt;BR /&gt;lvextend -L xx /dev/vg01/lvol4 /dev/dsk/disk1 /dev/dsk/disk2&lt;BR /&gt; &lt;BR /&gt;Kind regards,&lt;BR /&gt;Zigor</description>
      <pubDate>Fri, 14 Nov 2003 04:37:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-addtional-hd-to-system/m-p/3119129#M628470</guid>
      <dc:creator>Zigor Buruaga</dc:creator>
      <dc:date>2003-11-14T04:37:13Z</dc:date>
    </item>
    <item>
      <title>Re: add addtional hd to system.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-addtional-hd-to-system/m-p/3119130#M628471</link>
      <description>Hello Emily,&lt;BR /&gt;&lt;BR /&gt;What's the ouput of diskinfo -v /dev/rdsk/cxtxdx&lt;BR /&gt;&lt;BR /&gt;Try to deactivate the volume group and then create the logical volume, reactivate the VG back.&lt;BR /&gt;#vgchange -a n /dev/vg01&lt;BR /&gt;#lvextend -L (size in MB) /dev/vg01/lvol4&lt;BR /&gt;#extendfs -F vxfs /dev/vg01/rlvol4&lt;BR /&gt;#vgchange -a y /dev/vg01&lt;BR /&gt;&lt;BR /&gt;Hope this help&lt;BR /&gt;</description>
      <pubDate>Fri, 14 Nov 2003 04:51:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-addtional-hd-to-system/m-p/3119130#M628471</guid>
      <dc:creator>Norman_21</dc:creator>
      <dc:date>2003-11-14T04:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: add addtional hd to system.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-addtional-hd-to-system/m-p/3119131#M628472</link>
      <description>hello,&lt;BR /&gt;&lt;BR /&gt;  It does work by using the following command.&lt;BR /&gt;#lvextend -L xx /dev/vg01/lvol4 &lt;BR /&gt;/dev/dsk/disk1 /dev/dsk/disk2&lt;BR /&gt;&lt;BR /&gt;And now I am trying to extend the filesytem, but it has taken very long time. I am still waiting for the result. The command I am using is:&lt;BR /&gt;# extendfs -F vxfs /dev/vg01/rlvol4&lt;BR /&gt;&lt;BR /&gt;   If there is anything wrong, pls let me know. Thanks.&lt;BR /&gt;</description>
      <pubDate>Fri, 14 Nov 2003 04:58:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-addtional-hd-to-system/m-p/3119131#M628472</guid>
      <dc:creator>emily_3</dc:creator>
      <dc:date>2003-11-14T04:58:14Z</dc:date>
    </item>
    <item>
      <title>Re: add addtional hd to system.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-addtional-hd-to-system/m-p/3119132#M628473</link>
      <description>Thanks very much.&lt;BR /&gt;&lt;BR /&gt;   I have performed this successfully according to your suggestions.</description>
      <pubDate>Fri, 14 Nov 2003 05:01:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-addtional-hd-to-system/m-p/3119132#M628473</guid>
      <dc:creator>emily_3</dc:creator>
      <dc:date>2003-11-14T05:01:50Z</dc:date>
    </item>
    <item>
      <title>Re: add addtional hd to system.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-addtional-hd-to-system/m-p/3119133#M628474</link>
      <description>Emily,&lt;BR /&gt;&lt;BR /&gt;Did you change anything in the /etc/fstab&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 14 Nov 2003 05:02:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-addtional-hd-to-system/m-p/3119133#M628474</guid>
      <dc:creator>Norman_21</dc:creator>
      <dc:date>2003-11-14T05:02:20Z</dc:date>
    </item>
    <item>
      <title>Re: add addtional hd to system.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-addtional-hd-to-system/m-p/3119134#M628475</link>
      <description>Oops, &lt;BR /&gt;I guess we have posted the last one at the same time!!&lt;BR /&gt;Glad to hear from you it's working!!!</description>
      <pubDate>Fri, 14 Nov 2003 05:03:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-addtional-hd-to-system/m-p/3119134#M628475</guid>
      <dc:creator>Norman_21</dc:creator>
      <dc:date>2003-11-14T05:03:07Z</dc:date>
    </item>
  </channel>
</rss>

