1. Check to see if the nfa_mysqlCSE service is running by running:
service nfa_mysqlCSE status
If it is running it will have an output like below:
MySQL CSE running (10765) [ OK ]
2. Make note of the process ID. In the example above it is 10765
3. Kill the nfa_mysqlCSE process by running:
kill -9 10765
4. Start the nfa_mysqlCSE service by running:
service nfa_mysqlCSE start
5. Run the mysql_upgrade manually by running:
mysql_upgrade -P3307 -h 127.0.0.1
6. Change directory to /opt/CA/NFA/migrator and run:
./runMigrator.sh
7. Check the output or the migrator.log to see if it ends with "Exiting with code 0'. If so the database upgrade is complete.
If there is an error search Support.ca.com for the error, or contact CA Support and provide the migrator.log file.
8. Start all CA NFA services.
service mysql start
service nfa_collpollws start
service nfa_dataretention start
service nfa_filewebservice start
service nfa_harvester start
service nfa_mysqlCSE start
service nfa_poller start
service nfa_proxies start
service nfa_reaper start
9. Continue on with the NFA Console upgrade and verify that data is being received.