EnglishFrenchSpanish

Ad


OnWorks favicon

iscsi-inq - Online in the Cloud

Run iscsi-inq in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command iscsi-inq that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


iscsi-inq - Utility to request INQUIRY data from an iSCSI LUN

SYNOPSIS


iscsi-inq [ OPTIONS ] <ISCSI-URL>

iscsi-inq [-i --initiator-name=<IQN>] [-e --evpd=<INTEGER>] [-c --pagecode=<INTEGER>]
[-d --debug=<INTEGER>] [-? --help] [--usage] [<ISCSI-URL>]

DESCRIPTION


iscsi-inq is a utility to request INQUIRY data from an iSCSI LUN.

ISCSI URL FORMAT


iSCSI URL format is
'iscsi://[<username>[%<password>]@]<host>[:<port>]/<target-iqn-name>/<lun>'

Username and password are only required if the target requires CHAP authentication.
Optionally you can specify the username and password via the environment variables
LIBISCSI_CHAP_USERNAME and LIBISCSI_CHAP_PASSWORD.

Host can be specified either as a hostname, an IPv4 address or an IPv6 address. Examples:

iscsi://192.0.2.1/iqn.ronnie.test/1
iscsi://[2001:DB8::1]:3261/iqn.ronnie.test/1
iscsi://ronnie%[email protected]/iqn.ronnie.test/1

Port is the TCP port on the target to connect to. Default is 3260.

Target-iqn-name is the iqn name of the target. An iSCSI portal can have multiple targets
defined. Use iscsi-ls to list all targets available on one specific portal.

LUN is the LUN number to report the INQUIRY data for.

OPTIONS


-i --initiator-name=<IQN>
This specifies the initiator-name that iscsi-inq will use when logging in to the
target.

The default name is 'iqn.2007-10.com.github:sahlberg:libiscsi:iscsi-inq' but you can
use this argument to override this. This is mainly needed for cases where the target
is configured with access-control to only allow discovery logins from known
initiator-names.

-e --evpd=<INTEGER>
By default iscsi-inq will display the standard inquiry data. Specify evpd as 1 to
display extended VPD pages.

-c --pagecode=<INTEGER>
This argument specifies which VPD page to display when evpd is requested. Default is
0x00 which represents SUPPORTED VPD PAGES.

This argument can only be used when evpd is set to 1.

-d --debug=<INTEGER>
Debug level.

-? --help
Display basic help text.

--usage
Display basic usage text.

EXAMPLES


To print the standard INQUIRY page:

iscsi-inq iscsi://192.0.2.1/iqn.ronnie.test/1

To list available pages:

iscsi-inq -e 1 iscsi://192.0.2.1/iqn.ronnie.test/1

To show a specific page:

iscsi-inq -e 1 -c 0x80 iscsi://192.0.2.1/iqn.ronnie.test/1

Use iscsi-inq online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    VASSAL Engine
    VASSAL Engine
    VASSAL is a game engine for creating
    electronic versions of traditional board
    and card games. It provides support for
    game piece rendering and interaction,
    and...
    Download VASSAL Engine
  • 2
    OpenPDF - Fork of iText
    OpenPDF - Fork of iText
    OpenPDF is a Java library for creating
    and editing PDF files with a LGPL and
    MPL open source license. OpenPDF is the
    LGPL/MPL open source successor of iText,
    a...
    Download OpenPDF - Fork of iText
  • 3
    SAGA GIS
    SAGA GIS
    SAGA - System for Automated
    Geoscientific Analyses - is a Geographic
    Information System (GIS) software with
    immense capabilities for geodata
    processing and ana...
    Download SAGA GIS
  • 4
    Toolbox for Java/JTOpen
    Toolbox for Java/JTOpen
    The IBM Toolbox for Java / JTOpen is a
    library of Java classes supporting the
    client/server and internet programming
    models to a system running OS/400,
    i5/OS, o...
    Download Toolbox for Java/JTOpen
  • 5
    D3.js
    D3.js
    D3.js (or D3 for Data-Driven Documents)
    is a JavaScript library that allows you
    to produce dynamic, interactive data
    visualizations in web browsers. With D3
    you...
    Download D3.js
  • 6
    Shadowsocks
    Shadowsocks
    A fast tunnel proxy that helps you
    bypass firewalls This is an application
    that can also be fetched from
    https://sourceforge.net/projects/shadowsocksgui/.
    It ha...
    Download Shadowsocks
  • More »

Linux commands

Ad