1ISCSID(8) Linux Administrator's Manual ISCSID(8)
2
3
4
6 iscsid - Open-iSCSI daemon
7
9 iscsid [OPTION]
10
12 The iscsid implements the control path of iSCSI protocol, plus some
13 management facilities. For example, the daemon could be configured to
14 automatically re-start discovery at startup, based on the contents of
15 persistent iSCSI database.
16
18 [-c|--config=]config-file
19 Read configuration from config-file rather than the default
20 /etc/iscsi/iscsid.conf file.
21
22 [-i|--initiatorname=]iname-file
23 Read initiator name from iname-file rather than the default
24 /etc/iscsi/initiatorname.iscsi file.
25
26 [-f|--foreground]
27 run iscsid in the foreground.
28
29 [-d|--debug=]debug_level
30 print debugging information. Valid values for debug_level are 0
31 to 8.
32
33 [-u|--uid=]uid
34 run under user ID uid (default is the current user ID)
35
36 [-g|--gid=]gid
37 run under user group ID gid (default is the current user group
38 ID).
39
40 [-p|--pid=]pid-file
41 write process ID to pid-file rather than the default
42 /var/run/iscsid.pid
43
44 [-h|--help]
45 display this help and exit
46
47 [-v|--version]
48 display version and exit.
49
50
52 /etc/iscsi/iscsid.conf
53 The configuration file read by iscsid and iscsiadm on startup.
54
55 /etc/iscsi/initiatorname.iscsi
56 The file containing the iSCSI initiatorname and initiatoralias
57 read by iscsid and iscsiadm on startup.
58
59 /etc/iscsi/nodes
60 Open-iSCSI persistent configuration database
61
62
64 iscsiadm(8)
65
66
68 Open-iSCSI project <http://www.open-iscsi.org/>
69 Alex Aizman <itn780@yahoo.com>
70 Dmitry Yusupov <dmitry_yus@yahoo.com>
71
72
73
74 July 2005 ISCSID(8)