<?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: Hard disk error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/hard-disk-error/m-p/4215264#M686018</link>
    <description>All the steps are here:&lt;BR /&gt;&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;</description>
    <pubDate>Thu, 12 Jun 2008 04:39:34 GMT</pubDate>
    <dc:creator>Torsten.</dc:creator>
    <dc:date>2008-06-12T04:39:34Z</dc:date>
    <item>
      <title>Hard disk error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hard-disk-error/m-p/4215263#M686017</link>
      <description>My porduction server(disk staion ) hdd C5t0d0 giving serious and criticle error attached&lt;BR /&gt;  So i want to install new one PLs tell me Procedure&lt;BR /&gt;Error is attached&lt;BR /&gt;  Deatils&lt;BR /&gt;  Server Model : 9000/800/rp3410&lt;BR /&gt;&lt;BR /&gt;  HDD in Vg002 &lt;BR /&gt;&lt;BR /&gt;  Physical Device Path...: 0/4/1/1.0.0&lt;BR /&gt;&lt;BR /&gt;  Cluster on PRD&lt;BR /&gt;&lt;BR /&gt;  Pls Tell me steps to install new hdd in diskstation</description>
      <pubDate>Thu, 12 Jun 2008 04:36:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hard-disk-error/m-p/4215263#M686017</guid>
      <dc:creator>Santosh P Karpe</dc:creator>
      <dc:date>2008-06-12T04:36:14Z</dc:date>
    </item>
    <item>
      <title>Re: Hard disk error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hard-disk-error/m-p/4215264#M686018</link>
      <description>All the steps are here:&lt;BR /&gt;&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;</description>
      <pubDate>Thu, 12 Jun 2008 04:39:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hard-disk-error/m-p/4215264#M686018</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2008-06-12T04:39:34Z</dc:date>
    </item>
    <item>
      <title>Re: Hard disk error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hard-disk-error/m-p/4215265#M686019</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The document mentioned in the earlier post is complete withint itself. But still if you are founding it too much for looking for your solution then here are simple steps which should be used when application is not used much (Utilization on the data you are copying is less as it will badly impact performance when you copy the data across if you do it with application running)&lt;BR /&gt;&lt;BR /&gt;Assumption - you have a free slot to host a new disk and you current disk is not mirrored. &lt;BR /&gt;&lt;BR /&gt;Insert new disk of same or more size to the empty slot and check the OS detects it in ioscan. Create its device file with insf.&lt;BR /&gt;&lt;BR /&gt;#ioscan -fnC disk&lt;BR /&gt;#insf&lt;BR /&gt;&lt;BR /&gt;Let us say the new disk device file is /dev/dsk/cxtydz&lt;BR /&gt;&lt;BR /&gt;#pvcreate /dev/rdsk/cxtydz&lt;BR /&gt;#vgextend /dev/vg002 /dev/dsk/cxtydz&lt;BR /&gt;&lt;BR /&gt;Case -1&lt;BR /&gt;==========&lt;BR /&gt;Now if you have mirror-Ux installed. Create a copy of the data on /dev/dsk/c5t0d0 onto new disk.&lt;BR /&gt;&lt;BR /&gt;#lvextend -m 1 /dev/vg002/lvolxx /dev/dsk/cxtydz&lt;BR /&gt;&lt;BR /&gt;#lvextend -m 1 /dev/vg002/lvolxy /dev/dsk/cxtydz&lt;BR /&gt;&lt;BR /&gt;Repeat this for all the LVs in this faulty disk.&lt;BR /&gt;&lt;BR /&gt;Once this is done reduce the copy from the faulty disk.&lt;BR /&gt;&lt;BR /&gt;#lvreduce -m 0 /dev/vg002/lvolxx /dev/dsk/c5t0d0&lt;BR /&gt;&lt;BR /&gt;Repeat for all the LVs in the faulty disk.&lt;BR /&gt;&lt;BR /&gt;At last your faulty disk will have no LVs and you can reduce VG from this disk and can finally remove it.&lt;BR /&gt;&lt;BR /&gt;#vgreduce /dev/vg002 /dev/dsk/c5t0d0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Case -2&lt;BR /&gt;==========&lt;BR /&gt;&lt;BR /&gt;Now if mirror-Ux is not installed, do a pvmove for all the LEs on faulty disk to new disk.&lt;BR /&gt;&lt;BR /&gt;#pvmove /dev/dsk/c5t0d0 /dev/dsk/cxtydz&lt;BR /&gt;&lt;BR /&gt;Caution - There is a potential risk of disk completely going bad in this so take a good backup prior to attempting both of these options.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Devender</description>
      <pubDate>Thu, 12 Jun 2008 05:55:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hard-disk-error/m-p/4215265#M686019</guid>
      <dc:creator>Devender Khatana</dc:creator>
      <dc:date>2008-06-12T05:55:38Z</dc:date>
    </item>
  </channel>
</rss>

