Hello Rene,

on my HP is like this

/dev/cciss
/dev/cciss/c0d0   --disk 0 on controller 0




> Dear Iulian,
>
> On 31.05.2011, at 10:51, [email protected] wrote:
>
>> Hi,
>>
>> I think we have some problems in listing the scsi devices on HP
>> SmartArray
>> storage. If one tries to install T2 on a server with such hardware, he
>> will not be able to partition the disk or install the system through the
>> stone utility. This is due to the fact that mod_install handles
>> incorrectly this kind of controller.
>>
>> the enumeration is done like this
>> disk_add() {
>>      local x y=0
>>      cmd="$cmd 'Edit partition table of $1:' 'disk_action $1'"
>>      for x in $( cd /dev/ ; ls $1[0-9]* 2> /dev/null )
>>      do
>>              part_add $x ; y=1
>>      done
>>      [ $y = 0 ] && cmd="$cmd 'Partition table is empty.' ''"
>>      cmd="$cmd '' ''"
>> }
>>
>> and does not include specific code to list cciss/* based devices. can
>> somebody help with this since i am novice in shell scripting?
>
>
> I have no such hw to test, can you post the default udev naming structure
> for those? Also is it really necessary for those to use cciss/* and not
> just plain /dev/sd* nodes?
>
>       René
>
> --
>   René Rebe, ExactCODE GmbH, Jaegerstr. 67, DE-10117 Berlin
>   http://exactcode.com | http://t2-project.org | http://rene.rebe.de
>
>

----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[email protected] with a subject of: unsubscribe t2

Reply via email to