You are viewing an old version of this page. View the current version.

    Compare with Current View Page History

    « Previous Version 7 Next »

    The Data Relay Agent (DRA)

    The DRA serves as a gateway between the collectors and the cloud-based metrics server. It can be installed either on the supervisor, on another host on the same network, or on a host outside of a firewall.

    DRA Installation Scenarios

    Installed on the supervisor

    DRA_on_supervisor

     

    Installed on another host on the internal network

    DRA_on_internal_host

     

    Installed on a DMZ host

    DRA_in_DMZ

     

    Ports in use

    The DRA listens for data from the system metrics collectors on port 5001.

    Configuration

    Configuration file location

    DRA configuration is defined in a dra.conf configuration file:

    Operating Systemdra.conf location
    WindowsC:\ProgramData\pfx\qube\dra.conf
    OS X/etc/qube/dra.conf
    Linux/etc/qube/dra.conf

    Configuration parameters

    System Metrics parameters

    • dra_port: local port on which the DRA listens for the system-metrics collectors (default: 5001)
    Icon

    If you change the dra_port, you will also need to change the PFX_DRA_PORT value for the metrics collectors.

    Metered License usage data collector parameters

    The DRA must be able to authenticate to the Metered License Server in order for your supervisor to take advantage of metered licensing.  The following parameters have no default values,

    • mls_user:  Metered License Server user login name, for reporting license usage data
    • mls_password: MLS user password

    Logging

    The DRA log location is platform-dependent:

    Operating Systemdra.conf location
    WindowsC:\ProgramData\pfx\qube\dra.log
    OS X/var/log/messages/dralog
    Linux/var/log/messages/dralog
    • No labels