<?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: Disk Failure in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-failure/m-p/3155646#M158397</link>
    <description>So I have a question, how do you know which vgname to use with vgcfgrestore and vgsync since there can be several vg's on a physical volume? Do you do it for all vg's that exist on that disk? Thanks!&lt;BR /&gt;&lt;BR /&gt;-Hazem</description>
    <pubDate>Sun, 04 Jan 2004 08:58:36 GMT</pubDate>
    <dc:creator>Hazem Mahmoud_3</dc:creator>
    <dc:date>2004-01-04T08:58:36Z</dc:date>
    <item>
      <title>Disk Failure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-failure/m-p/3155643#M158394</link>
      <description>Hello All,&lt;BR /&gt;I have an RP 7410 with a failed mirror disk. I want to replace the failed disk, and I want to know if there are any commands i need to type before I replace the disk? The way i see it, since the disk is failed, I don't need to unmount the file systems anyway, all i need to do is switch the disk, restore (vgcfgrestore) and re-sync. Please advice.</description>
      <pubDate>Sun, 04 Jan 2004 04:41:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-failure/m-p/3155643#M158394</guid>
      <dc:creator>Bona_1</dc:creator>
      <dc:date>2004-01-04T04:41:48Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Failure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-failure/m-p/3155644#M158395</link>
      <description>Yes, since the LV's on the disks are already mirrored, there is no need to unmount any filesystems as the system would still be running.&lt;BR /&gt;Just replace the disk with a new one, do a vgcfgrestore on the new disk, that should re-sync all mirrors and if not do a vgsync&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 04 Jan 2004 05:26:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-failure/m-p/3155644#M158395</guid>
      <dc:creator>Rajeev  Shukla</dc:creator>
      <dc:date>2004-01-04T05:26:00Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Failure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-failure/m-p/3155645#M158396</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Replace the disk. No need to unmount  filesystems&lt;BR /&gt;Do #pvcreate /dev/rdsk/cXtXdX&lt;BR /&gt;&lt;BR /&gt;#vgcfgrestore vgname /dev/dsk/cXtXdX&lt;BR /&gt;#vgsync /dev/vgname</description>
      <pubDate>Sun, 04 Jan 2004 06:03:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-failure/m-p/3155645#M158396</guid>
      <dc:creator>PVR</dc:creator>
      <dc:date>2004-01-04T06:03:47Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Failure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-failure/m-p/3155646#M158397</link>
      <description>So I have a question, how do you know which vgname to use with vgcfgrestore and vgsync since there can be several vg's on a physical volume? Do you do it for all vg's that exist on that disk? Thanks!&lt;BR /&gt;&lt;BR /&gt;-Hazem</description>
      <pubDate>Sun, 04 Jan 2004 08:58:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-failure/m-p/3155646#M158397</guid>
      <dc:creator>Hazem Mahmoud_3</dc:creator>
      <dc:date>2004-01-04T08:58:36Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Failure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-failure/m-p/3155647#M158398</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Yes, you would definately have to issue vgsync for each volume group that it is associated with.&lt;BR /&gt;&lt;BR /&gt;The procedure is as follows.&lt;BR /&gt;&lt;BR /&gt;pvcreate /dev/rdsk/&lt;DEVICE&gt;&lt;BR /&gt;vgcfgrestore /dev/&lt;VOLUMEGROUP&gt; /dev/rdsk/&lt;DEVICE&gt;&lt;BR /&gt;vgsync /dev/&lt;VOLUMEGROUP&gt;&lt;BR /&gt;&lt;BR /&gt;Issue vgsync for each volumegroup the disk is a member of.&lt;BR /&gt;&lt;BR /&gt;Remember that if the disk is a bootdevice you will need to add '-B' to pvcreate, and reapply the LIF area.&lt;BR /&gt;&lt;BR /&gt;&lt;/VOLUMEGROUP&gt;&lt;/DEVICE&gt;&lt;/VOLUMEGROUP&gt;&lt;/DEVICE&gt;</description>
      <pubDate>Sun, 04 Jan 2004 11:36:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-failure/m-p/3155647#M158398</guid>
      <dc:creator>Mourad Derriche</dc:creator>
      <dc:date>2004-01-04T11:36:20Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Failure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-failure/m-p/3155648#M158399</link>
      <description>Hi Friends, &lt;BR /&gt;Let me correct you, a disk can belong to only one VG, so how can you say there can be many VG assocaited with a particular PV?&lt;BR /&gt;And by the way you can even re-activate the VG and that will start the VG syncing.</description>
      <pubDate>Sun, 04 Jan 2004 17:30:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-failure/m-p/3155648#M158399</guid>
      <dc:creator>Rajeev  Shukla</dc:creator>
      <dc:date>2004-01-04T17:30:31Z</dc:date>
    </item>
  </channel>
</rss>

