<?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 Replacing the mirror disk in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/replacing-the-mirror-disk/m-p/3122287#M628516</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Replaced a mirror disk after vgreduce /dev/vg??? /dev/dsk/c?t?d?.&lt;BR /&gt;&lt;BR /&gt;completed pvcretae. During vgcfgrestore getting the following.&lt;BR /&gt;&lt;BR /&gt;# vgcfgrestore -n /dev/vgtest /dev/dsk/c3t10d0&lt;BR /&gt;Configuration info for Physical Volume "/dev/dsk/c3t10d0" not found&lt;BR /&gt; in "/etc/lvmconf/vgtest.conf" :&lt;BR /&gt;Character-special file for PV not supplied on command line, OR&lt;BR /&gt;PV did not belong to Volume Group /dev/vgtest when configuration file was create&lt;BR /&gt;d.&lt;BR /&gt;[cctest02]: /root&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
    <pubDate>Tue, 18 Nov 2003 10:16:10 GMT</pubDate>
    <dc:creator>John Jayaseelan</dc:creator>
    <dc:date>2003-11-18T10:16:10Z</dc:date>
    <item>
      <title>Replacing the mirror disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replacing-the-mirror-disk/m-p/3122287#M628516</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Replaced a mirror disk after vgreduce /dev/vg??? /dev/dsk/c?t?d?.&lt;BR /&gt;&lt;BR /&gt;completed pvcretae. During vgcfgrestore getting the following.&lt;BR /&gt;&lt;BR /&gt;# vgcfgrestore -n /dev/vgtest /dev/dsk/c3t10d0&lt;BR /&gt;Configuration info for Physical Volume "/dev/dsk/c3t10d0" not found&lt;BR /&gt; in "/etc/lvmconf/vgtest.conf" :&lt;BR /&gt;Character-special file for PV not supplied on command line, OR&lt;BR /&gt;PV did not belong to Volume Group /dev/vgtest when configuration file was create&lt;BR /&gt;d.&lt;BR /&gt;[cctest02]: /root&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Tue, 18 Nov 2003 10:16:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replacing-the-mirror-disk/m-p/3122287#M628516</guid>
      <dc:creator>John Jayaseelan</dc:creator>
      <dc:date>2003-11-18T10:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: Replacing the mirror disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replacing-the-mirror-disk/m-p/3122288#M628517</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You need to specify the raw disk for vgcfgrestore.  Try this:&lt;BR /&gt;&lt;BR /&gt;vgcfgrestore -n /dev/vgtest /dev/rdsk/c3t10d0&lt;BR /&gt;&lt;BR /&gt;JP&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Nov 2003 10:17:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replacing-the-mirror-disk/m-p/3122288#M628517</guid>
      <dc:creator>John Poff</dc:creator>
      <dc:date>2003-11-18T10:17:49Z</dc:date>
    </item>
    <item>
      <title>Re: Replacing the mirror disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replacing-the-mirror-disk/m-p/3122289#M628518</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;# vgcfgrestore -n /dev/vgtest /dev/rdsk/c3t10d0&lt;BR /&gt;Configuration info for Physical Volume "/dev/rdsk/c3t10d0" not found&lt;BR /&gt; in "/etc/lvmconf/vgtest.conf" :&lt;BR /&gt;Character-special file for PV not supplied on command line, OR&lt;BR /&gt;PV did not belong to Volume Group /dev/vgtest when configuration file was creat.&lt;BR /&gt;[cctest02]: /testlv1&lt;BR /&gt;# vgcfgrestore -n /dev/vgtest -l&lt;BR /&gt;Volume Group Configuration information in "/etc/lvmconf/vgtest.conf"&lt;BR /&gt;VG Name /dev/vgtest&lt;BR /&gt; ---- Physical volumes : 1 ----&lt;BR /&gt;    /dev/rdsk/c3t9d0 (Non-bootable)&lt;BR /&gt;[cctest02]: /testlv1&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Nov 2003 10:19:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replacing-the-mirror-disk/m-p/3122289#M628518</guid>
      <dc:creator>John Jayaseelan</dc:creator>
      <dc:date>2003-11-18T10:19:05Z</dc:date>
    </item>
    <item>
      <title>Re: Replacing the mirror disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replacing-the-mirror-disk/m-p/3122290#M628519</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;It is fine after extending the VG.&lt;BR /&gt;&lt;BR /&gt;# vgextend  /dev/vgtest /dev/dsk/c3t10d0&lt;BR /&gt;Volume group "/dev/vgtest" has been successfully extended.&lt;BR /&gt;Volume Group configuration for /dev/vgtest has been saved in /etc/lvmconf/vgtesf&lt;BR /&gt;[cctest02]: /testlv1&lt;BR /&gt;# vgcfgrestore -n /dev/vgtest -l&lt;BR /&gt;Volume Group Configuration information in "/etc/lvmconf/vgtest.conf"&lt;BR /&gt;VG Name /dev/vgtest&lt;BR /&gt; ---- Physical volumes : 2 ----&lt;BR /&gt;    /dev/rdsk/c3t9d0 (Non-bootable)&lt;BR /&gt;   /dev/rdsk/c3t10d0 (Non-bootable)&lt;BR /&gt;[cctest02]: /testlv1&lt;BR /&gt;# vgcfgrestore -n /dev/vgtest /dev/rdsk/c3t10d0&lt;BR /&gt;Volume Group configuration has been restored to /dev/rdsk/c3t10d0&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Nov 2003 10:21:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replacing-the-mirror-disk/m-p/3122290#M628519</guid>
      <dc:creator>John Jayaseelan</dc:creator>
      <dc:date>2003-11-18T10:21:11Z</dc:date>
    </item>
    <item>
      <title>Re: Replacing the mirror disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replacing-the-mirror-disk/m-p/3122291#M628520</link>
      <description>Hi John,&lt;BR /&gt;&lt;BR /&gt;Try this doc from itrc. Print it and keep it for future references.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000066374050" target="_blank"&gt;http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000066374050&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The doc id is KBAN00000347.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Nov 2003 10:23:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replacing-the-mirror-disk/m-p/3122291#M628520</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2003-11-18T10:23:04Z</dc:date>
    </item>
    <item>
      <title>Re: Replacing the mirror disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replacing-the-mirror-disk/m-p/3122292#M628521</link>
      <description>I see now.  You didn't need to do the vgreduce.  That is why it complained, because you kicked that PV out of the volume group.&lt;BR /&gt;&lt;BR /&gt;JP&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Nov 2003 10:26:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replacing-the-mirror-disk/m-p/3122292#M628521</guid>
      <dc:creator>John Poff</dc:creator>
      <dc:date>2003-11-18T10:26:18Z</dc:date>
    </item>
  </channel>
</rss>

