Difference between revisions of "Xmpd"
From Krupczak.org
(New page: ''xmpd'' is the Cartographer agent engine binary. It is normally run as a UNIX daemon or Windows service but can also be run interactively for debugging purposes. = Usage = Arguments *...) |
(→Usage) |
||
Line 5: | Line 5: | ||
Arguments | Arguments | ||
− | * -b (UNIX only) run agent in background as a UNIX daemon. | + | * -b (UNIX only) run agent in background as a UNIX daemon. |
− | * -g (UNIX only) dump core on agent crash. | + | * -g (UNIX only) dump core on agent crash. |
− | * -t Dump XMP PDUs to ''stderr''. | + | * -t Dump XMP PDUs to ''stderr''. |
− | * -h Display help and usage information and exit. | + | * -h Display help and usage information and exit. |
− | * -v Enable verbose mode. | + | * -v Enable verbose mode. |
− | * -V Display version information and exit. | + | * -V Display version information and exit. |
− | * -l Display license information and exit. | + | * -l Display license information and exit. |
− | * -f FILE use ''FILE'' as configuration file instead of ''xmpd.xml''. | + | * -f FILE use ''FILE'' as configuration file instead of ''xmpd.xml''. |
− | * -s (Windows only) do not run as a Windows service but instead as a console application. | + | * -s (Windows only) do not run as a Windows service but instead as a console application. |
− | + | ||
= Platform Specific Binaries = | = Platform Specific Binaries = |
Revision as of 14:42, 11 November 2008
xmpd is the Cartographer agent engine binary. It is normally run as a UNIX daemon or Windows service but can also be run interactively for debugging purposes.
Contents |
Usage
Arguments
- -b (UNIX only) run agent in background as a UNIX daemon.
- -g (UNIX only) dump core on agent crash.
- -t Dump XMP PDUs to stderr.
- -h Display help and usage information and exit.
- -v Enable verbose mode.
- -V Display version information and exit.
- -l Display license information and exit.
- -f FILE use FILE as configuration file instead of xmpd.xml.
- -s (Windows only) do not run as a Windows service but instead as a console application.
Platform Specific Binaries
- xmpd-linux - 32-bit Linux binary for use on 32 and 64-bit x86 systems.
- xmpd-win32.exe - 32-bit binary for use on Win32 and Win64 systems.
- xmpd-solaris - 64-bit sparcv9 binary for use on Solaris 9+ systems.
- xmpd-solx86 - 32-bit binary for use on Solaris/x86 9+ systems.
Dependencies
- TCP/5270 - the well-known port assigned to the Cartographer project.
- xmpd.pem - this file contains the private key and x509 certificate used by the agent engine for secure communication using SSL.
- cartographer.pem - this file contains the private key and x509 certificate authority information used by XMP applications.
- xmpd.xml - this file is the agent engine configuration file.