<?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: understanding LINUX file systems in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/understanding-linux-file-systems/m-p/4378556#M35583</link>
    <description>Hi Nuwan Alwis&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;  I am able to access that system from being in remote.&lt;BR /&gt;&lt;BR /&gt;  So I am not able to view the system physically. but I can login in to the LINUX.&lt;BR /&gt;&lt;BR /&gt;  so is there any possibility to view following details by just log in to linux only.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;IF RAID is configured:&lt;BR /&gt;&lt;BR /&gt;  1) how to view whether RAID is configured or not?&lt;BR /&gt;&lt;BR /&gt;  2) what RAID configured?&lt;BR /&gt;&lt;BR /&gt;  3) do you think that RAID is configured in my linux when you see "df" command output.  &lt;BR /&gt;&lt;BR /&gt;  4) how to view how many scsi hdds are connected in a single controller.&lt;BR /&gt;&lt;BR /&gt;  5) how to view that how many total scsi hdds are available in whole system.&lt;BR /&gt;&lt;BR /&gt;  6) how to view that How many logical partition availabe in RAID?  &lt;BR /&gt;&lt;BR /&gt;  7) what are the device files will be created for the disks connected with RAID like c0d0,c0d1..&lt;BR /&gt;&lt;BR /&gt;  8) If RAID is configure c0d0, c0d1 ... all are logical partitions 1,2 .. created in RAID?&lt;BR /&gt;&lt;BR /&gt;  9) How to know if any one hdd fails in RAID.&lt;BR /&gt;&lt;BR /&gt;  10) How to replace that HDD. do we need to switchoff and replace ?&lt;BR /&gt;&lt;BR /&gt;  &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;IF RAID is not configured:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;  1) Is it must that we have to configure any of RAIDs if we are using RAID controller.&lt;BR /&gt;&lt;BR /&gt;  2) If we have connected 2 scsi hdds with RAID controller but RAID is not configured. then the two hdds device files will look like "c0d0", "c0d1" .... am i correct?&lt;BR /&gt;&lt;BR /&gt;   3) If we have one RAID controller and we have connected two scsi hdds and RAID is not configured. then the device files will look like "/dev/cciss/c0d0, /dev/cciss/c0d1" am i correct?&lt;BR /&gt;&lt;BR /&gt;  4) If we have two RAID controllers connected with a system. and we have connected two scsi hdd with each RAID controllers. then how the device files will be. &lt;BR /&gt;&lt;BR /&gt;  pls answer for all my questions above one by one.  &lt;BR /&gt; &lt;BR /&gt;  &lt;BR /&gt;</description>
    <pubDate>Tue, 17 Mar 2009 06:18:52 GMT</pubDate>
    <dc:creator>senthil_kumar_1</dc:creator>
    <dc:date>2009-03-17T06:18:52Z</dc:date>
    <item>
      <title>understanding LINUX file systems</title>
      <link>https://community.hpe.com/t5/operating-system-linux/understanding-linux-file-systems/m-p/4378549#M35576</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;  I have issued "df" to view the partitions&lt;BR /&gt;&lt;BR /&gt;the output of this is:&lt;BR /&gt;&lt;BR /&gt;-bash-3.00$ df&lt;BR /&gt;Filesystem            1K-blocks      Used Available Use% Mounted on&lt;BR /&gt;/dev/cciss/c0d0p1      73576124   1343912  68494692   2% /&lt;BR /&gt;/dev/cciss/c0d0p5       5036284   2116172   2664280  45% /admin&lt;BR /&gt;/dev/cciss/c0d0p13     10072456   6046692   3514096  64% /appl&lt;BR /&gt;/dev/cciss/c0d0p6       5036284   2541480   2238972  54% /ccm_admin&lt;BR /&gt;none                   8206892         0   8206892   0% /dev/shm&lt;BR /&gt;/dev/cciss/c0d0p2      10080520   7137720   2430732  75% /home_uat&lt;BR /&gt;/dev/cciss/c0d0p7       5036284   1190700   3589752  25% /opt&lt;BR /&gt;/dev/cciss/c0d0p5       5036284   2116172   2664280  45% /projects&lt;BR /&gt;/dev/cciss/c0d0p9      5036284     63788   4716664   2% /tmp&lt;BR /&gt;/dev/cciss/c0d0p10      5036284   3239416   1541036  68% /usr&lt;BR /&gt;/dev/cciss/c0d0p11      5036284    937028   3843424  20% /var&lt;BR /&gt;/dev/sda2              24034944   7992460  14821544  36% /data6.5x&lt;BR /&gt;/dev/sdc1              51606124  38932668  10052020  80% /orders&lt;BR /&gt;/dev/mapper/vg00-lvol1&lt;BR /&gt;                       175461040  61099884 105448260  37% /data6.5&lt;BR /&gt;lgcms:/data_63         86016000  65756648  20101136  77% /data63&lt;BR /&gt;lgcms:/data_tcs        14336000   8922160   5244672  63% /datatcs&lt;BR /&gt;ad121991:/home         26624000  25687264    936736  97% /home&lt;BR /&gt;&lt;BR /&gt;I need answer for following questions&lt;BR /&gt;&lt;BR /&gt;1)what device is this "/dev/cciss/cXdXPX like /dev/cciss/c0d0p1, /dev/cciss/c0d0p5."&lt;BR /&gt;is it local disk or SAN disk?&lt;BR /&gt;&lt;BR /&gt;2)is "/dev/sda2, /dev/sdc1" are local disks?&lt;BR /&gt;&lt;BR /&gt;3) is "/dev/mapper/vg00-lvol1" is a logical volume. is the actual location is "/dev/vg00/lvol1" am i correct?&lt;BR /&gt;&lt;BR /&gt;pls answer my three questions one by one.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 13 Mar 2009 08:38:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/understanding-linux-file-systems/m-p/4378549#M35576</guid>
      <dc:creator>senthil_kumar_1</dc:creator>
      <dc:date>2009-03-13T08:38:21Z</dc:date>
    </item>
    <item>
      <title>Re: understanding LINUX file systems</title>
      <link>https://community.hpe.com/t5/operating-system-linux/understanding-linux-file-systems/m-p/4378550#M35577</link>
      <description>hi&lt;BR /&gt;&lt;BR /&gt;1) local disks on smart array controller&lt;BR /&gt;2) maybe either, but likely SAN&lt;BR /&gt;3) correct&lt;BR /&gt;&lt;BR /&gt;what says:&lt;BR /&gt;# cat /proc/scsi/scsi&lt;BR /&gt;?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;rgds &lt;BR /&gt;HGH</description>
      <pubDate>Fri, 13 Mar 2009 10:39:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/understanding-linux-file-systems/m-p/4378550#M35577</guid>
      <dc:creator>Hemmetter</dc:creator>
      <dc:date>2009-03-13T10:39:57Z</dc:date>
    </item>
    <item>
      <title>Re: understanding LINUX file systems</title>
      <link>https://community.hpe.com/t5/operating-system-linux/understanding-linux-file-systems/m-p/4378551#M35578</link>
      <description>what is smart array contorller? pls explain.&lt;BR /&gt;&lt;BR /&gt;i have worked linux with just IDE,SATA and SCSI hdds only. i am not working with "array contorllers". so pls explain me.&lt;BR /&gt;&lt;BR /&gt;This system hardware is "HP ProLiant BL25p G1"&lt;BR /&gt;&lt;BR /&gt;pls explain me following details.&lt;BR /&gt;&lt;BR /&gt;1)what is array controller?&lt;BR /&gt;2)how it is connected with system.&lt;BR /&gt;3)what means "cciss"? is it default name?&lt;BR /&gt;can we change that?&lt;BR /&gt;4)what is "c0d0p1,c0d0p2..."?&lt;BR /&gt;&lt;BR /&gt;pls explain me.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 13 Mar 2009 11:53:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/understanding-linux-file-systems/m-p/4378551#M35578</guid>
      <dc:creator>senthil_kumar_1</dc:creator>
      <dc:date>2009-03-13T11:53:28Z</dc:date>
    </item>
    <item>
      <title>Re: understanding LINUX file systems</title>
      <link>https://community.hpe.com/t5/operating-system-linux/understanding-linux-file-systems/m-p/4378552#M35579</link>
      <description>&amp;gt;&amp;gt;&amp;gt; what is smart array contorller&lt;BR /&gt;&lt;BR /&gt;It's a disk controller that allows you to create hardware RAID disk configurations.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; I have worked linux with just IDE,SATA and SCSI hdds only. i am not working with "array contorllers"&lt;BR /&gt;&lt;BR /&gt;Smart array controller is not a disk, is a controller, you plug to the controller SCSI or SATA disks, then you create a RAID configuration using these disks.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; how it is connected with system&lt;BR /&gt;&lt;BR /&gt;Normally, it's an internal board.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; what means "cciss"? is it default name?&lt;BR /&gt;&lt;BR /&gt;Yes. You cannot change that.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; what is "c0d0p1,c0d0p2..."?&lt;BR /&gt;&lt;BR /&gt;Is the naming convention used to represent the different disks and partition. Based on other Unix variations, that would mean, controller 0 disk 0 partition 1, controller 0 disk 0 partition 2, etc.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; is "/dev/mapper/vg00-lvol1" is a logical volume. is the actual location is "/dev/vg00/lvol1" am i correct?&lt;BR /&gt;&lt;BR /&gt;Yes.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; is "/dev/sda2, /dev/sdc1" are local disks?&lt;BR /&gt;&lt;BR /&gt;Considering that you already have a local smart array controller, and your internal disks should be attached to it, probably, sda1 and sdc1 are not local disks.</description>
      <pubDate>Fri, 13 Mar 2009 12:06:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/understanding-linux-file-systems/m-p/4378552#M35579</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2009-03-13T12:06:03Z</dc:date>
    </item>
    <item>
      <title>Re: understanding LINUX file systems</title>
      <link>https://community.hpe.com/t5/operating-system-linux/understanding-linux-file-systems/m-p/4378553#M35580</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You could have more info about cciss here&lt;BR /&gt;&lt;A href="http://cciss.sourceforge.net/" target="_blank"&gt;http://cciss.sourceforge.net/&lt;/A&gt;&lt;BR /&gt;I think the meaning of cciss perhaps is&lt;BR /&gt;Compaq Command Interface for SCSI Support.&lt;BR /&gt;&lt;BR /&gt;If you want more info about lvm I suggest you this links&lt;BR /&gt;&lt;A href="http://tldp.org/HOWTO/LVM-HOWTO/" target="_blank"&gt;http://tldp.org/HOWTO/LVM-HOWTO/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 13 Mar 2009 14:53:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/understanding-linux-file-systems/m-p/4378553#M35580</guid>
      <dc:creator>smatador</dc:creator>
      <dc:date>2009-03-13T14:53:18Z</dc:date>
    </item>
    <item>
      <title>Re: understanding LINUX file systems</title>
      <link>https://community.hpe.com/t5/operating-system-linux/understanding-linux-file-systems/m-p/4378554#M35581</link>
      <description>Hi Hemmetter &lt;BR /&gt;&lt;BR /&gt;my /proc/scsi/scsi output is &lt;BR /&gt;&lt;BR /&gt;-bash-3.00$ cat scsi&lt;BR /&gt;Attached devices:&lt;BR /&gt;Host: scsi1 Channel: 00 Id: 00 Lun: 00&lt;BR /&gt;  Vendor: HITACHI  Model: OPEN-V           Rev: 6004&lt;BR /&gt;  Type:   Direct-Access                    ANSI SCSI revision: 03&lt;BR /&gt;Host: scsi1 Channel: 00 Id: 00 Lun: 01&lt;BR /&gt;  Vendor: HITACHI  Model: OPEN-V           Rev: 6004&lt;BR /&gt;  Type:   Direct-Access                    ANSI SCSI revision: 03&lt;BR /&gt;Host: scsi1 Channel: 00 Id: 00 Lun: 02&lt;BR /&gt;  Vendor: HITACHI  Model: OPEN-V           Rev: 6004&lt;BR /&gt;  Type:   Direct-Access                    ANSI SCSI revision: 03&lt;BR /&gt;Host: scsi1 Channel: 00 Id: 00 Lun: 03&lt;BR /&gt;  Vendor: HITACHI  Model: OPEN-V*2         Rev: 6004&lt;BR /&gt;  Type:   Direct-Access                    ANSI SCSI revision: 03&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;pls explain me the details of above things.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;you said that "/dev/cciss/c0d0p1,c0d0p2" is smart arry contorller.&lt;BR /&gt;&lt;BR /&gt;I am understanding some thing about smart contorller pls check me.&lt;BR /&gt;&lt;BR /&gt;1) The scsi card is connected with I/O slots.&lt;BR /&gt;2) In that scsi card the Controllers are available like c0, c1, c2 ...&lt;BR /&gt;3) we are connecting a scsi cable to that controller.&lt;BR /&gt;4) In one scsi cable we can connect 14 scsi hdds.&lt;BR /&gt;5) In scsi hdd we have to select device position jumper setting like d0, d1, d2 ...&lt;BR /&gt;6) For example. we have connected one scsi hdd (setting jumper as d0) with Controller C0. then it's device files looks like "c0d0".&lt;BR /&gt;7) If that device "c0d0" have three partitions than the device files partitions looks like "c0d0p1, c0d0p2, c0d0p3.&lt;BR /&gt;8) cciss is firmware available with in the ROM chip scsi card. which is used to control the scsi card and scsi hdds.&lt;BR /&gt;9) Are all above my understanding are correct?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;then, I have following questions, pls answer me.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;1) how many pins one scsi controller has?&lt;BR /&gt;2) how many controllers can be in one scsi card (scsi adaptor).&lt;BR /&gt;3) how many scsi hdds we can connect in a single scsi controller.&lt;BR /&gt;4) how to view how many scsi hdds are connected in a single controller.&lt;BR /&gt;5) how to view how many total scsi hdds are available in whole system.&lt;BR /&gt;6) how to view how many scsi cards (scsi adaptors) are connected with in a single system.&lt;BR /&gt;7) how to create the partitions? is it using fdisk like "fdisk /dev/cciss/c0d0"&lt;BR /&gt;8) is partition creation is normal like IDE hdd and SATA hdd.&lt;BR /&gt;9)how to view whether RAID is configured?&lt;BR /&gt;10) what RAID configured?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;pls answer my questions one by one.&lt;BR /&gt;</description>
      <pubDate>Mon, 16 Mar 2009 06:12:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/understanding-linux-file-systems/m-p/4378554#M35581</guid>
      <dc:creator>senthil_kumar_1</dc:creator>
      <dc:date>2009-03-16T06:12:01Z</dc:date>
    </item>
    <item>
      <title>Re: understanding LINUX file systems</title>
      <link>https://community.hpe.com/t5/operating-system-linux/understanding-linux-file-systems/m-p/4378555#M35582</link>
      <description>Hi Kumar,&lt;BR /&gt;Wel it seems to me that you have taken this HW RAID concept as so complicated.&lt;BR /&gt;&lt;BR /&gt;Forget all u know about HW RAID controllers for a moment before reading the next section.&lt;BR /&gt;&lt;BR /&gt;1.HW RAID Controller is a device attached to your system board.&lt;BR /&gt;2.All your Hard disks get attached to this controller when you plug in a HDD to the server.&lt;BR /&gt;3.You can define RAID level 0,1,5 on your physical hard disks through the RAID controller by accessing its GUI by booting your server with HP smart start CD or menu driven interface is also available by pressing F8 when server detect RAID Controller at the boot time.&lt;BR /&gt;&lt;BR /&gt;4.All the settings you made to disks through RAID controller is not visible to the OS.&lt;BR /&gt;Example:&lt;BR /&gt;you have 2 x 146GB SAS disks plugged in to your server.&lt;BR /&gt;&lt;BR /&gt;You create RAID1 mirror on them through HW RAID controller.&lt;BR /&gt;&lt;BR /&gt;Now your system see 1 x ~146GB disk.&lt;BR /&gt;&lt;BR /&gt;Also you can create Logical disks on this 146GB disk.&lt;BR /&gt;Say you crate 100GB logical disk and 46GB logical disk.&lt;BR /&gt;&lt;BR /&gt;and save settings on the HW RAID controller.&lt;BR /&gt;&lt;BR /&gt;Now when you install windows on the server, it see server has 2 Hard drives &lt;BR /&gt;1 x 100GB&lt;BR /&gt;1 x 46GB&lt;BR /&gt;&lt;BR /&gt;and you can partition them using windows as u like.&lt;BR /&gt;&lt;BR /&gt;this is all controlled by HW RAID.&lt;BR /&gt;&lt;BR /&gt;Now say 1 of your physical 146 HDD failed.&lt;BR /&gt;Now your Mirror is gone...! but&lt;BR /&gt;&lt;BR /&gt;server still see 2 disk drives &lt;BR /&gt;1 x 100GB&lt;BR /&gt;1 x 46GB&lt;BR /&gt;and all your partitions created using windows.&lt;BR /&gt;&lt;BR /&gt;When you replace the Failed hard disk the controller will copy all the disk data to the new disk.&lt;BR /&gt;&lt;BR /&gt;No over head on the OS on this copy process.&lt;BR /&gt;&lt;BR /&gt;Hope this will clear out your confusion. &lt;BR /&gt;&lt;BR /&gt;About the questions.&lt;BR /&gt;1)dont know what u mean by pins. but connectors per card is depends normally 8&lt;BR /&gt;2)normally 1 card have 1 controller&lt;BR /&gt;3)depends on the model DL380G5 with E200i can connect 8 disks.&lt;BR /&gt;4)HP smart start/or the online management info tools can provide the details.&lt;BR /&gt;5)same as 4&lt;BR /&gt;6)same as 4&lt;BR /&gt;7)yes you can use the traditional method of fdisk or parted.&lt;BR /&gt;8)yes&lt;BR /&gt;9)same as 4&lt;BR /&gt;10)same as 4&lt;BR /&gt;&lt;BR /&gt;Good Luck...!</description>
      <pubDate>Tue, 17 Mar 2009 03:08:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/understanding-linux-file-systems/m-p/4378555#M35582</guid>
      <dc:creator>Nuwan Alwis</dc:creator>
      <dc:date>2009-03-17T03:08:09Z</dc:date>
    </item>
    <item>
      <title>Re: understanding LINUX file systems</title>
      <link>https://community.hpe.com/t5/operating-system-linux/understanding-linux-file-systems/m-p/4378556#M35583</link>
      <description>Hi Nuwan Alwis&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;  I am able to access that system from being in remote.&lt;BR /&gt;&lt;BR /&gt;  So I am not able to view the system physically. but I can login in to the LINUX.&lt;BR /&gt;&lt;BR /&gt;  so is there any possibility to view following details by just log in to linux only.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;IF RAID is configured:&lt;BR /&gt;&lt;BR /&gt;  1) how to view whether RAID is configured or not?&lt;BR /&gt;&lt;BR /&gt;  2) what RAID configured?&lt;BR /&gt;&lt;BR /&gt;  3) do you think that RAID is configured in my linux when you see "df" command output.  &lt;BR /&gt;&lt;BR /&gt;  4) how to view how many scsi hdds are connected in a single controller.&lt;BR /&gt;&lt;BR /&gt;  5) how to view that how many total scsi hdds are available in whole system.&lt;BR /&gt;&lt;BR /&gt;  6) how to view that How many logical partition availabe in RAID?  &lt;BR /&gt;&lt;BR /&gt;  7) what are the device files will be created for the disks connected with RAID like c0d0,c0d1..&lt;BR /&gt;&lt;BR /&gt;  8) If RAID is configure c0d0, c0d1 ... all are logical partitions 1,2 .. created in RAID?&lt;BR /&gt;&lt;BR /&gt;  9) How to know if any one hdd fails in RAID.&lt;BR /&gt;&lt;BR /&gt;  10) How to replace that HDD. do we need to switchoff and replace ?&lt;BR /&gt;&lt;BR /&gt;  &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;IF RAID is not configured:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;  1) Is it must that we have to configure any of RAIDs if we are using RAID controller.&lt;BR /&gt;&lt;BR /&gt;  2) If we have connected 2 scsi hdds with RAID controller but RAID is not configured. then the two hdds device files will look like "c0d0", "c0d1" .... am i correct?&lt;BR /&gt;&lt;BR /&gt;   3) If we have one RAID controller and we have connected two scsi hdds and RAID is not configured. then the device files will look like "/dev/cciss/c0d0, /dev/cciss/c0d1" am i correct?&lt;BR /&gt;&lt;BR /&gt;  4) If we have two RAID controllers connected with a system. and we have connected two scsi hdd with each RAID controllers. then how the device files will be. &lt;BR /&gt;&lt;BR /&gt;  pls answer for all my questions above one by one.  &lt;BR /&gt; &lt;BR /&gt;  &lt;BR /&gt;</description>
      <pubDate>Tue, 17 Mar 2009 06:18:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/understanding-linux-file-systems/m-p/4378556#M35583</guid>
      <dc:creator>senthil_kumar_1</dc:creator>
      <dc:date>2009-03-17T06:18:52Z</dc:date>
    </item>
    <item>
      <title>Re: understanding LINUX file systems</title>
      <link>https://community.hpe.com/t5/operating-system-linux/understanding-linux-file-systems/m-p/4378557#M35584</link>
      <description>Hi Kumar,&lt;BR /&gt;For your Question number 1,2 the answer would be Access HP SMH(System management Homepage) Via browser.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h18013.www1.hp.com/products/quickspecs/11654_na/11654_na.html" target="_blank"&gt;http://h18013.www1.hp.com/products/quickspecs/11654_na/11654_na.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;this tools gives you the hardware info of the server in your browser.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/381372-004/ch08.html?btnNext=next%A0%BB" target="_blank"&gt;http://docs.hp.com/en/381372-004/ch08.html?btnNext=next%A0%BB&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Q3 &amp;gt; Wel looking at your df im unable to tel the RAID info Because as i told you its not possible to access HW RAID info from OS.&lt;BR /&gt;&lt;BR /&gt;but this server have a configured LVM.&lt;BR /&gt;&lt;BR /&gt;maybe fdisk -l is more sutable when talking info about disks visible to system.&lt;BR /&gt;&lt;BR /&gt;Q4, Q5&amp;gt; as Q1,Q2&lt;BR /&gt;&lt;BR /&gt;Q6&amp;gt; fdisk -l &lt;BR /&gt;&lt;BR /&gt;Q7&amp;gt; As My friend Ivan Ferreira  told you early&lt;BR /&gt;Device files crated attache to a scssi will be like&lt;BR /&gt;[c0(controller ID)d0(disk ID)p0(partition)]&lt;BR /&gt;&lt;BR /&gt;Q8&amp;gt; No these are partitions crated at install time. &lt;BR /&gt;&lt;BR /&gt;Q9&amp;gt; Not too sure about this.&lt;BR /&gt;&lt;BR /&gt;Q10&amp;gt; No need of doing so if your server is new and supports hot swapping.&lt;BR /&gt;&lt;BR /&gt;FYI&lt;BR /&gt;you can assign a spare disks when you configure HW RAID controller so it will automatically get replaced. but anyway you have to Physically remove the failed one &lt;BR /&gt;&lt;BR /&gt;No need of bring the server offline&lt;BR /&gt;&lt;BR /&gt;your Section 2&lt;BR /&gt;&lt;BR /&gt;Q1&amp;gt; by default new proliant servers get automatically configured RAID at initial start up. say if you had 3 disks on the server when you start up the server for the first time controller will crate a RAID 5.&lt;BR /&gt;&lt;BR /&gt;Q2&amp;gt;Yes&lt;BR /&gt;&lt;BR /&gt;Q3&amp;gt;seems to me its Q2 again&lt;BR /&gt;&lt;BR /&gt;Q4&amp;gt;it would be c0 , c1&lt;BR /&gt;&lt;BR /&gt;Good Luck..!   &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 18 Mar 2009 03:23:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/understanding-linux-file-systems/m-p/4378557#M35584</guid>
      <dc:creator>Nuwan Alwis</dc:creator>
      <dc:date>2009-03-18T03:23:15Z</dc:date>
    </item>
  </channel>
</rss>

