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 registering LIO iSCSI targets with 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 with a central iSNS server
18 and initiators can be configured to discover the targets by asking the
19 iSNS server.
20
22 -i, --isns-server=HOSTNAME
23 set the hostname or IP address of the iSNS server
24
25 -p, --isns-port=PORT
26 set the port number of the iSNS server (default iSNS port number
27 is 3205)
28
29 -d, --debug
30 increase the debugging level (implies --foreground)
31
32 -f, --foreground
33 run in the foreground
34
35 -s, --configfs-iscsi-path=PATH
36 use alternate sys configfs iscsi path
37
38 -v, --version
39 print version information and exit
40
41 -h, --help
42 print this help message and exit
43
45 /etc/target-isns.conf is the default configuration file.
46
47 The following parameters can be set in the configuration file:
48
49 isns_server=HOSTNAME
50 set the hostname of the iSNS server
51
52 isns_port=PORT
53 set the port number of the iSNS server (default iSNS port number
54 is 3205)
55
56 log_level=[info|debug]
57 set the log level (default is info)
58
59 configfs_iscsi_path=PATH
60 set the configfs path for iscsi (default is /sys/kernel/con‐
61 fig/target/iscsi)
62
64 Please send bug reports to the upstream bug tracker at
65 https://github.com/open-iscsi/target-isns/issues.
66
68 targetcli(8)
69
70
71
72 target-isns(8)