<?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: newfs problem when creating lvol in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/newfs-problem-when-creating-lvol/m-p/2598304#M647913</link>
    <description>Neil,&lt;BR /&gt;&lt;BR /&gt;I hope you certainly followed the procedure. Just to recheck, I specifying the steps below.&lt;BR /&gt;&lt;BR /&gt;#mkdir /dev/vgxx&lt;BR /&gt;#mknod /dev/vgxx/group c 64 0x0?0000&lt;BR /&gt;(replace ? with a uniq number less than maxvgs&lt;BR /&gt;kernel parameter)&lt;BR /&gt;#pvcreate /dev/dsk/cxtydz (use -f if it gives out error)&lt;BR /&gt;#vgcreate -s 8 vgxx /dev/dsk/cxtydz&lt;BR /&gt;#lvcreate -n some_lvol -L some_size_in_MB vgxx&lt;BR /&gt;#newfs -F vxfs /dev/vgxx/rsome_lvol&lt;BR /&gt;&lt;BR /&gt;This procedure should work. If not, try a &lt;BR /&gt;dd from the whole disk. This will take a while but will verify the disk physically&lt;BR /&gt;&lt;BR /&gt;#diskinfo /dev/rdsk/cxtydz&lt;BR /&gt;#dd if=/dev/rdsk/cxtydz of=/dev/null bs=1024k&lt;BR /&gt;&lt;BR /&gt;This should return without any read errors.&lt;BR /&gt;&lt;BR /&gt;-Sri&lt;BR /&gt;</description>
    <pubDate>Sat, 20 Oct 2001 22:38:07 GMT</pubDate>
    <dc:creator>Sridhar Bhaskarla</dc:creator>
    <dc:date>2001-10-20T22:38:07Z</dc:date>
    <item>
      <title>newfs problem when creating lvol</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/newfs-problem-when-creating-lvol/m-p/2598302#M647911</link>
      <description>I am trying to create an lvol on a new vg. the vg creates with out problem. When I do the lvol i get&lt;BR /&gt;&lt;BR /&gt;the command newfs used to create a new filesystem on /dev/vg03/rlvol has failed&lt;BR /&gt;&lt;BR /&gt;the specific errors are &lt;BR /&gt;vxfs mkfs read failure at block xxxxxxxxx&lt;BR /&gt;&lt;BR /&gt;vxfs mkfs: rvxfs invalid argument.&lt;BR /&gt;&lt;BR /&gt;I thought at first this was a disk failure and replaced the disk this is now occuring on the replacement disk, any idea&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 20 Oct 2001 21:01:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/newfs-problem-when-creating-lvol/m-p/2598302#M647911</guid>
      <dc:creator>Neil Harris</dc:creator>
      <dc:date>2001-10-20T21:01:47Z</dc:date>
    </item>
    <item>
      <title>Re: newfs problem when creating lvol</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/newfs-problem-when-creating-lvol/m-p/2598303#M647912</link>
      <description>Hi Neil: &lt;BR /&gt;&lt;BR /&gt;Are you specifying a size of are you simply specifying the raw lvol. Newfs should be able to determine the size of the lvol and create the filkesystem w/o a size argument.&lt;BR /&gt;&lt;BR /&gt;I would try a disk read test on this lvol.&lt;BR /&gt;e.g. dd if=/dev/vg03/rlvol1 bs=64k of=/dev/null&lt;BR /&gt;&lt;BR /&gt;and see if you get any i/o errors. Normally newfs on lvols is a piece of cake. I do assume you have fairly recent LVM/vxfs patches.&lt;BR /&gt;&lt;BR /&gt;Clay&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 20 Oct 2001 22:13:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/newfs-problem-when-creating-lvol/m-p/2598303#M647912</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2001-10-20T22:13:37Z</dc:date>
    </item>
    <item>
      <title>Re: newfs problem when creating lvol</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/newfs-problem-when-creating-lvol/m-p/2598304#M647913</link>
      <description>Neil,&lt;BR /&gt;&lt;BR /&gt;I hope you certainly followed the procedure. Just to recheck, I specifying the steps below.&lt;BR /&gt;&lt;BR /&gt;#mkdir /dev/vgxx&lt;BR /&gt;#mknod /dev/vgxx/group c 64 0x0?0000&lt;BR /&gt;(replace ? with a uniq number less than maxvgs&lt;BR /&gt;kernel parameter)&lt;BR /&gt;#pvcreate /dev/dsk/cxtydz (use -f if it gives out error)&lt;BR /&gt;#vgcreate -s 8 vgxx /dev/dsk/cxtydz&lt;BR /&gt;#lvcreate -n some_lvol -L some_size_in_MB vgxx&lt;BR /&gt;#newfs -F vxfs /dev/vgxx/rsome_lvol&lt;BR /&gt;&lt;BR /&gt;This procedure should work. If not, try a &lt;BR /&gt;dd from the whole disk. This will take a while but will verify the disk physically&lt;BR /&gt;&lt;BR /&gt;#diskinfo /dev/rdsk/cxtydz&lt;BR /&gt;#dd if=/dev/rdsk/cxtydz of=/dev/null bs=1024k&lt;BR /&gt;&lt;BR /&gt;This should return without any read errors.&lt;BR /&gt;&lt;BR /&gt;-Sri&lt;BR /&gt;</description>
      <pubDate>Sat, 20 Oct 2001 22:38:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/newfs-problem-when-creating-lvol/m-p/2598304#M647913</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2001-10-20T22:38:07Z</dc:date>
    </item>
  </channel>
</rss>

