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