<?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: REPLACING DISKS in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/replacing-disks/m-p/2669995#M712362</link>
    <description>Hi Miguel,&lt;BR /&gt;&lt;BR /&gt;IF the disk is mirrored and how swappable, just remove the disk from the cabinet and then do a vgcfgrestore to restore the vg info to the disk. They do a vgchange -a e /dev/vg_name on the node where the disk is active. Then do a "vgsync /dev/vg_name" to sync the lv's for this disk. You should be fine after that. you don't have to shutdown the package / cluster or anything. If the disk is not mirrored or if the disk is not how-swappable, you have to shutdown the system. Shutdown the disk cabinet power, replace the disk, boot the system, start the cluster services on this cluster. do a vgcfgresote, activate the vg, and do vgsync.&lt;BR /&gt;&lt;BR /&gt;Try this link,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B3936-90053/B3936-90053_top.html&amp;amp;con=/hpux/onlinedocs/B3936-90053/00/00/53-con.html&amp;amp;toc=/hpux/onlinedocs/B3936-90053/00/00/53-toc.html&amp;amp;searchterms=troubleshooting&amp;amp;queryid=20020222-072515" target="_blank"&gt;http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B3936-90053/B3936-90053_top.html&amp;amp;con=/hpux/onlinedocs/B3936-90053/00/00/53-con.html&amp;amp;toc=/hpux/onlinedocs/B3936-90053/00/00/53-toc.html&amp;amp;searchterms=troubleshooting&amp;amp;queryid=20020222-072515&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;regds&lt;BR /&gt;</description>
    <pubDate>Fri, 22 Feb 2002 15:19:10 GMT</pubDate>
    <dc:creator>Sanjay_6</dc:creator>
    <dc:date>2002-02-22T15:19:10Z</dc:date>
    <item>
      <title>REPLACING DISKS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replacing-disks/m-p/2669991#M712358</link>
      <description>I need to replace two disks that estan bad in my Cluster atmosphere: &lt;BR /&gt;/dev/dsk/c2t1d0 &lt;BR /&gt;/dev/dsk/c1t14d0 &lt;BR /&gt;&lt;BR /&gt;But it happens this: &lt;BR /&gt;&lt;BR /&gt;file attachment:&lt;BR /&gt;Logical Volume To Physical Disk Mapping&lt;BR /&gt;&lt;BR /&gt;That I must consider?&lt;BR /&gt;&lt;BR /&gt;Greetings&lt;BR /&gt;&lt;BR /&gt;Miguel C.&lt;BR /&gt;</description>
      <pubDate>Fri, 22 Feb 2002 12:31:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replacing-disks/m-p/2669991#M712358</guid>
      <dc:creator>MIGUEL CARABANO</dc:creator>
      <dc:date>2002-02-22T12:31:29Z</dc:date>
    </item>
    <item>
      <title>Re: REPLACING DISKS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replacing-disks/m-p/2669992#M712359</link>
      <description>I supose you are utilizando LVM mirror.&lt;BR /&gt;&lt;BR /&gt;First ensure that all lv in those disks have his mirror in other disk.&lt;BR /&gt;&lt;BR /&gt;lvdisplay -v /dev/vg.../lvxxxx | more&lt;BR /&gt;&lt;BR /&gt;Then if you have hot plugable disks just extract faulty ones.&lt;BR /&gt;&lt;BR /&gt;Insert new disks&lt;BR /&gt;&lt;BR /&gt;run ioscan&lt;BR /&gt;&lt;BR /&gt;restore lvm configuration:&lt;BR /&gt;&lt;BR /&gt;vgcfgrestore /dev/vg... /dev/dsk/c.....&lt;BR /&gt;&lt;BR /&gt;and syncronize&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;vgsync /dev/vg...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I think that is all.</description>
      <pubDate>Fri, 22 Feb 2002 12:53:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replacing-disks/m-p/2669992#M712359</guid>
      <dc:creator>Carlos Fernandez Riera</dc:creator>
      <dc:date>2002-02-22T12:53:12Z</dc:date>
    </item>
    <item>
      <title>Re: REPLACING DISKS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replacing-disks/m-p/2669993#M712360</link>
      <description>I am not certain exactly what you are asking..but..from looking at attached file. It 'seems' you have 2 failed mirror disks. Your primary disks are still showing ok.&lt;BR /&gt;You don't mention the disk hardware..so I am just going to take a stab at this.&lt;BR /&gt;I might take down my packages involved..change vg so I have control of it..replace my bad disks...and since you don't mention your array hardware (EMC would resync) then you may need to resync either the lvol or vg. I might just go ahead and resync the vg to be on the safe side since that one disk covers a couple lv.  But that's up to you. See manpage lvsync/vgsync.&lt;BR /&gt;===========================&lt;BR /&gt;cmhaltpkg -v &lt;PKG&gt;&lt;BR /&gt;vgchange -c n /dev/vgname&lt;BR /&gt;vgchange -a y /dev/vgname&lt;BR /&gt;vgsync /dev/vgname&lt;BR /&gt;or&lt;BR /&gt;lvsync /dev/vgname/lvname&lt;BR /&gt; (Note a resync takes a good bit of time to complete..be patient..no bad messages means it is running..)&lt;BR /&gt;When done..&lt;BR /&gt;..Confirm everything looks ok with vgdisplay and lvdisply..&lt;BR /&gt;&lt;BR /&gt;vgchange -a n /dev/vgname&lt;BR /&gt;vgchange -c y /dev/vgname&lt;BR /&gt;cmrunpkg -v &lt;PKG&gt;&lt;BR /&gt;=============================&lt;BR /&gt;But wait for others, they may have noticed something I missed.&lt;BR /&gt;&lt;BR /&gt;Rgrds,&lt;BR /&gt;Rit&lt;/PKG&gt;&lt;/PKG&gt;</description>
      <pubDate>Fri, 22 Feb 2002 13:02:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replacing-disks/m-p/2669993#M712360</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2002-02-22T13:02:33Z</dc:date>
    </item>
    <item>
      <title>Re: REPLACING DISKS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replacing-disks/m-p/2669994#M712361</link>
      <description>Attached is a document from the TKB (Doc ID - KBAN00000347) which outlines the procedures for replacing LVM disks in HP-UX 10.X and 11.X.  It goes through all possibilities, mirrored boot disk, non-mirrored boot disk, mirrored data disk, non-mirrored data disk, etc.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 22 Feb 2002 14:31:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replacing-disks/m-p/2669994#M712361</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2002-02-22T14:31:46Z</dc:date>
    </item>
    <item>
      <title>Re: REPLACING DISKS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replacing-disks/m-p/2669995#M712362</link>
      <description>Hi Miguel,&lt;BR /&gt;&lt;BR /&gt;IF the disk is mirrored and how swappable, just remove the disk from the cabinet and then do a vgcfgrestore to restore the vg info to the disk. They do a vgchange -a e /dev/vg_name on the node where the disk is active. Then do a "vgsync /dev/vg_name" to sync the lv's for this disk. You should be fine after that. you don't have to shutdown the package / cluster or anything. If the disk is not mirrored or if the disk is not how-swappable, you have to shutdown the system. Shutdown the disk cabinet power, replace the disk, boot the system, start the cluster services on this cluster. do a vgcfgresote, activate the vg, and do vgsync.&lt;BR /&gt;&lt;BR /&gt;Try this link,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B3936-90053/B3936-90053_top.html&amp;amp;con=/hpux/onlinedocs/B3936-90053/00/00/53-con.html&amp;amp;toc=/hpux/onlinedocs/B3936-90053/00/00/53-toc.html&amp;amp;searchterms=troubleshooting&amp;amp;queryid=20020222-072515" target="_blank"&gt;http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B3936-90053/B3936-90053_top.html&amp;amp;con=/hpux/onlinedocs/B3936-90053/00/00/53-con.html&amp;amp;toc=/hpux/onlinedocs/B3936-90053/00/00/53-toc.html&amp;amp;searchterms=troubleshooting&amp;amp;queryid=20020222-072515&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;regds&lt;BR /&gt;</description>
      <pubDate>Fri, 22 Feb 2002 15:19:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replacing-disks/m-p/2669995#M712362</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2002-02-22T15:19:10Z</dc:date>
    </item>
  </channel>
</rss>

