svcadm(8)을 검색하려면 섹션에서 8 을 선택하고, 맨 페이지 이름에 svcadm을 입력하고 검색을 누른다.
hotplugd(8)
System Administration Commands hotplugd(8)
NAME
hotplugd - hotplug daemon
SYNOPSIS
/usr/lib/hotplugd [-d]
DESCRIPTION
The hotplug daemon, hotplugd, provides user-level services for the man‐
agement of hotplug connections. It is a system daemon started by the
Service Management Facility (see smf(7)). Its fault management resource
identifier (FMRI) is:
svc:/system/hotplug:default
Note that hotplugd is a Consolidation Private interface. See
attributes(7).
The hotplug(8) command and any other client program that uses the pri‐
vate libhotplug library to query information about hotplug connections
or initiate hotplug commands depends upon this daemon. The hotplug dae‐
mon is a door server which services requests from all libhotplug
clients. The door interface is private.
Client applications use the private libhotplug interface to administer
hotplug connections. libhotplug uses the door interface to administer
hotplug connections through the hotplug daemon service. The hotplug
daemon acts as a central location to serialize all hotplug operations
and coordinate activities with all other parts of the system.
OPTIONS
The following option is supported:
-d, --debug
Run the daemon in standalone debug mode. Messages will be displayed
on the controlling terminal instead of to syslog. And increased
verbosity will be enabled to display more details about the inter‐
nal operations of the daemon.
EXAMPLES
Example 1 Enabling the Hotplug Service
The following command enables the hotplug service:
# svcadm enable svc:/system/hotplug:default
Example 2 Disabling the Hotplug Service
The following command disables the hotplug service:
# svcadm disable svc:/system/hotplug:default
ERRORS
The hotplug daemon uses syslog(3C) to report status and error messages.
All of the messages are logged with the LOG_DAEMON facility. Error mes‐
sages are logged with the LOG_ERR and LOG_NOTICE priorities, and infor‐
mational messages are logged with the LOG_INFO priority. The default
entries in the /etc/syslog.conf file log all of the hotplug daemon
error messages to the /var/adm/messages log.
FILES
/var/run/hotplugd_door
Hotplug daemon door
/var/run/hotplugd_pid
Hotplug daemon lock file
/usr/lib/hotplugd
Hotplug daemon
ATTRIBUTES
See attributes(7) for descriptions of the following attributes:
tab() box; cw(2.75i) |cw(2.75i) lw(2.75i) |lw(2.75i) ATTRIBUTE TYPEAT‐
TRIBUTE VALUE _ Availabilitysystem/dynamic-reconfiguration _ Interface
StabilityConsolidation Private
SEE ALSO
svcs(1), syslog(3C), syslog.conf(5), attributes(7), smf(7), hotplug(8),
svcadm(8)
NOTES
The hotplugd service is managed by the service management facility,
smf(7), under the fault management resource identifier (FMRI):
svc:/system/hotplug:default
Administrative actions on this service, such as enabling, disabling, or
requesting restart, can be performed using svcadm(8). The service's
status can be queried using the svcs(1) command. To administer the ser‐
vice, the authorization solaris.smf.manage.hotplug must be granted.
Alternatively, the rights profile "Hotplug Management" can be granted.
The hotplug service must be enabled for the hotplug(8) command and any
other libhotplug client applications to function properly.
Oracle Solaris 11.4 11 May 2021 hotplugd(8)