<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Alexander Bugl a &eacute;crit&nbsp;:
<blockquote cite="mid:200905141918.19492.alexander.bugl@zmaw.de"
 type="cite">
  <pre wrap="">Hi Nicolas,

thanks for your reply.

  </pre>
  <blockquote type="cite">
    <blockquote type="cite">
      <pre wrap="">disk_config sda disklabel:msdos

primary  /               12G     ext3   rw,errors=remount-ro
primary  swap            4G      swap   rw
logical  /tmp            2G      ext3   rw         createopts="-m 1"
logical  /var            50G-    ext3   rw         createopts="-m 5"
logical  /srv            0-      ext3   rw,nosuid  createopts="-m 0"
tuneopts="-c 0 -i 0"
    Finding all volume groups
(CMD) mdadm --detail --scan --verbose -c partitions 1&gt; /tmp/aaLkZ6M0w9
2&gt; /tmp/QAfOE1bFA4
Executing: mdadm --detail --scan --verbose -c partitions
Use of uninitialized value in multiplication (*) at
/usr/share/fai/setup-storage//Sizes.pm line 628.
      </pre>
    </blockquote>
  </blockquote>
  <pre wrap=""><!---->
  </pre>
  <blockquote type="cite">
    <blockquote type="cite">
      <pre wrap="">The machine is a Sun x4240 with currently 15 HDDs, the first two are
configured as RAID 1 Volume using the HW RAID Controller built into the
x4240.
      </pre>
    </blockquote>
  </blockquote>
  <pre wrap=""><!---->
  </pre>
  <blockquote type="cite">
    <pre wrap="">Looks like setup-storage can't compute the sector size or the number of
sectors per track.
Isn't your raid disk larger than 2 Tb? In this case you probably need to
put a gpt label on it instead of msdos.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Sorry, I forgot to include the fdisk output, which would have shown that I 
don't have a problem with 2 TB:
# fdisk -l

Disk /dev/sda: 146.6 GB, 146685296640 bytes
255 heads, 63 sectors/track, 17833 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x00000000

Disk /dev/sda doesn't contain a valid partition table

The first disk in this RAID 1 previously contained a Solaris installation, 
which I wiped out with "dd if=/dev/zero of=/dev/sda bs=1M count=1".

Any further ideas?

With regards, Alex

  </pre>
</blockquote>
Could you post the result of the following commands, they are the ones
used by setup-storage to find the disk configuration:<br>
# parted -s /dev/sda unit TiB print&nbsp; <br>
# parted -s /dev/sda unit chs print free<br>
<br>
-- <br>
Nicolas<br>
<br>
<br>
</body>
</html>