Configuring Storage Management Flashcards

(36 cards)

1
Q

What is the purpose of capacity planning?

A

To predict storage needs before al the space is consumed.
You do this by estimating the personnel, storage, computer hardware, software, and connection infrastructure resources required over some future period of time.

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

What are some different kinds of information may servers store?

A

User home directories
Department project directories
Multimedia content
Archived content
Collaboration software content

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

What is a key factor in capacity planning for servers?

A

The role of the server.

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

What technologies help administrators enforce capacity management rules?

A

Disk quotas: Enforce a consumption limit

Data deduplication: Eliminates duplicate information found in blocks of data for more efficient storage capacity use

Compression: Reduces the space consumed by files by using compression algorithms

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

What is STaaS?

A

Storage as a service.
Provides scalable, inexpensive, and managed storage solutions that may reduce the amount of on-premises storage required.

Services such as Dropbox, Google Drive, AWS, Microsoft OneDrive.

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

What are different RPM for devices?

A

5400 RPMs -7200 RPMs: common in laptops and desktops
10,000 RPMs- 15,000 RPMs: common in servers

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

Compare SSD and HDD.

A

Noise—SSD is quieter
Power—SSD consumes less power
Capacity—SSD and HDD are about equal
Cost—HDD is cheaper per GB of capacity
Durability—SSD is less susceptible to physical damage

HDDs are appropriate for servers that demand a high capacity at an economical rate, especially when performance is less of a concern.

SSDs are appropriate in servers that support performance-oriented applications, especially those without too many write functions.

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

What are hybrid drives and what are the primary types?

A

Hybrid drives combine the best attributes of HDDs and SSDs
Dual- drive hybrid: 2 physical drives are installed (one SSD and one HDD) The user or the OS then manages what data is stored on each drive.

SSD Hybrid: The SSD and the HDD are contained in the same physical device. Data management is handled by the storage device itself.

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

What is DAS and what are types of DAS?

A

Direct attached storage aka internal storage.
ex.
SATA—Serial Advanced Technology Attachment.
Uses a dedicated connection for reading from the drive and a separate dedicated channel for writing to the drive.
Offers 6 Gbps speed and is half duplex.
Commonly found in workstations or servers where cost is important and speed is not.

SAS—Serial Attached SCSI.
Offers12 Gbps and is full duplex.
More scalable supports up to 128 devices.
Has error checking capabilities.
Good choice when performance is important but cost is still a consideration.

NVMe—Non-Volatile Memory Express:
The future standard for server drive interfaces.
Offers 32 Gbps Designed for use with SSD.
Relies on PCIe bus (which makes it so powerful).
Transfers are basically 1 Gbps per PCIe lane.
Its benefits are only realized for large file transfers.

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

What is the M.2 specification?

A

Next generation form factor, defines a interface conection for SSDs, SATA, and NVMe drives.
Connects easily to server, laptop, and desktop motherboards by using the USB, PCIe 3.0, and SATA interfaces.

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

What is the difference between M.2 B standard and M.2 M standard?

A

M.2 B- has 6 pins on the smaller tab
M.2 M- has 5 pins on the smaller tab

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

PCIe

A

An expansion bus on the motherboard.
Expansion cards may be attached to the bus, including NICs, graphics cards, and SSD controllers.
Devices connected to the PCIe bus may communicate at up to 15.75 Gbps
PCIe devices tend to be more expensive than the more common SATA III storage solutions.

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

Tell me about eSATA.

A

Transfers data at the 6 Gbps rate defined by SATA III.
Considered to be a workstation-level technology.
USB3 and USB-C have largely replaced eSATA as external storage busses.

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

What USB standard uses A or B connectors?

A

USB 1, 2 , and 3

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

Which USB standard is type C introduced?

A

USB 3

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

What speed does USB 1 work up to?

A

Up to 12 Mbits/s

17
Q

What speed does USB 2 work up to?

A

Up to 480 Mbits/s

18
Q

What speed does USB 3 work up to?

A

Up to 5 Gbits/s

19
Q

What speed does USB 4 work up to?

A

Up to 40 Gbits/s

20
Q

Which USB standard uses strictly type C connectors?

21
Q

What is the use of SD cards for servers?

A

Could be used to facilitate data transfers from external devices.

External card readers may also attach to servers via USB connectors.

22
Q

What is JBOD?

A

Just a bunch of Disks.
A term for a collection of HDDs that are often different sizes and specifications.
Not organized into a normal RAID array, they are instead aggregated together into one or more logical drives.
Easy to scale, and manage it is flexible.
There are no performance or fault tolerance benefits.

23
Q

What is the difference between hardware and software RAID?

A

Software RAID:
Relies on the OS to manage the RAID array.
Less expensive
Fewer components to manage
Less flexible
Consumes system and OS resources

Hardware RAID:
Relies on a separate controller to manage the array. ( A PCIe card or MB chip).
Faster
More flexible
Does not consume server resources
More expensive
More components to manage
More complex

24
Q

What is SMB and NFS?

A

Both are file sharing protocols.
SMB = Server message block
is the standard Windows protocol for sharing.
Accessible for Linux using Samba
Uses TCP port 445

Network file System.
Common in Unix environments.
Includes the ability to protect the shared directories by using permissions.
Configured in Linux by using the /etc/exports file

25
What are network based storage solutions?
NAS and SAN.
26
What is a NAS?
Network attached Storage. Essentially a group of storage drives with an NIC. Can be used to quickly and easily add capacity. Can be deployed with RAID. Adds another node to your network so it consumes at least 1 more IP address. Performance is affected by the overall network performance. Share out folders to network clients using either NFS or SMB. May not be the best choice for an enterprise storage solution.
27
What is a SAN?
Storage Attached Network. Provides greater scalability, fault tolerance, and performance than NAS. Significantly more complex and expensive. Made up of 3 primary components: -One or more servers that manage acces to the data -An isolated network between the servers and the storage infrastructure. -The storage infrastructure itself. Can also connect data storage across physical boundaries, such as remote data centers.
28
What are HBAs and what do they do?
Host bus adapter. Provides an interface between the MBs PCIe bus and a data bus that is usually external to the server
29
What are the speed for the SFP, SFP+, and QSFP connectors?
SFP: 100/1000 Mbps SFP+: 10 Gbps QSFP: 1000 Gbps
30
What are consideration when choosing iSCSI or Fibre Channel for your SAN?
Choose iSCSI for the following: Cost is an issue. You’re connecting many hosts to one storage target (several servers storing different data on a single storage server). Training is not available for your IT staff for the complexities of a Fibre Channel solution. You need or want a less complex infrastructure. Choose Fibre Channel for the following: Performance is paramount. SAN components are widely distributed.
31
What are common storage troubleshooting categories?
Physical connectivity: power cables, data cables, physical functionality of storage disks. Configuration of the drive and its partitions: Partition configuration, OS configurations for drive mounting. RAID arrays: Disk failures, controller/HBA failures, misconfigurations, mismatched drives. Capacity: Insufficient disk space results in poor performance, data reliability.
32
What are two common partitioning tools and what do they do?
fdisk and parted They are both tools that create, delete, and manage partitions for storage disks that will host Windows or Linux OSs. Used to manage partitions after Linux is installed.
33
What does Windows use to create and manage disk partitions?
Disk Management, and diskpart
34
How can you map or mount folders that are shared in the network on Windows?
By using File Explorer or the net use command. net use syntax ex: net use z: \\servername\sharename
35
What is UNC?
Universal Naming Convention. The standard naming convention for local network resources. The UNC path consists of the name of the remote network server, followed by the name of the folder shared out from that server. Ex. if a folder named SalesData is shared from a server named FileServer3, the UNC would be \\FileServer3\SalesData
36
How do you mount and unmount drives on Linux?
mount command and umount command ex: mount /dev/sdb1 /sales-data