United States-English |
|
|
HP-UX Reference > Ffsdaemon(1M)HP-UX 11i Version 3: February 2007 |
|
NAMEfsdaemon — pass-through daemon for processing system commands DESCRIPTIONThe fsdaemon is a user level daemon that provides a mechanism to pass information between applications and common commands and library functionality, allowing certain applications to dynamically add functionality to a system. This is currently only supported for the statvfsdev class of APIs, such as: statvfsdev(), fstatvfsdev(), statfsdev(), fstatfsdev()). The fsdaemon's API are not yet publicly available, but the commands that use the mentioned APIs depend on this daemon to always be running in the HP-UX environments. Options
The entries to start fsdaemon are in the /etc/inittab file. These entries must be present to ensure correct functionality of the system. They should appear as one of the first entries in /etc/inittab; placing entries before fsdaemon entries in /etc/inittab is dangerous and unsupported. The following are some of the HP-UX commands that use fsdaemon via the above APIs: fstyp, mount, and mkboot. RETURN VALUE:
ERRORSIf fsdaemon is not running, the errno ESOCKETSHUTDOWN will be returned by an application that invokes these APIs. If this happens, please see your system administrator to make sure fsdaemon is properly running. EXAMPLESTo start fsdaemon, such that it can be invoked without permanently blocking the calling process: # Starts the fsdaemon. /sbin/fs/fsdaemon -f 1 # Waits for the fsdaemon to be ready to process commands. /sbin/fs/fsdaemon -t To kill the currently running instance of fsdaemon: /sbin/fs/fsdaemon -k To check to see if the currently running instance of fsdaemon is ready and able to process requests sent to it: /sbin/fs/fsdaemon -t The following entries for starting fsdaemon should appear in the /etc/inittab file: fs01::wait:/sbin/fs/fsdaemon -k > /dev/null 2>&1 fs02:123456:respawn:/sbin/fs/fsdaemon -f 0 > /dev/null 2>&1 fs03::wait:/sbin/fs/fsdaemon -t > /dev/null 2>&1 WARNINGSThe fsdaemon's APIs are not yet publicly available, but the commands that use the mentioned statvfsdev family of APIs depend on this daemon to always be running on HP-UX environments. The administrator is not expected to invoke the fsdaemon command from the shell prompt; it should always be started via an entry in /etc/inittab. This manpage is provided for administrator's trouble shooting purposes, and to allow the system administrator to repair the /etc/inittab entries for this daemon in case of corruption. The interface/options provided in this manpage are HP-UX release specific, and may be different in future releases. SEE ALSOfstyp(1M), mkboot(1M), mount(1M), fstatfsdev(3C), fstatvfsdev(3C), statvfsdev(3C), statfsdev(3C), inittab(4). |
Printable version | ||
|