• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

File server build

Page 2 - Seeking answers? Join the AnandTech community: where nearly half-a-million members share solutions and discuss the latest tech.
Was going to wait till I'm done with my basement renos (dust) before I rack my server, but I was too eager to do it so it's done and I can clear my office workbench, so I just did that now.




Yeah I know, it's a MESS behind there, but part of my goal with the basement renos is to build some type of cable management system for the server rack, with some PDUs. So for now I'm not bothering with any cable management as I will be completely redoing everything from scratch and labelling as I go. Probably a 1 day job right there.



ICMP reply and alarm clear! Helps if I turn the port up and put it in the right vlan. 😛



Which drive do I format first! Actually it's more like: which one is which, so I can reconstruct the old raid array on the SAN. 😛

Also, the bottom two enclosures are currently unusable, because I went and used a couple drives as regular sata drives, and that broke the firmware lock on them (was not aware till after) so they no longer work in the SAN. I have to figure out which drives these are and decommission them. The reason I built this server instead of just using this SAN is because of this. I can't just put any sata drive in there. So I will use it as extended storage since I have it, but wont rely on it for actual productivity stuff. Will be mostly for backups/archiving. I don't have enough UPS capacity to protect it, so I rarely turn it on.

I wont be leaving this on till I'm done the renovations though, since it's brand new and all clean I want to keep it that way. When the server room is done it will have proper hvac with air filtration.
 
Love Linux mdraid. I "recovered" the raid that was on the old SAN. It was created on a completely different machine. I was able to just do --assemble --scan so I did not have to guess which device is which. It seems when I boot up and the enclosures are on it pushes the local disks up so you can't go by the drive letters.


[root@isengard ~]# mdadm --detail /dev/md2
/dev/md2:
Version : 0.90
Creation Time : Sun Feb 27 19:03:36 2011
Raid Level : raid5
Array Size : 4297689088 (4098.60 GiB 4400.83 GB)
Used Dev Size : 390699008 (372.60 GiB 400.08 GB)
Raid Devices : 12
Total Devices : 14
Preferred Minor : 2
Persistence : Superblock is persistent

Update Time : Tue Nov 15 23:36:15 2011
State : clean
Active Devices : 12
Working Devices : 14
Failed Devices : 0
Spare Devices : 2

Layout : left-symmetric
Chunk Size : 2048K

UUID : 134ebea5:cc081b3f:49754191:bf41257e
Events : 0.650

Number Major Minor RaidDevice State
0 8 1 0 active sync /dev/sda1
1 8 17 1 active sync /dev/sdb1
2 8 33 2 active sync /dev/sdc1
3 8 49 3 active sync /dev/sdd1
4 8 65 4 active sync /dev/sde1
5 8 81 5 active sync /dev/sdf1
6 8 97 6 active sync /dev/sdg1
7 8 113 7 active sync /dev/sdh1
8 8 129 8 active sync /dev/sdi1
9 8 145 9 active sync /dev/sdj1
10 8 161 10 active sync /dev/sdk1
11 8 177 11 active sync /dev/sdl1

12 8 193 - spare /dev/sdm1
13 8 209 - spare /dev/sdn1
[root@isengard ~]#
[root@isengard ~]#
[root@isengard ~]#
[root@isengard ~]# mdadm --detail /dev/md0
/dev/md0:
Version : 1.2
Creation Time : Thu Jun 13 22:22:44 2013
Raid Level : raid5
Array Size : 5860270080 (5588.79 GiB 6000.92 GB)
Used Dev Size : 2930135040 (2794.39 GiB 3000.46 GB)
Raid Devices : 3
Total Devices : 3
Persistence : Superblock is persistent

Update Time : Sat Jun 22 03:34:12 2013
State : clean
Active Devices : 3
Working Devices : 3
Failed Devices : 0
Spare Devices : 0

Layout : left-symmetric
Chunk Size : 4096K

Name : isengard.loc:0 (local to host isengard.loc)
UUID : 88ce3b37:ef775547:b52541bd:0b2fce09
Events : 53

Number Major Minor RaidDevice State
0 65 208 0 active sync /dev/sdad
1 65 192 1 active sync /dev/sdac
3 65 224 2 active sync /dev/sdae
[root@isengard ~]#

The small array is the local one. It's more experimental. I have 1 drive to RMA then I will probably just make that one a raid 10.
 
Back
Top