<?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 Creating a volume group .... in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-a-volume-group/m-p/3933940#M287796</link>
    <description>Hi ..&lt;BR /&gt;i need to create a vg ... how can i do that?&lt;BR /&gt;after that&lt;BR /&gt;i need to create lv's ...how can i do that?&lt;BR /&gt;after that&lt;BR /&gt;i need to activate vg's and lv's .. how can i do that?&lt;BR /&gt;&lt;BR /&gt;and after that&lt;BR /&gt;how can i mount all that lv's?&lt;BR /&gt;&lt;BR /&gt;Regards.</description>
    <pubDate>Sun, 28 Jan 2007 18:44:11 GMT</pubDate>
    <dc:creator>Manuales</dc:creator>
    <dc:date>2007-01-28T18:44:11Z</dc:date>
    <item>
      <title>Creating a volume group ....</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-a-volume-group/m-p/3933940#M287796</link>
      <description>Hi ..&lt;BR /&gt;i need to create a vg ... how can i do that?&lt;BR /&gt;after that&lt;BR /&gt;i need to create lv's ...how can i do that?&lt;BR /&gt;after that&lt;BR /&gt;i need to activate vg's and lv's .. how can i do that?&lt;BR /&gt;&lt;BR /&gt;and after that&lt;BR /&gt;how can i mount all that lv's?&lt;BR /&gt;&lt;BR /&gt;Regards.</description>
      <pubDate>Sun, 28 Jan 2007 18:44:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-a-volume-group/m-p/3933940#M287796</guid>
      <dc:creator>Manuales</dc:creator>
      <dc:date>2007-01-28T18:44:11Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a volume group ....</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-a-volume-group/m-p/3933941#M287797</link>
      <description>Read the documentation.&lt;BR /&gt;&lt;BR /&gt;To create a VG use the command vgcreate&lt;BR /&gt;&lt;BR /&gt;To create an LV use the command lvcreate&lt;BR /&gt;&lt;BR /&gt;To activate a VG use the command vgchange&lt;BR /&gt;&lt;BR /&gt;To mount the first time use the command mount&lt;BR /&gt;To mount when the system reboots you must modify /etc/fstab.&lt;BR /&gt;&lt;BR /&gt;Each of those commands has a man page that you should review.&lt;BR /&gt;&lt;BR /&gt;Other useful documentation is available here:&lt;BR /&gt;&lt;BR /&gt;From the "Managing Systems and Workgroups: A Guide for HP-UX System Administrators" manual available here:&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-90950/index.html" target="_blank"&gt;http://docs.hp.com/en/B2355-90950/index.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Have a look at "Chapter 6 Administering a System: Managing Disks and Files":&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-90950/ch06.html" target="_blank"&gt;http://docs.hp.com/en/B2355-90950/ch06.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If you would rather have the manual in a PDF file:&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-90950/B2355-90950.pdf" target="_blank"&gt;http://docs.hp.com/en/B2355-90950/B2355-90950.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 28 Jan 2007 19:20:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-a-volume-group/m-p/3933941#M287797</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2007-01-28T19:20:32Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a volume group ....</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-a-volume-group/m-p/3933942#M287798</link>
      <description>how can i see free space on disk?&lt;BR /&gt;&lt;BR /&gt;for using vgcreate .. how can i know if some disk is free for being used?&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Sun, 28 Jan 2007 19:25:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-a-volume-group/m-p/3933942#M287798</guid>
      <dc:creator>Manuales</dc:creator>
      <dc:date>2007-01-28T19:25:51Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a volume group ....</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-a-volume-group/m-p/3933943#M287799</link>
      <description>Hi Manuales:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; how can i see free space on disk?&lt;BR /&gt;&lt;BR /&gt;You can use 'vgdisplay vgname' to determine the in-use (allocated) and free disk extents available in a volume group. A 'pvdisplay /dev/dsk/cXtYdz' shows the allocated and free extents on a physical volume.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; for using vgcreate .. how can i know if some disk is free for being used?&lt;BR /&gt;&lt;BR /&gt;You cannot execute 'vgcreate' using a physical disk that is already a part of a volume group.  Physical disk that are part of a volume group are recorded in '/etc/lvmtab'.  The absence of a physical disk from '/etc/lvmtab' or from the devices listed when doing 'vgdisplay -v' *_may_* mean that the physical disk is free to use.  Only good documentation guarantees that the disk is truly re-usable, though, since the physical disk may be being used as a raw device or it may have been 'vgexport'ed, thereby removing it from a volume group recorded in the '/etc/lvmtab'.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Sun, 28 Jan 2007 20:44:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-a-volume-group/m-p/3933943#M287799</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2007-01-28T20:44:20Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a volume group ....</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-a-volume-group/m-p/3933944#M287800</link>
      <description>Hi Manuales,&lt;BR /&gt;Here are some useful docs...&lt;BR /&gt;Good Luck,</description>
      <pubDate>Tue, 30 Jan 2007 03:57:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-a-volume-group/m-p/3933944#M287800</guid>
      <dc:creator>Cem Tugrul</dc:creator>
      <dc:date>2007-01-30T03:57:21Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a volume group ....</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-a-volume-group/m-p/3933945#M287801</link>
      <description>another doc..&lt;BR /&gt;Good luck,</description>
      <pubDate>Tue, 30 Jan 2007 04:08:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-a-volume-group/m-p/3933945#M287801</guid>
      <dc:creator>Cem Tugrul</dc:creator>
      <dc:date>2007-01-30T04:08:18Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a volume group ....</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-a-volume-group/m-p/3933946#M287802</link>
      <description>hi manuales,&lt;BR /&gt;&lt;BR /&gt;If you are not at ease with the command line options, i would prefer to use SAM instead.&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj</description>
      <pubDate>Tue, 30 Jan 2007 07:57:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-a-volume-group/m-p/3933946#M287802</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2007-01-30T07:57:53Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a volume group ....</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-a-volume-group/m-p/3933947#M287803</link>
      <description>lvmtab is a binary file - therefore use strings to look at it - never edit it with vi:&lt;BR /&gt;&lt;BR /&gt;strings /etc/lvmtab |grep cXtXdX&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;strings /etc/lvmtab &amp;gt; /tmp/lvmtab.out&lt;BR /&gt;&lt;BR /&gt;Then view or more /tmp/lvmtab.out and look for cXtXdX disk&lt;BR /&gt;&lt;BR /&gt;Another way (if all vg's are activated):&lt;BR /&gt;&lt;BR /&gt;vgdisplay -v |grep cXtXdX&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Tue, 30 Jan 2007 08:32:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-a-volume-group/m-p/3933947#M287803</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2007-01-30T08:32:04Z</dc:date>
    </item>
  </channel>
</rss>

