A Storage Area Network(SAN) is a network of storage disks. In large enterprises, a SAN connects multiple servers to a centralized pool of disk storage. Compared to managing hundreds of servers, each with their own disks, SANs improve system administration. By treating all the company's storage as a single resource, disk maintenance and routine backups are easier to schedule and control.
Questions tagged [san]
121 questions
6
votes
2 answers
How to determine storage type (SAN/NAS/local disk) remotely, using PowerShell?
I have to collect the attached storage types of each server in our environment: Several hundreds of W2K3/W2K8 servers.
A script would be very useful to determine if the attached storage is SAN / SAN mirrored / NAS / local or combination of these.…

Bela
- 61
- 1
- 1
- 2
6
votes
1 answer
Is mkdir still atomic? (Windows 7 filesystems mounted on SAN)
We have some old applications that communicate via directory-based queues. Each item in the queue is a file, and there's a header file that maintains an ordered list of the filenames for the items in the queue.
Naturally, this old code needs to lock…

Jeff Dege
- 11,190
- 22
- 96
- 165
4
votes
2 answers
What Keeps Relational Databases From Horizontal Scaling?
When I researched horizontal scaling for relational databases on the internet, I got the impression that the only option which includes write scaling as well as read scaling is sharding, which seems to be a manual design process that involves…

John L.
- 1,825
- 5
- 18
- 45
4
votes
0 answers
FSEvents Directory Watcher for remote server volume / only works for locally initiated changes, not remote updates?
Scenario:
I am using FSEvents to monitor local watch folders successfully.
Using the same FSEVents code to monitor a directory that is within a mounted volume from a remote server over say, AFS (/Volumes/example) successfully notifies my FSEVents…

vade
- 702
- 4
- 22
4
votes
1 answer
Setup Windows Storage Server as SAN Storage
we want to setup a Windows Storage Server 2016 with FibreChannel and 2 Shelfs as SAN Storage.
We need this to connect the Blades at the Storage.
Blades all have installed FC HBAs, but Windows only provide iSCSI Initiators for LUN but not for…

thohei
- 71
- 1
- 5
4
votes
2 answers
Correlate Physical Device ID to Volume Device ID
I'm trying to utilize WMI via PowerShell to run through SAN storage on remote servers to grab the Windows disk management volume label.
The only way I've found to do this is to correlate the volume device id (\\?\Volume{34243...} with the physical…

Galvatron
- 59
- 1
- 2
4
votes
1 answer
How can I assemble a file from iSCSI blocks?
I am new to iSCSI programming. I have security camera videos written in iSCSI blocks in a SAN. I need to construct playback of the some video from those blocks. I have hard time finding any tutorial or lead to solve this issue.
Thanks in advance.

Rifat Rousseau
- 289
- 1
- 4
- 16
3
votes
6 answers
What are good tools to take IO measurements and discover bottlenecks on linux?
I'm trying to do some tuning for Oracle on Linux boxes living on SAN based infrastructure. I'm looking specifically for tools that would allow us to profile IO per process (or per process tree would be even better). My questions are?
What are the…

Samer Atiani
- 695
- 1
- 6
- 8
2
votes
1 answer
How to set up SQL Server Enterprise for Partitioning
We have a database that is currently 1.5TB in size and grows by a gigabyte worth of data every day (a text file) that is 5 million records - and it grows daily
It has many columns, but a notable one is START_TIME which has the date and time -
We run…

Sarfaraz Jamal
- 343
- 4
- 15
2
votes
1 answer
How can I iterate through all the ports of a switch and disable them one by one using python and ssh?
I am wondering how I can iterate through 48 ports of a SAN switch one by one and enable or disable them ? For some background info, I write python scripts for work to automate the testing of networking devices. I use a library called paramiko which…

SaturnsBelt
- 271
- 2
- 13
2
votes
1 answer
peers not joining channel and error with TLS connection (IP SANs error)
I was trying below architecture in fabric where one peer is on another machine rest of the network set up in first machine(server/system),
after creating channel while adding each peer to the channel shows a log as below which was not the case when…

Codex
- 569
- 2
- 6
- 22
2
votes
0 answers
JVM state determined to be unstable
Sorry for my unstructured post. I am doing it the first time here and I am not a developer. We would appreciate any help we could get!! Thank you in advance.
We are handling customer support for a client who bought our product which uses Cassandra…

MGold
- 21
- 1
2
votes
0 answers
Kubernetes deployment using shared-disk FC HBA options
I have been looking at available Kubernetes storage add-ons and have been unable to put together something that would work with our setup. Current situation is several nodes each with an FC HBA controller connected to a single LUN. I realize that…

Meltro
- 21
- 2
2
votes
2 answers
Which version of Linux Kernel start to support SPC-4 for VMware 6.5 UNMAP
VMware 6.5 announced to support UNMAP commands (Space Reclamation from thin LUNs on storage systems) with VMFS6 and Linux virtual machines which supports SCSI Primary Commands - 4 (SPC-4).
Which version of Linux Kernel start to support SPC-4 for…

BBK
- 142
- 8
2
votes
0 answers
How to determine which Windows drives map to which SAN storage devices using WMI?
For a Windows machine, I'd like to programatically determine which of its drives are actually iSCSI or Fibre Channel (FC) volumes and what storage (SAN) device they are exposed from, i.e. where the data is actually stored. For example, the C:\ drive…

w128
- 4,680
- 7
- 42
- 65