2-1 Intelligent Storage Components
2-1 Intelligent Storage Components
Foreword
This chapter describes the components of the storage system, including the controller enclosure, disk
enclosure, disks, interface modules, and connection modes between enclosures and their respective working
principles.
1 Huawei Confidential
Objectives
2 Huawei Confidential
Contents
1. Controller Enclosure
2. Disk Enclosure
3. Expansion Module
4. Disk
5. Interface Module
3 Huawei Confidential
Storage Product Form
4 Huawei Confidential
Controller Enclosure
The controller enclosure uses a modular design and consists of a system subrack, controllers (with built-in fan modules), BBUs,
power modules, management modules, and interface modules.
Management
Power Module Module
Interface
Module
System Subrack
Controller
5 Huawei Confidential
Front View of a Controller Enclosure
Icon Description
Enclosure ID indicator
6 Huawei Confidential
Rear View of a Controller Enclosure
1 2 3 4 5
No. Description
1 Management port
2 Maintenance port
6 7 3 Serial port
4 Interface module
5 Power-BBU module
6 SAS expansion port
7 Interface module
8 Management module
9 Power module
8 9
7 Huawei Confidential
Controller
A controller is the core component of a storage system. It processes storage services, receives configuration
management commands, saves configuration data, connects to disks, and saves critical data to coffer disks.
Controller enclosure
FE FE
Controller Controller
Cache Cache
CPU CPU
BE BE
Disk
enclosure
Cache data
8 Huawei Confidential
BBU and Fan Module
Fan module
9 Huawei Confidential
Coffer Disk
Latch Latch
Handle Handle
Disk Disk
Label Label
10 Huawei Confidential
Power Module
The AC power module supplies power to the controller enclosure, allowing the enclosure to operate normally at
maximum power. Running/
Alarm indicator
Handle Latch
Power socket
Note: Huawei OceanStor Dorado V6 is used as the example.
11 Huawei Confidential
Contents
1. Controller Enclosure
2. Disk Enclosure
3. Expansion Module
4. Disk
5. Interface Module
12 Huawei Confidential
Disk Enclosure
The disk enclosure uses a modular design and consists of a system subrack, expansion modules, power modules, and
disks.
Power Module
Expansion Module
System Subrack
13 Huawei Confidential
Front View of a Disk Enclosure
Icon Description
14 Huawei Confidential
Rear View of a Disk Enclosure
4
No. Description
1 Serial port
2 Mini SAS HD expansion port
3 ID display
4 Expansion module
1 2 3 5
5 Power module
2 U SAS disk enclosure 6 Onboard expansion port
7 Onboard management port
8 Power module
15 Huawei Confidential
Contents
1. Controller Enclosure
2. Disk Enclosure
3. Expansion Module
4. Disk
5. Interface Module
16 Huawei Confidential
Expansion Module
17 Huawei Confidential
CE Switch
Rear view
Console
Front view
18 Huawei Confidential
Fibre Channel Switch
19 Huawei Confidential
Device Cables
1. Serial cable 2. Mini SAS HD electrical 3. Mini SAS HD optical cable 4. AOC cable
cable
5. 100G QSFP28 cable 6. 25G SFP28 cable 7. FDR cable 8. MPO-4*DLC optical 9. Optical fiber
fiber
20 Huawei Confidential
Contents
1. Controller Enclosure
2. Disk Enclosure
3. Expansion Module
4. Disk
HDD
SSD
5. Interface Module
21 Huawei Confidential
Disk Type
IDE
SCSI
SATA
1.8-inch SAS
Interface type
2.5-inch FC
3.5-inch Dimensions
NVMe
5.25-inch ... Enterprise-class
Application
... scenario Desktop-class
...
What are the types of disks?
HDD
Structure
SSD
...
22 Huawei Confidential
HDD Structure
An HDD consists of platters, an actuator arm, read/write heads, a spindle, a port, and control circuits.
Platter
Actuator arm
Spindle
Control circuit
Port
Read/write head
23 Huawei Confidential
HDD Working Principles
Basic
operation The platter is driven by a
motor.
Platter
Landing zone
24 Huawei Confidential
Data Organization on a Disk
Sector Track
Head
Cylinder
Actuator arm
Platter
Motor
Motor
25 Huawei Confidential
Disk Capacity and Cache
Disk capacity
Disk capacity = Number of cylinders x Number of heads x Number of sectors x 512 bytes. The unit is MB or GB. The disk
capacity is determined by the capacity of a single platter and the number of platters.
Cache
Because the processing speed of a CPU is much faster than that of a disk, the CPU must wait until the disk completes a
read/write operation before issuing a new command. To solve this problem, a cache is added to the disk to improve the
read/write speed.
26 Huawei Confidential
Factors Relevant to Disk Performance
Single platter
Indirect factor for disk performance
capacity
27 Huawei Confidential
Average Access Time
The average access time is determined by:
Average seek time
Average latency time
Disc
Data Block
Seek
Tracks
28 Huawei Confidential
Data Transfer Rate
The date transfer rate is determined by:
Internal transfer rate
External transfer rate/Interface transfer rate
Disk Disc
Seek
Tracks
External
Internal
29 Huawei Confidential
Disk IOPS and Transmission Bandwidth
IOPS
Input/Output operations per second (IOPS) is a key indicator to measure disk performance.
IOPS is calculated by the seek time, rotation latency, and data transmission time.
Transmission bandwidth (throughput)
Indicates the amount of data that is successfully transmitted in a unit time, that is, the speed at which data streams are
transmitted. For example, if it takes 10s to write 10,000 files of 1 KB size, the transmission bandwidth is only 1 MB/s; if it
takes 0.1s to write a 10 MB file, the transmission bandwidth is 100 MB/s.
30 Huawei Confidential
Parallel and Serial Transmission
For example, the methods for transmitting numbers 1 to 8 are as follows:
1
2
3 8 7 6 5 4 3 2 1
Transmit 4 Receive Transmit Receive
end 5 end end end
6
7
8
Multiple lines are connected between two ends, and one number is Only one line is connected between two ends. Eight numbers are sent on this
transmitted on each line. line in sequence. The receive end has all numbers after eight transmissions.
31 Huawei Confidential
Disk Port Technology
A disk must provide a simple port for users to access its data. Generally, disks provide the following physical ports:
IDE port
Used for the ATA
instruction system
SATA port
Disk Ports
Parallel SCSI port
32 Huawei Confidential
IDE Disk Port
The integrated drive electronics (IDE) port is also called the parallel ATA port.
ATA stands for Advanced Technology Attachment.
The ATA disk is also called the IDE disk.
The ATA port uses the parallel ATA technology.
33 Huawei Confidential
SATA Port
SATA is short for serial ATA.
SATA ports use serial transmission and provide a higher rate than IDE ports.
SATA uses a point-to-point architecture and supports hot swap.
SATA Port
34 Huawei Confidential
SCSI Port
SCSI is short for Small Computer System Interface.
35 Huawei Confidential
SAS Port
SAS is short for Serial Attached SCSI.
SAS is a point-to-point, full-duplex, and dual-port interface.
SAS is backward compatible with SATA.
Rate: 600 Mbit/s per channel
SAS features high performance, high reliability, and powerful scalability.
36 Huawei Confidential
Fibre Channel Port
Fibre Channel disks use the Fibre Channel arbitrated loop (FC-AL).
FC-AL is a dual-port serial storage interface based on the SCSI protocol.
FC-AL supports full-duplex mode.
Fibre Channel provides a universal hardware transmission platform for upper-layer protocols (SCSI and IP). It is a serial data
transmission interface that features high speed, high reliability, low latency, and high throughput.
37 Huawei Confidential
Contents
1. Controller Enclosure
2. Disk Enclosure
3. Expansion Module
4. Disk
HDD
SSD
5. Interface Module
38 Huawei Confidential
SSD Overview
Compared to HDDs, SSDs have absolute advantages in terms of performance, reliability, power consumption, and portability.
SSDs have been widely used in various industries.
SSD characteristics:
Uses NAND flash to save data, providing a faster speed than HDDs.
Has no mechanical structure inside, so it consumes less power, dissipates less heat, and generates less noise.
Its service life is determined by the number of program/erase (P/E) cycles.
39 Huawei Confidential
SSD Architecture
An SSD consists of a control unit and a storage unit (mainly flash memory chips).
Control unit: SSD controller, host interface, and DRAM
Storage unit: NAND flash
RAM
Flash Flash
SSD Controller ...
Pkg Pkg
Processor
Host Host NAND Flash Flash
interface flash Pkg Pkg ...
Interconnect logic Buffer interface
manager
40 Huawei Confidential
NAND Flash
Internal storage units in NAND flash include: Page 0 Page 0
Page 1 Page 1
LUNs, planes, blocks, pages, and cells
...
...
Page P Page P
Block 0 Block 1
Operations on the NAND flash include erase, program, and
Page 0 Page 0
read. Page 1 Page 1
...
...
Logical Unit 0
NAND flash is a non-volatile medium. A block must be erased Page P Page P
Block 2 Block 3
before new data is written to it. A program/erase (P/E) cycle
...
...
is the process of erasing a block and then writing it again. Page 0 Page 0
Page 1 Page 1
...
...
Page P Page P
Block B Block B+1
41 Huawei Confidential
SLC, MLC, TLC, and QLC
111 1111
1110
11 110 1101
1100
1 101 1011
10 100
1010
1001
1000
011 0111
01 010 0110
0101
0 001 0100
00 000
0011
0010
0001
0000
42 Huawei Confidential
Flash Chip Data Relationship
Plane Die
1478 blocks 2 planes
...
... ...
Page is the minimum read/write unit, and block is the minimum program/erase unit.
43 Huawei Confidential
Data Write Process on an SSD (1)
The following uses eight channels as an example to demonstrate how the host writes data to the SSD.
Writes 16 KB of data
4 KB
SSD controller
44 Huawei Confidential
Data Write Process on an SSD (2)
When the SSD is full, old data must be deleted to release space for new data. When a user deletes and writes data, data in some blocks
becomes invalid or aged.
Channel 0 block Channel 1 block Channel 2 block Channel 3 block
SSD controller
45 Huawei Confidential
Data Read Process on an SSD
Reads 4 KB of Channel 0 block Channel 1 block Channel 2 block Channel 3 block
data
Reads 32 KB of
data 4 KB
SSD controller
46 Huawei Confidential
SSD Performance Advantages
SSD Performance Advantages Power consumption under 100,000 read IOPS
I/O I/O
IP/FC SAN
Seek time
Mechanical latency
2 SSDs 250 HDDs
Power (W)
4000
About 400-fold
2000
VS
HDD storage system SSD storage system SSD FC HDD
47 Huawei Confidential
Use of SSDs in Storage Systems
Class A applications: high-concurrency applications featuring random reads and writes, such as databases
Class B applications: large files, images, and streaming media featuring sequential reads and writes
Class C applications: data backup or rarely used applications
Access frequency
A SSD media
FC/SAS disk
SATA/NL-SAS/Tape
C
Data distribution
48 Huawei Confidential
Contents
1. Controller Enclosure
2. Disk Enclosure
3. Expansion Module
4. Disk
5. Interface Module
49 Huawei Confidential
GE Interface Modules
50 Huawei Confidential
SAS Expansion Module and RDMA Interface Module
25 Gbit/s RDMA interface module 100 Gbit/s RDMA interface module 12 Gbit/s SAS expansion module
51 Huawei Confidential
SmartIO Interface Module
52 Huawei Confidential
Fibre Channel and FCoE Interface Modules
Power indicator/Hot Power indicator/Hot
swap button swap button Handle
Handle
16 Gbit/s Fibre
Channel port 10 Gbit/s FCoE port
Link/Speed indicator
of the port
Link/Speed indicator of
a 10 Gbit/s FCoE port
53 Huawei Confidential
Quiz
B. MLC
C. TLC
D. QLC
B. Rotation speed
54 Huawei Confidential
Summary
Controller
Expansion module
Expansion module
Intelligent storage components Device cables
HDD
Disk
SSD
Interface module
55 Huawei Confidential
More Information
56 Huawei Confidential
Recommendations
Popular tools
HedEx Lite
Network Document Tool Center
Information Query Assistant
57 Huawei Confidential
Thank you. 把数字世界带入每个人、每个家庭、
每个组织,构建万物互联的智能世界。
Bring digital to every person, home, and
organization for a fully connected,
intelligent world.