Environment
Migrate 11.x, 12.x
Protect 11.x
Forge 11.x
Situation
Source server Linux workloads occasionally needs a post-migration cleanup.
Resolution
Run the below commands to clean up the OFX controller and its files from a Linux source server:
pkill -9 ofxcontrolled
(optional) pkill -9 ofxjobexec
chkconfig ofxcontrollerd off
chkconfig ofxcontrollerd --del
In the source workload’s file system, remove the /usr/lib/ofx directory with its contents.
You may also delete the file /etc/init.d/ofxcontrollerd
Cause
The OFX controller of a Linux source workload does not get removed after an unsuccessful migration.