<?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: Cluster shared storage disk problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cluster-shared-storage-disk-problem/m-p/4299540#M337883</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If you still want to do it safer way follow the below steps.&lt;BR /&gt;&lt;BR /&gt;1. Reduce the mirror from the defective disk &lt;BR /&gt;&lt;BR /&gt;# lvreduce -m 0 &lt;LVNAME&gt; &lt;PV paths=""&gt;&lt;BR /&gt;&lt;BR /&gt;2. Replace the defective disk&lt;BR /&gt;&lt;BR /&gt;3. Make sure the disk is online after replacing.(by ioscan)&lt;BR /&gt;&lt;BR /&gt;4. #vgcfgrestore -n &lt;VGNAME&gt; &lt;PV name=""&gt;&lt;BR /&gt;&lt;BR /&gt;5. #vgchange -a y vgname&lt;BR /&gt;&lt;BR /&gt;6. extend the  mirror&lt;BR /&gt;&lt;BR /&gt;   #lvextend -m 1 &lt;LVNAME&gt; &lt;PV paths=""&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/PV&gt;&lt;/LVNAME&gt;&lt;/PV&gt;&lt;/VGNAME&gt;&lt;/PV&gt;&lt;/LVNAME&gt;</description>
    <pubDate>Tue, 04 Nov 2008 09:35:02 GMT</pubDate>
    <dc:creator>Ganesan R</dc:creator>
    <dc:date>2008-11-04T09:35:02Z</dc:date>
    <item>
      <title>Cluster shared storage disk problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cluster-shared-storage-disk-problem/m-p/4299535#M337878</link>
      <description>Dear Gurus,&lt;BR /&gt;&lt;BR /&gt;I have 2 HP servers with 11iV1 OS and where service guard is configured on these servers. the servers are then connected to a shared storage disk system with no controllers.&lt;BR /&gt;&lt;BR /&gt;the shared storage contains 4 disks. a logical volume is created on 2 disks and mirrored to 2 other disks.&lt;BR /&gt;&lt;BR /&gt;I have a defected disk on the shared storage. Can you please provide the required steps to replace the defected disk especially that the same logical volume is created on 2 disks and mirrored to 2 other disks.&lt;BR /&gt;&lt;BR /&gt;Thank you in advance</description>
      <pubDate>Mon, 03 Nov 2008 22:23:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cluster-shared-storage-disk-problem/m-p/4299535#M337878</guid>
      <dc:creator>Johnny12</dc:creator>
      <dc:date>2008-11-03T22:23:40Z</dc:date>
    </item>
    <item>
      <title>Re: Cluster shared storage disk problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cluster-shared-storage-disk-problem/m-p/4299536#M337879</link>
      <description>Hi ,&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt; I have a defected disk on the shared storage. Can you please provide the required steps to replace the defected disk especially that the same logical volume is created on 2 disks and mirrored to 2 other disks&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;by understanding of your above post looks that you have mirror copies,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;remove tha fauly disk&lt;BR /&gt;&lt;BR /&gt;ioscan -fnC disk --&amp;gt; looks disk to be claimed&lt;BR /&gt;&lt;BR /&gt;#  vgcfgrestore -n vgxx /dev/rdsk/cxtxdx&lt;BR /&gt;#  vgchange -a y vgxx&lt;BR /&gt;#  vgsync vgxx&lt;BR /&gt;&lt;BR /&gt;Script to run to check status of vgsync:&lt;BR /&gt;&lt;BR /&gt;while true&lt;BR /&gt;do&lt;BR /&gt;pvdisplay -v /dev/dsk/cxtxdx|grep stale|wc -l sleep 5 done&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Johnson&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Nov 2008 00:07:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cluster-shared-storage-disk-problem/m-p/4299536#M337879</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2008-11-04T00:07:15Z</dc:date>
    </item>
    <item>
      <title>Re: Cluster shared storage disk problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cluster-shared-storage-disk-problem/m-p/4299537#M337880</link>
      <description>To replace the faulty disk follow these steps:&lt;BR /&gt;&lt;BR /&gt;1. Find the faulty disk by running:&lt;BR /&gt;#ioscan -fnC disk&lt;BR /&gt;The disk with Unclaimed status is the faulty one. &lt;BR /&gt;#pvchange -a n /dev/rdsk/cxtxdx&lt;BR /&gt;2. Replace the faulty disk with new disk.&lt;BR /&gt;3. Restore the volume group information the disk&lt;BR /&gt;#pvchange -a y /dev/rdsk/cxtxdx&lt;BR /&gt;#vgcfgrestore -n /dev/vg01 /dev/rdsk/cxtxdx&lt;BR /&gt;#vgchange -a y /dev/vg01&lt;BR /&gt;#vgsync vg01&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Nov 2008 02:59:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cluster-shared-storage-disk-problem/m-p/4299537#M337880</guid>
      <dc:creator>jaivinder</dc:creator>
      <dc:date>2008-11-04T02:59:18Z</dc:date>
    </item>
    <item>
      <title>Re: Cluster shared storage disk problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cluster-shared-storage-disk-problem/m-p/4299538#M337881</link>
      <description>Dear All,&lt;BR /&gt;&lt;BR /&gt;Your above procedures are well noted.&lt;BR /&gt;Meantime I have the following question:&lt;BR /&gt;&lt;BR /&gt;Since the same logical volume is configured on 2 disks and Mirrored to 2 other disks using MirrorUX software, does replacing a disk of the 2 mirrored disks cause any data corruption to the whole logical volume?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Nov 2008 07:35:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cluster-shared-storage-disk-problem/m-p/4299538#M337881</guid>
      <dc:creator>Johnny12</dc:creator>
      <dc:date>2008-11-04T07:35:05Z</dc:date>
    </item>
    <item>
      <title>Re: Cluster shared storage disk problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cluster-shared-storage-disk-problem/m-p/4299539#M337882</link>
      <description>&amp;gt;&amp;gt;&amp;gt; Since the same logical volume is configured on 2 disks and Mirrored to 2 other disks using MirrorUX software, does replacing a disk of the 2 mirrored disks cause any data corruption to the whole logical volume? &amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;no data corruption will be cause hence your other mirror copies are ok,&lt;BR /&gt;&lt;BR /&gt;that's the purpose of HPUX -mirror software&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Johnson</description>
      <pubDate>Tue, 04 Nov 2008 09:16:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cluster-shared-storage-disk-problem/m-p/4299539#M337882</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2008-11-04T09:16:49Z</dc:date>
    </item>
    <item>
      <title>Re: Cluster shared storage disk problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cluster-shared-storage-disk-problem/m-p/4299540#M337883</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If you still want to do it safer way follow the below steps.&lt;BR /&gt;&lt;BR /&gt;1. Reduce the mirror from the defective disk &lt;BR /&gt;&lt;BR /&gt;# lvreduce -m 0 &lt;LVNAME&gt; &lt;PV paths=""&gt;&lt;BR /&gt;&lt;BR /&gt;2. Replace the defective disk&lt;BR /&gt;&lt;BR /&gt;3. Make sure the disk is online after replacing.(by ioscan)&lt;BR /&gt;&lt;BR /&gt;4. #vgcfgrestore -n &lt;VGNAME&gt; &lt;PV name=""&gt;&lt;BR /&gt;&lt;BR /&gt;5. #vgchange -a y vgname&lt;BR /&gt;&lt;BR /&gt;6. extend the  mirror&lt;BR /&gt;&lt;BR /&gt;   #lvextend -m 1 &lt;LVNAME&gt; &lt;PV paths=""&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/PV&gt;&lt;/LVNAME&gt;&lt;/PV&gt;&lt;/VGNAME&gt;&lt;/PV&gt;&lt;/LVNAME&gt;</description>
      <pubDate>Tue, 04 Nov 2008 09:35:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cluster-shared-storage-disk-problem/m-p/4299540#M337883</guid>
      <dc:creator>Ganesan R</dc:creator>
      <dc:date>2008-11-04T09:35:02Z</dc:date>
    </item>
    <item>
      <title>Re: Cluster shared storage disk problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cluster-shared-storage-disk-problem/m-p/4299541#M337884</link>
      <description>Thank you for your above replies.&lt;BR /&gt;&lt;BR /&gt;Meantime can you please advise on which server of the cluster this work should be done?&lt;BR /&gt;&lt;BR /&gt;does it need to be done on both servers or only on one server.</description>
      <pubDate>Tue, 04 Nov 2008 19:57:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cluster-shared-storage-disk-problem/m-p/4299541#M337884</guid>
      <dc:creator>Johnny12</dc:creator>
      <dc:date>2008-11-04T19:57:30Z</dc:date>
    </item>
    <item>
      <title>Re: Cluster shared storage disk problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cluster-shared-storage-disk-problem/m-p/4299542#M337885</link>
      <description>if your both "Nodes in the Cluster have the defective disk" you need do for both&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;JOhnson</description>
      <pubDate>Wed, 05 Nov 2008 06:24:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cluster-shared-storage-disk-problem/m-p/4299542#M337885</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2008-11-05T06:24:25Z</dc:date>
    </item>
    <item>
      <title>Re: Cluster shared storage disk problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cluster-shared-storage-disk-problem/m-p/4299543#M337886</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;To change the faulty disk please refer this attached doc.&lt;BR /&gt;&lt;BR /&gt;Suraj</description>
      <pubDate>Wed, 05 Nov 2008 07:48:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cluster-shared-storage-disk-problem/m-p/4299543#M337886</guid>
      <dc:creator>Suraj K Sankari</dc:creator>
      <dc:date>2008-11-05T07:48:34Z</dc:date>
    </item>
    <item>
      <title>Re: Cluster shared storage disk problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cluster-shared-storage-disk-problem/m-p/4299544#M337887</link>
      <description>Sorry forget to attached&lt;BR /&gt; &lt;BR /&gt;here is the attached doc&lt;BR /&gt;&lt;BR /&gt;Suraj</description>
      <pubDate>Wed, 05 Nov 2008 07:49:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cluster-shared-storage-disk-problem/m-p/4299544#M337887</guid>
      <dc:creator>Suraj K Sankari</dc:creator>
      <dc:date>2008-11-05T07:49:31Z</dc:date>
    </item>
  </channel>
</rss>

