Difference between revisions of "Issue when trying to list all shares for all accounts"
(Created page with "===<h1>Issue when trying to list all shares for all accounts</h1>=== <hr> <br> <h2>Problem:</h2> <pre>zmprov gsi user@domain </pre>Give the truncated output of the share in...") |
|||
Line 1: | Line 1: | ||
− | == | + | {{BC|Certified}} |
+ | __FORCETOC__ | ||
+ | <div class="col-md-12 ibox-content"> | ||
+ | =Issue when trying to list all shares for all accounts= | ||
<hr> | <hr> | ||
− | + | {{KB|{{ZC}}|{{ZCS 8.8.15}}||||}} | |
+ | {{WIP}} | ||
− | |||
− | |||
− | |||
− | |||
− | + | ||
+ | ====Problem==== | ||
+ | |||
+ | zmprov gsi user@domain | ||
+ | Gives the truncated output of the share information | ||
+ | |||
+ | ====Solution==== | ||
+ | |||
+ | su - zimbra | ||
zmsoap -z GetShareInfoRequest/owner=user@domain.com @by=name</pre> | zmsoap -z GetShareInfoRequest/owner=user@domain.com @by=name</pre> | ||
+ | |||
Above will give the complete output, as required. | Above will give the complete output, as required. | ||
− | "Amit Srivastava | + | {| class="wikitable" style="background-color:#d0f0c0;" cellpadding="10" |
+ | |'''Submitted by''': Amit Srivastava | ||
+ | |} | ||
− | + | {{Article Footer|ZCS 8.8.15|2020-04-13}} |
Revision as of 14:01, 27 April 2020
- This article is a Work in Progress, and may be unfinished or missing sections.
Problem
zmprov gsi user@domain
Gives the truncated output of the share information
Solution
su - zimbra zmsoap -z GetShareInfoRequest/owner=user@domain.com @by=name</pre>
Above will give the complete output, as required.
Submitted by: Amit Srivastava |