하드웨어/RAID2019. 2. 13. 17:00

10K SAS RAID5 구성한 녀석(PERC H730P mini 였나? + 1G cache)

의외로 성능이 잘 나온다고 해야하려나? 아무튼 몇번에 대해서는 순간 1GB/s 나오는거 보고 깜놀


[root@localhost home]# dd if=/dev/zero of=/home/testfile bs=1G count=1 oflag=direct

1073741824 bytes (1.1 GB) copied, 0.968236 s, 1.1 GB/s


[root@localhost home]# dd if=/dev/zero of=/home/testfile bs=1M count=1024 oflag=direct

1073741824 bytes (1.1 GB) copied, 0.877165 s, 1.2 GB/s

1073741824 bytes (1.1 GB) copied, 1.67205 s, 642 MB/s

1073741824 bytes (1.1 GB) copied, 1.64823 s, 651 MB/s

1073741824 bytes (1.1 GB) copied, 1.70338 s, 630 MB/s

1073741824 bytes (1.1 GB) copied, 1.67719 s, 640 MB/s


[root@localhost home]# dd if=/dev/zero of=/home/testfile bs=1G count=1 oflag=direct

1073741824 bytes (1.1 GB) copied, 0.981585 s, 1.1 GB/s

1073741824 bytes (1.1 GB) copied, 1.86161 s, 577 MB/s

1073741824 bytes (1.1 GB) copied, 1.83748 s, 584 MB/s


[root@localhost home]# dd if=/dev/zero of=/home/testfile bs=512 count=1024 oflag=direct

524288 bytes (524 kB) copied, 0.0448593 s, 11.7 MB/s

524288 bytes (524 kB) copied, 0.0444185 s, 11.8 MB/s

524288 bytes (524 kB) copied, 0.0448892 s, 11.7 MB/s


[root@localhost home]# dd if=/dev/zero of=/home/testfile bs=512 count=102400 oflag=direct

5242880 bytes (5.2 MB) copied, 0.359296 s, 14.6 MB/s


[root@localhost home]# dd if=/dev/zero of=/home/testfile bs=4096 count=102400 oflag=direct

52428800 bytes (52 MB) copied, 2.87847 s, 18.2 MB/s


[root@localhost home]# dd if=/dev/zero of=/home/testfile bs=4096 count=102400 oflag=direct
419430400 bytes (419 MB) copied, 3.62074 s, 116 MB/s
419430400 bytes (419 MB) copied, 3.60996 s, 116 MB/s


[링크 : https://www.thomas-krenn.com/en/wiki/Linux_I/O_Performance_Tests_using_dd]

'하드웨어 > RAID' 카테고리의 다른 글

RAID 1+0 구성과 span  (0) 2019.02.19
R730 PERC RAID-0 vs RAID-5  (0) 2019.02.15
PowerEdge RAID Controller - PERC  (0) 2019.02.12
512b vs 4k sector HDD (Advanced Format - AF)  (0) 2019.02.12
SAS  (0) 2013.11.12
Posted by 구차니

+

2019.02.14

조금 확인을 해보니.. 되는 놈은   Firmware Version 2.43.43.43

동일 모델인데 안되는 놈은        Firmware Version 2.10.10.10

이렇게 버전 차이가 난다. 구버전이면 짤없이 Native와 Java밖에 안된다.


----

idrac 기본은 Native인데 이걸로 하면 JNLP 어쩌구 깔면서 실행하라고 하는데 안된다.

그래서 한번 HTML5로 해보면 되겠지? 하고 했는데


처음에는 No Signal이래서 작동안하는 줄 알았는데



마우스 한번 움직여주니 의외로 느므느므 잘된다? (centos 7 설치 되었음)


Posted by 구차니

메뉴에서 본거 같은데 귀찮아서 패스하다가

서버 장비들 정리하고 제대로 꽂아놓을겸 하다 보니..

어라...? 서버 프론트 패널에 quick sync 라는게 있고 

잘 보니 FPCB로 서버랙 우측에 무언가 단자도 보여서 한번 프론트 패널을 꽂아보니 인식이 된다


요랬던 녀석이


요렇게 인식됨


그래서 머하는 녀석인가 찾아보는데..

단순(?)하게 NFC로 iDRAC의 정보를 넘기는 듯

[링크 : https://www.dell.com/learn/us/en/04/videos~en/documents~poweredge-idrac-quick-sync-nfc-bezel.aspx]

[링크 : https://vthing.wordpress.com/2017/02/06/dell-idrac-quick-sync-nfc-with-poweredge-r730/]


+

요거 깔고 NFC P2P 모드로 설정해두고 하면 잘 인식된다.

[링크 : https://play.google.com/store/apps/details?id=com.dell.omm]



+

요걸 centos에 깔면 idrac에서 os까지 제어가 가능해지는건가? ㄷㄷ

[링크 : https://www.dell.com/...?driverId=H4XF0&osCode=RHE70&productCode=poweredge-r730]

Posted by 구차니

서버가 두개 있어서 스토리지 베이를 하나로 몰아버리고 쓰려고 했더니 무리인건가?


The system chassis configuration is only decided at the point of sale. After point of sale, no chassis upgrade is supported.


You need a supporting flex bay to upgrade from 8 hard drive chassis to 16 hard drive chassis. Unfortunately, the bay is only available at the point of sale 

[링크 : https://www.dell.com/.../R730-8-bay-SFF-expansion-to-16-bay-SFF/td-p/5038245]


[링크 : https://www.dell.com/community/PowerEdge-HDD-SCSI-RAID/Dell-R720-Backplane-upgrade/td-p/4102250]

'하드웨어 > Server Case & board' 카테고리의 다른 글

idrac virtual console  (0) 2019.02.13
dell quick sync  (0) 2019.02.13
intel xeon 사양 다른 2cpu 구성 가능한지 여부?  (0) 2019.01.25
iDRAC 암호 변경하기  (0) 2019.01.23
ds213+ 와 ds213j  (0) 2015.04.02
Posted by 구차니
하드웨어/RAID2019. 2. 12. 19:27

DELL의 RAID 컨트롤러 명

그래도 테크니컬 메뉴얼 보니 재미난 구성이 좀 보이네?

그나저나, 8bay를 16베이로 어떻게 올릴 수 있을려나?


[링크 : https://i.dell.com/.../Dell-PowerEdge-RAID-Controller-H730.pdf]

[링크 : https://i.dell.com/.../PowerEdge_R740_R740xd_Technical_Guide.pdf]

'하드웨어 > RAID' 카테고리의 다른 글

R730 PERC RAID-0 vs RAID-5  (0) 2019.02.15
R730 RAID5 성능 테스트(?)  (0) 2019.02.13
512b vs 4k sector HDD (Advanced Format - AF)  (0) 2019.02.12
SAS  (0) 2013.11.12
우분투 내장 3ware 드라이버  (0) 2011.12.11
Posted by 구차니
하드웨어/RAID2019. 2. 12. 19:01

기억으로는 4K로 잡았는데 512B 로 나오는거 같아서 급 헷갈리는 바람에 검색을 했는데

결론만 적자면 아이고 의미없다~ 헛다리 짚었다 쪽.. ㅠㅠ

(그런데.. 반대로(?) 512B 섹터로 된 녀석을 4K로 소프트웨어적으로 쓰는건 없으려나?

물론 SW로 된걸 쪼갈라서 하드웨어에 쓰려면 성능 저하가 더 심할듯 하니 쓸 이유가 없겠지만..)


512e는 물리적으로는 4K 섹터, 소프트웨어적으로는 512B 섹터로 운영하는 녀석

[링크 : https://ko.wikipedia.org/wiki/어드밴스트_포맷]


[링크 : https://www.dell.com/.../performance-comparison-between-4k-and-512e-hard-drives?lang=en]

[링크 : https://i.dell.com/s.../512e_4Kn_Disk_Formats_120413.pdf]

[링크 : https://www.dell.com/.../support-for-advanced-format-4k-sector-hard-disk-drives...]


[링크 : https://www.tomshardware.com/reviews/advanced-format-4k-sector-size-hard-drive,2759.html]


+

2019.02.13

출근해서 스토리지랑 설정을 보니 해결

근데 기억에는... 4K로 섹터 잡은거 같은데 언제 512B로 되었지 -ㅁ-?


일단 모델명은 ST1200MM0088


그런데.. 가상 드라이브(RAID-5는 희한하게도 512 bytes Block sie로 잡혀있다 -_-??!??!


제조사 공식 자료를 보니 512 Byte Native 모드임! 라고 되어있는 모델..

어제 고민은 왜한거냐.. ㅠㅠ

[링크 : https://www.seagate.com/.../enterprise-performance-10k-hdd-ds1785-2-1409us.pdf]

'하드웨어 > RAID' 카테고리의 다른 글

R730 RAID5 성능 테스트(?)  (0) 2019.02.13
PowerEdge RAID Controller - PERC  (0) 2019.02.12
SAS  (0) 2013.11.12
우분투 내장 3ware 드라이버  (0) 2011.12.11
3ware 9500 RAID5 구성중 하드 하나가 사라지면?  (0) 2011.12.03
Posted by 구차니

과거 SSL이라고 불리우던 TLS는

하드웨어 가속을 받으면 더 빨라질 수 있는데 (AES-NI 의 2~3배 와는 비교가 안되는 듯?)

[링크 : https://en.wikipedia.org/wiki/TLS_acceleration]



아래는 해당 제품군들의 솔루션? 이라고 해야하려나?

[링크 : https://manuals.gfi.com/en/exinda/help/content/exos/how-stuff-works/ssl-acceleration.htm]

[링크 : https://www.symantec.com/.../ssl-accelerators-how-ssl-acceleration-can-help-your-business-symantec]

[링크 : https://www.ibm.com/.../en/SSZLC2_8.0.0/com.ibm.commerce.admin.doc/tasks/tsesslaccel.htm]

[링크 : https://docs.kentico.com/.../configuring-ssl/ssl-accelerator-support]

[링크 : https://campus.barracuda.com/product/websecuritygateway/doc/53675822/ssl-accelerator-hardware/]

[링크 : https://knowledge.digicert.com/solution/SO9458.html]



+

실 제품을 좀 찾아보는데 가격이 잘 안보이네.. 아무튼 비싸다!


512-bit, 768-bit, 1024-bit, 1536-bit, and 2048-bit RSA public-key and private-key processing

512-bit, 768-bit, 1024-bit, 1536-bit, and 2048-bit Diffie-Hellman session-key generation

512-bit, 768-bit, and 1024-bit DSA signing and verification

SSL-MAC-MD5/SHA-1 and TLS-HMAC-MD5/SHA-1 authentication capability

DES bulk encryption capability with HMAC-MD5/SHA-1 

[링크 : https://cs.uwaterloo.ca/~brecht/servers/docs/PowerEdge-2600/en/Broadcom/Sslug/intro.htm]


Uses QuickAssist technology to provide up to 50 Gbps of hardware acceleration.1

With newly-released OpenSSL* 1.1.0 to deliver nearly 35,000 2K RSA TPS. 

[링크 : https://store.netgate.com/ADI/QuickAssist8955.aspx]


Asymmetric: RSA, DSA, Diffie-Hellman, Elliptic Curve Cryptography (ECDSA, ECDH, Ed25519, ECIES) with named, user-defined and Brainpool curves, KCDSA, and more

Symmetric: AES, AES-GCM, Triple DES, ARIA, SEED, RCS, RC4, RC5, CAST, and more

Hash/Message Digest/HMAC: SHA-1, SHA-2, SM3, and more 

[링크 : https://safenet.gemalto.com/data-encryption/hardware-security-modules-hsms/pci-hsm/]

'하드웨어 > Network 장비' 카테고리의 다른 글

win10 시대의 pl2303HX 칩 (UART / TTL)  (0) 2021.01.28
채널 본딩...  (0) 2019.03.08
iptime port trunk / link aggregation  (0) 2019.01.24
iptime VPN 관련 펌웨어 버전  (0) 2018.05.14
tftp를 이용한 iptime 벽돌 복구  (0) 2018.05.14
Posted by 구차니

대개 SMP 니까 동일 CPU로 바꾸는데 


Intel(R) Xeon(R) CPU E5-2643 v4 @ 3.40GHz

Intel(R) Xeon(R) CPU E5-2643 v3 @ 3.40GHz


스테핑이라고 해야하나.. 버전 표기가 다른게 혼용이 되나 모르겠네..

v3는 하스웰 기반

v4는 브로드 웰 기반인데 두개를 하나의 메인보드에서 쓸 수 있으려나?

[링크 : https://ark.intel.com/ko/products/81900/Intel-Xeon-Processor-E5-2643-v3-20M-Cache-3-40-GHz-]

[링크 : https://ark.intel.com/ko/products/92989/Intel-Xeon-Processor-E5-2643-v4-20M-Cache-3-40-GHz-]


일단은 될거 같기도 한데 애매하네..

Yes, you can. Intel says in their Xeon Datasheets that you only need to match the:


Intel QuickPath Interconnect frequency

core frequency

power segment

internal cache sizes. 

[링크 : https://serverfault.com/.../two-different-intel-xeon-e5-24xx-on-one-dual-socket-motherboard]



+

v3는 메모리 지원 용량 및 속도가 v4에 비해서 확실히 낮고

그 외에는 TSX-NI 지원여부 외에는 동일해 보이는데 가능할거 같기도 하고...

(근데 공정 차이로 전원부가 좀 상이하지 않을까 겁나긴 하네?)

'하드웨어 > Server Case & board' 카테고리의 다른 글

dell quick sync  (0) 2019.02.13
dell power edge 베이 확장  (0) 2019.02.13
iDRAC 암호 변경하기  (0) 2019.01.23
ds213+ 와 ds213j  (0) 2015.04.02
라라비 / Xeon Phi  (0) 2013.09.13
Posted by 구차니
하드웨어/Network 장비2019. 1. 24. 15:43

T24000 모델이 있어서 한번 설정을 보는 중

메인 공유기로 쓸려고 하는데 서버 쪽으로 한 회선만 갈거면.. 의미가 없으려나?


[링크 : http://iptime.com/iptime/?page=2&page_id=67&uid=17048&mod=document]



+

바꾸려다가 IDF 크기가 작아서 해당 모델을 넣을수 없어 일단 패스~

'하드웨어 > Network 장비' 카테고리의 다른 글

채널 본딩...  (0) 2019.03.08
TLS 하드웨어 가속  (0) 2019.02.07
iptime VPN 관련 펌웨어 버전  (0) 2018.05.14
tftp를 이용한 iptime 벽돌 복구  (0) 2018.05.14
랜카드 티밍관련 조사...  (0) 2017.11.29
Posted by 구차니
하드웨어/Display 장비2019. 1. 23. 15:06

DVI-A 나 DVI-I로 변환해서 하려는데 안되서

찾아 보는데 명확한 설명서는 안보이지만.. 일단 스펙상 DVI-D 4포트..

그러니 DVI-I 어댑터로 RGB 케이블로 변환했더니 반응이 없던건가..


[링크 : http://www.kwshop.co.kr/goods/view?no=1726]

[링크 : http://prod.danawa.com/info/?pcode=1332880]

'하드웨어 > Display 장비' 카테고리의 다른 글

e-paper 보드 발견  (0) 2022.01.21
ddi tcon  (0) 2019.06.24
nvidia shield over internet  (0) 2018.05.08
Asus Bezel Free Triple Monitor Kit CES 2018  (0) 2018.04.10
모니터의 lips 방식 전원?  (0) 2014.06.04
Posted by 구차니