<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
Thanks for your reply, <br><br> The configuration I mentioned implies that each SCSI disk array would be in a new partition? <br><br> Regarding the size of the disk because it recognizes only 273GB<br><br>thanks<br><br>Luis <br><br>> Date: Tue, 8 Sep 2009 12:54:13 -0700<br>> From: centos@linuxpowered.net<br>> To: centos@centos.org<br>> Subject: Re: [CentOS] Support for add disk SCSI<br>> <br>> Luis campo wrote:<br>> ><br>> > Dear Sirs.<br>> ><br>> ><br>> ><br>> > I appreciate your response.<br>> ><br>> ><br>> ><br>> > Currently the server has set up a Raid-1 with 2 SCSI disks, it adds up to 6<br>> > SCSI disks with the following configuration:<br>> ><br>> ><br>> ><br>> > - Raid-1 (4 SCSI disks)<br>> ><br>> > - Raid-1 (2 SCSI disks)<br>> ><br>> ><br>> ><br>> > Therefore will have 3 SCSI disk arrays.<br>> ><br>> ><br>> ><br>> > The server is not configured with LVM.<br>> ><br>> ><br>> ><br>> > CentOS 4.7 support this configuration?<br>> <br>> Absolutely, if your doing it "online" you'll need to re-scan<br>> the scsi bus or manually add the new LUN/ID to the system,<br>> what I do is<br>> <br>> - cat /proc/scsi/scsi<br>> (take note of the ID string, e.g.<br>> Host: scsi0 Channel: 00 Id: 01 Lun: 01 )<br>> <br>> If the RAID controller presents the new array as a new LUN<br>> then do something like:<br>> <br>> echo "scsi add-single-device 0 0 1 2" /proc/scsi/scsi<br>> <br>> Will tell the system to scan for LUN #2<br>> <br>> If the controller presents the new array as another SCSI<br>> ID, then I would use "0 0 2 0" or perhaps 0 0 2 1 as the<br>> sequence.<br>> <br>> Otherwise you can reboot and the system will detect it<br>> automatically.<br>> <br>> As for the disk size thing, that is normal, the system is<br>> correctly detecting the size.<br>> <br>> nate<br>> <br>> <br>> _______________________________________________<br>> CentOS mailing list<br>> CentOS@centos.org<br>> http://lists.centos.org/mailman/listinfo/centos<br><br /><hr />Explore the seven wonders of the world <a href='http://search.msn.com/results.aspx?q=7+wonders+world&mkt=en-US&form=QBRE' target='_new'>Learn more!</a></body>
</html>