What is HCI (HyperConverged Infrastructure)?
1) 데이터 센터의 3 요소: Storage, Compute (Server), Network
Storage와 Server 를 SAN 스위치가 연결해주고, 각 서버들은 Hypervisor 를 통해 연결될 수 있음
이러한 아키텍쳐를 3-tier siloed 라고 부름. (각 tier 가 서로와 independent 하기 때문에)
각 티어들은 각기 다른 인터페이스를 통해 managed 됨
서버들이 storage를 나눠쓰는 구조
SAN은 storage arry 와 server 간의 communication 위해 Fiber Channel 사용
Server 의 workload communication 위해 Ethernet Network 존재
2) HCI 는 여기서, 최대한 많은 하드웨어와, 인터페이스들을 줄여주는 새로운 인프라
** Stroage 와 SAN 이 없어지고, stroage 가 server 안으로 들어가서 2 티어로 변신
3) 어떻게? with x86 industry standard Server 로 (Server+Storage 2 티어를 1개로 통합)
즉 스토리지가 서버 chassis 안으로 들어갔다고 생각하면 됨
4) x86 서버 안에는 VM running 할 수 있는 CPU processor , Storage drives , Memory
5) 따라서, 더이상 SAN 필요없고, ethernet switch 가 storage, workload communication 모두 담당
6) HCI software 통해서 shared storage pool 이 생김
Benifits?
1) Simplicity (Less building blocks and vendors)
2) Speed
3) Cost saving
Redundant and modular design-> failure 발생해도 VMs are migrated to other serveres
데이터가 스토리지된 서버 자체에 의존하지 않음
= VM writes to all the servers of the cluster in a distributed fashion over the network (no data locality)
Moves applications closer to the storage
Cisco's HCI solution = HyperFlex (HX)
1) HX 는 Cisco's version of UCS x86 server 사용
2) Esxi or hyper-v 에서 HX data platform 운영 (VM)
3) Cisoc UCS Fabric Interconnect 통해서 centralized management & fast networking 제공
For on prem- UCS manager: Runs on FI, manage UCS servers
For cloud management platform- Intersight: Manage HX hardware and software components anywhere
Converged Infrastructure?
How to use HX as a Ethernet based SAN?
Ethernet 은 SAN protocol 없으니까 ISCSI protocol 이용 on HX
'테크 세일즈로 살아남기 > 기술공부: 데이터, AI' 카테고리의 다른 글
Cisco Connect Korea 2021 (0) | 2021.07.23 |
---|---|
Data Center overview (2)- Computing (0) | 2020.11.25 |