Linux (CLI) AhsayOBM Uninstallation
Uninstall Instructions
There are three (3) uninstallataion methods available for Linux (CLI). To uninstall AhsayOBM, please select from below:
- Uninstallation using SH installer
- Uninstallation using RPM installer
- Unisntallation using DEB installer
Uninstallation using SH Installer
To uninstall AhsayOBM using the SH installer, use the uninstall.sh script, then run the rm command to remove the remaining AhsayOBM files from the Linux machine.
# cd /usr/local/obm/bin
# sh uninstall.sh
Log Time: Fri Jan 6 15:24:59 HKT 2023
Verifying current user privilege ...
Current user has enough privilege to "uninstall".
Uninstall Ahsay Online Backup Manager from /usr/local/obm
Shutting down Scheduler
Wait 5 seconds before Scheduler exits
Kill running Ahsay Online Backup Manager
Kill Process by Image Name: /usr/local/obm/jvm/bin/bJW
Ignore Process by Image Name:
Kill Process by Image Name: /usr/local/obm/jvm/bin/bschJW
Ignore Process by Image Name:
Kill process of PID 1339
Kill Process by Image Name: /usr/local/obm/jvm/bin/java
Ignore Process by Image Name:
Removing Scheduler script obmscheduler from service
Uninstall Service for NIX type OS
Using init script path /etc/init.d
Using run level script path /etc/rc.d
Removing symbolic link from run levels
Removing script file obmscheduler from /etc/init.d
Remove shortcut /usr/share/applications/obm.desktop
Remove shortcut /root/Desktop/obm.desktop
Ahsay Online Backup Manager uninstall procedure is complete!
It is now safe to remove files from /usr/local/obm
# rm -fr /usr/local/obm
Uninstallation using RPM Installer
To uninstall AhsayOBM using the RPM installer, use the rpm -e obm script, then run the rm command to remove the remaining AhsayOBM files from the Linux machine.
# rpm -e obm
Log Time: Fri Jan 6 16:24:59 HKT 2023
Verifying current user privilege ...
Current user has enough privilege to "uninstall".
Uninstall Ahsay Online Backup Manager from /usr/local/obm
Shutting down Scheduler
Wait 5 seconds before Scheduler exits
Kill running Ahsay Online Backup Manager
Kill Process by Image Name: /usr/local/obm/jvm/bin/bJW
Ignore Process by Image Name:
Kill Process by Image Name: /usr/local/obm/jvm/bin/bschJW
Ignore Process by Image Name:
Kill process of PID 1339
Kill Process by Image Name: /usr/local/obm/jvm/bin/java
Ignore Process by Image Name:
Removing Scheduler script obmscheduler from service
Uninstall Service for NIX type OS
Using init script path /etc/init.d
Using run level script path /etc/rc.d
Removing symbolic link from run levels
Removing script file obmscheduler from /etc/init.d
Remove shortcut /usr/share/applications/obm.desktop
Remove shortcut /root/Desktop/obm.desktop
Ahsay Online Backup Manager uninstall procedure is complete!
It is now safe to remove files from /usr/local/obm
Remove files in /usr/local/obm
# rm -fr /usr/local/obm
Uninstallation using DEB Installer
To uninstall AhsayOBM using the DEB installer, use the rpkg -r obm script, then run the rm command to remove the remaining AhsayOBM files from the Debian or Ubuntu machine.
# dpkg -r obm
Removing obm (9.5.1.0) ...
Log Time: Wed Jan 4 11:43:24 HKT 2023
Verifying current user privilege ...
Current user has enough privilege to "uninstall".
Uninstall Ahsay Online Backup Manager from /usr/local/obm
Shutting down Scheduler
Wait 5 seconds before Scheduler exits
Kill running Ahsay Online Backup Manager
Kill Process by Image Name: /usr/local/obm/jvm/bin/bJW
Ignore Process by Image Name:
Kill Process by Image Name: /usr/local/obm/jvm/bin/bschJW
Ignore Process by Image Name:
Kill Process by Image Name: /usr/local/obm/jvm/bin/java
Ignore Process by Image Name:
Removing Scheduler script obmscheduler from service
Uninstall Service for NIX type OS
Using init script path /etc/init.d
Using run level script path /etc
Removing symbolic link from run levels
Removing script file obmscheduler from /etc/init.d
Remove shortcut /usr/share/applications/obm.desktop
Ahsay Online Backup Manager uninstall procedure is complete!
It is now safe to remove files from /usr/local/obm
Remove files in /usr/local/obm
# rm -fr /usr/local/obm