<?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: extend mirrored /var /usr mount points in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-mirrored-var-usr-mount-points/m-p/3465847#M210864</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If the disks are mirrored, and if you extend the lvol, mirrored disks also extend automatically&lt;BR /&gt;&lt;BR /&gt;#lvextend -L &lt;SIZE in="" mb=""&gt; /dev/vgxx/lvolx&lt;BR /&gt;#extendfs -F vxfs /dev/vgxx/rlvolxx&lt;/SIZE&gt;</description>
    <pubDate>Wed, 19 Jan 2005 01:53:08 GMT</pubDate>
    <dc:creator>Ravi_8</dc:creator>
    <dc:date>2005-01-19T01:53:08Z</dc:date>
    <item>
      <title>extend mirrored /var /usr mount points</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-mirrored-var-usr-mount-points/m-p/3465843#M210860</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have a mirrored (2) disks for vg00. i want to extend size of /var and /usr.&lt;BR /&gt;&lt;BR /&gt;Is it straight vgextend and extendfs. I am not using online JFS.&lt;BR /&gt;&lt;BR /&gt;Does the mirrored disks also extended automatically ?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Tue, 18 Jan 2005 16:52:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-mirrored-var-usr-mount-points/m-p/3465843#M210860</guid>
      <dc:creator>Vaish Raj</dc:creator>
      <dc:date>2005-01-18T16:52:09Z</dc:date>
    </item>
    <item>
      <title>Re: extend mirrored /var /usr mount points</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-mirrored-var-usr-mount-points/m-p/3465844#M210861</link>
      <description>Vgextend adds disks. The mirroring is done at the LVOL level and yes, the mirrors are extended automatically.&lt;BR /&gt;&lt;BR /&gt;The steps you need to follow are (after booting in single-user mode):&lt;BR /&gt;&lt;BR /&gt;lvextend -L xxxx /dev/vg00/lvol7&lt;BR /&gt;extendfs -F vxfs /dev/vg00/rlvol7&lt;BR /&gt;&lt;BR /&gt;Man lvextend, extendfs_vxfs for details.&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Jan 2005 17:04:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-mirrored-var-usr-mount-points/m-p/3465844#M210861</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2005-01-18T17:04:09Z</dc:date>
    </item>
    <item>
      <title>Re: extend mirrored /var /usr mount points</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-mirrored-var-usr-mount-points/m-p/3465845#M210862</link>
      <description>Also note that since this is vg00 and you don't have Online JFS you will have to shut it down to LVM maintence mode. &lt;BR /&gt;&lt;BR /&gt;Shut the system down and interrupt the reboot. Tell it to boot from the primary as normal but answer yes to "Interact with ISL" at the ISL prompt enter: hpux -lm (that is hpux -ell m or lower case L and M )</description>
      <pubDate>Tue, 18 Jan 2005 17:19:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-mirrored-var-usr-mount-points/m-p/3465845#M210862</guid>
      <dc:creator>John Dvorchak</dc:creator>
      <dc:date>2005-01-18T17:19:53Z</dc:date>
    </item>
    <item>
      <title>Re: extend mirrored /var /usr mount points</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-mirrored-var-usr-mount-points/m-p/3465846#M210863</link>
      <description>Hi Vaish Rai&lt;BR /&gt;&lt;BR /&gt;If you don have Online-JFS, you must do it in single mode!&lt;BR /&gt;First, check for the vg00 : How many free disk size? If there is enough space to extend, you can extend these system mount point. Do not warry any more when extend.&lt;BR /&gt;But if you insert more disk in vg00 and these system mount point are mirrored, you have to take care.&lt;BR /&gt;It depend on the LV's policy.&lt;BR /&gt;If the lv's Allocation  is "Strict": Error happen (on this case, you must have 2 pv to extend...) the other side you can extend.....&lt;BR /&gt;&lt;BR /&gt;Anyway, if you have enough free space in vg00, you can extend (but in single user mode with lvextend, extendfs commands)&lt;BR /&gt;&lt;BR /&gt;Goodluck to you&lt;BR /&gt;Regard,&lt;BR /&gt;HoangChiCong</description>
      <pubDate>Wed, 19 Jan 2005 01:47:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-mirrored-var-usr-mount-points/m-p/3465846#M210863</guid>
      <dc:creator>Hoang Chi Cong_1</dc:creator>
      <dc:date>2005-01-19T01:47:03Z</dc:date>
    </item>
    <item>
      <title>Re: extend mirrored /var /usr mount points</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-mirrored-var-usr-mount-points/m-p/3465847#M210864</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If the disks are mirrored, and if you extend the lvol, mirrored disks also extend automatically&lt;BR /&gt;&lt;BR /&gt;#lvextend -L &lt;SIZE in="" mb=""&gt; /dev/vgxx/lvolx&lt;BR /&gt;#extendfs -F vxfs /dev/vgxx/rlvolxx&lt;/SIZE&gt;</description>
      <pubDate>Wed, 19 Jan 2005 01:53:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-mirrored-var-usr-mount-points/m-p/3465847#M210864</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2005-01-19T01:53:08Z</dc:date>
    </item>
    <item>
      <title>Re: extend mirrored /var /usr mount points</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-mirrored-var-usr-mount-points/m-p/3465848#M210865</link>
      <description>hi,&lt;BR /&gt;see jimkerry's answer.i think almost the /usr  and /var will be having strict allocation policy.if free space is not there move some lvols to another disk and try.&lt;BR /&gt;&lt;BR /&gt;you have to reboot in single user mode. since /usr has also to be extended you have to give full path of command&lt;BR /&gt;&lt;BR /&gt;/sbin/lvextend /dev/vg00/lvolXX&lt;BR /&gt;/sbin/extendfs /dev/vg00/lvolXX&lt;BR /&gt;&lt;BR /&gt;if enough space is there on both disks(provided strict allocation) mirror also will get extended automatically.&lt;BR /&gt;&lt;BR /&gt;regds,&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Jan 2005 02:06:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-mirrored-var-usr-mount-points/m-p/3465848#M210865</guid>
      <dc:creator>bhavin asokan</dc:creator>
      <dc:date>2005-01-19T02:06:36Z</dc:date>
    </item>
    <item>
      <title>Re: extend mirrored /var /usr mount points</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-mirrored-var-usr-mount-points/m-p/3465849#M210866</link>
      <description>Hi all&lt;BR /&gt;Thanks bhavin asokan to confirm my answer :)&lt;BR /&gt;&lt;BR /&gt;Vaish Raj:&lt;BR /&gt;You have to be careful: the command is lvextend...NOT vgextend as you said.....&lt;BR /&gt;&lt;BR /&gt;Normally,  usually /dev/vg00/lvol8 mount on /var&lt;BR /&gt;and /dev/vg00/lvol7 mount on /usr&lt;BR /&gt;&lt;BR /&gt;Goodluck to you&lt;BR /&gt;Regard,&lt;BR /&gt;HoangChiCong&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Jan 2005 04:26:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-mirrored-var-usr-mount-points/m-p/3465849#M210866</guid>
      <dc:creator>Hoang Chi Cong_1</dc:creator>
      <dc:date>2005-01-19T04:26:53Z</dc:date>
    </item>
  </channel>
</rss>

