PowerFlex 4.x Concepts Flashcards

(37 cards)

1
Q

What is software defined storage?

A

means that physical storage that forms aggregate nodes are pooled together to create volumes

volumes are mapped to targets allowing an application to have access to storage

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are the IP based protocols used by PowerFlex?

A

file level TCP/IP
NVMe/TCP
proprietary TCP/IP

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the scaling capability of PowerFlex?

A

4 node minimum - up to thousands of nodes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How does PowerFlex manage workloads?

A

can consolidate heterogenous workloads while maintaining performance/throughput levels by aggregating resources from underlying nodes in the cluster

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

How is PowerFlex scaling achieved?

A

by building a large and distributed pool that eliminates IO bottlenecks present in any single node by itself

each node contributes bandwidth to maximize throughput

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What happens when you add or remove a node in the cluster?

A

system rebalances automatically - can also take nodes offline for maintenance reasons without cluster impact

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is software only PowerFlex?

A

intended for large enterprise implementations where robust onsite hardware is already available

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What must customers do if they want to purchase software only PowerFlex?

A

must commit to licensing in the hundreds of thousands of nodes over a predefined time period

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is the R640/50 PowerFlex node?

A

single rack unit (great for CPU core density)

best for compute only/HCI nodes

provides 10 drive slots for max 76.8TB capacity`

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is the R6525/7525 PowerFlex node?

A

6525 - 1U 7525 - 2U

similar to other node types but w/ AMD procs

AMD proc servers can only be used as compute only nodes in PowerFlex

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What are R740/750xd PowerFlex nodes?

A

2U - greater storage density

ideal choice for storage only nodes

max capacity of 124TBs - 24 drive slots

provides greater expansion in form of full height PCI cards for dual GPUs (make it good HCI node candidate also)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is the R840/50 PowerFlex node?

A

2U

same benefits of R750 (storage density/expansion) but w/ 4 CPU sockets instead of 2

additional cores provide more storage density and compute power

best for HCI nodes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What does the MDM have to do w/ volume creation?

A

as volumes are created, MDM provides the information application servers need to connect the cluster’s virtualized storage

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What does the MDM have to do with resource utilization?

A

ensures the even distribution of writes to ensure balanced utilization

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

How does the MDM ensure data integrity?

A

runs periods background processes to verify protection

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

How does the MDM interact with user data?

A

user data never passes through the MDM

17
Q

How are MDM nodes typically deployed?

A

in a cluster to ensure availability

18
Q

How is SDS run on PowerFlex?

A

instance of SDS is run on every node that contributes storage - manages the capacity of that single server

19
Q

Besides storage management what else is the SDS responsible for?

A

performs requested SDC back end IO operations

performs MDM rebuild and rebalance operations

20
Q

How is the SDC installed in PowerFlex?

A

runs on every application server

21
Q

How does the SDC work?

A

an application issues an IO request

SDC fulfills the request regardless of what SDS the requested blocks reside on

22
Q

How does the SDC communicate with other nodes?

23
Q

What IO does the SDC interact with?

A

only the IO that are directed at the volumes that belong to PowerFlex

24
Q

What is FTP?

A

standard network protocol used to transfer files over a TCP based network

25
What does SDT do?
manages host connections and controllers that are connected over NVMe/TCP
26
How does the SDT work?
sends admin and IO commands forward to the SDS programmatically such that the SDS is oblivious to the source of the IO makes SDT traffic look like it's coming from SDC
27
How is the SDR installed?
installed alongside any node w/ SDS that have volumes that has potential to be replicated
28
How does the SDR work?
intercepts write IO from the SDC for replication and pass it to the SDS for storage if data written is being replicated IO redirected to the SDR SDR appears as an SDS to the SDC and appears as an SDC to the SDS
29
What is the Lighweight Installer Agent (LIA)?
installed on every node during PowerFlex deployment used to upgrade the component on which it is installed and is required for many maintenance operations
30
What authentication method can you use with LIA?
LDAP
31
What does PowerFlex Manager do?
automates deploying, configuring, managing, and upgrading system
32
How does CLI run on PowerFlex?
runs directly on PowerFlex node by invoking "scli" command
33
How is the scli command structured?
command | parameter | value format
34
What does the query group of commands do on PowerFlex manager?
provides general information about the health and operations of the system allows detailed examination of components
35
What is PowerAPI?
PowerFlex REST API allows users to automate deployment, configuration, and management tasks
36
What are the two types of calls for PowerAPI?
PowerFlex Block API PowerFlex Manager API
37
How is PowerAPI installed?
as part of the PowerFlex gateway package adheres to standard REST API call/response structure