This manual page is for Mac OS X version 10.6.3

If you are running a different version of Mac OS X, view the documentation locally:

  • In Terminal, using the man(1) command

Reading manual pages

Manual pages are intended as a quick reference for people who already understand a technology.

  • For more information about the manual page format, see the manual page for manpages(5).

  • For more information about this technology, look for other documentation in the Apple Reference Library.

  • For general information about writing shell scripts, read Shell Scripting Primer.



fixproc(1)                                        Net-SNMP                                        fixproc(1)



NAME
       fixproc - Fixes a process by performing the specified action.

SYNOPSIS
       fixproc [-min n] [-max n] [-check | -kill | -restart | -exist | -fix] proc ...

DESCRIPTION
       Fixes  a  process  named  "proc" by performing the specified action.  The actions can be check, kill,
       restart, exist, or fix.  The action is specified on the command line or is read from a default  data-base, database,
       base, which describes the default action to take for each process.  The database format and the mean-ing meaning
       ing of each action are described below.

OPTIONS
       -min n minimum number of processes that should be running, defaults to 1

       -max n maximum number of processes that should be running, defaults to 1

       -check check process against database /local/etc/fixproc.conf.

       -kill  kill process, wait 5 seconds, kill -9 if still exist

       -restart
              kill process, wait 5 seconds, kill -9 if still exist, then start again

       -exist checks if proc exists in ps && (min <= num. of processes <= max)

       -fix   check process against database  /local/etc/fixproc.conf.  Perform  defined  action,  if  check
              fails.



4.2 Berkeley Distribution                        16 Nov 2006                                      fixproc(1)

Reporting Problems

The way to report a problem with this manual page depends on the type of problem:

Content errors
Report errors in the content of this documentation with the feedback links below.
Bug reports
Report bugs in the functionality of the described tool or API through Bug Reporter.
Formatting problems
Report formatting mistakes in the online version of these pages with the feedback links below.

Did this document help you? Yes It's good, but... Not helpful...