Previous Topic: Installation Files and LoggingNext Topic: Log Files


Linux Daemons

CA Performance Center requires the following Linux daemons:

Name

Description

mysql

Database process

caperfcenter_devicemanager

Device Manager process

caperfcenter_console

CA Performance Center console process

caperfcenter_sso

Single Sign-On process

caperfcenter_eventmanager

Event Manager process

As soon as the installation completes, these services should be running. You can check the status of a daemon by issuing the following command:

service [service name] status
service name

Specifies the name of the service you want to check.

You can start and stop these services from the command line using a similar command:

service [service name] stop
service [service name] start
service [service name] restart

You must be logged in as root or as sudo to be able to start or stop these services.