Cameron Katri's Manual Page Server

Manual Page Search Parameters

odutil(1) General Commands Manual odutil(1)

odutilallows caller to examine or change state of opendirectoryd(8)

odutil show [cache | sessions | nodes | modules | requests | nodenames | statistics | all]

odutil show configuration nodename [module modulename] [option option]

odutil reset [cache | statistics]

odutil set log [default | alert | critical | error | warning | notice | info | debug]

odutil set configuration nodename [module modulename] option option value1 ...

odutil set statistics [on | off]

Use odutil to look at internal state information for opendirectoryd, enable or disable logging, or change statistics settings.

Available commands:

Show various internal information. Subcommands:
Outputs contents of the cache. Note, this output is not included in show all command.
List all open sessions
List all open nodes
List all loaded modules
List all active requests
Outputs statistics information. Some statistics are always enabled (membership). Additional statistics can be enabled see 'set statistics on'.
List all available node names
List all of the above information (excludes cache)
nodename
Show configuration of a specific node, Subcommands:
modulename
Specific module is requested, otherwise global options
option
Output a value of a specific option.
Reset various internal information. Subcommands:
Resets all caches including membership and kernel (does not affect DNS cache)
Resets any accumulated statistics.
Change the type of log messages saved to persistent storage. The configuration stays active across reboots and must be changed to a new type or 'default'. The next type of messages are automatically stored to memory-only buffers for enhanced debugging.
Enables saving log messages based on default system behavior. Typically, saves basic messages to persistent storage and info messages to memory-only buffers.
Enables saving of info type messages to persistent storage and debug messages to memory-only buffers.
Enables saving all types of messages to persistent storage.
nodename
Sets either global or per-module options accordingly.
modulename
If module is omitted, then global option is assumed.
option value1 ...
Set a specific option to one or more values as appropriate.
Enables or disables extended statistics. Statistics include per-process-name call statistics and per-API call and latencies. This setting is persistent across reboots and should not normally be run as it is memory intensive.
Enables statistics tracking
Disables statistics tracking

opendirectoryd(8)

November 15, 2016 macOS