Questions tagged [iscsi]

iSCSI - SCSI over IP - mount disks across the network

iSCSI is Internet Small Computer Systems Interface, and is a standard for sending SCSI commands across the IP layer of the TCP/IP suite.

Unlike ATA over Ethernet, (ATAoE) iSCSI allows you to use the same network link for mounting remote storage as well as communicating with the rest of the network.

843 questions
33
votes
2 answers

LV Status: Not available. How to make it available?

I connect an iSCSI target, create a Physical Volume and Volume Group on it. Then I create an LV, and mkfs.ext3 /dev/vg00/vm and all that works great. Then I disconnect the target iscsiadm -m node -T iqn.2004-04.com.qnap:ts-509:iscsi.linux01.ba4731…
Sandra
  • 9,973
  • 37
  • 104
  • 160
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
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
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
15
votes
1 answer

Incredibly slow snapshot removal

I have an ESXi box with HP LeftHand storage exposed via iSCSI. I have a virtual machine with a 1TB disk, of which 800GB is consumed. The disk is thick provisioned on the LeftHand storage. A snapshot was open on the VM (so that Veeam Backup and…
Mark Henderson
  • 68,316
  • 31
  • 175
  • 255
15
votes
3 answers

How to crack the 1 Gbit iSCSI limit between ESXi and VNXe

I'm having big troubles with my iSCSI network and can't seem to get it working as fast as it could. So I've tried pretty much everything to gain full performance from my SAN, having involved specialists of VMware and EMC. A short description of my…
Ryan Hardy
  • 210
  • 2
  • 6
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…
15
votes
1 answer

Howto show connected targets in Linux?

When I do localhost:~# iscsiadm -m discovery -t st -p 192.168.0.4 192.168.0.4:3260,1 iqn.2004-04.com.qnap:ts-509:iscsi.linux02.ba4731 192.168.0.4:3260,1 iqn.2004-04.com.qnap:ts-509:iscsi.linux01.ba4731 192.168.0.4:3260,1…
Sandra
  • 9,973
  • 37
  • 104
  • 160
14
votes
1 answer

Linux goes to swap while plenty of RAM installed

I have a linux box that is used as SAN storage. It is equipped with 14 SATA HDDs and the only software it run is iscsi target and zabbix agent. This is physical box, not VM. The RAM size installed is 128 GB, swap was arranged of 4 GB and no-one ever…
Kevin M
  • 299
  • 3
  • 10
11
votes
1 answer

IQN Naming convention

I've seen a lot of information about how IQN's should be formatted, but there's not a lot of information on how to build them. I'm kind of a newb when it comes to iSCSI, and i have it working, but I'm wondering if i should just be making this stuff…
Steve Butler
  • 1,016
  • 9
  • 19
11
votes
6 answers

How to utilize spare workstation drive space for server storage/backup

So, given the fact that you can only get hard drives of about 160GB now for the cheapest price, I find i have a ton of extra drive space on workstations spread throughout my office. I'd like to utilize this space as a redundant RAID-like array of…
Erik Funkenbusch
  • 600
  • 10
  • 27
10
votes
1 answer

Slow sequential speeds on 9x7-drive raidz2 (ZFS ZoL 0.8.1)

I'm running a large ZFS pool built for 256K+ request size sequential reads and writes via iSCSI (for backups) on Ubuntu 18.04. Given the need for high throughput and space efficiency, and less need for random small-block performance, I went with…
obrienmd
  • 261
  • 1
  • 5
10
votes
3 answers

iSCSI, multiple initiators for the same LUN

I have a web application that is distributed over 3 servers. These 3 servers need a shared storage to access files. Since iSCSI is just a protocol, not a filesystem, it will not have any implementation of locking files; so if I just connect it as it…
Anton Stafeyev
  • 340
  • 3
  • 13
10
votes
1 answer

Poor iSCSI performance with SSD disks and 10 Gbe network

iSCSI Target Ubuntu 14.04 (Trusty Tahr) with 16 GB RAM and 16 core CPU as LVM backed iSCSI target using three Samsung SSD disks, each capable of doing 65k IOPS using an LSI 6 Gbit/s controller with on board cache. Benchmark on SSD disk in…
Kevin Parker
  • 757
  • 1
  • 13
  • 29
1
2 3
56 57