The uninstaller removes all CloudBees Build Acceleration components (including the Visual Studio Integration) as well as the installation directory and its contents from a machine at the same time. This includes the software itself, build information, and installation preferences from the prior installation.
-
Sign in as root.
-
Change to the
tmpdirectory by entering# cd /tmp -
Copy the uninstaller to the
/tmpdirectory by entering# cp /opt/ecloud/uninstall-accelerator /tmp -
Invoke the uninstaller in console mode by entering
./uninstall-accelerator /mode consoleThe following message appears:
This will completely remove CloudBees Build Acceleration from your system. Are you sure you want to do this? [n/Y] -
Enter
yto confirm the uninstallation.The following message appears:
A full uninstall will remove all leftover files, including other packages such as CloudBees Build Acceleration Insight. Perform a full uninstall [y/N] -
Enter
yorn.The following message appears:
Back up local database [y/N] -
Enter
yorn.No second opportunity to confirm the uninstall request is displayed. The uninstall begins immediately.
An
Uninstall completemessage appears when CloudBees Build Acceleration is removed. -
Check the
/etc/sysconfig/ecagent.confdirectory and remove the fileecagent.confif you want to delete all CloudBees Build Acceleration files.If the EFS is already installed and then you perform an agents-only installation, uninstalling the agents afterward will unload the EFS and LOFS modules from the kernel. To reload the modules, enter:
sudo /etc/init.d/ecfs restart