手册页部分 1M: 系统管理命令

退出打印视图

更新时间: 2014 年 7 月
 
 

in.stlisten(1M)

名称

in.stlisten - Service Tag Listener

用法概要

/usr/lib/inet/in.stlisten

描述

The in.stlisten daemon allows a mechanism for discovering the location of the Service Tag. By default, the in.stlisten daemon listens for discovery probes (using a minimal built-in protocol) on TCP port 6481.

The daemon is under control of the service management facility, smf(5), under its inetd framework. It only runs upon demand and exits when no longer in use.

属性

See attributes(5) for descriptions of the following attributes:

ATTRIBUTE TYPE
ATTRIBUTE VALUE
Availability
system/management/service-tag
Interface Stability
Private

另请参见

in.stdiscover(1M), stclient(1M), svccfg(1M), attributes(5) , environ(5), smf(5)

附注

In open networks where the participants may not always be trusted, it is recommended that you deploy this daemon with the passphrase-encryption option. In smf(5) environments, the following command can be used to set the passphrase:

< prepare a text file "passfile" containing the passphrase >
# chown svctag:daemon passfile
# chmod 600 passfile
svccfg -s svc:/network/stlisten \
        setprop servicetag/passphrase=passfile


where passfile is the path of a file containing the intended passphrase.

This passphrase can be subsequently cleared as follows:

svccfg -s svc:/network/stlisten \
        setprop servicetag/passphrase=""