<?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/2526232#M889540</link>
    <description>thanks Pedro for the test!!!&lt;BR /&gt;&lt;BR /&gt;Best Regards&lt;BR /&gt;&lt;BR /&gt;Roberto</description>
    <pubDate>Wed, 09 May 2001 13:47:29 GMT</pubDate>
    <dc:creator>Roberto Gallis</dc:creator>
    <dc:date>2001-05-09T13:47:29Z</dc:date>
    <item>
      <title>replacing disks</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replacing-disks/m-p/2526223#M889531</link>
      <description>Hi all,&lt;BR /&gt;I have to replace two old disks in mirror with two newest and bigger disks. These disks are external connected to two D class server in cluster. These disks belong to a volume group shared by the 2 node cluster.&lt;BR /&gt;So I think I must destroy the old vg and recreate it vith the new 2 disks.&lt;BR /&gt;But, do I need to delete end reinstall special files with insf when disks are replaced?&lt;BR /&gt;Do I need to reboot the 2 nodes?&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Roberto</description>
      <pubDate>Wed, 09 May 2001 06:45:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replacing-disks/m-p/2526223#M889531</guid>
      <dc:creator>Roberto Gallis</dc:creator>
      <dc:date>2001-05-09T06:45:54Z</dc:date>
    </item>
    <item>
      <title>Re: replacing disks</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replacing-disks/m-p/2526224#M889532</link>
      <description>HI,&lt;BR /&gt;&lt;BR /&gt;if you can effort the downtime better reboot both node to get rid of weird error and device file will automatic create for you.</description>
      <pubDate>Wed, 09 May 2001 07:13:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replacing-disks/m-p/2526224#M889532</guid>
      <dc:creator>Printaporn_1</dc:creator>
      <dc:date>2001-05-09T07:13:32Z</dc:date>
    </item>
    <item>
      <title>Re: replacing disks</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replacing-disks/m-p/2526225#M889533</link>
      <description># Shutdown your system and replace the disk that is failing. &lt;BR /&gt;&lt;BR /&gt;Boot into single user mode and override the quorum, as: &lt;BR /&gt;&lt;BR /&gt;# ISL&amp;gt; hpux -is -lq /stand/vmunix &lt;BR /&gt;&lt;BR /&gt;# vgcfgrestore -n /dev/vg00 /dev/rdsk/cXtYdZ &lt;BR /&gt;&lt;BR /&gt;# mkboot /dev/rdsk/cXtYdZ &lt;BR /&gt;&lt;BR /&gt;# mkboot -a "hpux -lq /stand/vmunix" /dev/rdsk/CXtYdZ &lt;BR /&gt;&lt;BR /&gt;# lvlnboot -Rv &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# vgchange -a y /dev/vg00 &lt;BR /&gt;&lt;BR /&gt;# vgsync /dev/vg00 &lt;BR /&gt;&lt;BR /&gt;# shutdown -r y 0 &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 09 May 2001 08:56:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replacing-disks/m-p/2526225#M889533</guid>
      <dc:creator>Vincenzo Restuccia</dc:creator>
      <dc:date>2001-05-09T08:56:29Z</dc:date>
    </item>
    <item>
      <title>Re: replacing disks</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replacing-disks/m-p/2526226#M889534</link>
      <description>Roberto,&lt;BR /&gt;is this VG in shared, or exclusive mode?&lt;BR /&gt;If it is in shared mode, then you'll need to de-activate it first, then activate it with "vgchange -a e" (this way you wont need to stop the cluster, just the package associated with the vg). After this, on both cases:&lt;BR /&gt;- connect the new disks to both systems (if slots are available)&lt;BR /&gt;- "ioscan -fnC disk"&lt;BR /&gt;- For the new HW addresses without device files, you'll need to do "insf -H &lt;HW address=""&gt;" (do this on both systems)&lt;BR /&gt;- on the system you have the VG activated do: "pvcreate /dev/rdsk/cxtxdx" for each new disk&lt;BR /&gt;- "vgextend vg&lt;XX&gt; /dev/dsk/cxtxdx /dev/dsk/cxtxdx" (will extend the VG to the new disks)&lt;BR /&gt;- "pvmove /dev/dsk/&lt;OLD original="" disk=""&gt; /dev/dsk/&lt;NEW disk=""&gt;&lt;BR /&gt;- "pvmove /dev/dsk/&lt;OLD mirror="" disk=""&gt; /dev/dsk/&lt;NEW mirror="" disk=""&gt;"&lt;BR /&gt;&lt;BR /&gt;- "vgreduce vg&lt;XX&gt; /dev/dsk/cxtxdx /dev/dsk/cxtxdx"&lt;BR /&gt;- if it succceeds, then you'll need to "vgexport -m /tmp/vgxx.map -p -v &lt;VGXX&gt;"&lt;BR /&gt;- copy the file to the other system and, on that system, do "vgexport vgxx"&lt;BR /&gt;- "mkdir /dev/vgxx"&lt;BR /&gt;- "mknod /dev/vgxx/group c 64 0x000001" (this hex number has to be the equal to the original system, be carefull with this.&lt;BR /&gt;- vgimport -m /tmp/vgxx.map vgxx /dev/dsk/&lt;FIRST new="" disk=""&gt; /dev/dsk/&lt;NEW mirror="" disk=""&gt;&lt;BR /&gt;- try to activate it on this node.&lt;BR /&gt;&lt;BR /&gt;Hope this helps. maybe it seems a little bit hard, or confusing.&lt;BR /&gt;&lt;/NEW&gt;&lt;/FIRST&gt;&lt;/VGXX&gt;&lt;/XX&gt;&lt;/NEW&gt;&lt;/OLD&gt;&lt;/NEW&gt;&lt;/OLD&gt;&lt;/XX&gt;&lt;/HW&gt;</description>
      <pubDate>Wed, 09 May 2001 09:32:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replacing-disks/m-p/2526226#M889534</guid>
      <dc:creator>Pedro Sousa</dc:creator>
      <dc:date>2001-05-09T09:32:32Z</dc:date>
    </item>
    <item>
      <title>Re: replacing disks</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replacing-disks/m-p/2526227#M889535</link>
      <description>For Vincenzo:&lt;BR /&gt;I do not need to replace a failed disk on vg00 (boot disk). I need to replace 2 old disk of 2GB with new disks of 18GB.&lt;BR /&gt;These disks are external conneted by scsi and shared on two cluster nodes.&lt;BR /&gt;The vg is a part of a package of the cluster. I know I have to stop package and rebuild the vg and reshare again. &lt;BR /&gt;But I do not know if changing disks type can make problem with original special files. &lt;BR /&gt;I the reboot reinstalls special files... But I am concerned if boot is necessary or not&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Roberto</description>
      <pubDate>Wed, 09 May 2001 09:44:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replacing-disks/m-p/2526227#M889535</guid>
      <dc:creator>Roberto Gallis</dc:creator>
      <dc:date>2001-05-09T09:44:30Z</dc:date>
    </item>
    <item>
      <title>Re: replacing disks</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replacing-disks/m-p/2526228#M889536</link>
      <description>Hi again.&lt;BR /&gt;You do not need to reboot your system to install new special files! You only need to use that command called "insf".&lt;BR /&gt;So, if your vg is in shared mode you're maybe using MC/SG OPS?&lt;BR /&gt;These disks will be placed on a rack?</description>
      <pubDate>Wed, 09 May 2001 09:55:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replacing-disks/m-p/2526228#M889536</guid>
      <dc:creator>Pedro Sousa</dc:creator>
      <dc:date>2001-05-09T09:55:41Z</dc:date>
    </item>
    <item>
      <title>Re: replacing disks</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replacing-disks/m-p/2526229#M889537</link>
      <description>Hi Pedro,&lt;BR /&gt;yes, there's SG... I know all procedures to do for recreating vg and package.&lt;BR /&gt;My question was:&lt;BR /&gt;If disk is /dev/dsk/c3t2d0 (for example) and the new disk has the same path, but the disk is bigger, do I need to reinstall special file even if the path is the same??&lt;BR /&gt;That's all.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Roberto</description>
      <pubDate>Wed, 09 May 2001 10:30:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replacing-disks/m-p/2526229#M889537</guid>
      <dc:creator>Roberto Gallis</dc:creator>
      <dc:date>2001-05-09T10:30:29Z</dc:date>
    </item>
    <item>
      <title>Re: replacing disks</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replacing-disks/m-p/2526230#M889538</link>
      <description>OK!&lt;BR /&gt;My answer to that is NO. Once the device file is created, you do not need to recreate it again.&lt;BR /&gt;But don't forget 'pvcreate'.&lt;BR /&gt;good luck.</description>
      <pubDate>Wed, 09 May 2001 12:15:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replacing-disks/m-p/2526230#M889538</guid>
      <dc:creator>Pedro Sousa</dc:creator>
      <dc:date>2001-05-09T12:15:57Z</dc:date>
    </item>
    <item>
      <title>Re: replacing disks</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replacing-disks/m-p/2526231#M889539</link>
      <description>Roberto, final answer:&lt;BR /&gt;I made the following experience  on a K server with 10.20 some minutes ago:&lt;BR /&gt;- added a disk with 4Gb&lt;BR /&gt;- created the device file &lt;BR /&gt;- "diskinfo /dev/rdsk/cxtxdx" - OK&lt;BR /&gt;- removed it&lt;BR /&gt;- ioscan showed NO_HW - OK&lt;BR /&gt;- added a disk with 2GB to smae slot&lt;BR /&gt;- ioscan showed CLAIMED - OK&lt;BR /&gt;- "diskinfo /dev/rdsk/cxtxdx" - HANGED!!!&lt;BR /&gt;so, I cannot guarantee, maybe that disk has some problem, but maybe you should re-create the files.&lt;BR /&gt;Just a last thought.</description>
      <pubDate>Wed, 09 May 2001 12:31:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replacing-disks/m-p/2526231#M889539</guid>
      <dc:creator>Pedro Sousa</dc:creator>
      <dc:date>2001-05-09T12:31:34Z</dc:date>
    </item>
    <item>
      <title>Re: replacing disks</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replacing-disks/m-p/2526232#M889540</link>
      <description>thanks Pedro for the test!!!&lt;BR /&gt;&lt;BR /&gt;Best Regards&lt;BR /&gt;&lt;BR /&gt;Roberto</description>
      <pubDate>Wed, 09 May 2001 13:47:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replacing-disks/m-p/2526232#M889540</guid>
      <dc:creator>Roberto Gallis</dc:creator>
      <dc:date>2001-05-09T13:47:29Z</dc:date>
    </item>
  </channel>
</rss>

