<?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 pvcreate command gives unexpected reply in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/pvcreate-command-gives-unexpected-reply/m-p/5063528#M600558</link>
    <description>We have HPUX 11.00 and we changed a disk,&lt;BR /&gt;hot swappable.&lt;BR /&gt;We see the disk with ioscan -fnC disk.&lt;BR /&gt;and with diskinfo .&lt;BR /&gt;&lt;BR /&gt;But when we do &lt;BR /&gt;[root@orasrv1:]/etc&amp;lt;&amp;gt;&amp;gt;&amp;gt; pvcreate -f -B /dev/rdsk/c2t6d0&lt;BR /&gt;pvcreate: The physical volume "/dev/dsk/c2t6d0" is already recorded in the "/etc/lvmtab" file.&lt;BR /&gt;[root@orasrv1:]/etc&amp;lt;&amp;gt;&amp;gt;&amp;gt;&lt;BR /&gt;&lt;BR /&gt;That is true , it is in the /etc/lvmtab,&lt;BR /&gt;why does that stop the command from doing its job. Especially when it is forced -f.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 17 Aug 2007 08:06:37 GMT</pubDate>
    <dc:creator>Frank de Vries</dc:creator>
    <dc:date>2007-08-17T08:06:37Z</dc:date>
    <item>
      <title>pvcreate command gives unexpected reply</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pvcreate-command-gives-unexpected-reply/m-p/5063528#M600558</link>
      <description>We have HPUX 11.00 and we changed a disk,&lt;BR /&gt;hot swappable.&lt;BR /&gt;We see the disk with ioscan -fnC disk.&lt;BR /&gt;and with diskinfo .&lt;BR /&gt;&lt;BR /&gt;But when we do &lt;BR /&gt;[root@orasrv1:]/etc&amp;lt;&amp;gt;&amp;gt;&amp;gt; pvcreate -f -B /dev/rdsk/c2t6d0&lt;BR /&gt;pvcreate: The physical volume "/dev/dsk/c2t6d0" is already recorded in the "/etc/lvmtab" file.&lt;BR /&gt;[root@orasrv1:]/etc&amp;lt;&amp;gt;&amp;gt;&amp;gt;&lt;BR /&gt;&lt;BR /&gt;That is true , it is in the /etc/lvmtab,&lt;BR /&gt;why does that stop the command from doing its job. Especially when it is forced -f.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 17 Aug 2007 08:06:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pvcreate-command-gives-unexpected-reply/m-p/5063528#M600558</guid>
      <dc:creator>Frank de Vries</dc:creator>
      <dc:date>2007-08-17T08:06:37Z</dc:date>
    </item>
    <item>
      <title>Re: pvcreate command gives unexpected reply</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pvcreate-command-gives-unexpected-reply/m-p/5063529#M600559</link>
      <description>Frank,&lt;BR /&gt;&lt;BR /&gt;Have you changed a mirrored disk, based on the precious threads?&lt;BR /&gt;&lt;BR /&gt;What is the status of vgdisplay -v vgxx?</description>
      <pubDate>Fri, 17 Aug 2007 08:12:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pvcreate-command-gives-unexpected-reply/m-p/5063529#M600559</guid>
      <dc:creator>Luk Vandenbussche</dc:creator>
      <dc:date>2007-08-17T08:12:55Z</dc:date>
    </item>
    <item>
      <title>Re: pvcreate command gives unexpected reply</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pvcreate-command-gives-unexpected-reply/m-p/5063530#M600560</link>
      <description>for safety reasons I guess.&lt;BR /&gt;&lt;BR /&gt;You should first vgreduce this disk, then pvcreate it and add it to a VG.</description>
      <pubDate>Fri, 17 Aug 2007 08:13:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pvcreate-command-gives-unexpected-reply/m-p/5063530#M600560</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2007-08-17T08:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: pvcreate command gives unexpected reply</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pvcreate-command-gives-unexpected-reply/m-p/5063531#M600561</link>
      <description>reduce your mirror copies&lt;BR /&gt;&lt;BR /&gt;lvreduce -m 0 -f /dev/vg00/lvolx /dev/dsk/c2t6d0&lt;BR /&gt;&lt;BR /&gt;vgremove -f /dev/dsk/c2t6d0&lt;BR /&gt;&lt;BR /&gt;Remirror your volumegroup vg00</description>
      <pubDate>Fri, 17 Aug 2007 08:15:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pvcreate-command-gives-unexpected-reply/m-p/5063531#M600561</guid>
      <dc:creator>Luk Vandenbussche</dc:creator>
      <dc:date>2007-08-17T08:15:20Z</dc:date>
    </item>
    <item>
      <title>Re: pvcreate command gives unexpected reply</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pvcreate-command-gives-unexpected-reply/m-p/5063532#M600562</link>
      <description>pvcreate is doing its job and preventing you from, potentially, completely disrupting an existing VG.  You don't need to pvcreate a disk when it has been replaced like this.  &lt;BR /&gt;&lt;BR /&gt;Since you are attempting to do a pvcreate with the '-B' to create the boot area, I'll assume that this is a root / boot / VG00 disk.&lt;BR /&gt;&lt;BR /&gt;Have a look at this document, specifically chapter 6 for replacing a disk:&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/5991-1236/When_Good_Disks_Go_Bad.pdf" target="_blank"&gt;http://docs.hp.com/en/5991-1236/When_Good_Disks_Go_Bad.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 17 Aug 2007 08:16:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pvcreate-command-gives-unexpected-reply/m-p/5063532#M600562</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2007-08-17T08:16:31Z</dc:date>
    </item>
    <item>
      <title>Re: pvcreate command gives unexpected reply</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pvcreate-command-gives-unexpected-reply/m-p/5063533#M600563</link>
      <description>Frank&lt;BR /&gt;&lt;BR /&gt; Apparently this /dev/dskc2t6d0 belongs to one of the vgs&lt;BR /&gt; Did you try&lt;BR /&gt; #strings /etc/lvmtab to check ?&lt;BR /&gt; #mv /etc/lvmtab /etc/lvmtab.old&lt;BR /&gt; #vgscan -v&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;WK</description>
      <pubDate>Fri, 17 Aug 2007 08:19:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pvcreate-command-gives-unexpected-reply/m-p/5063533#M600563</guid>
      <dc:creator>whiteknight</dc:creator>
      <dc:date>2007-08-17T08:19:33Z</dc:date>
    </item>
    <item>
      <title>Re: pvcreate command gives unexpected reply</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pvcreate-command-gives-unexpected-reply/m-p/5063534#M600564</link>
      <description>Thanks Patrick,&lt;BR /&gt;the Step 3 of your doc in chapt 6 with vgcfgrestore and vgchange did the job.&lt;BR /&gt;(No need to do the other commands)&lt;BR /&gt;&lt;BR /&gt;vgscan would have f***up my lvmtab.&lt;BR /&gt;(try vgscan -p -v first to view what will happen)</description>
      <pubDate>Fri, 17 Aug 2007 09:01:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pvcreate-command-gives-unexpected-reply/m-p/5063534#M600564</guid>
      <dc:creator>Frank de Vries</dc:creator>
      <dc:date>2007-08-17T09:01:29Z</dc:date>
    </item>
  </channel>
</rss>

