Go to main content
マニュアルページ セク ション 1M: シ ステム管理コマン ド

印刷ビューの終了

更新: 2016年12月6日
 
 

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=""