Created
November 3, 2013 19:04
-
-
Save warewolf/7293623 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Drives are in this: www.newegg.com/Product/Product.aspx?Item=N82E16816133047 | |
| for foo in sdq sdf sdd sde sdc; do hdparm -I /dev/$foo | grep odel; done | |
| Model Number: WDC WD20EARX-00PASB0 | |
| Model Number: WDC WD20EARX-00PASB0 | |
| Model Number: WDC WD20EARX-00PASB0 | |
| Model Number: WDC WD20EARX-00PASB0 | |
| Model Number: WDC WD30EZRX-00DC0B0 | |
| # mdadm --examine /dev/sdq1 | |
| /dev/sdq1: | |
| Magic : a92b4efc | |
| Version : 1.2 | |
| Feature Map : 0x0 | |
| Array UUID : d5c94be1:910ea435:43e9be2c:b07548e8 | |
| Name : router2.xabean.net:6tb_a | |
| Creation Time : Sat Jul 28 22:45:00 2012 | |
| Raid Level : raid6 | |
| Raid Devices : 5 | |
| Avail Dev Size : 3906764800 (1862.89 GiB 2000.26 GB) | |
| Array Size : 5860134912 (5588.66 GiB 6000.78 GB) | |
| Used Dev Size : 3906756608 (1862.89 GiB 2000.26 GB) | |
| Data Offset : 262144 sectors | |
| Super Offset : 8 sectors | |
| State : active | |
| Device UUID : 05b09038:a6d6e741:ece260d2:8ee3708c | |
| Update Time : Sun Nov 3 13:53:02 2013 | |
| Checksum : eaeb5dbf - correct | |
| Events : 557579 | |
| Layout : left-symmetric | |
| Chunk Size : 4096K | |
| Device Role : Active device 4 | |
| Array State : AAAAA ('A' == active, '.' == missing) | |
| cat /proc/cpuinfo | grep odel\ name | head -1 | |
| model name : Intel(R) Xeon(R) CPU E3-1240 V2 @ 3.40GHz | |
| # dmidecode | grep -Ei 'manuf|produ' | head -2 | |
| Manufacturer: Supermicro | |
| Product Name: X9SCL/X9SCM | |
| # lspci | grep -i lsi | |
| 02:00.0 Serial Attached SCSI controller: LSI Logic / Symbios Logic SAS2008 PCI-Express Fusion-MPT SAS-2 [Falcon] (rev 03) | |
| # vgdisplay vg_san | |
| --- Volume group --- | |
| VG Name vg_san | |
| System ID | |
| Format lvm2 | |
| Metadata Areas 3 | |
| Metadata Sequence No 482 | |
| VG Access read/write | |
| VG Status resizable | |
| MAX LV 0 | |
| Cur LV 28 | |
| Open LV 20 | |
| Max PV 0 | |
| Cur PV 3 | |
| Act PV 3 | |
| VG Size 10.91 TiB | |
| PE Size 32.00 MiB | |
| Total PE 357660 | |
| Alloc PE / Size 146115 / 4.46 TiB | |
| Free PE / Size 211545 / 6.46 TiB | |
| VG UUID EOIPDt-7lTQ-QMia-P5TI-Jw0S-Luik-2EnfKc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment