Xmpd

From Krupczak.org
Jump to: navigation, search

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

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

See Also

Personal tools