NAME | SYNOPSIS | CAUTION | DESCRIPTION | FILES | SEE ALSO
Do not execute this daemon manually. The SSP startup script invokes it, then monitors it and restarts it as necessary.
The fad daemon provides distributed file access services to SSP clients that need to monitor, read, and write changes of SSP configuration files. Only readable files listed in the fad_files(4) file can be monitored.
fad provides a file-locking service similar to lockf(3C). Once a file is locked by a client, subsequent lock requests against the same file by other clients are blocked and queued. When a file lock is released, the next client on the queue is unblocked and serviced.
fad relies on other SSP server daemons, including machine_server(1M). Each SSP can run only one instance of fad at a time.
The following files are supported:
SSP configuration file list
Process ID file
machine_server(1M), fad_files(4)
lockf(3C) in the Solaris Reference Manual