[ Contents] [ Prev] [ Next] [ Report an Error]

Starting Each Service Individually

To start all the services at once, use the following command:

If you start the services individually, start them in the following order:

  1. mySQL—Open source database that stores information required for AIM application operation. For more detail about the command options for starting mySQL, see mysql.
  2. jboss—The underlying AIM application server. For more detail about the command options for starting jboss, see jboss.
  3. aimService—Background service that communicates with Juniper Support Systems. For more detail about the command options for starting aimService, see aimService.
  4. aimJDCService—Background service that starts the Juniper Data Collector. For more detail about the command options for starting aimJDCService, see the AIS User Guide.

To start each service individually, use the following commands in order:

    user@host> /opt/aim/rc.d/mysql start
    user@host> /opt/aim/rc.d/jboss start console

    Note: The jboss Service and database must be running before you start the aimService.

    user@host> /opt/aim/rc.d/aimService start console
    user@host>/opt/aim/rc.d/aimJDCService start

    [ Contents] [ Prev] [ Next] [ Report an Error]