UnInstalling Zimbra on Linux: Difference between revisions

No edit summary
No edit summary
Line 2: Line 2:


1) Run the commands:
1) Run the commands:
su – Zimbra
'''su – Zimbra<br>
zmcontrol stop
zmcontrol stop<br>
exit
exit<br>'''
<br>
(you should be root after you run exit)<br>
<br>
2a) Run the command: '''ps -ef | grep -i zimbra'''<br>
If you see running processes<br>
2b) Kill any lingering processes: '''kill -9 <pid>'''<br>


(you should be root after you run exit)
3a) Run the command: '''df'''<br>
 
If you see "amavisd"<br>
2a) Run the command: ps -ef | grep zimbra
4b) run command: '''umount /opt/zimbra/amavisd<-new-blah>/tmp'''<br>
If you see running processes
3b) Kill any lingering processes: kill -9 <pid>
 
3a) ps -ef | grep amavis
If you see running processes
3b) Kill any lingering processes: kill -9 <pid>
 
4a) df
If you see "amavisd"
4b) run command: umount /opt/zimbra/amavisd<-new-blah>/tmp
   
   
5) cd /<tmp_tar_install_dir>/zcs/
5) '''cd /<tmp_tar_install_dir>/zcs/'''<br>
6) run the command: install.sh -u
6) run the command: '''install.sh -u'''<br>
7) Remove lingering directory: rm -rf /opt/zimbra
7) Remove lingering directory: '''rm -rf /opt/zimbra'''<br>
8) Go to the following directories and remove ALL the files owned by the user zimbra AND that contain the name “zimbra”:
8) Go to the following directories and remove ALL the files owned by the user zimbra AND that contain the name “zimbra”:<br>
/var/log/
/var/log/<br>
/tmp/
/tmp/<br>
 
<br>
9) Remove ALL the install log files with the command: rm -f /tmp/install.*
9) Remove ALL the install log files with the command: '''rm -f /tmp/install.*<br>'''
10) Rund the commands:
10) Rund the commands:<br>
userdel zimbra
'''userdel zimbra<br>
userdel postfix
userdel postfix<br>
groupdel zimbra
groupdel zimbra<br>
groupdel postfix
groupdel postfix<br>'''

Revision as of 17:09, 15 June 2006

As root

1) Run the commands: su – Zimbra
zmcontrol stop
exit

(you should be root after you run exit)

2a) Run the command: ps -ef | grep -i zimbra
If you see running processes
2b) Kill any lingering processes: kill -9 <pid>

3a) Run the command: df
If you see "amavisd"
4b) run command: umount /opt/zimbra/amavisd<-new-blah>/tmp

5) cd /<tmp_tar_install_dir>/zcs/
6) run the command: install.sh -u
7) Remove lingering directory: rm -rf /opt/zimbra
8) Go to the following directories and remove ALL the files owned by the user zimbra AND that contain the name “zimbra”:
/var/log/
/tmp/

9) Remove ALL the install log files with the command: rm -f /tmp/install.*
10) Rund the commands:
userdel zimbra
userdel postfix
groupdel zimbra
groupdel postfix

Jump to: navigation, search