1in.stlisten(1M) System Administration Commands in.stlisten(1M)
2
3
4
6 in.stlisten - Service Tag Listener
7
9 /usr/lib/inet/in.stlisten
10
11
13 The in.stlisten daemon allows a mechanism for discovering the
14 location of the Service Tag. By default, the in.stlisten daemon lis‐
15 tens for discovery probes (using a minimal built-in protocol) on TCP
16 port 6481.
17
18
19 The daemon is under control of the service management facility, smf(5),
20 under its inetd framework. It only runs upon demand and exits when no
21 longer in use.
22
24 See attributes(5) for descriptions of the following attributes:
25
26
27
28
29 ┌─────────────────────────────┬─────────────────────────────┐
30 │ ATTRIBUTE TYPE │ ATTRIBUTE VALUE │
31 ├─────────────────────────────┼─────────────────────────────┤
32 │Availability │SUNWservicetagu │
33 ├─────────────────────────────┼─────────────────────────────┤
34 │Interface Stability │Private │
35 └─────────────────────────────┴─────────────────────────────┘
36
38 in.stdiscover(1M), stclient(1M), svccfg(1M), attributes(5), environ(5),
39 smf(5)
40
42 In open networks where the participants may not always be trusted, it
43 is recommended that you deploy this daemon with the passphrase-encryp‐
44 tion option. In smf(5) environments, the following command can be used
45 to set the passphrase:
46
47 < prepare a text file "passfile" containing the passphrase >
48 # chown svctag:daemon passfile
49 # chmod 600 passfile
50 svccfg -s svc:/network/stlisten \
51 setprop servicetag/passphrase=passfile
52
53
54
55
56 where passfile is the path of a file containing the intended
57 passphrase.
58
59
60 This passphrase can be subsequently cleared as follows:
61
62 svccfg -s svc:/network/stlisten \
63 setprop servicetag/passphrase=""
64
65
66
67
68
69SunOS 5.11 11 Dec 2007 in.stlisten(1M)