target-isns - Man Page
iSNS client for the Linux LIO iSCSI target
Synopsis
target-isns [OPTION]
Description
target-isns allows registering LIO iSCSI targets with an iSNS server.
The Internet Storage Name Service (iSNS, RFC 4171) protocol makes easier to discover, manage and configure iSCSI devices.
With iSNS, iSCSI targets can be registered with a central iSNS server and initiators can be configured to discover the targets by asking the iSNS server.
Options
- -i, --isns-server=HOSTNAME
set the hostname or IP address of the iSNS server
- -p, --isns-port=PORT
set the port number of the iSNS server (default iSNS port number is 3205)
- -d, --debug
increase the debugging level (implies --foreground)
- -f, --foreground
run in the foreground
- -s, --configfs-iscsi-path=PATH
use alternate sys configfs iscsi path
- -v, --version
print version information and exit
- -h, --help
print this help message and exit
Files
/etc/target-isns.conf is the default configuration file.
The following parameters can be set in the configuration file:
- isns_server=HOSTNAME
set the hostname of the iSNS server
- isns_port=PORT
set the port number of the iSNS server (default iSNS port number is 3205)
- log_level=[info|debug]
set the log level (default is info)
- configfs_iscsi_path=PATH
set the configfs path for iscsi (default is /sys/kernel/config/target/iscsi)
Bugs
Please send bug reports to the upstream bug tracker at https://github.com/open-iscsi/target-isns/issues.