Thank you for the replies. I was wondering first why moving the /db and /store to a SAN is a bad idea? Firstly, my deployment is for 150 users. I could see if I was using OpenFiler with > 1000 users maybe because of bandwidth limitation of iSCSI. If I run into a problem with performance, then I will upgrade it to fiber. My OpenFiler box is replicated to another OpenFiler instance. My storage capacity is basically limitless, versatile, and redundant. Also, it saved a ton of money as far as a SAN solution goes.
I figured out my problem by the way. I lost all my permissions and ownerships when I copied the /store and /db directories. I uninstalled and reinstalled Zimbra to check the default ownership/permissions. Once that was done, it took about 10 minutes to fix. I created a 100Gb chunck of storage from OpenFiler, added it to my SUSE vm, created a volume, formatted and mounted it. I stopped zimbra services. Did a cp -
pr /opt/zimbra/db and /store to my new /zimbra-data directory. Removed the old directories. Created virtual links to /opt/zimbra/data and store to /zimbra-data. Stopped and restarted mysql. Started Zimbra services. Worked like a charm.