<?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: vgcreate: IO error on Physical Volume device /dev/dsk/c7t2d2 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-io-error-on-physical-volume-device-dev-dsk-c7t2d2/m-p/3017438#M633063</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;#ioscan -fnC disk&lt;BR /&gt;&lt;BR /&gt;check whether machine is recognizing the disk or not.&lt;BR /&gt;if recognizing&lt;BR /&gt;#pvcreate -f /dev/rdsk/cxtxdx&lt;BR /&gt;&lt;BR /&gt;and then procedures as given by Michel tully</description>
    <pubDate>Tue, 08 Jul 2003 08:16:19 GMT</pubDate>
    <dc:creator>Ravi_8</dc:creator>
    <dc:date>2003-07-08T08:16:19Z</dc:date>
    <item>
      <title>vgcreate: IO error on Physical Volume device /dev/dsk/c7t2d2</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-io-error-on-physical-volume-device-dev-dsk-c7t2d2/m-p/3017434#M633059</link>
      <description>Hi.. Sorry it's me again.. i think i'm hits by problems today... another problem came when i try to do the vgcreate&lt;BR /&gt;&lt;BR /&gt;# vgscan -p -v&lt;BR /&gt;vgscan: Couldn't access the list of physical volumes for volume group "/dev/vgsapdbp011".&lt;BR /&gt;vgscan: The physical volume "/dev/dsk/c1t2d0" is already recorded in the "/etc/lvmtab" file.&lt;BR /&gt;vgscan: The physical volume "/dev/dsk/c2t2d0" is already recorded in the "/etc/lvmtab" file.&lt;BR /&gt;vgscan: The physical volume "/dev/dsk/c7t0d0" is already recorded in the "/etc/lvmtab" file.&lt;BR /&gt;vgscan: The physical volume "/dev/dsk/c7t0d1" is already recorded in the "/etc/lvmtab" file.&lt;BR /&gt;vgscan: The physical volume "/dev/dsk/c7t0d2" is already recorded in the "/etc/lvmtab" file.&lt;BR /&gt;vgscan: The physical volume "/dev/dsk/c7t0d3" is already recorded in the "/etc/lvmtab" file.&lt;BR /&gt;Physical Volume "/dev/dsk/c3t2d0" contains no LVM information&lt;BR /&gt;Physical Volume "/dev/dsk/c7t0d4" contains no LVM information&lt;BR /&gt;Physical Volume "/dev/dsk/c7t0d5" contains no LVM information&lt;BR /&gt;Physical Volume "/dev/dsk/c7t0d6" contains no LVM information&lt;BR /&gt;Physical Volume "/dev/dsk/c7t0d7" contains no LVM information&lt;BR /&gt;Physical Volume "/dev/dsk/c7t1d0" contains no LVM information&lt;BR /&gt;Physical Volume "/dev/dsk/c7t1d1" contains no LVM information&lt;BR /&gt;Physical Volume "/dev/dsk/c7t1d2" contains no LVM information&lt;BR /&gt;Physical Volume "/dev/dsk/c7t1d3" contains no LVM information&lt;BR /&gt;Physical Volume "/dev/dsk/c7t1d4" contains no LVM information&lt;BR /&gt;Physical Volume "/dev/dsk/c7t1d5" contains no LVM information&lt;BR /&gt;Physical Volume "/dev/dsk/c7t1d6" contains no LVM information&lt;BR /&gt;Physical Volume "/dev/dsk/c7t1d7" contains no LVM information&lt;BR /&gt;Physical Volume "/dev/dsk/c7t2d0" contains no LVM information&lt;BR /&gt;Physical Volume "/dev/dsk/c7t2d1" contains no LVM information&lt;BR /&gt;Physical Volume "/dev/dsk/c7t2d2" contains no LVM information&lt;BR /&gt;&lt;BR /&gt;/dev/vg00&lt;BR /&gt;/dev/dsk/c1t2d0&lt;BR /&gt;/dev/dsk/c2t2d0&lt;BR /&gt;&lt;BR /&gt;/dev/vgsapdev&lt;BR /&gt;/dev/dsk/c7t0d0&lt;BR /&gt;&lt;BR /&gt;/dev/vginfdev&lt;BR /&gt;/dev/dsk/c7t0d1&lt;BR /&gt;/dev/dsk/c7t0d2&lt;BR /&gt;&lt;BR /&gt;/dev/vgsapp01&lt;BR /&gt;/dev/dsk/c7t0d3&lt;BR /&gt;&lt;BR /&gt;The Volume Group /dev/vgsapdbp011/group was not matched with any Physical Volumes.&lt;BR /&gt;# vgcreate /dev/vgsapdbp011 /dev/dsk/c7t2d2&lt;BR /&gt;vgcreate: IO error on Physical Volume device /dev/dsk/c7t2d2: #</description>
      <pubDate>Tue, 08 Jul 2003 06:03:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-io-error-on-physical-volume-device-dev-dsk-c7t2d2/m-p/3017434#M633059</guid>
      <dc:creator>Muda Ikhsan</dc:creator>
      <dc:date>2003-07-08T06:03:22Z</dc:date>
    </item>
    <item>
      <title>Re: vgcreate: IO error on Physical Volume device /dev/dsk/c7t2d2</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-io-error-on-physical-volume-device-dev-dsk-c7t2d2/m-p/3017435#M633060</link>
      <description>Hi,&lt;BR /&gt;try&lt;BR /&gt;&lt;BR /&gt;pvcreate /dev/dsk/c7t2d2&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;pvcreate is used to initialize the disk for lvm use.&lt;BR /&gt;&lt;BR /&gt;see "man pvcreate"&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;  Massimo&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Jul 2003 06:12:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-io-error-on-physical-volume-device-dev-dsk-c7t2d2/m-p/3017435#M633060</guid>
      <dc:creator>Massimo Bianchi</dc:creator>
      <dc:date>2003-07-08T06:12:49Z</dc:date>
    </item>
    <item>
      <title>Re: vgcreate: IO error on Physical Volume device /dev/dsk/c7t2d2</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-io-error-on-physical-volume-device-dev-dsk-c7t2d2/m-p/3017436#M633061</link>
      <description>Sorry,&lt;BR /&gt;pressed "submit" too fast.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;After the pvcreate, check the presence od group file and finally do the vgcreate /dev/dsk/c7t2d2 &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If there are errors with the pvcreate, you must first make sure that the disk is scratchabel, and the use the force flag:&lt;BR /&gt;&lt;BR /&gt;pvcreate -f /dev/dsk/c7t2d2 &lt;BR /&gt;&lt;BR /&gt;and again the vgcreate&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt; Massimo&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Jul 2003 06:14:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-io-error-on-physical-volume-device-dev-dsk-c7t2d2/m-p/3017436#M633061</guid>
      <dc:creator>Massimo Bianchi</dc:creator>
      <dc:date>2003-07-08T06:14:44Z</dc:date>
    </item>
    <item>
      <title>Re: vgcreate: IO error on Physical Volume device /dev/dsk/c7t2d2</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-io-error-on-physical-volume-device-dev-dsk-c7t2d2/m-p/3017437#M633062</link>
      <description>Many times if and when a disk has been used before, it may display messages (after attempting to run pvcreate or vgcreate) like IO errors and or it is part of a volume group. If you are sure that the disk is not used then you can run:&lt;BR /&gt;&lt;BR /&gt;# pvcreate -f /dev/rdsk/cxtydz&lt;BR /&gt;Once you have used the -f (force flag) you can then use the disk to either create a volume group or add further disks to it. (vgextend)&lt;BR /&gt;&lt;BR /&gt;Here's pretty much a standard procedure for creating a new group.&lt;BR /&gt;&lt;BR /&gt;# mkdir /dev/myvg&lt;BR /&gt;# mknod /dev/myvg/group c 64 0x040000 (example)&lt;BR /&gt;# pvcreate -f /dev/rdsk/cxtydz&lt;BR /&gt;# vgcreate -p 128 /dev/myvg /dev/dsk/cxtydz&lt;BR /&gt;Now you are ready to start creating logical volumes (see lvcreate man page)&lt;BR /&gt;&lt;BR /&gt;Running 'vgscan' does have it's dangers, please read the man pages for it.</description>
      <pubDate>Tue, 08 Jul 2003 07:46:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-io-error-on-physical-volume-device-dev-dsk-c7t2d2/m-p/3017437#M633062</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2003-07-08T07:46:25Z</dc:date>
    </item>
    <item>
      <title>Re: vgcreate: IO error on Physical Volume device /dev/dsk/c7t2d2</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-io-error-on-physical-volume-device-dev-dsk-c7t2d2/m-p/3017438#M633063</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;#ioscan -fnC disk&lt;BR /&gt;&lt;BR /&gt;check whether machine is recognizing the disk or not.&lt;BR /&gt;if recognizing&lt;BR /&gt;#pvcreate -f /dev/rdsk/cxtxdx&lt;BR /&gt;&lt;BR /&gt;and then procedures as given by Michel tully</description>
      <pubDate>Tue, 08 Jul 2003 08:16:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-io-error-on-physical-volume-device-dev-dsk-c7t2d2/m-p/3017438#M633063</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2003-07-08T08:16:19Z</dc:date>
    </item>
    <item>
      <title>Re: vgcreate: IO error on Physical Volume device /dev/dsk/c7t2d2</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-io-error-on-physical-volume-device-dev-dsk-c7t2d2/m-p/3017439#M633064</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;i think disk not recongnized in the system&lt;BR /&gt;&lt;BR /&gt;first you check the disk presence in the system using the ioscan -fnC disk&lt;BR /&gt;&lt;BR /&gt;After recognizing disk &lt;BR /&gt;&lt;BR /&gt;pvcreate  /dev/dsk/c7d2d2&lt;BR /&gt;&lt;BR /&gt;create the /dev/vgsapdbp011 directory&lt;BR /&gt;&lt;BR /&gt;create the group file using the following command&lt;BR /&gt;&lt;BR /&gt;mknod /dev/vgsapdbp011/group c 64 0x050000&lt;BR /&gt;&lt;BR /&gt;vgcreate -d /dev/vgsapdbp011 /dev/dsk/c7t2d2&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;after above things then run vgscan -a -v command</description>
      <pubDate>Wed, 09 Jul 2003 03:45:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-io-error-on-physical-volume-device-dev-dsk-c7t2d2/m-p/3017439#M633064</guid>
      <dc:creator>Suresh Patoria</dc:creator>
      <dc:date>2003-07-09T03:45:24Z</dc:date>
    </item>
  </channel>
</rss>

