<?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: vxvol in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/vxvol/m-p/4132063#M316336</link>
    <description>Hi Navin,&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;Do i need to break the mirror before doing the above procedure?&lt;BR /&gt;--&lt;BR /&gt;You will not loose any data, in the above procedure you are moving data. I would create a good backup(make_tape_recovery) before you start this procedure.&lt;BR /&gt;&lt;BR /&gt;James has a good point in keeping /var /usr /opt as seperate filesystems for housekeeping purposes. You could start with reducing the size of optvol and in in need remove the optvol and move the optvol data to / root filesystem.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Robert-Jan</description>
    <pubDate>Wed, 23 Jan 2008 19:17:37 GMT</pubDate>
    <dc:creator>Robert-Jan Goossens</dc:creator>
    <dc:date>2008-01-23T19:17:37Z</dc:date>
    <item>
      <title>vxvol</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vxvol/m-p/4132055#M316328</link>
      <description>Hello All,&lt;BR /&gt;I have a question .I have a system has 2 disks.First disk has 6 file systems vxfs on vxvm. And it is mirrored to second disk.&lt;BR /&gt;Now i have to reduce the file system to 5 from 6.that means i would like to create /opt &lt;BR /&gt;on / and get rid of optvol - so that it will free up some space thati can use to extend another filesystem in the same vg00.&lt;BR /&gt;How do i do this .I thought like below.&lt;BR /&gt;&lt;BR /&gt;1) Create /opt on /&lt;BR /&gt;2) Restore /opt data from tape on new created /opt on /&lt;BR /&gt;3) use vea to unmount /opt and remove volume&lt;BR /&gt;4) bdf to see the space free'ed up&lt;BR /&gt;5) use vxresize to entend the volume that needed more space.&lt;BR /&gt;&lt;BR /&gt;Please let me know if i miss anything. Since the opt vol is mirrored - do i need to take any other special steps.please help&lt;BR /&gt;Thanks Much</description>
      <pubDate>Fri, 18 Jan 2008 20:17:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vxvol/m-p/4132055#M316328</guid>
      <dc:creator>navin</dc:creator>
      <dc:date>2008-01-18T20:17:32Z</dc:date>
    </item>
    <item>
      <title>Re: vxvol</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vxvol/m-p/4132056#M316329</link>
      <description>Hi Navin,&lt;BR /&gt;&lt;BR /&gt;Removing /opt online will be not as easy, there will be proccesses running on the /opt filesystem. You can check it with the fuser or lsof command.&lt;BR /&gt;&lt;BR /&gt;# fuser -c /opt&lt;BR /&gt;&lt;BR /&gt;If a reboot is possible, you could copy the opt filesystem to a temp directory in the root(if you have enough space) filesystem.&lt;BR /&gt;&lt;BR /&gt;Stop all applications running on the /opt filesystem or kill the processes.&lt;BR /&gt;&lt;BR /&gt;# mkdir /opt2&lt;BR /&gt;# cd /opt&lt;BR /&gt;# find . | cpio -pcmudv /opt2&lt;BR /&gt;# umount /opt&lt;BR /&gt;edit the /etc/fstab and remove /opt&lt;BR /&gt;# rm -r /opt&lt;BR /&gt;# mv /opt2 /opt      &lt;BR /&gt;# vxvol -g rootdg stop optvol&lt;BR /&gt;# vxedit -g rootdg -r rm optvol&lt;BR /&gt;Reboot or start the applications you have stopped.&lt;BR /&gt;&lt;BR /&gt;You can add the space from the optvol to an other filesystem.&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Fri, 18 Jan 2008 21:27:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vxvol/m-p/4132056#M316329</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2008-01-18T21:27:30Z</dc:date>
    </item>
    <item>
      <title>Re: vxvol</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vxvol/m-p/4132057#M316330</link>
      <description>Thanks for the above procedure. I'm going to do this on a firest disk on the system.It is mirrored to second disk . Do i need to break the mirror before doing the above procedure?&lt;BR /&gt;pls advice</description>
      <pubDate>Wed, 23 Jan 2008 15:34:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vxvol/m-p/4132057#M316330</guid>
      <dc:creator>navin</dc:creator>
      <dc:date>2008-01-23T15:34:01Z</dc:date>
    </item>
    <item>
      <title>Re: vxvol</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vxvol/m-p/4132058#M316331</link>
      <description>I really doubt if you have enough space in / for all data from /opt.&lt;BR /&gt;&lt;BR /&gt;At least on my system I have a total of 200MB for / - but 3GB in /opt.&lt;BR /&gt;&lt;BR /&gt;Run bdf and check.&lt;BR /&gt;&lt;BR /&gt;Anyway, the idea is not the best IMHO.</description>
      <pubDate>Wed, 23 Jan 2008 16:22:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vxvol/m-p/4132058#M316331</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2008-01-23T16:22:15Z</dc:date>
    </item>
    <item>
      <title>Re: vxvol</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vxvol/m-p/4132059#M316332</link>
      <description>I do have plenty of space in / .&lt;BR /&gt;Other than space - why is it not good idea?&lt;BR /&gt;pls advice&lt;BR /&gt;Thanks</description>
      <pubDate>Wed, 23 Jan 2008 16:52:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vxvol/m-p/4132059#M316332</guid>
      <dc:creator>navin</dc:creator>
      <dc:date>2008-01-23T16:52:19Z</dc:date>
    </item>
    <item>
      <title>Re: vxvol</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vxvol/m-p/4132060#M316333</link>
      <description>May we see your "bdf"?&lt;BR /&gt;&lt;BR /&gt;Keep the system clean!&lt;BR /&gt;&lt;BR /&gt;/ is normally static - more or less.&lt;BR /&gt;&lt;BR /&gt;If you put other than the desired data in this volume, there is a good chance to fill it up to 100%. In this case you will have a nice problem ...</description>
      <pubDate>Wed, 23 Jan 2008 17:05:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vxvol/m-p/4132060#M316333</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2008-01-23T17:05:42Z</dc:date>
    </item>
    <item>
      <title>Re: vxvol</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vxvol/m-p/4132061#M316334</link>
      <description>Hi Navin:&lt;BR /&gt;&lt;BR /&gt;The separation of the root filesystem into separate mount points for '/opt', '/var', '/usr', etc. is designed to aid preventing any one directory from growing without bound, eventually filling your boot volume and crashing your system.&lt;BR /&gt;&lt;BR /&gt;Instead of eliminating the '/opt' mountpoint and subsuming it under '/', I'd simply 'fsadm' its size downward and 'lvreduce' or 'vxassist' the associate logical volume to match.  Everything can remain mirrored while you do this.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 23 Jan 2008 17:22:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vxvol/m-p/4132061#M316334</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-01-23T17:22:18Z</dc:date>
    </item>
    <item>
      <title>Re: vxvol</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vxvol/m-p/4132062#M316335</link>
      <description>James ,Thanks much - will u be little more specific - i think this should help me in resolving.&lt;BR /&gt;Also ..if i purchase on line jfs can i shrink my / filesystem online (vxfs+vxvm ) .&lt;BR /&gt;pls advice</description>
      <pubDate>Wed, 23 Jan 2008 19:07:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vxvol/m-p/4132062#M316335</guid>
      <dc:creator>navin</dc:creator>
      <dc:date>2008-01-23T19:07:30Z</dc:date>
    </item>
    <item>
      <title>Re: vxvol</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vxvol/m-p/4132063#M316336</link>
      <description>Hi Navin,&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;Do i need to break the mirror before doing the above procedure?&lt;BR /&gt;--&lt;BR /&gt;You will not loose any data, in the above procedure you are moving data. I would create a good backup(make_tape_recovery) before you start this procedure.&lt;BR /&gt;&lt;BR /&gt;James has a good point in keeping /var /usr /opt as seperate filesystems for housekeeping purposes. You could start with reducing the size of optvol and in in need remove the optvol and move the optvol data to / root filesystem.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Wed, 23 Jan 2008 19:17:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vxvol/m-p/4132063#M316336</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2008-01-23T19:17:37Z</dc:date>
    </item>
  </channel>
</rss>

