Xmpquery

From Krupczak.org
Jump to: navigation, search
Download Software

xmpquery is a tool for querying XMP entities using the XMP protocol.

Contents

Usage

xmpquery host[:port] authenUser queryfile [queryfile]

Arguments:

  • host[:port] - the host and optional port to query. The default XMP port is TCP/5270.
  • authenUser - the authenticated user parameter to use when querying the XMP entity. It is similar to a community string and is used to identify an access control regime when querying the XMP entity. Since XMP is not sent in clear-text, it is not susceptible to snooping while in transit. The XMP entity must also be configured with this parameter. The MIB objects being queried need to be included in that authenUser parameter.
  • queryfile - one or more XML query files to transmit to the XMP entity. Each XML query file contains a single XMP PDU that is correctly formatted for some XMP protocol operation.

Platform-specific Binaries

The tool is compiled for all platforms supporting XMP. The binaries are named xmpquery-platformSUFFIX

  • xmpquery-linux - 32-bit Linux binary that will also execute on 64-bit Linux systems.
  • xmpquery-solaris - 64-bit sparcv9 binary.
  • xmpquery-solx86 - 32-bit Solaris/x86 binary. Should work on 64-bit Solaris/x86 systems.
  • xmpquery-win32.exe - 32-bit Windows binary. Should also work on Win64 systems.

Dependencies

  • xmpquery.pem - this file contains the certificate and key that xmpquery uses for communicating with other XMP entities via SSL. If it does not exist, it will automatically be created the first time it is executed. It must reside in the same directory that the binary does.
  • libcrypto-platformSUFFIX.so - this file contains the OpenSSL crypto library compiled for the particular platform.
  • libssl-platformSUFFIX.so - this file contains the OpenSSL SSL library compiled for the particular platform.

See Also

Personal tools