XIV(1)—Hardware Overview Cont.

简介:

接第一篇《XIV(1)- Hardware Overview》讲述了XIV系统的大体的硬件组成,本篇继续讲XIV系统的Hardware Architecture。

 

1,Data Module/Interface Module


wKioL1RYjozzjlKIAANo_r9NnRI540.jpg

XIV Model A14 Data Module/Interface Module

Data Module和Interface Module的区别在于Interface Module有主机IO适配器和G网卡适配器,还有就是Data Module是一个Low voltage CPU而Interface有两个CPU。除了12个Disk之外,主要还有以下部件:    
System Planar (motherboard)     
Processor     
Memory/cache     
Enclosure Management Card     
Cooling devices (fans)     
Memory Flash Card [1 GB]--存储软件,Module配置文件及系统     
Redundant power supplies     
Gigabit Ethernet ports—ISCSI,FC

2,Power redundancy


有3个UPS,整套XIV可以运行在2个UPS上。

每个Module有2个单独的power supplies,正常情况下,两个power supplies都在最大workload的一半下运行。如果一个power supply坏掉,另一个power supply能接管过来,Module继续运行。

 

Automatic Transfer Switch (ATS)

ATS supplies power to all three UPSs and to the Maintenance Module. In case of a power problem on one line, the ATS reorganizes the power and switches to the other line. The operational components take over the load from the failing power source or power supply. This rearrangement is performed by the ATS in a seamless manner such that the system operation continues without any application impact.

image_thumb1

Automatic Transfer Switch ATS


UPS

The UPS units work together to provide a “cache battery” function to sustain the IBM XIV Storage System in the event of power fluctuations or loss.  当掉电小于30s时,UPS能继续维持系统运行;当掉电过了30s后,UPS Module能维持Battery足够长的时间来安全有序地关机。

image_thumb3


3,Maintenance module     
用于维护机器,用于远程支持

 

参考书籍《SG24-7659-03,IBM XIV Storage System:Architecture, Implementation,and Usage》





本文转自 taojin1240 51CTO博客,原文链接:http://blog.51cto.com/taotao1240/1571754,如需转载请自行联系原作者
目录
相关文章
|
Java API Spring
读书笔记系列 - Operating Systems: Three Easy Pieces - Virtualization - Chapter 4: Processes
读书笔记系列 - Operating Systems: Three Easy Pieces - Virtualization - Chapter 4: Processes
99 0
读书笔记系列 - Operating Systems: Three Easy Pieces - Virtualization - Chapter 4: Processes
|
安全 Unix Shell
读书笔记系列 - Operating Systems: Three Easy Pieces - Virtualization - Chapter 5: Process API
读书笔记系列 - Operating Systems: Three Easy Pieces - Virtualization - Chapter 5: Process API
92 0
《loTCandyJarTowards an Intelligent-Interaction Honeypot for loT Devices》电子版地址
loTCandyJar:Towards an Intelligent-Interaction Honeypot for loT Devices
87 0
《loTCandyJarTowards an Intelligent-Interaction Honeypot for loT Devices》电子版地址
|
存储 容器
SAP QM 高阶之Physical Sample Management(1)
SAP QM 高阶之Physical Sample Management(1)
SAP QM 高阶之Physical Sample Management(1)
|
iOS开发 C++ 安全
带你读《计算机文化》之二:DIGITAL DEVICES
在全球信息化大潮的推动下,我国的计算机产业发展迅猛,对专业人才的需求日益迫切,而专业教材的建设在教育战略上显得举足轻重,因此,引进一批国外优秀计算机教材将对我国计算机教育事业的发展起到积极的推动作用,也是与世界接轨、建设真正的世界一流大学的必由之路。
|
存储 数据库 索引
数据分区------《Designing Data-Intensive Applications》读书笔记9
进入到第六章了,我们要开始聊聊分布式系统之中的核心问题:数据分区。分布式系统通常是通过大规模的数据节点来处理单机没有办法处理的海量数据集,因此,可以将一个大型数据集可以分布在多个磁盘上,查询负载可以分布在多个处理器上。
1346 0