<?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 Have problems whit creation VG tjderby / #vgcreate /dev/test1vg /dev/dsk/c5t8d0 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/have-problems-whit-creation-vg-tjderby-vgcreate-dev-test1vg-dev/m-p/4027225#M605490</link>
    <description>Pls some vary help me i have the next problem&lt;BR /&gt;&lt;BR /&gt;tjderby / #pvcreate -f /dev/rdsk/c5t8d0&lt;BR /&gt;Physical volume "/dev/rdsk/c5t8d0" has been successfully created.&lt;BR /&gt;tjderby / #mkdir /dev/test1vg&lt;BR /&gt;tjderby / #mknod /dev/test1vg/group c 64 0x010000&lt;BR /&gt;tjderby / #vgcreate /dev/test1vg /dev/dsk/c5t8d0&lt;BR /&gt;vgcreate: Physical Volume "/dev/dsk/c5t8d0" contains no LVM information&lt;BR /&gt;&lt;BR /&gt;tjderby / #vgcreate -f -s 32 /dev/test1vg /dev/dsk/c5t8d0&lt;BR /&gt;vgcreate: Physical Volume "/dev/dsk/c5t8d0" contains no LVM information&lt;BR /&gt;&lt;BR /&gt;Tanks-&lt;BR /&gt;</description>
    <pubDate>Tue, 26 Jun 2007 13:00:00 GMT</pubDate>
    <dc:creator>Gustavo Villafaña</dc:creator>
    <dc:date>2007-06-26T13:00:00Z</dc:date>
    <item>
      <title>Have problems whit creation VG tjderby / #vgcreate /dev/test1vg /dev/dsk/c5t8d0</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/have-problems-whit-creation-vg-tjderby-vgcreate-dev-test1vg-dev/m-p/4027225#M605490</link>
      <description>Pls some vary help me i have the next problem&lt;BR /&gt;&lt;BR /&gt;tjderby / #pvcreate -f /dev/rdsk/c5t8d0&lt;BR /&gt;Physical volume "/dev/rdsk/c5t8d0" has been successfully created.&lt;BR /&gt;tjderby / #mkdir /dev/test1vg&lt;BR /&gt;tjderby / #mknod /dev/test1vg/group c 64 0x010000&lt;BR /&gt;tjderby / #vgcreate /dev/test1vg /dev/dsk/c5t8d0&lt;BR /&gt;vgcreate: Physical Volume "/dev/dsk/c5t8d0" contains no LVM information&lt;BR /&gt;&lt;BR /&gt;tjderby / #vgcreate -f -s 32 /dev/test1vg /dev/dsk/c5t8d0&lt;BR /&gt;vgcreate: Physical Volume "/dev/dsk/c5t8d0" contains no LVM information&lt;BR /&gt;&lt;BR /&gt;Tanks-&lt;BR /&gt;</description>
      <pubDate>Tue, 26 Jun 2007 13:00:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/have-problems-whit-creation-vg-tjderby-vgcreate-dev-test1vg-dev/m-p/4027225#M605490</guid>
      <dc:creator>Gustavo Villafaña</dc:creator>
      <dc:date>2007-06-26T13:00:00Z</dc:date>
    </item>
    <item>
      <title>Re: Have problems whit creation VG tjderby / #vgcreate /dev/test1vg /dev/dsk/c5t8d0</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/have-problems-whit-creation-vg-tjderby-vgcreate-dev-test1vg-dev/m-p/4027226#M605491</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Cause:  pvcreate uses raw device file, vgcreate/vgextend block device file        so the IO goes via buffer cache. A stale buffer was the cause of stale data being returned to read request of the primary LVM record from vgcreate/vgextend&lt;BR /&gt;&lt;BR /&gt;Get rid of the stale data in the buffer cache by&lt;BR /&gt;#dd if=&lt;SOME_FILE_EG_STAND_VMUNIX&gt; of=/dev/dsk/c1t2d0 bs=1024 count=1000&lt;BR /&gt;&lt;BR /&gt;After this try pvcreate and vgcreate again this should resolve the issue.&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Prashanth&lt;/SOME_FILE_EG_STAND_VMUNIX&gt;</description>
      <pubDate>Tue, 26 Jun 2007 13:15:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/have-problems-whit-creation-vg-tjderby-vgcreate-dev-test1vg-dev/m-p/4027226#M605491</guid>
      <dc:creator>Prashanth.D.S</dc:creator>
      <dc:date>2007-06-26T13:15:54Z</dc:date>
    </item>
    <item>
      <title>Re: Have problems whit creation VG tjderby / #vgcreate /dev/test1vg /dev/dsk/c5t8d0</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/have-problems-whit-creation-vg-tjderby-vgcreate-dev-test1vg-dev/m-p/4027227#M605492</link>
      <description>Use..&lt;BR /&gt;&lt;BR /&gt;#dd if=/stand/vmunix /dev/dsk/c1t2d0 bs=1024 count=1000&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Prashanth</description>
      <pubDate>Tue, 26 Jun 2007 13:17:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/have-problems-whit-creation-vg-tjderby-vgcreate-dev-test1vg-dev/m-p/4027227#M605492</guid>
      <dc:creator>Prashanth.D.S</dc:creator>
      <dc:date>2007-06-26T13:17:13Z</dc:date>
    </item>
    <item>
      <title>Re: Have problems whit creation VG tjderby / #vgcreate /dev/test1vg /dev/dsk/c5t8d0</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/have-problems-whit-creation-vg-tjderby-vgcreate-dev-test1vg-dev/m-p/4027228#M605493</link>
      <description>Sorry...change the device file&lt;BR /&gt;&lt;BR /&gt;#dd if=/stand/vmunix /dev/dsk/c5t8d0 bs=1024 count=1000&lt;BR /&gt;</description>
      <pubDate>Tue, 26 Jun 2007 13:17:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/have-problems-whit-creation-vg-tjderby-vgcreate-dev-test1vg-dev/m-p/4027228#M605493</guid>
      <dc:creator>Prashanth.D.S</dc:creator>
      <dc:date>2007-06-26T13:17:49Z</dc:date>
    </item>
    <item>
      <title>Re: Have problems whit creation VG tjderby / #vgcreate /dev/test1vg /dev/dsk/c5t8d0</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/have-problems-whit-creation-vg-tjderby-vgcreate-dev-test1vg-dev/m-p/4027229#M605494</link>
      <description>Hello&lt;BR /&gt;I execute this&lt;BR /&gt;tjderby / #dd if=/stand/vmunix /dev/dsk/c5t8d0 bs=1024 count=1000&lt;BR /&gt;dd: bad arg /dev/dsk/c5t8d0&lt;BR /&gt;&lt;BR /&gt;and execute this &lt;BR /&gt;dd if=/stand/vmunix of=/dev/dsk/c5t8d0 bs=1024k count=1000&lt;BR /&gt;&lt;BR /&gt;but is just running &lt;BR /&gt;As much time as this process delays approximately, carries 5 minutes at a run and not yet finishes .&lt;BR /&gt;</description>
      <pubDate>Tue, 26 Jun 2007 13:36:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/have-problems-whit-creation-vg-tjderby-vgcreate-dev-test1vg-dev/m-p/4027229#M605494</guid>
      <dc:creator>Gustavo Villafaña</dc:creator>
      <dc:date>2007-06-26T13:36:38Z</dc:date>
    </item>
    <item>
      <title>Re: Have problems whit creation VG tjderby / #vgcreate /dev/test1vg /dev/dsk/c5t8d0</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/have-problems-whit-creation-vg-tjderby-vgcreate-dev-test1vg-dev/m-p/4027230#M605495</link>
      <description>Hi Gustavo,&lt;BR /&gt;&lt;BR /&gt;Abort using control+c run this dd command on the raw device file like mentioned below..&lt;BR /&gt;&lt;BR /&gt;#dd if=/stand/vmunix of=/dev/rdsk/c5t8d0 bs=1024 count=10&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Prashanth</description>
      <pubDate>Tue, 26 Jun 2007 13:40:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/have-problems-whit-creation-vg-tjderby-vgcreate-dev-test1vg-dev/m-p/4027230#M605495</guid>
      <dc:creator>Prashanth.D.S</dc:creator>
      <dc:date>2007-06-26T13:40:41Z</dc:date>
    </item>
    <item>
      <title>Re: Have problems whit creation VG tjderby / #vgcreate /dev/test1vg /dev/dsk/c5t8d0</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/have-problems-whit-creation-vg-tjderby-vgcreate-dev-test1vg-dev/m-p/4027231#M605496</link>
      <description>The control + c is not working, How kill the processes dd, right now attempt with the command kill - 9 but nonstop the processes.&lt;BR /&gt;&lt;BR /&gt;tjderby / #ps -fea | grep dd&lt;BR /&gt;    root    24     0  0  May 30  ?         0:00 lvmschedd&lt;BR /&gt;    root  6151     1  0  Jun  4  ?         0:00 dd if=/dev/dsk/c5t0d0 of=/dev/null&lt;BR /&gt;    root 29900 29080  1 11:44:54 pts/th    0:00 grep dd&lt;BR /&gt;    root 27297     1  0 11:33:28 ?         0:00 dd if=/stand/vmunix of=/dev/dsk/c5t8d0 bs=1024k count=1000&lt;BR /&gt;    root 17616     1  0 10:20:21 ?         0:00 dd if=/dev/dsk/c5t8d0 of=/dev/null bs=1024k count=10&lt;BR /&gt;    root 28897     1  0 11:39:17 ?         0:00 dd if=/stand/vmunix of=/dev/dsk/c5t8d0 bs=1024 count=1000&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 26 Jun 2007 13:45:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/have-problems-whit-creation-vg-tjderby-vgcreate-dev-test1vg-dev/m-p/4027231#M605496</guid>
      <dc:creator>Gustavo Villafaña</dc:creator>
      <dc:date>2007-06-26T13:45:18Z</dc:date>
    </item>
    <item>
      <title>Re: Have problems whit creation VG tjderby / #vgcreate /dev/test1vg /dev/dsk/c5t8d0</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/have-problems-whit-creation-vg-tjderby-vgcreate-dev-test1vg-dev/m-p/4027232#M605497</link>
      <description>Ahh too many dd process have been started normally Ctrl C should get you back to the command prompt..&lt;BR /&gt;&lt;BR /&gt;Wait for sometime and try killing the dd process one by one&lt;BR /&gt;&lt;BR /&gt;#kill -9 &lt;PID of="" dd=""&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/PID&gt;</description>
      <pubDate>Tue, 26 Jun 2007 13:52:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/have-problems-whit-creation-vg-tjderby-vgcreate-dev-test1vg-dev/m-p/4027232#M605497</guid>
      <dc:creator>Prashanth.D.S</dc:creator>
      <dc:date>2007-06-26T13:52:27Z</dc:date>
    </item>
    <item>
      <title>Re: Have problems whit creation VG tjderby / #vgcreate /dev/test1vg /dev/dsk/c5t8d0</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/have-problems-whit-creation-vg-tjderby-vgcreate-dev-test1vg-dev/m-p/4027233#M605498</link>
      <description>The ctrl + c not working and execute the kill -9&lt;BR /&gt;tjderby / #ps -fea | grep dd&lt;BR /&gt;    root    24     0  0  May 30  ?         0:00 lvmschedd&lt;BR /&gt;    root  6151     1  0  Jun  4  ?         0:00 dd if=/dev/dsk/c5t0d0 of=/dev/null&lt;BR /&gt;    root  4034  3186  0 12:09:19 pts/ti    0:00 grep dd&lt;BR /&gt;    root 27297     1  0 11:33:28 ?         0:00 dd if=/stand/vmunix of=/dev/dsk/c5t8d0 bs=1024k count=1000&lt;BR /&gt;    root 17616     1  0 10:20:21 ?         0:00 dd if=/dev/dsk/c5t8d0 of=/dev/null bs=1024k count=10&lt;BR /&gt;    root 28897     1  0 11:39:17 ?         0:00 dd if=/stand/vmunix of=/dev/dsk/c5t8d0 bs=1024 count=1000&lt;BR /&gt;tjderby / #kill -9 6151 27297 17616 28897&lt;BR /&gt;tjderby / #ps -fea | grep dd&lt;BR /&gt;    root    24     0  0  May 30  ?         0:00 lvmschedd&lt;BR /&gt;    root  6151     1  0  Jun  4  ?         0:00 dd if=/dev/dsk/c5t0d0 of=/dev/null&lt;BR /&gt;    root  4042  3186  1 12:09:46 pts/ti    0:00 grep dd&lt;BR /&gt;    root 27297     1  0 11:33:28 ?         0:00 dd if=/stand/vmunix of=/dev/dsk/c5t8d0 bs=1024k count=1000&lt;BR /&gt;    root 17616     1  0 10:20:21 ?         0:00 dd if=/dev/dsk/c5t8d0 of=/dev/null bs=1024k count=10&lt;BR /&gt;    root 28897     1  0 11:39:17 ?         0:00 dd if=/stand/vmunix of=/dev/dsk/c5t8d0 bs=1024 count=1000&lt;BR /&gt;tjderby / #&lt;BR /&gt;But the process are running .&lt;BR /&gt;I have the same problem whit creation a new VG other &lt;BR /&gt;Some other thing to solve this problem?&lt;BR /&gt;With who else I can increase this problem, here in Mexico right now we yielded it, but the people of support could have given him solution.&lt;BR /&gt;</description>
      <pubDate>Tue, 26 Jun 2007 14:12:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/have-problems-whit-creation-vg-tjderby-vgcreate-dev-test1vg-dev/m-p/4027233#M605498</guid>
      <dc:creator>Gustavo Villafaña</dc:creator>
      <dc:date>2007-06-26T14:12:09Z</dc:date>
    </item>
    <item>
      <title>Re: Have problems whit creation VG tjderby / #vgcreate /dev/test1vg /dev/dsk/c5t8d0</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/have-problems-whit-creation-vg-tjderby-vgcreate-dev-test1vg-dev/m-p/4027234#M605499</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Cause for the issue is as mentioned earlier A stale buffer was the cause of stale data being returned to read request of the primary LVM record from vgcreate/vgextend , &lt;BR /&gt;&lt;BR /&gt;solution is to clear the headers and recreate the pv information. &lt;BR /&gt;&lt;BR /&gt;Now since the dd command is hanging I would recommend you to wait for some time and check as it may take time. If you have a software support with HP i would suggest you to speak to them once. &lt;BR /&gt;&lt;BR /&gt;If the dd command doesnot comeout then i would suggest you to check the hardware (disk) it can be flawed.&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Prashanth</description>
      <pubDate>Tue, 26 Jun 2007 14:20:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/have-problems-whit-creation-vg-tjderby-vgcreate-dev-test1vg-dev/m-p/4027234#M605499</guid>
      <dc:creator>Prashanth.D.S</dc:creator>
      <dc:date>2007-06-26T14:20:45Z</dc:date>
    </item>
    <item>
      <title>Re: Have problems whit creation VG tjderby / #vgcreate /dev/test1vg /dev/dsk/c5t8d0</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/have-problems-whit-creation-vg-tjderby-vgcreate-dev-test1vg-dev/m-p/4027235#M605500</link>
      <description>Have two arrays 20 HdÂ´s to 36 GB and other array to  the problem is in this array to 20 HD's of 73 GB which no record I could have created VG for such motive he was needing help to check this, I have an operating system HPUX seeing 11,0 no himself if this version have some bug with this fellow of records Ã³ what else need making a revision.&lt;BR /&gt;Saludos Cordiales&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 26 Jun 2007 14:32:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/have-problems-whit-creation-vg-tjderby-vgcreate-dev-test1vg-dev/m-p/4027235#M605500</guid>
      <dc:creator>Gustavo Villafaña</dc:creator>
      <dc:date>2007-06-26T14:32:44Z</dc:date>
    </item>
  </channel>
</rss>

