Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
Go Back   Zimbra :: Forums > Zimbra Collaboration Suite > Installation

Welcome to the Zimbra :: Forums!
Welcome, if you would like to post a comment please register. We also encourage you to explore all things Zimbra with our team and members of the community.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-10-2010, 04:17 PM
Intermediate Member
 
Posts: 23
Default convertd

Need to install convertd as it is missing, anyone know how to do so with out a complete reinstall?

zmstat.out showing errors ->

apache-convertd not running, not launching zmstat-convertd
Warning: Not possible to monitor process stats

convertd dir = empty

Release 6.0.6_GA_2324.UBUNTU8 UBUNTU8 FOSS edition.
Reply With Quote
  #2 (permalink)  
Old 11-15-2010, 06:05 AM
Active Member
 
Posts: 34
Default

IMHO, convertd is available for Network Edition only.
I just upgrade my own FOS for ZNE Trial, but convertd has not installed properly - I have not "view as HTML" link in the zimbra web client.

Looking for how to reinstall convertd ...
Reply With Quote
  #3 (permalink)  
Old 11-15-2010, 06:16 AM
Zimbra Consultant & Moderator
 
Posts: 20,317
Default

Quote:
Originally Posted by blessendor View Post
IMHO, convertd is available for Network Edition only.
You're correct, it is an NE only feature.

Quote:
Originally Posted by blessendor View Post
I just upgrade my own FOS for ZNE Trial, but convertd has not installed properly..
What do you mean by 'not installed properly', how can you tell?

What's the output of the following:

Code:
zmprov gs `zmhostname` | grep zimbraServiceEnabled
zmprov gs `zmhostname` | grep zimbraServiceInstalled
/opt/zimbra/bin/zmconvertctl status

Quote:
Originally Posted by blessendor View Post
- I have not "view as HTML" link in the zimbra web client.
Is the convertd zimlet deployed? Go to the Admin UI and check in the Admin Extensions section, if it's not there then deploy it.
__________________
Regards


Bill
Reply With Quote
  #4 (permalink)  
Old 11-15-2010, 06:23 AM
Active Member
 
Posts: 34
Default

Quote:
Originally Posted by phoenix View Post
You're correct, it is an NE only feature.

What do you mean by 'not installed properly', how can you tell?

What's the output of the following:

Code:
zmprov gs `zmhostname` | grep zimbraServiceEnabled
zmprov gs `zmhostname` | grep zimbraServiceInstalled
/opt/zimbra/bin/zmconvertctl status

Is the convertd zimlet deployed? Go to the Admin UI and check in the Admin Extensions section, if it's not there then deploy it.
zimbra@zimbra:~/conf> zmprov gs `zmhostname` | grep zimbraServiceEnabled
zimbraServiceEnabled: logger
zimbraServiceEnabled: mailbox
zimbraServiceEnabled: memcached
zimbraServiceEnabled: mta
zimbraServiceEnabled: convertd
zimbraServiceEnabled: stats
zimbraServiceEnabled: snmp
zimbraServiceEnabled: ldap
zimbraServiceEnabled: spell
zimbra@zimbra:~/conf> zmprov gs `zmhostname` | grep zimbraServiceInstalled
zimbraServiceInstalled: antivirus
zimbraServiceInstalled: antispam
zimbraServiceInstalled: logger
zimbraServiceInstalled: mailbox
zimbraServiceInstalled: memcached
zimbraServiceInstalled: mta
zimbraServiceInstalled: convertd
zimbraServiceInstalled: stats
zimbraServiceInstalled: archiving
zimbraServiceInstalled: imapproxy
zimbraServiceInstalled: snmp
zimbraServiceInstalled: ldap
zimbraServiceInstalled: spell
Attached Images
File Type: jpg convertd.jpg (85.0 KB, 36 views)
Reply With Quote
  #5 (permalink)  
Old 11-15-2010, 06:50 AM
Zimbra Consultant & Moderator
 
Posts: 20,317
Default

Quote:
Originally Posted by blessendor View Post
zimbra@zimbra:~/conf> zmprov gs `zmhostname` | grep zimbraServiceEnabled
zimbraServiceEnabled: logger
zimbraServiceEnabled: mailbox
zimbraServiceEnabled: memcached
zimbraServiceEnabled: mta
zimbraServiceEnabled: convertd
zimbraServiceEnabled: stats
zimbraServiceEnabled: snmp
zimbraServiceEnabled: ldap
zimbraServiceEnabled: spell
zimbra@zimbra:~/conf> zmprov gs `zmhostname` | grep zimbraServiceInstalled
zimbraServiceInstalled: antivirus
zimbraServiceInstalled: antispam
zimbraServiceInstalled: logger
zimbraServiceInstalled: mailbox
zimbraServiceInstalled: memcached
zimbraServiceInstalled: mta
zimbraServiceInstalled: convertd
zimbraServiceInstalled: stats
zimbraServiceInstalled: archiving
zimbraServiceInstalled: imapproxy
zimbraServiceInstalled: snmp
zimbraServiceInstalled: ldap
zimbraServiceInstalled: spell
As you can see the convertd process is installed and running, so why do you think it wasn't? You missed running one of the commands I gave you and answering a couple of questions. I assume this is a single server install? If it is why do you have memcached (the proxy) installed and running? I'd suggest you disable it (in the zimbraServiceEnabled list), remove it from the installed list of packages (the zimbraServiceInstalled list) and stop it from running (by using zmproxyctl although a restart would be better) - it will cause you problems if you don't do those steps. You should also clear the browser cache and see if the 'view as html' shows after you've made the previous changes.
__________________
Regards


Bill
Reply With Quote
  #6 (permalink)  
Old 11-15-2010, 06:53 AM
Active Member
 
Posts: 34
Default

Quote:
Originally Posted by phoenix View Post
As you can see the convertd process is installed and running, so why do you think it wasn't? You missed running one of the commands I gave you and answering a couple of questions. I assume this is a single server install? If it is why do you have memcached (the proxy) installed and running? I'd suggest you disable it (in the zimbraServiceEnabled list), remove it from the installed list of packages (the zimbraServiceInstalled list) and stop it from running (by using zmproxyctl although a restart would be better) - it will cause you problems if you don't do those steps. You should also clear the browser cache and see if the 'view as html' shows after you've made the previous changes.
I think memcached was re-enabled during upgrade procedure.
Thanks, I will disable it and will report how it helped.
Reply With Quote
  #7 (permalink)  
Old 11-15-2010, 07:12 AM
Active Member
 
Posts: 34
Default

zimbra@zimbra:~/conf> zmprov gs `zmhostname` | grep zimbraServiceInstalled
zimbraServiceInstalled: antivirus
zimbraServiceInstalled: antispam
zimbraServiceInstalled: logger
zimbraServiceInstalled: mailbox
zimbraServiceInstalled: mta
zimbraServiceInstalled: convertd
zimbraServiceInstalled: stats
zimbraServiceInstalled: archiving
zimbraServiceInstalled: snmp
zimbraServiceInstalled: ldap
zimbraServiceInstalled: spell
zimbra@zimbra:~/conf> zmprov gs `zmhostname` | grep zimbraServiceEnabled
zimbraServiceEnabled: logger
zimbraServiceEnabled: mailbox
zimbraServiceEnabled: mta
zimbraServiceEnabled: convertd
zimbraServiceEnabled: stats
zimbraServiceEnabled: snmp
zimbraServiceEnabled: ldap
zimbraServiceEnabled: spell

Still can't see "view as html" link, browser cache is cleared, sam in FF3 and IE8.
Reply With Quote
  #8 (permalink)  
Old 11-15-2010, 07:43 AM
Active Member
 
Posts: 34
Default

I found my problem thanks to
Working with Zimlets

Must be enabled allowing view attachment as HTML options for COS.
Attached Images
File Type: gif convertd_att.gif (54.6 KB, 34 views)
Reply With Quote
  #9 (permalink)  
Old 11-15-2010, 07:49 AM
Active Member
 
Posts: 34
Default

Wow, Wooow and Woooow!!!!
Such as great functionality!!!
View as HTML and search e-mail by context of attachments)))

Thanks...
Sorry that is only trial license.. I hope we can by it sometime

My problem SOLVED.
Reply With Quote
  #10 (permalink)  
Old 11-15-2010, 07:56 AM
Zimbra Consultant & Moderator
 
Posts: 20,317
Default

Quote:
Originally Posted by blessendor View Post
Wow, Wooow and Woooow!!!!
Such as great functionality!!!
View as HTML and search e-mail by context of attachments)))

Thanks...
Sorry that is only trial license.. I hope we can by it sometime

My problem SOLVED.
Glad you've fixed it, enjoy.
__________________
Regards


Bill
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads

Why Join?

Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.

blog.zimbra.com




 

SEO by vBSEO ©2011, Crawlability, Inc.