PowerFlex 4.x Concepts Flashcards

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?

A

over TCP/IP

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
Q

What does SDT do?

A

manages host connections and controllers that are connected over NVMe/TCP

26
Q

How does the SDT work?

A

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
Q

How is the SDR installed?

A

installed alongside any node w/ SDS that have volumes that has potential to be replicated

28
Q

How does the SDR work?

A

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
Q

What is the Lighweight Installer Agent (LIA)?

A

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
Q

What authentication method can you use with LIA?

A

LDAP

31
Q

What does PowerFlex Manager do?

A

automates deploying, configuring, managing, and upgrading system

32
Q

How does CLI run on PowerFlex?

A

runs directly on PowerFlex node by invoking “scli” command

33
Q

How is the scli command structured?

A

command | parameter | value format

34
Q

What does the query group of commands do on PowerFlex manager?

A

provides general information about the health and operations of the system

allows detailed examination of components

35
Q

What is PowerAPI?

A

PowerFlex REST API

allows users to automate deployment, configuration, and management tasks

36
Q

What are the two types of calls for PowerAPI?

A

PowerFlex Block API

PowerFlex Manager API

37
Q

How is PowerAPI installed?

A

as part of the PowerFlex gateway package

adheres to standard REST API call/response structure