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. Implies --no-pid-file.
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 [-n|--no-pid-file]
41 do not write a process ID file. Conflicts with the --pid= op‐
42 tion.
43
44 [-p|--pid=]pid-file
45 write process ID to pid-file rather than the default /run/isc‐
46 sid.pid. Conflicts with the --no-pid-file option.
47
48 [-h|--help]
49 display this help and exit
50
51 [-v|--version]
52 display version and exit.
53
54
56 /etc/iscsi/iscsid.conf
57 The configuration file read by iscsid and iscsiadm on startup.
58
59 /etc/iscsi/initiatorname.iscsi
60 The file containing the iSCSI initiatorname and initiatoralias
61 read by iscsid and iscsiadm on startup.
62
63 /var/lib/iscsi/nodes
64 Open-iSCSI persistent configuration database
65
66
68 iscsiadm(8)
69
70
72 Open-iSCSI project <http://www.open-iscsi.com/>
73 Alex Aizman <itn780@yahoo.com>
74 Dmitry Yusupov <dmitry_yus@yahoo.com>
75
76
77
78 July 2005 ISCSID(8)