Difference between revisions of "Xmpd"
From Krupczak.org
(→Usage) |
(→See Also) |
||
(6 intermediate revisions by one user not shown) | |||
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''. Requires that agent is not running as UNIX daemon nor Windows service. |
− | * -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 = | ||
Line 25: | Line 25: | ||
* TCP/5270 - the well-known port assigned to the Cartographer project. | * 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. | + | * xmpd.pem - this file contains the private key and x509 certificate used by the agent engine for secure communication using SSL. It is automatically created the first time the agent engine starts. |
* cartographer.pem - this file contains the private key and x509 certificate authority information used by XMP applications. | * 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. | * xmpd.xml - this file is the agent engine configuration file. | ||
+ | * libcrypto-platformSUFFIX.so - this file contains the OpenSSL crypto library compiled for the particular UNIX platform. | ||
+ | * libssl-platformSUFFIX.so - this file contains the OpenSSL SSL library compiled for the particular UNIX platform. | ||
+ | * libxml2.dll - libxml2 DLL for Windows. | ||
+ | * pthreadVC1.dll - Posix threads (pthreads) DLL for Windows. | ||
+ | * libeay32.dll - OpenSSL DLL for Windows. | ||
+ | * ssleay32.dll - OpenSSL DLL for Windows. | ||
+ | * iconv.dll - Iconv DLL for Windows. | ||
+ | * zlib1.dll - Zlib1 DLL for Windows. | ||
= See Also = | = See Also = | ||
+ | |||
+ | * [[Cartographer]] | ||
+ | * [[XMP]] | ||
+ | * [[Distributions|Software Distributions]] | ||
+ | * [[Cartographer Agent Installation]] | ||
+ | * [[ntsetup]] |
Latest revision as of 15:25, 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 |
[edit] 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. Requires that agent is not running as UNIX daemon nor Windows service.
- -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.
[edit] 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.
[edit] 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. It is automatically created the first time the agent engine starts.
- 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.
- libcrypto-platformSUFFIX.so - this file contains the OpenSSL crypto library compiled for the particular UNIX platform.
- libssl-platformSUFFIX.so - this file contains the OpenSSL SSL library compiled for the particular UNIX platform.
- libxml2.dll - libxml2 DLL for Windows.
- pthreadVC1.dll - Posix threads (pthreads) DLL for Windows.
- libeay32.dll - OpenSSL DLL for Windows.
- ssleay32.dll - OpenSSL DLL for Windows.
- iconv.dll - Iconv DLL for Windows.
- zlib1.dll - Zlib1 DLL for Windows.