Tgt: Unterschied zwischen den Versionen

Aus Xinux Wiki
Zur Navigation springen Zur Suche springen
Zeile 1: Zeile 1:
 
=Install=
 
=Install=
 
*apt-get install tgt
 
*apt-get install tgt
=Show Targets=
+
 
*tgtadm --lld iscsi --op show --mode target
 
 
=Create an empty target=
 
=Create an empty target=
 
*tgtadm --lld iscsi --op new --mode target --tid 1 -T iqn.2021-10.xinux.lan:disks
 
*tgtadm --lld iscsi --op new --mode target --tid 1 -T iqn.2021-10.xinux.lan:disks
 +
=Show Targets=
 
*tgtadm --lld iscsi --op show --mode target
 
*tgtadm --lld iscsi --op show --mode target
 
<pre>
 
<pre>

Version vom 18. Oktober 2017, 20:19 Uhr

Install

  • apt-get install tgt

Create an empty target

  • tgtadm --lld iscsi --op new --mode target --tid 1 -T iqn.2021-10.xinux.lan:disks

Show Targets

  • tgtadm --lld iscsi --op show --mode target
Target 1: iqn.2021-10.xinux.lan:disks
    System information:
        Driver: iscsi
        State: ready
    I_T nexus information:
    LUN information:
        LUN: 0
            Type: controller
            SCSI ID: IET     00010000
            SCSI SN: beaf10
            Size: 0 MB, Block size: 1
            Online: Yes
            Removable media: No
            Prevent removal: No
            Readonly: No
            SWP: No
            Thin-provisioning: No
            Backing store type: null
            Backing store path: None
            Backing store flags:
    Account information:
    ACL information:

Links