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

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 11-06-2007, 07:11 AM
Member
 
Posts: 12
Unhappy Move data store.

Hello Team.

I have installed zimbra 4.5 in CenTos 5, and need move de store folder in other partition.

The actual partition /opt/ have 100Gb, and need moved the store folder to /home folder with 300GB.

I need help by this issue.

Thanks
Reply With Quote
  #2 (permalink)  
Old 11-06-2007, 07:21 AM
Former Zimbran
 
Posts: 5,606
Default

Can you move the /opt to your new mount? If not, a symlink should be fine. Just be sure it's not an NFS mount. NFS has locking and latency issues.
Reply With Quote
  #3 (permalink)  
Old 11-20-2007, 04:37 PM
Starter Member
 
Posts: 2
Default Follow Up question - move data store

I have a similar situation. My data store is currently in /opt/zimbra/store and I need to move it to a larger partition /data.

Is it not possible to do this using the CLI zmvolume? I do not have much experience with linux and I'm looking for the simplest way to do this.
Reply With Quote
  #4 (permalink)  
Old 11-28-2007, 10:19 AM
Former Zimbran
 
Posts: 5,606
Default

Nope. Your best bet is a symlink.
Reply With Quote
  #5 (permalink)  
Old 04-08-2011, 03:23 AM
Starter Member
 
Posts: 2
Default MOve Data Store

I have a similar situation. My data store is currently in /opt/zimbra/store and I need to move it to a larger partition /data.

I do not have much experience with linux and I'm looking for the simplest way to do this.[/QUOTE]
Reply With Quote
  #6 (permalink)  
Old 04-13-2011, 12:35 PM
Elite Member
 
Posts: 281
Default

Quote:
Originally Posted by newbie_sg View Post
I have a similar situation. My data store is currently in /opt/zimbra/store and I need to move it to a larger partition /data.

Is it not possible to do this using the CLI zmvolume? I do not have much experience with linux and I'm looking for the simplest way to do this.
# cd /opt/zimbra
# mkdir /data/zimbra
# mv store /data/zimbra/
# ln -s /data/zimbra/store .

That moves the /opt/zimbra/store/ directory to /data/zimbra/store/.

Then creates a symlink from /data/zimbra/store/ to /opt/zimbra/store. That way, Zimbra can be started as per normal. It will write it's data to /opt/zimbra/store ... which is really /data/zimbra/store.
__________________
Freddie
Reply With Quote
  #7 (permalink)  
Old 04-26-2011, 06:37 AM
Special Member
 
Posts: 163
Default

Quote:
Originally Posted by fcash View Post
# cd /opt/zimbra
# mkdir /data/zimbra
# mv store /data/zimbra/
# ln -s /data/zimbra/store .

That moves the /opt/zimbra/store/ directory to /data/zimbra/store/.

Then creates a symlink from /data/zimbra/store/ to /opt/zimbra/store. That way, Zimbra can be started as per normal. It will write it's data to /opt/zimbra/store ... which is really /data/zimbra/store.
And Upgrades will perform normal through the symbolic Links????
I mean the OS should just pass the links on as static locations correct???

thanks
Timg
__________________
Centos 5.3 32 bit
Running on HP DL380 G5 with raid array (was 5 will migrate to 10)
4 gb ram
Reply With Quote
  #8 (permalink)  
Old 04-26-2011, 10:55 AM
Elite Member
 
Posts: 281
Default

That is how symlinks work.
__________________
Freddie
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.