CAPC 3.2 fails to start after reboot
search cancel

CAPC 3.2 fails to start after reboot

book

Article ID: 8179

calendar_today

Updated On:

Products

CA Infrastructure Management CA Performance Management - Usage and Administration

Issue/Introduction

CA Performance Center 3.2 web interface is not available after a reboot on Red Hat 7.3

Environment

CA Performance Center 3.2Red Hat 7.3

Cause

Out of sequence startup of CA Performance Center Services

Resolution

Following is the workaround for this problem.

 

Edit the following two files:

 

/etc/systemd/system/caperfcenter_console.service

/etc/systemd/system/caperfcenter_devicemanager.service

 

In the section labeled "[Unit]", append the following line:

 

After=mysql.service

Examples:

 

caperfcenter_console.service:

 

[Unit]

Description=Performance Center Console

After=syslog.target

After=mysql.service

 

caperfcenter_devicemanager.service:

 

[Unit]

Description=Performance Center  DM

After=syslog.target

After=mysql.service

 

Additional Information

Defect related to this problem - DE313186