Previous Topic: Contact CA TechnologiesNext Topic: Client-side SSL Certificate Setup


Metering Gateway Installation and Configuration

The MGT application is a metering gateway that accepts metering data from grids within a customer's datacenter and forwards that data to CA's metering system. In addition, MGT provides an interface through which the customer may manage the SSL certificate MGT uses to communicate with CA's metering system.

Initial Application Setup

To install and configure the MGT application, perform the following:

  1. Download the application and copy it to the CA 3Tera AppLogic distro (that is, /root/applogic-3.0)
  2. From the CA 3Tera AppLogic distro, import the application to the grid:
    ./aldo ai grid=<grid name> applications=MGT
    
  3. Login to your grid and resize the data volume. The size of the data volume should be sufficient to store at least 30 days of metering data for all grids that report to this instance of MGT (approximately 4 MB per grid for 30 days of metering data). For example, to resize the data volume to 3 GB, execute:
    vol resize MGT:data size=3G
    
  4. Configure the application. To retrieve the set of parameters that may be configured, see the MGT reference or execute:
    app config MGT --boundary
    
  5. Start the application. Execute:
    app start MGT
    
  6. Setup the client-side SSL certificate.

Note: The grid on which the MGT application is running must have access to the internet because MGT communicates with CA's metering server.

This section contains the following topics:

Client-side SSL Certificate Setup