<?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: View internal disks and Setup mirroring after OS install in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/view-internal-disks-and-setup-mirroring-after-os-install/m-p/4311348#M34513</link>
    <description>Thank you guys for the wonderful responses, my issue is resolved.&lt;BR /&gt;Marco, thanks again for the detailed steps.&lt;BR /&gt;Shalom Steve ! (will checkout your blog)</description>
    <pubDate>Mon, 24 Nov 2008 19:57:08 GMT</pubDate>
    <dc:creator>Hasan Saiyid</dc:creator>
    <dc:date>2008-11-24T19:57:08Z</dc:date>
    <item>
      <title>View internal disks and Setup mirroring after OS install</title>
      <link>https://community.hpe.com/t5/operating-system-linux/view-internal-disks-and-setup-mirroring-after-os-install/m-p/4311341#M34506</link>
      <description>Hi All,&lt;BR /&gt;I have a HP Proliant with RHEL 5.2 installed. I have been told that it has 4 internal disks, 2 72GB and 2 146GB. I need to setup oracle filesystems on the 2 146GB drives with mirroring. (The 72GB drive that contains the OS should also be mirrored once I know how to)&lt;BR /&gt;&lt;BR /&gt;The first problem is that fdisk -l only shows 2 disks ..?? instead of 4, I thought maybe software RAID mirroring was setup but that is not the case, plus mdadm -Q shows those devices are not md devices. Here's the output:&lt;BR /&gt;==============================================&lt;BR /&gt;(fdisk -l output, omitting the SAN devices)&lt;BR /&gt;Disk /dev/cciss/c0d0: 73.3 GB, 73372631040 bytes&lt;BR /&gt;255 heads, 32 sectors/track, 17562 cylinders&lt;BR /&gt;Units = cylinders of 8160 * 512 = 4177920 bytes&lt;BR /&gt;&lt;BR /&gt;           Device Boot      Start         End      Blocks   Id  System&lt;BR /&gt;/dev/cciss/c0d0p1   *           1          25      101984   83  Linux&lt;BR /&gt;/dev/cciss/c0d0p2              26        2535    10240800   83  Linux&lt;BR /&gt;/dev/cciss/c0d0p3            2536        4041     6144480   83  Linux&lt;BR /&gt;/dev/cciss/c0d0p4            4042       17562    55165680    5  Extended&lt;BR /&gt;/dev/cciss/c0d0p5            4042        5045     4096304   83  Linux&lt;BR /&gt;/dev/cciss/c0d0p6            5046        5798     3072224   82  Linux swap / Solaris&lt;BR /&gt;/dev/cciss/c0d0p7            5799        6049     1024064   83  Linux&lt;BR /&gt;/dev/cciss/c0d0p8            6050       17447    46503824   83  Linux&lt;BR /&gt;/dev/cciss/c0d0p9           17448       17562      469184   8e  Linux LVM&lt;BR /&gt;&lt;BR /&gt;Disk /dev/cciss/c0d1: 146.7 GB, 146778685440 bytes&lt;BR /&gt;255 heads, 63 sectors/track, 17844 cylinders&lt;BR /&gt;Units = cylinders of 16065 * 512 = 8225280 bytes&lt;BR /&gt;&lt;BR /&gt;           Device Boot      Start         End      Blocks   Id  System&lt;BR /&gt;/dev/cciss/c0d1p1   *           1       17844   143331898+  8e  Linux LVM&lt;BR /&gt;&lt;BR /&gt;root@host# cat /proc/partitions&lt;BR /&gt;major minor  #blocks  name&lt;BR /&gt;&lt;BR /&gt; 104     0   71652960 cciss/c0d0&lt;BR /&gt; 104     1     101984 cciss/c0d0p1&lt;BR /&gt; 104     2   10240800 cciss/c0d0p2&lt;BR /&gt; 104     3    6144480 cciss/c0d0p3&lt;BR /&gt; 104     4          1 cciss/c0d0p4&lt;BR /&gt; 104     5    4096304 cciss/c0d0p5&lt;BR /&gt; 104     6    3072224 cciss/c0d0p6&lt;BR /&gt; 104     7    1024064 cciss/c0d0p7&lt;BR /&gt; 104     8   46503824 cciss/c0d0p8&lt;BR /&gt; 104     9     469184 cciss/c0d0p9&lt;BR /&gt; 104    16  143338560 cciss/c0d1&lt;BR /&gt; 104    17  143331898 cciss/c0d1p1&lt;BR /&gt;(omitted SAN disks)&lt;BR /&gt;&lt;BR /&gt;root@host# mdadm -Q /dev/cciss/c0d0&lt;BR /&gt;/dev/cciss/c0d0: is not an md array&lt;BR /&gt;/dev/cciss/c0d0: No md super block found, not an md component.&lt;BR /&gt;root@host# mdadm -Q /dev/cciss/c0d1&lt;BR /&gt;/dev/cciss/c0d1: is not an md array&lt;BR /&gt;/dev/cciss/c0d1: No md super block found, not an md component.&lt;BR /&gt;&lt;BR /&gt;root@host# cat /etc/issue&lt;BR /&gt;Red Hat Enterprise Linux Server release 5.2 (Tikanga)&lt;BR /&gt;Kernel \r on an \m&lt;BR /&gt;&lt;BR /&gt;root@host# uname -a&lt;BR /&gt;Linux host 2.6.18-92.el5 #1 SMP Tue Apr 29 13:16:12 EDT 2008 i686 i686 i386 GNU/Linux&lt;BR /&gt;root@host#&lt;BR /&gt;&lt;BR /&gt;==============================================&lt;BR /&gt;So the first question is, how can I see the 4 internal disks?&lt;BR /&gt;Secondly, can I setup mirroring on the OS as well as the oracle filesystems which need to be created? DO I still need to do RAID mirroring (quite cryptic from what I have read/researched) or can I do LVM mirroring like in HPUX or Solaris??&lt;BR /&gt;&lt;BR /&gt;Unfortunately as we all know, this is urgent (isn't it always) I would really really appreciate all help and advice.&lt;BR /&gt;&lt;BR /&gt;Thanks very much&lt;BR /&gt;Hasan&lt;BR /&gt;</description>
      <pubDate>Sun, 23 Nov 2008 12:03:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/view-internal-disks-and-setup-mirroring-after-os-install/m-p/4311341#M34506</guid>
      <dc:creator>Hasan Saiyid</dc:creator>
      <dc:date>2008-11-23T12:03:01Z</dc:date>
    </item>
    <item>
      <title>Re: View internal disks and Setup mirroring after OS install</title>
      <link>https://community.hpe.com/t5/operating-system-linux/view-internal-disks-and-setup-mirroring-after-os-install/m-p/4311342#M34507</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Probably the system was set up with hardware raid 1 configuration before OS install.&lt;BR /&gt;&lt;BR /&gt;When hardware raid is used, the OS does not see the individual disks, it only sees the disks presented to it by the hardware.&lt;BR /&gt;&lt;BR /&gt;Typically, in your setup the system will see two disks, 1 73 GB, 1 146 GB, which is what the system has made available to it.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Sun, 23 Nov 2008 14:55:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/view-internal-disks-and-setup-mirroring-after-os-install/m-p/4311342#M34507</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2008-11-23T14:55:31Z</dc:date>
    </item>
    <item>
      <title>Re: View internal disks and Setup mirroring after OS install</title>
      <link>https://community.hpe.com/t5/operating-system-linux/view-internal-disks-and-setup-mirroring-after-os-install/m-p/4311343#M34508</link>
      <description>Hi Steve,&lt;BR /&gt;&lt;BR /&gt;Thanks for the reply. Can you please let me know how I can verify that there is infact a hardware RAID setup?, the system is in build stage so I can shutdown or boot in single user that is no problem.&lt;BR /&gt;Secondly, if hardware RAID is setup and the OS can't even see the disks, then I guess the OS mirror is out of the question right?&lt;BR /&gt;Thanks</description>
      <pubDate>Sun, 23 Nov 2008 19:24:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/view-internal-disks-and-setup-mirroring-after-os-install/m-p/4311343#M34508</guid>
      <dc:creator>Hasan Saiyid</dc:creator>
      <dc:date>2008-11-23T19:24:15Z</dc:date>
    </item>
    <item>
      <title>Re: View internal disks and Setup mirroring after OS install</title>
      <link>https://community.hpe.com/t5/operating-system-linux/view-internal-disks-and-setup-mirroring-after-os-install/m-p/4311344#M34509</link>
      <description>&lt;!--!*#--&gt;The '/dev/cciss/' device nodes will tell you the hardware being used is a SmartArray, which is a hardware RAID card. (And a pretty good one, at that.)&lt;BR /&gt;&lt;BR /&gt;To verify you are indeed using RAID 1 volumes and your disks are OK, you can get the hpacucli (HP Array Configuration Utility Command Line Interface) from HP. &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h20000.www2.hp.com/bizsupport/TechSupport/SoftwareDescription.jsp?lang=en&amp;amp;cc=us&amp;amp;swItem=MTX-673eb0ec605b4a2bac35ebb18c&amp;amp;jumpid=reg_R1002_USEN" target="_blank"&gt;http://h20000.www2.hp.com/bizsupport/TechSupport/SoftwareDescription.jsp?lang=en&amp;amp;cc=us&amp;amp;swItem=MTX-673eb0ec605b4a2bac35ebb18c&amp;amp;jumpid=reg_R1002_USEN&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;You might use it as follows:&lt;BR /&gt;root@dbsrv:~# hpacucli ctrl slot=0 ld all show&lt;BR /&gt;Smart Array 6i in Slot 0&lt;BR /&gt;&lt;BR /&gt;  array A&lt;BR /&gt;   logicaldrive 1 (558 GB, 5, OK)&lt;BR /&gt;&lt;BR /&gt;  array B&lt;BR /&gt;   logicaldrive 2 (279 GB, 1+0, OK)&lt;BR /&gt;&lt;BR /&gt;root@dbsrv:~# hpacucli ctrl slot=0 pd all show&lt;BR /&gt;Smart Array 6i in Slot 0&lt;BR /&gt;&lt;BR /&gt;  array A&lt;BR /&gt;   physicaldrive 2:0   (port 2:id 0 , Parallel SCSI, 300 GB, OK)&lt;BR /&gt;   physicaldrive 2:1   (port 2:id 1 , Parallel SCSI, 300 GB, OK)&lt;BR /&gt;   physicaldrive 2:2   (port 2:id 2 , Parallel SCSI, 300 GB, OK)&lt;BR /&gt;   physicaldrive 2:3   (port 2:id 3 , Parallel SCSI, 300 GB, OK, spare)&lt;BR /&gt;&lt;BR /&gt;  array B&lt;BR /&gt;   physicaldrive 2:3   (port 2:id 3 , Parallel SCSI, 300 GB, OK, spare)&lt;BR /&gt;   physicaldrive 2:4   (port 2:id 4 , Parallel SCSI, 300 GB, OK)&lt;BR /&gt;   physicaldrive 2:5   (port 2:id 5 , Parallel SCSI, 300 GB, OK)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 24 Nov 2008 00:40:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/view-internal-disks-and-setup-mirroring-after-os-install/m-p/4311344#M34509</guid>
      <dc:creator>Marco Wessel</dc:creator>
      <dc:date>2008-11-24T00:40:06Z</dc:date>
    </item>
    <item>
      <title>Re: View internal disks and Setup mirroring after OS install</title>
      <link>https://community.hpe.com/t5/operating-system-linux/view-internal-disks-and-setup-mirroring-after-os-install/m-p/4311345#M34510</link>
      <description>Marco... thanks soooo much. I was able to verify that the disks are in fact in hardware raid 1+0. What I don;t understand is how it got done, because the onsite admin claims he just went through a regular CD install on the console and never configured any raid ?? what do you think?&lt;BR /&gt;&lt;BR /&gt;Lastly... I don't want to constantly bug you guys but for my clarification, can you please tell me if a hardware raid is present, is there any reason to setup OS mirroring as well via LVM, and is that even possible since the OS cannot see 2 devices, it just sees one device ??&lt;BR /&gt;&lt;BR /&gt;Thanks once again Steve and Marco.</description>
      <pubDate>Mon, 24 Nov 2008 10:15:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/view-internal-disks-and-setup-mirroring-after-os-install/m-p/4311345#M34510</guid>
      <dc:creator>Hasan Saiyid</dc:creator>
      <dc:date>2008-11-24T10:15:18Z</dc:date>
    </item>
    <item>
      <title>Re: View internal disks and Setup mirroring after OS install</title>
      <link>https://community.hpe.com/t5/operating-system-linux/view-internal-disks-and-setup-mirroring-after-os-install/m-p/4311346#M34511</link>
      <description>Well, I tend to do this manually so I'm not completely sure but I believe installing with certain automatic ways tends to autocreate arrays in certain ways, depending on the number of identical disks inserted. So that may be how they were created. &lt;BR /&gt;&lt;BR /&gt;I consider hardware raid to be much, much better than any form of software raid. So you're essentially set on the mirroring part. &lt;BR /&gt;&lt;BR /&gt;LVM is not raid, it is a volume manager. With it, you could combine the two mirrored volumes to be a larger volume. Sort-of like a RAID 1+0 (LVM would do striping) except it doesn't require an even number of identically sized disks for maximum efficiency. If you intended for the two volumes to be combined into one, you'd need LVM. Otherwise just leave it where it is now.</description>
      <pubDate>Mon, 24 Nov 2008 15:10:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/view-internal-disks-and-setup-mirroring-after-os-install/m-p/4311346#M34511</guid>
      <dc:creator>Marco Wessel</dc:creator>
      <dc:date>2008-11-24T15:10:20Z</dc:date>
    </item>
    <item>
      <title>Re: View internal disks and Setup mirroring after OS install</title>
      <link>https://community.hpe.com/t5/operating-system-linux/view-internal-disks-and-setup-mirroring-after-os-install/m-p/4311347#M34512</link>
      <description>Shalom Hasan,&lt;BR /&gt;&lt;BR /&gt;Boot the box at console.&lt;BR /&gt;&lt;BR /&gt;You will see a smart array utility you can invoke to see hardware RAID configuration.&lt;BR /&gt;&lt;BR /&gt;This will enable you to see the setup.&lt;BR /&gt;&lt;BR /&gt;It also is possible if you install the HP insight CD that shipped with your box that you can enter via a browser and see system raid configuration.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 24 Nov 2008 16:22:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/view-internal-disks-and-setup-mirroring-after-os-install/m-p/4311347#M34512</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2008-11-24T16:22:51Z</dc:date>
    </item>
    <item>
      <title>Re: View internal disks and Setup mirroring after OS install</title>
      <link>https://community.hpe.com/t5/operating-system-linux/view-internal-disks-and-setup-mirroring-after-os-install/m-p/4311348#M34513</link>
      <description>Thank you guys for the wonderful responses, my issue is resolved.&lt;BR /&gt;Marco, thanks again for the detailed steps.&lt;BR /&gt;Shalom Steve ! (will checkout your blog)</description>
      <pubDate>Mon, 24 Nov 2008 19:57:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/view-internal-disks-and-setup-mirroring-after-os-install/m-p/4311348#M34513</guid>
      <dc:creator>Hasan Saiyid</dc:creator>
      <dc:date>2008-11-24T19:57:08Z</dc:date>
    </item>
  </channel>
</rss>

