1ISNSDD(8) System Manager's Manual ISNSDD(8)
2
3
4
6 isnsdd - iSNS discovery daemon
7
9 isnsdd [-f] [-c filename] [-d debug-facility]
10
11
13 Isnsdd is a client side daemon for iSNS. It registers storage nodes and
14 portals with the iSNS service, and refreshes these registrations in a
15 timely manner.
16
17 The daemon also registers itself to receive SCN notifications, and pro‐
18 cesses these. It can be configured to invoke an external helper appli‐
19 cation for each status notification received. The path name of the
20 helper application can be specified via the SCNCallout option in the
21 configuration file.
22
24 By default, isnsd will take most of its settings from the configuration
25 file /etc/isns/isnsdd.conf, with the addition of the following command
26 line options:
27
28 --config filename, -c filename
29 This option overrides the default configuration file.
30
31 --foreground,-f
32 By default, isnsd will put itself into the background. By speci‐
33 fying this option, you can tell it to run in the foreground. Any
34 error messages or debug output will be printed to the console
35 rather than being sent to syslog.
36
37 --role role
38 This tells the discovery daemon in which capacity is should reg‐
39 ister itself with the iSNS server. Role can be either initia‐
40 tor, or control. The default is to register as an initiator.
41
42 Registering target nodes needs to use a different mechanism, as
43 the iSCSI target server needs to inform the discovery daemon
44 about each exported target separately. This is not implemented
45 yet.
46
47 --debug facility, -d facility
48 enables debugging. Valid facilities are
49
50 ┌────────┬─────────────────────────────────────────────────────┐
51 │socket │ network send/receive │
52 │auth │ authentication and security related information │
53 │message │ iSNS protocol layer │
54 │state │ database state │
55 │scn │ SCN (state change notification) messages │
56 │esi │ ESI (entity status inquiry) messages │
57 │all │ all of the above │
58 └────────┴─────────────────────────────────────────────────────┘
60 RFC 4171, isnsd(8), isnsadm(8), isns_config(5).
61
63 Olaf Kirch <olaf.kirch@oracle.com>
64
65
66
67 11 May 2007 ISNSDD(8)