Steps to add and remove datasource from GAL account: Difference between revisions

No edit summary
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
===<h1>Steps to add and remove datasource from GAL account</h1>===
{{BC|Certified}}
__FORCETOC__
<div class="col-md-12 ibox-content">
=Steps to add and remove datasource from GAL account=
<hr>
<hr>
<br>
{{KB|{{ZC}}|{{ZCS 8.8}}|{{ZCS 8.7}}|{{ZCS 8.6}}|{{ZCS 8.5}}|}}
<h2>Problem:</h2>
====Problem====
 
Remove old or non-working datasources from the GAL account.
Remove an old or non-working datasource from the GAL account.
 
<h2>Solution:</h2>
 
'''1).''' Check and find out the exact datasource name which one we want to remove.
 
'''Command Syntax :'''


====Solution====
* Check and find out the exact datasource name to remove.
  zmprov getDataSources {GAL-account-name}
  zmprov getDataSources {GAL-account-name}


'''Example :'''
Example:
 
  zmprov getDataSources galsync@example.com
  zmprov getDataSources galsync@DOMAIN.COM
 
'''2).''' Now remove the datasource.
 
'''Command Syntax :'''


* Now remove the datasource:
  zmprov deleteDataSource {GAL-account-name} {datasource-name}
  zmprov deleteDataSource {GAL-account-name} {datasource-name}


'''Example :'''
Example:
zmprov deleteDataSource galsync@example.com "DataSource-Name"


zmprov deleteDataSource galsync@DOMAIN.COM "DataSource-Name"


=====Additional Information=====


'''Additional Information'''
If an internal datasource  is deleted by mistake, we can add it again and forcesync to fix autocomplete issues. 
In this type situation we need to use following commands to re-create the internal datasource:
zmgsautil addDataSource -a {GAL-account-name} -n {datasource-name} --domain {domain-name} -t zimbra -f {folder-name} -p {polling-interval}
zmgsautil forceSync -a {GAL-account-name} -n {datasource-name}


If we deleted the Internal datasource and want to add it again then we have to use following command.
Example:
 
  zmgsautil addDataSource -a galsync@example.com -n InternalGAL --domain example.com -t zimbra -f _InternalGAL -p 60m
'''Command Syntax :'''
zmgsautil forceSync -a galsync@example.com -n InternalGAL
 
  zmgsautil addDataSource -a {GAL-account-name} -n {datasource-name} --domain {domain-name} -t zimbra -f {folder-name} -p {polling-interval}


'''Example :'''


zmgsautil addDataSource -a galsync@DOMAIN.COM -n InternalGAL --domain DOMAIN.COM -t zimbra -f _InternalGAL -p 60m




Submitted by:  Heera Singh Koranga


Heera Singh


<hsingh@zimbra.com>
{{Article Footer|ZCS 8.8, 8.7, 8.6|2017-08-15}}

Latest revision as of 09:41, 31 May 2018

Steps to add and remove datasource from GAL account


   KB 23339        Last updated on 2018-05-31  




0.00
(0 votes)

Problem

Remove old or non-working datasources from the GAL account.

Solution

  • Check and find out the exact datasource name to remove.
zmprov getDataSources {GAL-account-name}

Example:

zmprov getDataSources galsync@example.com
  • Now remove the datasource:
zmprov deleteDataSource {GAL-account-name} {datasource-name}

Example:

zmprov deleteDataSource galsync@example.com "DataSource-Name"


Additional Information

If an internal datasource is deleted by mistake, we can add it again and forcesync to fix autocomplete issues. In this type situation we need to use following commands to re-create the internal datasource:

zmgsautil addDataSource -a {GAL-account-name} -n {datasource-name} --domain {domain-name} -t zimbra -f {folder-name} -p {polling-interval}
zmgsautil forceSync -a {GAL-account-name} -n {datasource-name}

Example:

zmgsautil addDataSource -a galsync@example.com -n InternalGAL --domain example.com -t zimbra -f _InternalGAL -p 60m
zmgsautil forceSync -a galsync@example.com -n InternalGAL



Submitted by: Heera Singh Koranga


Verified Against: ZCS 8.8, 8.7, 8.6 Date Created: 2017-08-15
Article ID: https://wiki.zimbra.com/index.php?title=Steps_to_add_and_remove_datasource_from_GAL_account Date Modified: 2018-05-31



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 »


Jump to: navigation, search