<?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: LVM? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm/m-p/3015124#M632986</link>
    <description>Its a raw device until you put a filesystem on it.&lt;BR /&gt;&lt;BR /&gt;the newfs command followed by a mount command makes it a regular filesystem.&lt;BR /&gt;&lt;BR /&gt;It doesn't have anything of use on it, but its a raw device.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Thu, 03 Jul 2003 19:54:18 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2003-07-03T19:54:18Z</dc:date>
    <item>
      <title>LVM?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm/m-p/3015119#M632981</link>
      <description>Which is the difference between 1 and 2.&lt;BR /&gt;&lt;BR /&gt;1.&lt;BR /&gt;lvcreate -L 100 -n lvol10 /dev/vg00&lt;BR /&gt;mount /dev/vg00/lvol10 /tets&lt;BR /&gt;&lt;BR /&gt;2.&lt;BR /&gt;lvcreate -L 100 -n lvol10 /dev/vg00&lt;BR /&gt;newfs -F vxfs /dev/vg00/rlvol10&lt;BR /&gt;mount /dev/vg00/lvol10 /tets&lt;BR /&gt;&lt;BR /&gt;And how can I see if a logical volume is raw evice?&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 03 Jul 2003 18:48:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm/m-p/3015119#M632981</guid>
      <dc:creator>castro_2</dc:creator>
      <dc:date>2003-07-03T18:48:13Z</dc:date>
    </item>
    <item>
      <title>Re: LVM?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm/m-p/3015120#M632982</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;After you create a logical volume you will have to create a filesystem on it using the newfs command.&lt;BR /&gt;&lt;BR /&gt;Before creating the newfs command the filesystem is raw. After you execute the newfs command it gets cooked ....ready to use!!! After that you mount the filesystem.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Piyush</description>
      <pubDate>Thu, 03 Jul 2003 18:51:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm/m-p/3015120#M632982</guid>
      <dc:creator>PIYUSH D. PATEL</dc:creator>
      <dc:date>2003-07-03T18:51:48Z</dc:date>
    </item>
    <item>
      <title>Re: LVM?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm/m-p/3015121#M632983</link>
      <description>If you are using file system to be mounted on a perticluar lvol then you need to use newfs to create new file system, Till then the created lvol is raw.&lt;BR /&gt;&lt;BR /&gt;You can see in your newfs command , you are using 'r'lvol..rawlvol&lt;BR /&gt;-USA..</description>
      <pubDate>Thu, 03 Jul 2003 18:58:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm/m-p/3015121#M632983</guid>
      <dc:creator>Uday_S_Ankolekar</dc:creator>
      <dc:date>2003-07-03T18:58:31Z</dc:date>
    </item>
    <item>
      <title>Re: LVM?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm/m-p/3015122#M632984</link>
      <description>In your first example, the mount command will fail because there is not yet an existing filesystem.&lt;BR /&gt;&lt;BR /&gt;By definition, EVERY logical volume IS A RAW DEVICE; in fact, every LVOL is TWO raw devices - a character device rlvol10 which does not use the buffer cache and a block device lvol10 which uses the buffer cache.&lt;BR /&gt;&lt;BR /&gt;The LVOL might also have a filesystem on it. Use bdf and swapinfo to see the LVOL's currently in use.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Jul 2003 19:06:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm/m-p/3015122#M632984</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2003-07-03T19:06:52Z</dc:date>
    </item>
    <item>
      <title>Re: LVM?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm/m-p/3015123#M632985</link>
      <description>Hello!&lt;BR /&gt;&lt;BR /&gt;In the first case after create you couldn't&lt;BR /&gt;made the mount because it will return error&lt;BR /&gt;that no filesystem on the device.&lt;BR /&gt;&lt;BR /&gt;If you use the device as a simple storage&lt;BR /&gt;then you have to create filesystem.&lt;BR /&gt;&lt;BR /&gt;Caeasr</description>
      <pubDate>Thu, 03 Jul 2003 19:20:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm/m-p/3015123#M632985</guid>
      <dc:creator>Caesar_3</dc:creator>
      <dc:date>2003-07-03T19:20:22Z</dc:date>
    </item>
    <item>
      <title>Re: LVM?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm/m-p/3015124#M632986</link>
      <description>Its a raw device until you put a filesystem on it.&lt;BR /&gt;&lt;BR /&gt;the newfs command followed by a mount command makes it a regular filesystem.&lt;BR /&gt;&lt;BR /&gt;It doesn't have anything of use on it, but its a raw device.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 03 Jul 2003 19:54:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm/m-p/3015124#M632986</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-07-03T19:54:18Z</dc:date>
    </item>
    <item>
      <title>Re: LVM?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm/m-p/3015125#M632987</link>
      <description>All logical volumes are 'raw' until it/they are mounted. (must have the newfs command used)&lt;BR /&gt;&lt;BR /&gt;Raw logical volumes are used by databases, and these could be any type. We use Informix (on some systems) and we have thousands of them, where a tables from the database are assigned to logical volume space. If you have a DBA, he/she could explain further.&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Jul 2003 20:35:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm/m-p/3015125#M632987</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2003-07-03T20:35:50Z</dc:date>
    </item>
    <item>
      <title>Re: LVM?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm/m-p/3015126#M632988</link>
      <description>Hi Castro,&lt;BR /&gt;&lt;BR /&gt;1. You have create a 100 MB logical volume which create 2 device files lvol10( block) and rlvol10( character or raw device). Both are raw device till now and are not ready for use.&lt;BR /&gt;When you execute the mount command, it will fail.&lt;BR /&gt;&lt;BR /&gt;You can use this device without creating filesystem for some database like Informix. This device can be used for informix chunk.&lt;BR /&gt;&lt;BR /&gt;2. Same as above but here you have created a filesystem and ready to mount and use it.&lt;BR /&gt;&lt;BR /&gt;rlvol10 is a raw device even if you have a filesystem on lvol10.&lt;BR /&gt;&lt;BR /&gt;hth.</description>
      <pubDate>Fri, 04 Jul 2003 01:14:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm/m-p/3015126#M632988</guid>
      <dc:creator>Sanjiv Sharma_1</dc:creator>
      <dc:date>2003-07-04T01:14:39Z</dc:date>
    </item>
    <item>
      <title>Re: LVM?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm/m-p/3015127#M632989</link>
      <description>Hi Castro,&lt;BR /&gt;&lt;BR /&gt;The other replies have answered your first question regarding the difference between the two command sets, so I won't repeat this information.&lt;BR /&gt;&lt;BR /&gt;For "how can I see if a logical volume is a raw device?", try:&lt;BR /&gt;&lt;BR /&gt;$ fstyp /dev/vg00/lvolX&lt;BR /&gt;&lt;BR /&gt;If the volume is raw (i.e. unformatted), you will receive the following output:&lt;BR /&gt;unknown_fstyp (no matches)&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;&lt;BR /&gt;Ollie.</description>
      <pubDate>Fri, 04 Jul 2003 04:47:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm/m-p/3015127#M632989</guid>
      <dc:creator>Ollie R</dc:creator>
      <dc:date>2003-07-04T04:47:47Z</dc:date>
    </item>
    <item>
      <title>Re: LVM?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm/m-p/3015128#M632990</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;In 1 and 2 step there is one mejor difference is that in 1 step u not written filesystem and in 2 step u written file system&lt;BR /&gt;&lt;BR /&gt;To access any logical u should write the file system&lt;BR /&gt;&lt;BR /&gt;In 1st step without writting file system u try to mount &lt;BR /&gt;&lt;BR /&gt;u wan't be able to accss that logical volume&lt;BR /&gt;&lt;BR /&gt;If u want check the whether the file system written or not logical volume &lt;BR /&gt;&lt;BR /&gt;use the fstyp &lt;LOGICAL volume="" name=""&gt; command&lt;/LOGICAL&gt;</description>
      <pubDate>Sat, 05 Jul 2003 07:45:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm/m-p/3015128#M632990</guid>
      <dc:creator>Suresh Patoria</dc:creator>
      <dc:date>2003-07-05T07:45:36Z</dc:date>
    </item>
  </channel>
</rss>

