This manual page is for Mac OS X Server version 10.6.3

If you are running Mac OS X (client), this command is not available.

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

  • In Xcode

  • 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.




servermgrd(8)                            BSD System Manager's Manual                           servermgrd(8)

NAME
     servermgrd -- Mac OS X Server administrative daemon

SYNOPSIS
     servermgrd [-d | -x] [-i interval] [-p port] [-S port]

     servermgrd [-h | -v]

DESCRIPTION
     servermgrd allows the Server Admin application to control the machine servermgrd is running on.

     servermgrd is typically launched at boot time under the control of launchd(8).

OPTIONS
     The following options are available:
     -d           Do not move to background and print log strings to the terminal.

     -h           Print usage summary and exit.

     -i interval  perform doIdle every interval seconds. This option is primarily used when debugging.
                  Valid range of values is 1 through 300. Default is 60.

     -p port      Use the specified port for cleartext communications instead of the default value of 687.

     -S port      Use the specified port for encrypted (SSL) communications instead of the default value of
                  311.

     -v           Print build version and exit.

     -x           Do not move to background.

KEYS
     The following keys are recognized in the default configuration file,
     /Library/Preferences/com.apple.servermgrd.plist:

     idlePeriod=integer                        Same as -i.
     listenForRegularConnections={true|false}  Enables or disables cleartext connections.

     listenForSSLConnections={true|false}      Enables or disables encrypted connections.

     moduleAuthAnonymous=array                 Unknown / unused.

     moduleAuthAnyUser=array                   Unknown / unused.

     modulesToRunAsCGIs=array                  Unknown / unused.

     regularPort=integer                       Same as -p.

     sslPort=integer                           Same as -S.

FILES & FOLDERS
     /etc/servermgrd
           -   SSL certificate and key
     /etc/servermgrd/getsslpassphrase
           -   If you have an encrypted key file, then this executable needs to return the passphrase
     /usr/sbin/servermgrd
           -   daemon
     /usr/share/servermgrd
           -   directory of administrative plug-ins
     /Library/Preferences/com.apple.servermgrd.plist
           -   current configuration file
     /System/Library/LaunchDaemons/com.apple.servermgrd.plist
           -   launchd(8) configuration file.

DIAGNOSTICS
     The servermgrd utility exits 0 on success, and >0 if an error occurs.

     Invalid arguments will silently be converted to their default values.

SEE ALSO
     launchctl(8), launchd(8), serveradmin(8)

Mac OS X Server                                04 January 2005                               Mac OS X Server

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...