ZCS88-zxbackup-Loss-of-HSM-Volume: Difference between revisions

(Created page with "{{ZCS 8.8}} {{WIP}} ==<font size="6">Loss of HSM Volume</font>== ===Display List of Volumes=== <code><pre> zxsuite hsm getallvolumes </pre></code>")
 
No edit summary
Line 7: Line 7:
<code><pre>
<code><pre>
zxsuite hsm getallvolumes
zxsuite hsm getallvolumes
</pre></code>
If there is an HSM volume at /opt/zimbra/hsm, the listing would look something like this...
<code><pre>
        primaries                             
                id                                                          1
                name                                                        message1
                path                                                        /opt/zimbra/store
                compressed                                                  false
                threshold                                                  4096
                storeType                                                  LOCAL
                isCurrent                                                  true
                volumeType                                                  primary
        secondaries                           
                id                                                          3
                name                                                        hsm
                path                                                        /opt/zimbra/hsm
                compressed                                                  false
                threshold                                                  4096
                storeType                                                  LOCAL
                isCurrent                                                  true
                volumeType                                                  secondary
        indexes                               
                id                                                          2
                name                                                        index1
                path                                                        /opt/zimbra/index
                compressed                                                  false
                threshold                                                  4096
                storeType                                                  LOCAL
                isCurrent                                                  true
                volumeType                                                  index
</pre></code>
</pre></code>

Revision as of 16:39, 5 September 2017

ZCS 8.8 Article ZCS 8.8


Loss of HSM Volume

Display List of Volumes

zxsuite hsm getallvolumes

If there is an HSM volume at /opt/zimbra/hsm, the listing would look something like this...

        primaries                               

                id                                                          1
                name                                                        message1
                path                                                        /opt/zimbra/store
                compressed                                                  false
                threshold                                                   4096
                storeType                                                   LOCAL
                isCurrent                                                   true
                volumeType                                                  primary
        secondaries                             

                id                                                          3
                name                                                        hsm
                path                                                        /opt/zimbra/hsm
                compressed                                                  false
                threshold                                                   4096
                storeType                                                   LOCAL
                isCurrent                                                   true
                volumeType                                                  secondary
        indexes                                 

                id                                                          2
                name                                                        index1
                path                                                        /opt/zimbra/index
                compressed                                                  false
                threshold                                                   4096
                storeType                                                   LOCAL
                isCurrent                                                   true
                volumeType                                                  index
Jump to: navigation, search