<?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: Logical Volume in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/logical-volume/m-p/3576636#M623192</link>
    <description>Pete,&lt;BR /&gt;&lt;BR /&gt;When I go to /dev/vg01 and do an "ll fy*" all 6 of the LV are listed:&lt;BR /&gt;&lt;BR /&gt;root: /dev/vg01 ==&amp;gt; ll fy*&lt;BR /&gt;brw-r-----   1 root       sys         64 0x01000c May  9  2000 fy94&lt;BR /&gt;brw-r-----   1 root       sys         64 0x01000d May  9  2000 fy95&lt;BR /&gt;brw-r-----   1 root       sys         64 0x01000e May  9  2000 fy96&lt;BR /&gt;brw-r-----   1 root       sys         64 0x01000f May  9  2000 fy97&lt;BR /&gt;brw-r-----   1 root       sys         64 0x010010 May  9  2000 fy98&lt;BR /&gt;brw-r-----   1 root       sys         64 0x010011 May  9  2000 fy99&lt;BR /&gt;root: /dev/vg01 ==&amp;gt; &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;When I do an "ll" I see the rfy94 - rfy99 files too:&lt;BR /&gt;&lt;BR /&gt;crw-r-----   1 root       sys         64 0x01000c May  9  2000 rfy94&lt;BR /&gt;crw-r-----   1 root       sys         64 0x01000d May  9  2000 rfy95&lt;BR /&gt;crw-r-----   1 root       sys         64 0x01000e May  9  2000 rfy96&lt;BR /&gt;crw-r-----   1 root       sys         64 0x01000f May  9  2000 rfy97&lt;BR /&gt;crw-r-----   1 root       sys         64 0x010010 May  9  2000 rfy98&lt;BR /&gt;crw-r-----   1 root       sys         64 0x010011 May  9  2000 rfy99&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;It is my understanding that the LV's had been created in May 2000 but now they do not work.  These LV's contain end of year information that my company wants to keep. This is the only reason I am trying to save them.&lt;BR /&gt;</description>
    <pubDate>Wed, 06 Jul 2005 12:14:03 GMT</pubDate>
    <dc:creator>Jeffrey F. Goldsmith</dc:creator>
    <dc:date>2005-07-06T12:14:03Z</dc:date>
    <item>
      <title>Logical Volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/logical-volume/m-p/3576625#M623181</link>
      <description>I have a question about Logical Volumes.  Is there a way to see how a LV was created?  I have 6 LV's on my server and when I look at them with SAM I see that they are part of vg01 and it is unused.  How can I mount this LV to see if there is anything in it?&lt;BR /&gt;&lt;BR /&gt;Thanks for the help</description>
      <pubDate>Tue, 05 Jul 2005 18:49:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/logical-volume/m-p/3576625#M623181</guid>
      <dc:creator>Jeffrey F. Goldsmith</dc:creator>
      <dc:date>2005-07-05T18:49:51Z</dc:date>
    </item>
    <item>
      <title>Re: Logical Volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/logical-volume/m-p/3576626#M623182</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;First find out the current state of the VG by vgdisplay command. Do "vgdisplay -v /dev/vg00"&lt;BR /&gt;It will give you a detailed information about the VG , LVOLs in that VG &amp;amp; the Physical Volumes on which that VG exists.&lt;BR /&gt;&lt;BR /&gt;A more detailed information about the LVOL's can be found by "lvdisplay -v /dev/vg01/lvol*" command. A LVOL always do not contain a file system &amp;amp; can be used as raw or swap device as well. If it has file system &amp;amp; that is mounted it will be listed in "bdf" output. Swaps will be listed in "swapinfo -atm" otherwise if the VG is in use with raw file systems you need to know from your applications.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Devender</description>
      <pubDate>Tue, 05 Jul 2005 19:01:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/logical-volume/m-p/3576626#M623182</guid>
      <dc:creator>Devender Khatana</dc:creator>
      <dc:date>2005-07-05T19:01:35Z</dc:date>
    </item>
    <item>
      <title>Re: Logical Volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/logical-volume/m-p/3576627#M623183</link>
      <description>I checked the vg01 with vgdisplay and saw the lv's in question.  Here is what one of them looks like:&lt;BR /&gt;&lt;BR /&gt; LV Name                     /dev/vg01/fy99&lt;BR /&gt;   LV Status                   available/syncd           &lt;BR /&gt;   LV Size (Mbytes)            100             &lt;BR /&gt;   Current LE                  25        &lt;BR /&gt;   Allocated PE                25          &lt;BR /&gt;   Used PV                     1       &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;When I did an lvdisplay this is the information it gave me:&lt;BR /&gt;&lt;BR /&gt;root: / ==&amp;gt; lvdisplay -v /dev/vg01/fy99&lt;BR /&gt;--- Logical volumes ---&lt;BR /&gt;LV Name                     /dev/vg01/fy99&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               0            &lt;BR /&gt;Consistency Recovery        MWC                 &lt;BR /&gt;Schedule                    parallel     &lt;BR /&gt;LV Size (Mbytes)            100             &lt;BR /&gt;Current LE                  25        &lt;BR /&gt;Allocated PE                25          &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/c4t0d0    25        25        &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;How do I mount this so I can see if it has the information I need?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 05 Jul 2005 19:26:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/logical-volume/m-p/3576627#M623183</guid>
      <dc:creator>Jeffrey F. Goldsmith</dc:creator>
      <dc:date>2005-07-05T19:26:52Z</dc:date>
    </item>
    <item>
      <title>Re: Logical Volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/logical-volume/m-p/3576628#M623184</link>
      <description>hi jeffrey,&lt;BR /&gt;&lt;BR /&gt;think u really need someone with basic (or enough) knowledge of LVM to help u. in fact, i think u need someone who knows HP-UX, but never mind.&lt;BR /&gt;&lt;BR /&gt;for logical volume, use lvdisplay command to view the status of each volume group:&lt;BR /&gt;&lt;BR /&gt;# lvdisplay /dev/vgXX/lvol##&lt;BR /&gt;e.g. lvdisplay /dev/vg01/fy99&lt;BR /&gt;&lt;BR /&gt;for volume group, use vgdisplay (-v option for more detail) command to view the logical volumes in that group:&lt;BR /&gt;&lt;BR /&gt;# vgdisplay -v /dev/vgXX&lt;BR /&gt;e.g. vgdisplay -v /dev/vg00&lt;BR /&gt;&lt;BR /&gt;to mount the logical volume (or file system):&lt;BR /&gt;&lt;BR /&gt;# mount /dev/vgXX/lvol## &lt;MOUNT point=""&gt;&lt;BR /&gt;e.g. # mount /dev/vg00/lvol4 /home&lt;BR /&gt;&lt;BR /&gt;if there is any residing mount point (which is commented off) and created in /etc/fstab , u may mount onto that, provided the directory is still there, else create one.&lt;BR /&gt;&lt;BR /&gt;e.g. # mount /dev/vg01/fy99 /staging&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;just in case, u happen to be taking over from someone, a very good guide from docs.hp.com:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.docs.hp.com/en/5990-8172/index.html" target="_blank"&gt;http://www.docs.hp.com/en/5990-8172/index.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;also, visit each man page for the commands.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards.&lt;BR /&gt;(p.s. please remember to assign points.)&lt;/MOUNT&gt;</description>
      <pubDate>Tue, 05 Jul 2005 21:08:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/logical-volume/m-p/3576628#M623184</guid>
      <dc:creator>Joseph Loo</dc:creator>
      <dc:date>2005-07-05T21:08:38Z</dc:date>
    </item>
    <item>
      <title>Re: Logical Volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/logical-volume/m-p/3576629#M623185</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If the file system is there on the LVOL it can be mounted. Use fstyp to determine which file system is contained there in.&lt;BR /&gt;&lt;BR /&gt;#fstype /dev/vg01/fy99&lt;BR /&gt;&lt;BR /&gt;Output should be vxfs or hfs.&lt;BR /&gt;Then create a directory to mount it&lt;BR /&gt;&lt;BR /&gt;#mkdir /fy99&lt;BR /&gt;&lt;BR /&gt;Now mount it mentioning file system type &amp;amp; mount point.&lt;BR /&gt;&lt;BR /&gt;#mount -F vxfs or HFS (output from fstyp) /dev/vg01/fy99 /fy99&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Devender</description>
      <pubDate>Tue, 05 Jul 2005 21:09:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/logical-volume/m-p/3576629#M623185</guid>
      <dc:creator>Devender Khatana</dc:creator>
      <dc:date>2005-07-05T21:09:54Z</dc:date>
    </item>
    <item>
      <title>Re: Logical Volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/logical-volume/m-p/3576630#M623186</link>
      <description>Background information:  I have an L2000 server with HP-UX 11.0 installed.  When I tried the fstype command it didn't work so I did a "root: / findf fstype" and didn't find it on my server.  I tried both commands and here is the results from both:&lt;BR /&gt;&lt;BR /&gt;root: / ==&amp;gt; mount -F vxfs /dev/vg01/fy99 /apps/ifas/admin/fy99&lt;BR /&gt; mount - not a valid vxfs file system&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;root: / ==&amp;gt; mount -F HFS /dev/vg01/fy99 /apps/ifas/admin/fy99 &lt;BR /&gt;mount: HFS : Invalid argument&lt;BR /&gt;usage:  mount [-l][-v|-p]&lt;BR /&gt;        mount [-F FStype][-eQ] -a&lt;BR /&gt;        mount [-F FStype][-eQrV][-o specific_options]&lt;BR /&gt;                { special | directory }&lt;BR /&gt;        mount [-F FStype][-eQrV][-o specific_options]&lt;BR /&gt;                special directory&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Can you tell me what I did wrong?&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Wed, 06 Jul 2005 11:13:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/logical-volume/m-p/3576630#M623186</guid>
      <dc:creator>Jeffrey F. Goldsmith</dc:creator>
      <dc:date>2005-07-06T11:13:07Z</dc:date>
    </item>
    <item>
      <title>Re: Logical Volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/logical-volume/m-p/3576631#M623187</link>
      <description>Joe,&lt;BR /&gt;&lt;BR /&gt;Your information, insulting as it was, didnâ  t help me at all.  As you can see in my first response I do know how to check the LVâ  s.  And yes, I did try to do a mount as you suggested and here is the results.&lt;BR /&gt;&lt;BR /&gt;root: / ==&amp;gt; mount /dev/vg01/fy99 /fy99&lt;BR /&gt;/dev/vg01/fy99: unrecognized file system&lt;BR /&gt;root: / ==&amp;gt;&lt;BR /&gt;&lt;BR /&gt;The reason I am here asking for help is because everything else I tried didn't w</description>
      <pubDate>Wed, 06 Jul 2005 11:21:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/logical-volume/m-p/3576631#M623187</guid>
      <dc:creator>Jeffrey F. Goldsmith</dc:creator>
      <dc:date>2005-07-06T11:21:15Z</dc:date>
    </item>
    <item>
      <title>Re: Logical Volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/logical-volume/m-p/3576632#M623188</link>
      <description>After you have verified the logical volumes are not being used for swap or raw data writes by an application, you COULD use SAM to try to mount the lvols to a temporary ount point.  It will tell you if tere is a file system on it, and ask it tyou want to retain it.  Be sure to read to questions SAM asks carefully........&lt;BR /&gt;&lt;BR /&gt;Dave</description>
      <pubDate>Wed, 06 Jul 2005 11:21:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/logical-volume/m-p/3576632#M623188</guid>
      <dc:creator>DCE</dc:creator>
      <dc:date>2005-07-06T11:21:39Z</dc:date>
    </item>
    <item>
      <title>Re: Logical Volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/logical-volume/m-p/3576633#M623189</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I apologize for the mistake.&lt;BR /&gt;&lt;BR /&gt;It is fstyp &amp;amp; not fstype.&lt;BR /&gt;&amp;amp; is there in both /usr/sbin &amp;amp; sbin.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Devender</description>
      <pubDate>Wed, 06 Jul 2005 11:22:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/logical-volume/m-p/3576633#M623189</guid>
      <dc:creator>Devender Khatana</dc:creator>
      <dc:date>2005-07-06T11:22:10Z</dc:date>
    </item>
    <item>
      <title>Re: Logical Volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/logical-volume/m-p/3576634#M623190</link>
      <description>Devender,&lt;BR /&gt;&lt;BR /&gt;I am not sure who created this LV but there is something wrong with it.  Here is the information from the fstyp command:&lt;BR /&gt;&lt;BR /&gt;root: / ==&amp;gt; fstyp /dev/vg01/fy99&lt;BR /&gt;unknown_fstyp (no matches)&lt;BR /&gt;root: / ==&amp;gt; &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;After talking with my manager I found that this LV was an LV on an older D380 server which had HP-UX 10.2 and was moved over with several other LV when that server was being turned off.&lt;BR /&gt;&lt;BR /&gt;Any iedas as to what I can do to get this LV mounted or get it to a state where I can check to see what kind of files it has?</description>
      <pubDate>Wed, 06 Jul 2005 11:35:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/logical-volume/m-p/3576634#M623190</guid>
      <dc:creator>Jeffrey F. Goldsmith</dc:creator>
      <dc:date>2005-07-06T11:35:01Z</dc:date>
    </item>
    <item>
      <title>Re: Logical Volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/logical-volume/m-p/3576635#M623191</link>
      <description>Jeffrey,&lt;BR /&gt;&lt;BR /&gt;The fact that fstyp returns unknown indicates to me that there never was a file system created on it.  In other words, it was a raw logical volume, typically used for a database.  Without knowing a lot about what the database may have been, you won't be able to check this LV.  You'll just have to assume that whatever was there is no longer valid and go ahead and re-use the space as your needs now require.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 06 Jul 2005 11:40:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/logical-volume/m-p/3576635#M623191</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2005-07-06T11:40:50Z</dc:date>
    </item>
    <item>
      <title>Re: Logical Volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/logical-volume/m-p/3576636#M623192</link>
      <description>Pete,&lt;BR /&gt;&lt;BR /&gt;When I go to /dev/vg01 and do an "ll fy*" all 6 of the LV are listed:&lt;BR /&gt;&lt;BR /&gt;root: /dev/vg01 ==&amp;gt; ll fy*&lt;BR /&gt;brw-r-----   1 root       sys         64 0x01000c May  9  2000 fy94&lt;BR /&gt;brw-r-----   1 root       sys         64 0x01000d May  9  2000 fy95&lt;BR /&gt;brw-r-----   1 root       sys         64 0x01000e May  9  2000 fy96&lt;BR /&gt;brw-r-----   1 root       sys         64 0x01000f May  9  2000 fy97&lt;BR /&gt;brw-r-----   1 root       sys         64 0x010010 May  9  2000 fy98&lt;BR /&gt;brw-r-----   1 root       sys         64 0x010011 May  9  2000 fy99&lt;BR /&gt;root: /dev/vg01 ==&amp;gt; &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;When I do an "ll" I see the rfy94 - rfy99 files too:&lt;BR /&gt;&lt;BR /&gt;crw-r-----   1 root       sys         64 0x01000c May  9  2000 rfy94&lt;BR /&gt;crw-r-----   1 root       sys         64 0x01000d May  9  2000 rfy95&lt;BR /&gt;crw-r-----   1 root       sys         64 0x01000e May  9  2000 rfy96&lt;BR /&gt;crw-r-----   1 root       sys         64 0x01000f May  9  2000 rfy97&lt;BR /&gt;crw-r-----   1 root       sys         64 0x010010 May  9  2000 rfy98&lt;BR /&gt;crw-r-----   1 root       sys         64 0x010011 May  9  2000 rfy99&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;It is my understanding that the LV's had been created in May 2000 but now they do not work.  These LV's contain end of year information that my company wants to keep. This is the only reason I am trying to save them.&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Jul 2005 12:14:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/logical-volume/m-p/3576636#M623192</guid>
      <dc:creator>Jeffrey F. Goldsmith</dc:creator>
      <dc:date>2005-07-06T12:14:03Z</dc:date>
    </item>
    <item>
      <title>Re: Logical Volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/logical-volume/m-p/3576637#M623193</link>
      <description>Jeffrey,&lt;BR /&gt;&lt;BR /&gt;I aggree with Pete that your lvol seems to be used by a database as raw devices. In this event the contents will be of no use if you have not all of your database running which can actually access contents in some meaningful form.&lt;BR /&gt;&lt;BR /&gt;You can start using this as new file system after creating one on this. The above mentioned procedure is enough for that. Just add two more things&lt;BR /&gt;&lt;BR /&gt;#newfs -F vxfs -o largefiles /dev/vg01/fy99&lt;BR /&gt;&lt;BR /&gt;Put an entry in /etc/fstab for auto mount of the file system at system reboots.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Devender</description>
      <pubDate>Wed, 06 Jul 2005 12:19:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/logical-volume/m-p/3576637#M623193</guid>
      <dc:creator>Devender Khatana</dc:creator>
      <dc:date>2005-07-06T12:19:48Z</dc:date>
    </item>
  </channel>
</rss>

