<?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 hot plug? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-hot-plug/m-p/4907566#M405490</link>
    <description>what is your server's model ? If you do not know, run command &lt;BR /&gt;&lt;BR /&gt;# model &lt;BR /&gt;&lt;BR /&gt;also if this is an internal disk or external. From the hardware path I think you are talking about internal disks.&lt;BR /&gt;&lt;BR /&gt;Hot plug or not are usually associated with the type of server you have and how the disk is located inside the server.</description>
    <pubDate>Wed, 15 Jun 2005 19:46:04 GMT</pubDate>
    <dc:creator>Mel Burslan</dc:creator>
    <dc:date>2005-06-15T19:46:04Z</dc:date>
    <item>
      <title>Disk hot plug?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-hot-plug/m-p/4907565#M405489</link>
      <description>I need his help.&lt;BR /&gt;&lt;BR /&gt;I have superdome server, We need to remove a disc. We do not know which is the procedure.&lt;BR /&gt;&lt;BR /&gt;we do not know if it is hotplug.&lt;BR /&gt;&lt;BR /&gt;#ioscan -fnkC disk&lt;BR /&gt;disk 3 1/0/2/0/0.0.0 sdisk CLAIMED DEVICE HP 36.4GMAS3367NC&lt;BR /&gt;/dev/dsk/c2t0d0 /dev/rdsk/c2t0d0&lt;BR /&gt;disk 4 1/0/2/0/0.2.0 sdisk CLAIMED DEVICE HP 36.4GST336753L&lt;BR /&gt;C&lt;BR /&gt;/dev/dsk/c2t2d0 /dev/rdsk/c2t2d0&lt;BR /&gt;&lt;BR /&gt;# pvdisplay -v /dev/dsk/c2t2d0&lt;BR /&gt;pvdisplay: Couldn't find the volume group to which&lt;BR /&gt;physical volume "/dev/dsk/c2t2d0" belongs.&lt;BR /&gt;pvdisplay: Cannot display physical volume "/dev/dsk/c2t2d0".&lt;BR /&gt;[factdb] / # pvdisplay -v /dev/dsk/c1t2d0&lt;BR /&gt;pvdisplay: Couldn't find the volume group to which&lt;BR /&gt;physical volume "/dev/dsk/c1t2d0" belongs.&lt;BR /&gt;pvdisplay: Cannot display physical volume "/dev/dsk/c1t2d0".&lt;BR /&gt;&lt;BR /&gt;P/N: &lt;BR /&gt;Disk hot plug 286713-B22&lt;BR /&gt;Disk no hot plug:271832-B22&lt;BR /&gt;Thanks,</description>
      <pubDate>Wed, 15 Jun 2005 18:28:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-hot-plug/m-p/4907565#M405489</guid>
      <dc:creator>Jose Muñoz_3</dc:creator>
      <dc:date>2005-06-15T18:28:50Z</dc:date>
    </item>
    <item>
      <title>Re: Disk hot plug?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-hot-plug/m-p/4907566#M405490</link>
      <description>what is your server's model ? If you do not know, run command &lt;BR /&gt;&lt;BR /&gt;# model &lt;BR /&gt;&lt;BR /&gt;also if this is an internal disk or external. From the hardware path I think you are talking about internal disks.&lt;BR /&gt;&lt;BR /&gt;Hot plug or not are usually associated with the type of server you have and how the disk is located inside the server.</description>
      <pubDate>Wed, 15 Jun 2005 19:46:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-hot-plug/m-p/4907566#M405490</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2005-06-15T19:46:04Z</dc:date>
    </item>
    <item>
      <title>Re: Disk hot plug?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-hot-plug/m-p/4907567#M405491</link>
      <description>Jose,&lt;BR /&gt;&lt;BR /&gt;note: Mel from our Forum did ask you to confirm.. is the DRIVE "internal" or "external".. if the drive is part of the interal root disk group.. &lt;BR /&gt;&lt;BR /&gt;There should be an Alarm or SCSI erros that a disk is going bad... &lt;BR /&gt;&lt;BR /&gt;run:  # dmesg&lt;BR /&gt;&lt;BR /&gt;run:  ioscan -fnC disk&lt;BR /&gt;&lt;BR /&gt;this shows you the H/W Path and Special-Device:&lt;BR /&gt;       0/4/0.2.2   /dev/dsk/c0t1d0&lt;BR /&gt;etc..&lt;BR /&gt;&lt;BR /&gt;what disk unit do you have ?  SC10 &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Look at the outside of the drives, and&lt;BR /&gt;Look at the TOP light indicators for the housing of the drives... ANY LIGHTS ?&lt;BR /&gt;&lt;BR /&gt;if you think, c1t2do, is bad, then look at the LIGHT on the outside of the disk drive unit..&lt;BR /&gt;telnet to your server and run:&lt;BR /&gt;&lt;BR /&gt;while true&lt;BR /&gt;do&lt;BR /&gt;head &amp;lt; /dev/rdsk/c1t2do &amp;gt; /dev/null&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;does the LIGHT on the drive LIGHT up, go look at the Drive and note the FAST blinking light.&lt;BR /&gt;&lt;BR /&gt;============= NOTE ===================&lt;BR /&gt;you should mark all your INTERNAL ROOT disks with a LABEL or marker for the H/W paths.&lt;BR /&gt;&lt;BR /&gt;        run: ioscan -fnC disk&lt;BR /&gt;&lt;BR /&gt;and mark the H/W path, example:&lt;BR /&gt;   0/4/0/1.2.1  Drive1&lt;BR /&gt;   0/4/0/1.3.1  Drive2&lt;BR /&gt;&lt;BR /&gt;after you know the H/W path, you can then&lt;BR /&gt;find the associated disk path from ioscan.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 15 Jun 2005 22:23:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-hot-plug/m-p/4907567#M405491</guid>
      <dc:creator>D Block 2</dc:creator>
      <dc:date>2005-06-15T22:23:31Z</dc:date>
    </item>
    <item>
      <title>Re: Disk hot plug?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-hot-plug/m-p/4907568#M405492</link>
      <description>Hi Jose,&lt;BR /&gt;&lt;BR /&gt;Just by looking at the outputs you have provided, its almost impossible to judge if the disk you are talking about is a HS (Hot Swap) or NHS (Non HS) disk.&lt;BR /&gt;&lt;BR /&gt;I think you would need to look at the disk enclosure physically to judge that. Even the root disks can be HS. In fact in most of the recent servers, even the internal disks are HS disks. So i am almost certain that the disk you are talking about is also hot swap.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Suraj</description>
      <pubDate>Wed, 15 Jun 2005 23:12:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-hot-plug/m-p/4907568#M405492</guid>
      <dc:creator>Suraj Singh_1</dc:creator>
      <dc:date>2005-06-15T23:12:39Z</dc:date>
    </item>
    <item>
      <title>Re: Disk hot plug?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-hot-plug/m-p/4907569#M405493</link>
      <description>Hi Jose.&lt;BR /&gt;It depends on the Server. I have L-2000 (rp5450) I Put in 2 Internal disks on-line and also 3 disks to my HP Sure Store Array 12H.&lt;BR /&gt;&lt;BR /&gt;use this link&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/index.html#Browse%20by%20Topic" target="_blank"&gt;http://docs.hp.com/en/index.html#Browse%20by%20Topic&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;then select hardware, that will give you all the info on your model.&lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;BR /&gt;Thanks&lt;BR /&gt;Basheer</description>
      <pubDate>Thu, 16 Jun 2005 08:06:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-hot-plug/m-p/4907569#M405493</guid>
      <dc:creator>Basheer_2</dc:creator>
      <dc:date>2005-06-16T08:06:40Z</dc:date>
    </item>
    <item>
      <title>Re: Disk hot plug?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-hot-plug/m-p/4907570#M405494</link>
      <description>Thanks,&lt;BR /&gt;I am sorry it, I do not specify any things.&lt;BR /&gt;&lt;BR /&gt;The server is Superdome 32 way.&lt;BR /&gt; # model&lt;BR /&gt;9000/800/SD32000&lt;BR /&gt;&lt;BR /&gt;The disk is in HP Disk system 2110.(internal disk), the disk is SCSI 36Gb 320 15 K&lt;BR /&gt;&lt;BR /&gt;The disk does not belong(concern) to any vg, The disk not being used. The disk not this one damaged, we want to install (to move) the disk in other server. &lt;BR /&gt;# ioscan -fnC disk|more&lt;BR /&gt;Class     I  H/W Path        Driver   S/W State   H/W Type     Description&lt;BR /&gt;===========================================================================&lt;BR /&gt;disk      0  0/0/1/0/0.0.0   sdisk    CLAIMED     DEVICE       HP 36.4GST336753L&lt;BR /&gt;            /dev/dsk/c0t0d0 /dev/rdsk/c0t0d0&lt;BR /&gt;&lt;BR /&gt;disk      1  0/0/1/0/0.2.0   sdisk    CLAIMED     DEVICE       HP 36.4GST336753L&lt;BR /&gt;         /dev/dsk/c0t2d0   /dev/rdsk/c0t2d0&lt;BR /&gt;&lt;BR /&gt;disk      3  1/0/2/0/0.0.0   sdisk    CLAIMED     DEVICE       HP 36.4GMAS3367NC&lt;BR /&gt;         /dev/dsk/c2t0d0   /dev/rdsk/c2t0d0&lt;BR /&gt;&lt;BR /&gt;disk      4  1/0/2/0/0.2.0   sdisk    CLAIMED     DEVICE       HP 36.4GST336753L&lt;BR /&gt;         /dev/dsk/c2t2d0   /dev/rdsk/c2t2d0&lt;BR /&gt;&lt;BR /&gt; # vgdisplay -v /dev/vg00|more&lt;BR /&gt;--- Volume groups ---&lt;BR /&gt;VG Name                     /dev/vg00&lt;BR /&gt;VG Write Access             read/write&lt;BR /&gt;VG Status                   available&lt;BR /&gt;Max LV                      255&lt;BR /&gt;Cur LV                      10&lt;BR /&gt;Open LV                     10&lt;BR /&gt;Max PV                      16&lt;BR /&gt;Cur PV                      2&lt;BR /&gt;Act PV                      2&lt;BR /&gt;Max PE per PV               4350&lt;BR /&gt;VGDA                        4&lt;BR /&gt;PE Size (Mbytes)            8&lt;BR /&gt;Total PE                    8680&lt;BR /&gt;Alloc PE                    8644&lt;BR /&gt;Free PE                     36&lt;BR /&gt;Total PVG                   0&lt;BR /&gt;Total Spare PVs             0&lt;BR /&gt;Total Spare PVs in use      0&lt;BR /&gt;&lt;BR /&gt;   --- Physical volumes ---&lt;BR /&gt;   PV Name                     /dev/dsk/c0t0d0&lt;BR /&gt;   PV Status                   available&lt;BR /&gt;   Total PE                    4340&lt;BR /&gt;   Free PE                     18&lt;BR /&gt;   Autoswitch                  On&lt;BR /&gt;&lt;BR /&gt;   PV Name                     /dev/dsk/c2t0d0&lt;BR /&gt;   PV Status                   available&lt;BR /&gt;   Total PE                    4340&lt;BR /&gt;   Free PE                     18&lt;BR /&gt;   Autoswitch                  On&lt;BR /&gt;&lt;BR /&gt;Sr, Suraj Singh  your response is correct "its almost impossible to judge if the disk you are talking about is a HS (Hot Swap) or NHS (Non HS) disk.", The server is  in production, we want to avoid turn-off the server to remove the disk and see the number of part.</description>
      <pubDate>Thu, 16 Jun 2005 09:33:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-hot-plug/m-p/4907570#M405494</guid>
      <dc:creator>Jose Muñoz_3</dc:creator>
      <dc:date>2005-06-16T09:33:19Z</dc:date>
    </item>
    <item>
      <title>Re: Disk hot plug?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-hot-plug/m-p/4907571#M405495</link>
      <description>Jose,&lt;BR /&gt;&lt;BR /&gt;Take this advice with a grain of salt, as I have never actually managed a superdome, hands-on, but knowing this architecture has redundancies built in for very high availability, I am under the impression that you can take the unused drives out, while your system is in operation. According to the ioscan and vgdisplay outputs you provided, unless there are no other volume groups present on this system, you can safely remove disk1 or disk4 as listed on the ioscan output.&lt;BR /&gt;&lt;BR /&gt;to make sure you do not have any other volume groups, run command &lt;BR /&gt;&lt;BR /&gt;# strings /etc/lvmtab&lt;BR /&gt;&lt;BR /&gt;you should see something like &lt;BR /&gt;/dev/vg00&lt;BR /&gt;/dev/dsk/c0t0d0&lt;BR /&gt;/dev/dsk/c2t0d0&lt;BR /&gt;&lt;BR /&gt;if you see something in addition to this, it means that you may have other volume groups, in which case you may need to check the output again to see if either one or both of the disk1 &amp;amp; disk4 are being used.&lt;BR /&gt;&lt;BR /&gt;If you are totally unsure about hot pluggable or not situation, you may always check with one of the HP hardware support people who come on your site to service your machines. I found them to be really helpful people. A quick phone call to one of them, should ease your mind about questions.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;</description>
      <pubDate>Thu, 16 Jun 2005 10:21:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-hot-plug/m-p/4907571#M405495</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2005-06-16T10:21:23Z</dc:date>
    </item>
    <item>
      <title>Re: Disk hot plug?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-hot-plug/m-p/4907572#M405496</link>
      <description>Hi Jose,&lt;BR /&gt;&lt;BR /&gt;If you are talking about the disks in hp ds 2110, then your disks are hot pluggable.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h18006.www1.hp.com/products/storageworks/ds2110/index.html" target="_blank"&gt;http://h18006.www1.hp.com/products/storageworks/ds2110/index.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The ds2110 has four hot pluggable slots, with individual disk capacities from 18 to 146 GB. The ds2110 capacity can exceed 500 GB with 146 GB drives.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Suraj</description>
      <pubDate>Thu, 16 Jun 2005 10:32:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-hot-plug/m-p/4907572#M405496</guid>
      <dc:creator>Suraj Singh_1</dc:creator>
      <dc:date>2005-06-16T10:32:54Z</dc:date>
    </item>
    <item>
      <title>Re: Disk hot plug?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-hot-plug/m-p/4907573#M405497</link>
      <description>Yes the disk is HS.&lt;BR /&gt;&lt;BR /&gt;ST336753L&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.seagate.com/support/disc/manuals/scsi/100148123b.pdf" target="_blank"&gt;http://www.seagate.com/support/disc/manuals/scsi/100148123b.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;chapter 5.2.6&lt;BR /&gt;Hot plugging Cheetah 15K.3 SCSI disc drives&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Thu, 16 Jun 2005 10:48:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-hot-plug/m-p/4907573#M405497</guid>
      <dc:creator>Robert-Jan Goossens_1</dc:creator>
      <dc:date>2005-06-16T10:48:09Z</dc:date>
    </item>
    <item>
      <title>Re: Disk hot plug?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-hot-plug/m-p/4907574#M405498</link>
      <description>I love this thread.&lt;BR /&gt;&lt;BR /&gt;Simple rule: If it has a handle its probably hot swappable. &lt;BR /&gt;&lt;BR /&gt;However, depending on your mirror configuration talking out the disk can be a disaster waiting to happen.&lt;BR /&gt;&lt;BR /&gt;So long as you are sure nothing is on it, go ahead based on the high quality research of the others.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 16 Jun 2005 10:50:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-hot-plug/m-p/4907574#M405498</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-06-16T10:50:24Z</dc:date>
    </item>
    <item>
      <title>Re: Disk hot plug?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-hot-plug/m-p/4907575#M405499</link>
      <description>Thank you very much to all.&lt;BR /&gt;Mr, Suraj Singh, Thank you very much for his response, you say"If you are talking about the disks in hp ds 2110, then your disks are hot pluggable.&lt;BR /&gt;"&lt;A href="http://h18006.www1.hp.com/products/storageworks/ds2110/index.html" target="_blank"&gt;http://h18006.www1.hp.com/products/storageworks/ds2110/index.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Mr, Robert-Jan Goossens,  Thank you very much for his response, you say Yes the disk is HS. ST336753L &lt;A href="http://www.seagate.com/support/disc/manuals/scsi/100148123b.pdf" target="_blank"&gt;http://www.seagate.com/support/disc/manuals/scsi/100148123b.pdf&lt;/A&gt;&lt;BR /&gt;chapter 5.2.6&lt;BR /&gt;Hot plugging Cheetah 15K.3 SCSI disc drives&lt;BR /&gt;&lt;BR /&gt;We  remove Two disk and the system continue working without interruptions.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 16 Jun 2005 11:28:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-hot-plug/m-p/4907575#M405499</guid>
      <dc:creator>Jose Muñoz_3</dc:creator>
      <dc:date>2005-06-16T11:28:25Z</dc:date>
    </item>
    <item>
      <title>Re: Disk hot plug?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-hot-plug/m-p/4907576#M405500</link>
      <description>The given documents by  Mr, Suraj Singh and Mr, Robert-Jan Goossens justifying the response.&lt;BR /&gt;&lt;BR /&gt;"&lt;A href="http://h18006.www1.hp.com/products/storagewhttp://www.seagate.com/support/disc/manuals/scsi/100148123b.pdf" target="_blank"&gt;http://h18006.www1.hp.com/products/storagewhttp://www.seagate.com/support/disc/manuals/scsi/100148123b.pdf&lt;/A&gt;&lt;BR /&gt;chapter 5.2.6&lt;BR /&gt;</description>
      <pubDate>Thu, 16 Jun 2005 11:33:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-hot-plug/m-p/4907576#M405500</guid>
      <dc:creator>Jose Muñoz_3</dc:creator>
      <dc:date>2005-06-16T11:33:04Z</dc:date>
    </item>
  </channel>
</rss>

