Reinstall all Zimlets and Admin Extensions

Revision as of 12:58, 23 April 2015 by Jorge de la Cruz (talk | contribs) (Created page with "{{WIP}}{{Article Infobox|{{admin}}|{{ZCS 8.6}}|{{ZCS 8.5}}|{{ZCS 8.0}}}} =Reinstall all Zimlets and Admin Extensions= ==Purpose== Reinstall all Zimlets and Admin Extensions. ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Admin Article

Article Information

This article applies to the following ZCS versions.

ZCS 8.6 Article ZCS 8.6 ZCS 8.5 Article ZCS 8.5 ZCS 8.0 Article ZCS 8.0


Reinstall all Zimlets and Admin Extensions

Purpose

Reinstall all Zimlets and Admin Extensions.

Resolution

  • Get the installed zimlets list,
zmzimletctl listZimlets

You need to copy the names from "Installed Zimlet files on this host" Tab Now save the list in the following file using vi editor,

vi /tmp/zimletslist

Once you are done with saving, run the following command lines,

for i  in `cat /tmp/zimletslist` ; do  zmzimletctl undeploy $i ; done
zmprov fc all
cd /opt/zimbra/zimlets-network
for i in `ls ` ; do zmzimletctl deploy $i ; done
cd /opt/zimbra/zimlets
for i in `ls ` ; do zmzimletctl deploy $i ; done
zmprov fc all
zmmailboxdctl restart

Additional Content

  • Not related content.


Verified Against: Zimbra Collaboration 8.6, 8.5, 8.0 Date Created: 04/10/2015
Article ID: https://wiki.zimbra.com/index.php?title=Reinstall_all_Zimlets_and_Admin_Extensions Date Modified: 2015-04-23



Try Zimbra

Try Zimbra Collaboration with a 60-day free trial.
Get it now »

Want to get involved?

You can contribute in the Community, Wiki, Code, or development of Zimlets.
Find out more. »

Looking for a Video?

Visit our YouTube channel to get the latest webinars, technology news, product overviews, and so much more.
Go to the YouTube channel »


Wiki/KB reviewed by SME1 SME2 Copyeditor Last edit by Jorge de la Cruz
Jump to: navigation, search