Installing zimbra on an external firewire drive (OSX)

Revision as of 19:39, 1 May 2007 by Rmansoura@zimbra.com (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Firewire drives are not considered local devices by default, therefor setuid/setgid perms are ignored.

1)Plugthe firewire hard drive, formated it with hfs and created an entry for it in /etc/fstab like this one

UUID=5A0CBF6E-5EE8-3E14-A24A-36144214A36C /opt/zimbra hfs rw,local,auto 1 2

2)You may need to change the config of automount with the following command defaults write /Library/Preferences/SystemConfiguration/ autodiskmount AutomountDisksWithoutUserLogin -bool true

3)The installer should have registered the service with launchd. You can verify this with service --list | grep com.zimbra.zcs If nothing is returned you can add it manual with launchctl load /opt/zimbra/conf/com.zimbra.zcs.plist

Jump to: navigation, search