<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.linuxservertech.com/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://wiki.linuxservertech.com/feed.php">
        <title>Unix Server Tech Knowledge Base - unix:iscsi</title>
        <description></description>
        <link>https://wiki.linuxservertech.com/</link>
        <image rdf:resource="https://wiki.linuxservertech.com/_media/wiki/dokuwiki.svg" />
       <dc:date>2026-04-26T03:46:44+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.linuxservertech.com/unix/iscsi/advanced?rev=1770072628&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.linuxservertech.com/unix/iscsi/iscsi_target?rev=1768620294&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.linuxservertech.com/unix/iscsi/iscsi_tricks_and_techniques?rev=1768620197&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.linuxservertech.com/unix/iscsi/start?rev=1768620164&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.linuxservertech.com/unix/iscsi/xenstoragebackend?rev=1768620435&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki.linuxservertech.com/_media/wiki/dokuwiki.svg">
        <title>Unix Server Tech Knowledge Base</title>
        <link>https://wiki.linuxservertech.com/</link>
        <url>https://wiki.linuxservertech.com/_media/wiki/dokuwiki.svg</url>
    </image>
    <item rdf:about="https://wiki.linuxservertech.com/unix/iscsi/advanced?rev=1770072628&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-02-02T22:50:28+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Advanced iSCSI Procedures</title>
        <link>https://wiki.linuxservertech.com/unix/iscsi/advanced?rev=1770072628&amp;do=diff</link>
        <description>Advanced iSCSI Procedures

This article covers non-trivial iSCSI procedures that require careful execution to avoid data loss or service disruption.

Resizing an iSCSI Target

Overview

When an iSCSI target needs to be expanded, the process varies depending on the underlying storage technology. This guide covers both LVM2 and ZFS-based targets.</description>
    </item>
    <item rdf:about="https://wiki.linuxservertech.com/unix/iscsi/iscsi_target?rev=1768620294&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-01-17T03:24:54+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Building an iSCSI Target</title>
        <link>https://wiki.linuxservertech.com/unix/iscsi/iscsi_target?rev=1768620294&amp;do=diff</link>
        <description>Building an iSCSI Target

Set up a couple of volumes to be exported

To build an iSCSI target, we need to create some space on the file system which will be exported. This can be a file, which is slow, a device, or a zfs volume. The latter has several advantages in that it is very fast, and can take advantages of zfs by taking snapshots, using checksums to maintain reliability, and using compression. (De)compression will be performed on the iSCSI server itself, so the initiators (clients) will n…</description>
    </item>
    <item rdf:about="https://wiki.linuxservertech.com/unix/iscsi/iscsi_tricks_and_techniques?rev=1768620197&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-01-17T03:23:17+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>iSCSI tricks and techniques</title>
        <link>https://wiki.linuxservertech.com/unix/iscsi/iscsi_tricks_and_techniques?rev=1768620197&amp;do=diff</link>
        <description>iSCSI tricks and techniques

Assumptions

I'm assuming you have built your iSCSI target device using the LVM method in the document  Building iSCSI target device. This means that when you want to create/modify/whatever the targets you export, it is simply a matter of manipulating your LVM on the target and, if applicable, adding/deleting entries in /etc/iet/ietd.conf</description>
    </item>
    <item rdf:about="https://wiki.linuxservertech.com/unix/iscsi/start?rev=1768620164&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-01-17T03:22:44+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>iSCSI</title>
        <link>https://wiki.linuxservertech.com/unix/iscsi/start?rev=1768620164&amp;do=diff</link>
        <description>iSCSI

Yes, I know other systems use iSCIS, but I put this under Unix because it is the only system I work with when dealing with iSCSI

iSCSI is an excellent way of allowing one machine to access a volume over a network. Instead of a physical disk drive, the</description>
    </item>
    <item rdf:about="https://wiki.linuxservertech.com/unix/iscsi/xenstoragebackend?rev=1768620435&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-01-17T03:27:15+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Build Storage Backend</title>
        <link>https://wiki.linuxservertech.com/unix/iscsi/xenstoragebackend?rev=1768620435&amp;do=diff</link>
        <description>Build Storage Backend

This is an older document, and I don't trust it. For more updated information, see Building an iSCSI Target

I am moving our iSCSI target over to FreeBSD. Our iSCSI servers are generally used as the “disk drives” for Xen virtual servers. NFS with File Backed Devices (FBD) is really too slow when several virtuals are running at the same time, but iSCSI appears to fix this issue.</description>
    </item>
</rdf:RDF>
