1target-isns(8) System Manager's Manual target-isns(8)
2
3
4
6 target-isns - iSNS client for the Linux LIO iSCSI target
7
9 target-isns [OPTION]
10
12 target-isns allows to register LIO iSCSI targets to an iSNS server.
13
14 The Internet Storage Name Service (iSNS, RFC 4171) protocol makes eas‐
15 ier to discover, manage and configure iSCSI devices.
16
17 With iSNS, iSCSI targets can be registered to a central iSNS server and
18 initiators can be configured to discover the targets by asking the iSNS
19 server.
20
22 -i, --isns-server=HOSTNAME
23 Set the hostname of the iSNS server.
24
25 -p, --isns-port=PORT
26 Set the port of the iSNS server (default iSNS port is 3205).
27
28 -d, --debug
29 Increase the debugging level (implies --foreground).
30
31 -f, --foreground
32 Run in the foreground.
33
34 -v, --version
35 Print version information.
36
37 -h, --help
38 Print a help message.
39
41 /etc/target-isns.conf is the default configuration file.
42
43 The following parameters can be set in the configuration file:
44
45 isns_server=HOSTNAME
46 Set the hostname of the iSNS server.
47
48 isns_port=PORT
49 Set the port of the iSNS server (default iSNS port is 3205).
50
51 log_level=[info|debug]
52 Set the log level (default is info).
53
55 Please send bug reports to the upstream bug tracker at
56 https://github.com/cvubrugier/target-isns/issues.
57
59 targetcli(8)
60
61
62
63 target-isns(8)