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?
Iulian
-----------------------------------------------------------
If you wish to unsubscribe from this mailing, send mail to
[email protected] with a subject of: unsubscribe t2