CF8 Uninstall leaves Linux server unusable
We have had 3 occurrences on 3 different machines, using both CF 8 standard and CF8.01 Enterprise. CF installs and runs fine. Then when you try to uninstall it, the uninstall runs fine but it deletes operating system files and you can do nothing with the server. You cannot do a ls to see what is installed, you can't SSH into the server after the uninstall, etc. The only option is to rebuild the server. All servers are Red Hat Enterprise 4 with WHM and cPanel with no modifications.
The only "odd" thing is the CF8 installation manual says to log in as root, position to cf_root/uninstall directory and then issue:
./uninstall.sh
The uninstall script in our uninstall directory has no ".sh" suffix, so we just ran:
./uninstall
This appears to run normally, at least you get the correct uninstall messages, before it trashes the server.
This time we were able to get a bit of extra info. By leaving a second SSH window open and positioned to the directory that we think got messed up (the /lib directory), we were able to run a ls command and it returned:
/lib/ld-linux.so.2: bad ELF interpreter: No such file or directory
It would appear that the uninstall erased some of the operating system glibc libraries.
2 questions.
1 - We need to ensure that the license has been uninstalled with Adobe so we can reinstall it. Does any know how to check and verify that a license number has been "uninstalled" with Adobe license management?
2 - Anybody have a clue or suggest or guess how to prevent this? We have to be able to uninstall CF 8 without destroying the server in the process.
Thanks for your time and any suggestions.