[Tfug] the long awaited file-server

Robert Hunter hunter at tfug.org
Fri Sep 28 15:41:20 MST 2007


Harry, after months of trials and tribulations I have this new file
server online.  It took one month to get drives that were properly
packaged ( I ranted about this in a previous post ), then another month
to get a replacement controller ( the first one had dead ports ).  I've
come to the conclusion that HighPoint does not have a technical support
department, and that the number they give out is an alias for /dev/null. 
The operator was no help, and in the end the only way I was able to get
help was by contacting a senior management person, whose email address I
found by googling around.  Incredible!

Anyhow, now the thing is up and running, and I'm a happy camper.  13
disks in RAID-6, plus a spare.  I even setup ethernet bonding with the
dual gigE adapters onboard.  My stats don't quite match what you posted a
while back, Harry, but they are reasonably close.  I ended up using ext3
because I wasn't brave enough to try the "faster" filesystems, such as
xfs, reiser, or ext4 -- I have no desire to face an angry mob of users
with lost data.

Thanks for your help, Harry, and everyone else, whose names I don't
remember right now, but that could be because of the two bottles of beer
I just drank.

<shell interaction>
atlas:~# uname -a
Linux atlas 2.6.22.5-atlas-20070829 #1 SMP Wed Aug 29 12:34:21 MST 2007
x86_64 GNU/Linux

atlas:~# mdadm --misc --detail /dev/md0
/dev/md0:
        Version : 00.90.03
  Creation Time : Thu Sep 27 01:36:10 2007
     Raid Level : raid6
     Array Size : 8057453888 (7684.19 GiB 8250.83 GB)
    Device Size : 732495808 (698.56 GiB 750.08 GB)
   Raid Devices : 13
  Total Devices : 14
Preferred Minor : 0
    Persistence : Superblock is persistent

    Update Time : Fri Sep 28 15:33:22 2007
          State : clean
 Active Devices : 13
Working Devices : 14
 Failed Devices : 0
  Spare Devices : 1

     Chunk Size : 64K

           UUID : dee14911:4e7ff078:6bf4e8ec:26ca34f7 (local to host atlas)
         Events : 0.12

    Number   Major   Minor   RaidDevice State
       0       8       16        0      active sync   /dev/sdb
       1       8       32        1      active sync   /dev/sdc
       2       8       48        2      active sync   /dev/sdd
       3       8       64        3      active sync   /dev/sde
       4       8       80        4      active sync   /dev/sdf
       5       8       96        5      active sync   /dev/sdg
       6       8      112        6      active sync   /dev/sdh
       7       8      128        7      active sync   /dev/sdi
       8       8      144        8      active sync   /dev/sdj
       9       8      160        9      active sync   /dev/sdk
      10       8      176       10      active sync   /dev/sdl
      11       8      192       11      active sync   /dev/sdm
      12       8      208       12      active sync   /dev/sdn

      13       8      224        -      spare   /dev/sdo

atlas:~# hdparm -Tt /dev/md0

/dev/md0:
 Timing cached reads:   2034 MB in  2.00 seconds = 1017.79 MB/sec
 Timing buffered disk reads:  826 MB in  3.01 seconds = 274.64 MB/sec

atlas:~# cat /proc/net/bonding/bond0
Ethernet Channel Bonding Driver: v3.1.3 (June 13, 2007)

Bonding Mode: IEEE 802.3ad Dynamic link aggregation
Transmit Hash Policy: layer2 (0)
MII Status: up
MII Polling Interval (ms): 100
Up Delay (ms): 200
Down Delay (ms): 200

802.3ad info
LACP rate: slow
Active Aggregator Info:
        Aggregator ID: 1
        Number of ports: 2
        Actor Key: 17
        Partner Key: 194
        Partner Mac Address: 00:0e:7f:48:ca:00

Slave Interface: eth0
MII Status: up
Link Failure Count: 0
Permanent HW addr: 00:15:f2:39:91:ab
Aggregator ID: 1

Slave Interface: eth1
MII Status: up
Link Failure Count: 0
Permanent HW addr: 00:15:f2:39:91:ac
Aggregator ID: 1

</shell interaction>


-- 
Rob




More information about the tfug mailing list