Questions tagged [storage-area-network]

A SAN is a Storage Area Network, for providing block-level access to storage subsystems across a network.

SANs provide block-level access to servers across a network. Commonly used SAN technologies are iSCSI and Fiber-channel (sometimes spelled Fibre-channel)

A Storage Area Network is distinctly different from Network Attached Storage (NAS). SAN systems don't provide any file-level access, although some combined (hybrid) systems exist which combine the features of a SAN device with those of a NAS.

905 questions
75
votes
5 answers

What is the difference between SAN, NAS and DAS?

What is the difference between SAN, NAS and DAS?
37
votes
5 answers

Pay no attention to that SAN behind the curtain

Once upon a time, I built my own SQL servers, and had control over drive configuration, RAID levels, etc. The traditional advice of separation of data, logs, tempdb, backups, (depending on budget!) was always a pretty important part of the SQL…
BradC
  • 2,200
  • 4
  • 25
  • 35
37
votes
2 answers

What is a Storage Area Network, and which benefits does it have over different storage solutions?

I'm proposing this to be a canonical question about enterprise-level Storage Area Networks. What is a Storage Area Network (SAN), and how does it work? How is it different from a Network Attached Storage (NAS)? What are the use cases compared to…
Massimo
  • 68,714
  • 56
  • 196
  • 319
29
votes
3 answers

Tuning iSCSI storage

This is a Canonical Question about iSCSI we can use as a reference. iSCSI is a protocol that puts SCSI commands as payload into TCP network packets. As such, it is subject to a different set of problems than, say, Fibre Channel. For example, if a…
Basil
  • 8,811
  • 3
  • 37
  • 73
28
votes
4 answers

Testing whether jumbo frames are actually working

Is there a command to test whether jumbo frames are actually working? i.e. some sort of "ping" that reports whether or not the packet was broken up along the way. I've an ESXi host with an Ubuntu VM which mounts a Dell MD3000i via iSCSI. I suspect…
pufferfish
  • 2,660
  • 9
  • 37
  • 40
27
votes
9 answers

What kind of storage do people actually use for VMware ESX servers?

VMware and many network evangelists try to tell you that sophisticated (=expensive) fiber SANs are the "only" storage option for VMware ESX and ESXi servers. Well, yes, of course. Using a SAN is fast, reliable and makes vMotion possible. Great. But:…
Dirk Paessler
  • 914
  • 1
  • 7
  • 15
27
votes
7 answers

SQL Server disk design on an ISCSI SAN

Its standard practice to separate log and data files to separate disks away from the OS (tempdb, backups and swap file also) Does this logic still make sense when your drives are all SAN based and your LUNS are not carved of specific disk or raid…
CPU_BUSY
  • 2,322
  • 17
  • 17
27
votes
1 answer

How should I set up my Fibre Channel (FC) network?

How do FC switches work, and how should I configure mine?
Basil
  • 8,811
  • 3
  • 37
  • 73
25
votes
15 answers

Cheapest iSCSI SAN for Windows 2008/SQL Server clustering?

Are there any production-quality iSCSI SANs suitable for use with Windows Server 2008/SQL Server for failover clustering? So far, I've only seen Dell's MD3000i, and HP's MSA 2000 (2012i), which both are around $6K with a minimal disk configuration.…
MichaelGG
  • 1,739
  • 8
  • 25
  • 30
21
votes
4 answers

Why would a heavily disk intensive application run faster on a SAN than on a Physical Disk?

Why would a heavily disk intensive application run faster on a SAN than on a Physical Disk? I would have expected the Physical disk to be slightly faster but in fact the process ran 100 times faster when it's work drive was set to a partition on the…
Stuart Woodward
  • 1,343
  • 4
  • 14
  • 29
18
votes
3 answers

150 TB and growing, but how to grow?

My group currently has two largish storage servers, both NAS running debian linux. The first is an all-in-one 24-disk (SATA) server that is several years old. We have two hardware RAIDS set up on it with LVM over those. The second server is 64…
seandavi
  • 283
  • 2
  • 6
17
votes
5 answers

ZFS and SAN -- best practices?

Most discussions of ZFS suggest that the hardware RAID be turned off and that ZFS should directly talk to the disks and manage the RAID on the host (instead of the RAID controller). This makes sense on a computer with 2-16 or even more local disks,…
chris
  • 11,784
  • 6
  • 41
  • 51
17
votes
4 answers

Best practice for assigning private IP ranges?

Is it common practice to use certain private IP address ranges for certain purposes? I'm starting to look into setting up virtualization systems and storage servers. Each system has two NICs, one for public network access, and one for internal…
Tauren
  • 739
  • 4
  • 14
  • 24
17
votes
5 answers

Best Practices for virtualizing servers onto the SAN?

Alright, so I want to start leveraging my SAN a little more than I have been, and at the same time, take advantage of ESXi. Currently, I've got an array of Dell PowerEdge 1955 blades connected to a single-enclosure EMC AX4-5 FC storage array. I'm…
15
votes
7 answers

SQL Server Files Local or NAS or SAN?

I have to install a new Server with SQL Server 2008, What do you recommend, One server with Raid 10 or the Files in a NAS? What about iSCSI should I use it? What about SAN? The server has 4Gb of RAM and that database file is about 2GB. To make my…
1
2 3
60 61