CA Performance Center 3.2 web interface is not available after a reboot on Red Hat 7.3
Out of sequence startup of CA Performance Center Services
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
Defect related to this problem - DE313186