Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

syseventd(1m) [linux man page]

syseventd(1M)                                             System Administration Commands                                             syseventd(1M)

NAME
syseventd - kernel system event notification daemon SYNOPSIS
/usr/lib/sysevent/syseventd [-d debug_level] [-r rootdir] DESCRIPTION
syseventd is a user-level daemon that accepts delivery of system event buffers from the kernel. Once an event buffer has been delivered to syseventd, it, in turn, attempts to propagate the event to all interested end event subscribers. Event subscribers take the form of a syseventd loadable module (SLM). syseventd passes the event buffer to each of its subscribers and in return expects a notification as to the successful or unsuccessful delivery attempt. Upon successful delivery of the event buffer to all interested event subscribers, syseventd frees the event buffer from the kernel event queue. OPTIONS
The following options are supported: -d debug_level Enable debug mode. Messages are printed to the invoking user's terminal. -r rootdir Cause syseventd to use an alternate root path when creating its door and lock files. Modules continue to be loaded from the standard module directories. EXIT STATUS
The following exit values are returned: 0 Successful completion. non-zero An error occurred. FILES
/etc/sysevent/syseventd_daemon.lock daemon lock file /etc/sysevent/sysevent_door kernel to syseventd door file /usr/lib/sysevent/modules SLM directory repository /usr/platform/`uname --i`/lib/sysevent/modules SLM directory repository /usr/platform/`uname --m`/lib/sysevent/modules SLM directory repository ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWcsu | +-----------------------------+-----------------------------+ SEE ALSO
svcs(1), svcadm(1M), syseventconfd(1M), attributes(5), smf(5) NOTES
The syseventd service is managed by the service management facility, smf(5), under the service identifier: svc:/system/sysevent:default Administrative actions on this service, such as enabling, disabling, or requesting restart, can be performed using svcadm(1M). The ser- vice's status can be queried using the svcs(1) command. SunOS 5.10 6 Aug 2004 syseventd(1M)

Check Out this Related Man Page

libsysevent(3LIB)						Interface Libraries						 libsysevent(3LIB)

NAME
libsysevent - system event interface library SYNOPSIS
cc [ flag... ] file... -lsysevent [ library... ] #include <sysevent.h> DESCRIPTION
Functions in this library extract specific identifier, publisher, and attribute information from a system event (sysevent) handle, defined as sysevent_t, and allow privileged user-level applications to queue system events for delivery to the system event daemon, syseventd(1M). The libsysevent interfaces do not work at all in non-global zones. INTERFACES
The shared object libsysevent.so.1 provides the public interfaces defined below. See Intro(3) for additional information on shared object interfaces. sysevent_bind_handle sysevent_free sysevent_get_attr_list sysevent_get_class_name sysevent_get_pid sysevent_get_pub_name sysevent_get_seq sysevent_get_size sysevent_get_subclass_name sysevent_get_time sysevent_get_vendor_name sysevent_post_event sysevent_subscribe_event sysevent_unbind_handle sysevent_unsubscribe_event FILES
/usr/lib/libsysevent.so.1 shared object /usr/lib/64/libsysevent.so.1 64-bit shared object ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWcsl (32-bit) | +-----------------------------+-----------------------------+ | |SUNWcslx (64-bit) | +-----------------------------+-----------------------------+ |Interface Stability |Committed | +-----------------------------+-----------------------------+ |MT-Level |MT-Safe | +-----------------------------+-----------------------------+ SEE ALSO
syseventd(1M), Intro(3), attributes(5) SunOS 5.11 23 Aug 2007 libsysevent(3LIB)
Man Page