Equipment/Colin: Difference between revisions
mNo edit summary |
Mich181189 (talk | contribs) No edit summary |
||
(15 intermediate revisions by 4 users not shown) | |||
Line 2: | Line 2: | ||
|name=Colin <!-- Name of the item. --> | |name=Colin <!-- Name of the item. --> | ||
|image=Hackspace_Unknown.png <!-- Image of the item. Leave with placeholder image if none exists. --> | |image=Hackspace_Unknown.png <!-- Image of the item. Leave with placeholder image if none exists. --> | ||
|model= | |model=Asus P5WD2 Premium <!-- Model --> | ||
|category=Equipment <!-- Main category. Please leave alone to keep item in this category --> | |category=Equipment <!-- Main category. Please leave alone to keep item in this category --> | ||
|subcat= | |subcat=Defunct <!-- Sub-category if one exists. Please check main listing to see other categories contained within the main one --> | ||
|status= | |status=Scrapped | ||
|consumables= <!-- Any items used up in normal operation, such as; ink, paper, saw-blades, cutting disks, oil, etc.. --> | |consumables=<!-- Any items used up in normal operation, such as; ink, paper, saw-blades, cutting disks, oil, etc.. --> | ||
|accessories= <!-- Any items associated with the equipment but not consumable, such as; drill bits, safety gloves, goggles, etc.. --> | |accessories=<!-- Any items associated with the equipment but not consumable, such as; drill bits, safety gloves, goggles, etc.. --> | ||
|reqtraining=no | |reqtraining=no | ||
|trainlink=<!-- If training is required, provide a link to training signup or contact page. Otherwise leave blank. --> | |trainlink=<!-- If training is required, provide a link to training signup or contact page. Otherwise leave blank. --> | ||
|acnode=<!-- Is the equipment ACnode locked? --> | |acnode=<!-- Is the equipment ACnode locked? --> | ||
|owner=<!-- Provide a link to owners members page if other than LHS --> | |owner=<!-- Provide a link to owners members page if other than LHS --> | ||
|origin= | |origin=mixed | ||
|location=Basement rack | |location=Basement rack | ||
|maintainers=Sysadmin team <!-- NO LINKS PLEASE; it currently breaks the template. If someone is nominated as managing the upkeep of this item, please list them here. --> | |maintainers=Sysadmin team <!-- NO LINKS PLEASE; it currently breaks the template. If someone is nominated as managing the upkeep of this item, please list them here. --> | ||
Line 18: | Line 18: | ||
}} | }} | ||
* | '''<span style="color: red">NOTE: This system has been retired. </span>''' | ||
* 2U rackmount server with 12 x 500GB 3.5" SATA drives. | |||
* Debian 7 | * Debian 7 | ||
* Connected to [[Equipment/Cisco1]] via port 35 & 36 in a 2 port LACP channel thing. | * 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. | |||
* shares /home over nfs, currently used by [[lamarr]] at least. | |||
== 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 | |||
According to [[http://www.asus.com/Motherboards/P5WD2_Premium/specifications/ motherboard spec]] it supports 4 x 240-pin DIMM sockets support max. 8GB DDR2 800/ 667/ 533 ECC and non-ECC memory | |||
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 == | |||
[http://www.highpoint-tech.com/PDF/RR26XX/RR268x_UM_EN_11_052810.pdf User manual] | |||
'''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> | |||
Card should alway be jumpered for PCI-E 4x (J7 pins 2-3) | |||
If the card is not being detected / ROM is not showing during POST, check jumper configuration |
Latest revision as of 22:09, 24 May 2021
Colin | |
---|---|
Model | Asus P5WD2 Premium |
Sub-category | Defunct |
Status | Scrapped |
Training requirement | no |
Origin | mixed |
Location | Basement rack |
Maintainers | Sysadmin team |
NOTE: This system has been retired.
- 2U rackmount server with 12 x 500GB 3.5" 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.
- shares /home over nfs, currently used by lamarr at least.
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
According to [motherboard spec] it supports 4 x 240-pin DIMM sockets support max. 8GB DDR2 800/ 667/ 533 ECC and non-ECC memory
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
Card should alway be jumpered for PCI-E 4x (J7 pins 2-3)
If the card is not being detected / ROM is not showing during POST, check jumper configuration