Equipment/Colin: Difference between revisions
From London Hackspace Wiki
(more ram info) |
(Add instructions on Rebuilding drivers) |
||
Line 40: | Line 40: | ||
Specs: DDR2, 800MHz, Non-ECC, CL6, 1.8V, Unbuffered, DIMM, | Specs: DDR2, 800MHz, Non-ECC, CL6, 1.8V, Unbuffered, DIMM, | ||
== | == Disk Configuration == | ||
* 4 of the drives are on the internal SATA ports | * 4 of the drives are on the internal SATA ports | ||
* 8 are on a HighPoint Technologies rocket raid 2680 via 2 SFF (?) cables | * 8 are on a HighPoint Technologies rocket raid 2680 via 2 SFF (?) cables | ||
== RocketRAID 2680SGL PCI-E to SAS Controller == | |||
'''Open source Linux drivers''' | |||
Fetch sources from [http://highpoint-tech.com/USA_new/rr2600_download.htm driver page on HighPoint website] | |||
Follow instructions on README | |||
If kernel updates break the driver, the existing version of drivers can be rebuilt with: | |||
<code>bash /usr/share/hptdrv/rr2680/dist/hptdrv-rebuild | |||
bash /usr/share/hptdrv/rr2680/dist/hptdrv-update</code> |
Revision as of 19:26, 27 May 2014
Colin | |
---|---|
Model | Asus P5WD2 Premium |
Sub-category | Networking |
Status | Good working order |
Training requirement | no |
Origin | mixed |
Location | Basement rack |
Maintainers | Sysadmin team |
- 3U (?) rackmount server with 12 x 500Gb 3.5in SATA drives.
- Debian 7
- Connected to Equipment/Cisco1 via port 35 & 36 in a 2 port LACP channel thing.
- Runs samba (workgroup 'LHS') and has 2 shares:
- space, which is read/write to everyone on the local network
- managed which contains useful things that are of interest to hackspace members.
ram links
- http://dlcdnet.asus.com/pub/ASUS/mb/socket775/P5WD2%20Premium/P5WD2_Premium_QVL.pdf
- http://www.crucial.com/uk/store/listparts.aspx?model=P5WD2%20Premium&Cat=RAM
- http://www.asus.com/Motherboards/P5WD2_Premium/#specifications
The working 1G stick was:
1GB Module - DDR2 800MHz
Part Number: KVR800D2N6/1G (Discontinued)
Specs: DDR2, 800MHz, Non-ECC, CL6, 1.8V, Unbuffered, DIMM,
Disk Configuration
- 4 of the drives are on the internal SATA ports
- 8 are on a HighPoint Technologies rocket raid 2680 via 2 SFF (?) cables
RocketRAID 2680SGL PCI-E to SAS Controller
Open source Linux drivers
Fetch sources from driver page on HighPoint website
Follow instructions on README
If kernel updates break the driver, the existing version of drivers can be rebuilt with:
bash /usr/share/hptdrv/rr2680/dist/hptdrv-rebuild
bash /usr/share/hptdrv/rr2680/dist/hptdrv-update