Previous Topic: Set Logging LevelsNext Topic: Data Source Registration Failed


Search Multiple Log Files

If you have access to the CA Performance Center server, you can search multiple log files simultaneously. Searching multiple files lets you find all instances of a specific type of error. Look for log files for each component in the relevant subdirectory. For example, look for the Device Manager log in the "DM" subfolder.

Follow these steps:

  1. Log in to or use Remote Desktop to access the CA Performance Center server.

    On Linux, log in as root.

  2. Change to the log directory for the relevant service:
     opt/CA/PerformanceCenter/<servicename>/logs
    
  3. Enter the following command:
     grep -i keyword *
    
  4. Substitute any of the following for keyword:

    A list of log files containing the keyword you supplied is returned.

  5. Use a text editor program on the local server to view the log files.