svcadm(8)을 검색하려면 섹션에서 8 을 선택하고, 맨 페이지 이름에 svcadm을 입력하고 검색을 누른다.
sysobjd(8)
System Administration Commands sysobjd(8)
NAME
sysobjd - daemon controlling the system object database
SYNOPSIS
/usr/sbin/sysobjd [-f] [-d <debuglevel>] [-b <internval>]
[-n <nbackups>] [-t <interval>] [-m]
DESCRIPTION
sysobjd is the daemon in control of the system object database. It han‐
dles requests from both user space processes and the kernel to query
and modify the database. It is normally started through the sysobjd SMF
service.
OPTIONS
The following options are supported:
-f Stays in the foreground. Normally, the daemon is started in
the background, but for debugging purposes, it can be started
in the foreground.
-d <N> Sets debug level to N. Supported values are 0 through 10,
with 0 being the default. The higher the level, the more
debug output is produced. Debug output is written to the
default SMF location in /var/svc/log, unless the daemon is
run from the command line with the -f option, in which case
debug output is written to stderr.
When started through smf, this option is controlled by the
integer options/debug property.
-b <N> Sets the backup interval to N seconds. The daemon will start
a backup of the database every N seconds, if it was modified.
When started through smf, this option is controlled by the
integer options/backup_interval property. For more informa‐
tion, see the attributes(7) man page.
-n <N> Keeps N backups of the database.
When started through smf, this option is controlled by the
integer options/backup_nfiles property.
-t <N> Cleans up event data after N seconds. The default value is
300.
When started through smf, this option is controlled by the
integer options/cleanup_interval property.
-m Starts in memory-only mode. No database data is read from
disk, nor will any data be written to disk. This is intended
for use in very specific circumstances only. All data will be
lost when sysobjd exits.
When started through smf utility, this option is controlled
by the boolean options or memory_only property.
EXIT STATUS
The following exit values are returned:
0 Successful completion.
1 A fatal error occurred. One or more error messages are displayed
on standard error.
2 Invalid command line options were specified.
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/core-os _ Interface StabilityEvolv‐
ing
SEE ALSO
sysobjadm(8), libsysobj(3LIB), svcadm(8), svcprop(1), svccfg(8)
Oracle Solaris 11.4 14 May 2018 sysobjd(8)