<?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 error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-error/m-p/3544815#M223933</link>
    <description>looks like some issue with device file.&lt;BR /&gt;Can you check the device file in /dev/&lt;VOLUME grp="" name=""&gt;/&lt;LVOL name=""&gt;.&lt;BR /&gt;&lt;BR /&gt;Try to see whether the lvol is shown in vgdisplay.&lt;BR /&gt;&lt;BR /&gt;vgdisplay -v /dev/&lt;VOLUME grp="" name=""&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Sudeesh&lt;/VOLUME&gt;&lt;/LVOL&gt;&lt;/VOLUME&gt;</description>
    <pubDate>Sun, 15 May 2005 08:39:22 GMT</pubDate>
    <dc:creator>Sudeesh</dc:creator>
    <dc:date>2005-05-15T08:39:22Z</dc:date>
    <item>
      <title>lvm error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-error/m-p/3544814#M223932</link>
      <description>I am currently getting the following error when trying to run a newfs on a logical volume that has been created&lt;BR /&gt;Device name cannot determine name of device major number minor number</description>
      <pubDate>Sun, 15 May 2005 08:12:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-error/m-p/3544814#M223932</guid>
      <dc:creator>Darren Murray_1</dc:creator>
      <dc:date>2005-05-15T08:12:18Z</dc:date>
    </item>
    <item>
      <title>Re: lvm error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-error/m-p/3544815#M223933</link>
      <description>looks like some issue with device file.&lt;BR /&gt;Can you check the device file in /dev/&lt;VOLUME grp="" name=""&gt;/&lt;LVOL name=""&gt;.&lt;BR /&gt;&lt;BR /&gt;Try to see whether the lvol is shown in vgdisplay.&lt;BR /&gt;&lt;BR /&gt;vgdisplay -v /dev/&lt;VOLUME grp="" name=""&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Sudeesh&lt;/VOLUME&gt;&lt;/LVOL&gt;&lt;/VOLUME&gt;</description>
      <pubDate>Sun, 15 May 2005 08:39:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-error/m-p/3544815#M223933</guid>
      <dc:creator>Sudeesh</dc:creator>
      <dc:date>2005-05-15T08:39:22Z</dc:date>
    </item>
    <item>
      <title>Re: lvm error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-error/m-p/3544816#M223934</link>
      <description>Hi,&lt;BR /&gt; check if patches PHCO_7817 and PHCO_20330 are relevant to your situation.&lt;BR /&gt; &lt;BR /&gt;regards,&lt;BR /&gt;John K.</description>
      <pubDate>Sun, 15 May 2005 13:28:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-error/m-p/3544816#M223934</guid>
      <dc:creator>john korterman</dc:creator>
      <dc:date>2005-05-15T13:28:50Z</dc:date>
    </item>
    <item>
      <title>Re: lvm error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-error/m-p/3544817#M223935</link>
      <description>Hi Murray,&lt;BR /&gt;&lt;BR /&gt;try insf -e &lt;BR /&gt;&lt;BR /&gt;try rebooting..&lt;BR /&gt;&lt;BR /&gt;just try this ..many funny problems of mine have got resolved after a reboot.&lt;BR /&gt;&lt;BR /&gt;Also pls Cross check the commands that you have given.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;Syam</description>
      <pubDate>Sun, 15 May 2005 15:41:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-error/m-p/3544817#M223935</guid>
      <dc:creator>Ranjith_5</dc:creator>
      <dc:date>2005-05-15T15:41:48Z</dc:date>
    </item>
    <item>
      <title>Re: lvm error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-error/m-p/3544818#M223936</link>
      <description>case vg01&lt;BR /&gt;#pvcreate /dev/rdsk/cxdxtx&lt;BR /&gt;#mkdir /dev/vg01&lt;BR /&gt;#cd /dev/vg01&lt;BR /&gt;#mknod group c 64 0x010000&lt;BR /&gt;#vgcreate /dev/vg01 /dev/dsk/cxdxtx&lt;BR /&gt;#lvcreate -L &lt;SIZE mb=""&gt; /dev/vg01&lt;BR /&gt;#newfs -F vxfs /dev/vg01/rvol1&lt;BR /&gt;#mount /dev/vg01/vol1 /&lt;MOUNTPOINT&gt;&lt;BR /&gt;&lt;BR /&gt;case vg00&lt;BR /&gt;#lvcreate -L &lt;SIZE mb=""&gt; -n &lt;LVNAME&gt; /dev/vg00&lt;BR /&gt;#newfs -F vxfs /dev/vg00/r&lt;LVNAME&gt;&lt;BR /&gt;#mount /dev/vg01/&lt;LVNAME&gt; /&lt;MOUNTPOINT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/MOUNTPOINT&gt;&lt;/LVNAME&gt;&lt;/LVNAME&gt;&lt;/LVNAME&gt;&lt;/SIZE&gt;&lt;/MOUNTPOINT&gt;&lt;/SIZE&gt;</description>
      <pubDate>Sun, 15 May 2005 23:28:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-error/m-p/3544818#M223936</guid>
      <dc:creator>Panuwat</dc:creator>
      <dc:date>2005-05-15T23:28:06Z</dc:date>
    </item>
    <item>
      <title>Re: lvm error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-error/m-p/3544819#M223937</link>
      <description>HI Darren,&lt;BR /&gt;&lt;BR /&gt;What is the o/p of "ll /dev/vgxx". (Use your vg name).&lt;BR /&gt;&lt;BR /&gt;The output should be similar to:&lt;BR /&gt;&lt;BR /&gt; ll /dev/vg00&lt;BR /&gt;total 0&lt;BR /&gt;crw-r-----   1 root       sys         64 0x000000 Jan 29 08:21 group&lt;BR /&gt;brw-r-----   1 root       sys         64 0x000001 Jan 29 08:21 lvol1&lt;BR /&gt;brw-r-----   1 root       sys         64 0x000002 Jan 29 08:21 lvol2&lt;BR /&gt;brw-r-----   1 root       sys         64 0x000003 Jan 29 08:21 lvol3&lt;BR /&gt;brw-r-----   1 root       sys         64 0x000004 Jan 29 08:21 lvol4&lt;BR /&gt;brw-r-----   1 root       sys         64 0x000005 Jan 29 08:21 lvol5&lt;BR /&gt;brw-r-----   1 root       sys         64 0x000006 Jan 29 08:21 lvol6&lt;BR /&gt;brw-r-----   1 root       sys         64 0x000007 Jan 29 08:21 lvol7&lt;BR /&gt;brw-r-----   1 root       sys         64 0x000008 Jan 29 08:21 lvol8&lt;BR /&gt;crw-r-----   1 root       sys         64 0x000001 Jan 29 08:21 rlvol1&lt;BR /&gt;crw-r-----   1 root       sys         64 0x000002 Jan 29 08:21 rlvol2&lt;BR /&gt;crw-r-----   1 root       sys         64 0x000003 Jan 29 08:21 rlvol3&lt;BR /&gt;crw-r-----   1 root       sys         64 0x000004 Jan 29 08:21 rlvol4&lt;BR /&gt;crw-r-----   1 root       sys         64 0x000005 Jan 29 08:21 rlvol5&lt;BR /&gt;crw-r-----   1 root       sys         64 0x000006 Jan 29 08:21 rlvol6&lt;BR /&gt;crw-r-----   1 root       sys         64 0x000007 Jan 29 08:21 rlvol7&lt;BR /&gt;crw-r-----   1 root       sys         64 0x000008 Jan 29 08:21 rlvol8&lt;BR /&gt;&lt;BR /&gt;If some discrepancy is noticed, than check whether you can display CG and LV (vgdisplay and lvdisplay).&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;</description>
      <pubDate>Sun, 15 May 2005 23:40:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-error/m-p/3544819#M223937</guid>
      <dc:creator>Suraj Singh_1</dc:creator>
      <dc:date>2005-05-15T23:40:32Z</dc:date>
    </item>
    <item>
      <title>Re: lvm error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-error/m-p/3544820#M223938</link>
      <description>Hi darren,&lt;BR /&gt;&lt;BR /&gt;     The ll of /dev/vg* directory would have helped us understand this issue more better. But never the less, I guess the files meant for LV's in the concerned /dev/vg* dir in your box is a regular file and not a Block or Character file. May be thats the reason why the error message says.."failed to get major and minor" number.. Please be aware i was racking my grey matter about this from my residence and had no access to a HPUX box. So i couldn't simulate the error.&lt;BR /&gt;&lt;BR /&gt;   Anyway...i think , you need to check the /dev/vg* dir as others have suggested...&lt;BR /&gt;&lt;BR /&gt;Kind regards&lt;BR /&gt;Senthil</description>
      <pubDate>Mon, 16 May 2005 00:38:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-error/m-p/3544820#M223938</guid>
      <dc:creator>Senthil Kumar .A_1</dc:creator>
      <dc:date>2005-05-16T00:38:51Z</dc:date>
    </item>
    <item>
      <title>Re: lvm error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-error/m-p/3544821#M223939</link>
      <description>HI Darren,&lt;BR /&gt;See if you r able to see the information of newly created lv.&lt;BR /&gt;&lt;BR /&gt;# lvdisplay /dev/vgxx/lvname&lt;BR /&gt;&lt;BR /&gt;It shoudl display somethign like this:&lt;BR /&gt;&lt;BR /&gt;LV Name                     /dev/vg00/lvol3&lt;BR /&gt;VG Name                     /dev/vg00&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)            5096&lt;BR /&gt;Current LE                  637&lt;BR /&gt;Allocated PE                637&lt;BR /&gt;Stripes                     0&lt;BR /&gt;Stripe Size (Kbytes)        0&lt;BR /&gt;Bad block                   off&lt;BR /&gt;Allocation                  strict/contiguous&lt;BR /&gt;IO Timeout (Seconds)        default&lt;BR /&gt;&lt;BR /&gt;See the LV Status here which should be available.&lt;BR /&gt;&lt;BR /&gt;In case it is unavailable for any reasons try doing:&lt;BR /&gt;&lt;BR /&gt;# lvchange -a y /dev/vgxx/lvname&lt;BR /&gt;&lt;BR /&gt;Hope that works.&lt;BR /&gt;Regards,</description>
      <pubDate>Mon, 16 May 2005 01:46:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-error/m-p/3544821#M223939</guid>
      <dc:creator>Bharat Katkar</dc:creator>
      <dc:date>2005-05-16T01:46:18Z</dc:date>
    </item>
    <item>
      <title>Re: lvm error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-error/m-p/3544822#M223940</link>
      <description>Hi Darren,&lt;BR /&gt;&lt;BR /&gt;Check the output of ll /dev/vg* it shud give the major and minor no. for all logical volumes.&lt;BR /&gt;&lt;BR /&gt;also check :- pvdisplay -v /dev/vgxx/&lt;LVOLX&gt;&lt;BR /&gt;lvstatus in the above o/p shud give available&lt;BR /&gt;&lt;BR /&gt;make sure that you r creating the file system on the new lvol by using the below command-&lt;BR /&gt;newfs -F vxfs /dev/vg00/rlvolx&lt;BR /&gt;&lt;BR /&gt;hope this will help u.&lt;BR /&gt;&lt;BR /&gt;bye&lt;BR /&gt;Sumit&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LVOLX&gt;</description>
      <pubDate>Mon, 16 May 2005 04:52:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-error/m-p/3544822#M223940</guid>
      <dc:creator>Sumit Ghoshal</dc:creator>
      <dc:date>2005-05-16T04:52:45Z</dc:date>
    </item>
  </channel>
</rss>

