Month: April 2013

Home / 2013 / April (Page 2)
Increase Storage Capacity In Zimbra Network And Open Source Appliance

Increase Storage Capacity In Zimbra Network And Open Source Appliance

Our VirtualBox installation of Zimbra Network Edition Appliance has been “Upgraded” to a Zimbra Open Source Edition Appliance. The default message store volume is small for a production server, so I’m going to increase the capacity. While it’s easy to increase the size of your VMDK disk images in using the clone/resize/clone process, it’s equally…

Continue Reading

Install VMWare Zimbra 8 Network Edition Appliance in VirtualBox Host

Today I’m going to install the Network Edition Appliance of VMWare’s Zimbra Collaboration Suite in a VirtualBox virtual machine. In another article I will upgrade this to an Open Source Edition appliance and increase the storage capacity of the appliance. We’ve already built our Ubuntu 12.04 LTS headless virtual machine server with the phpvirtualbox package for…

Continue Reading
How to set a static IP Address on Ubuntu Server

How to set a static IP Address on Ubuntu Server

I’m going to set a static IP address on my Ubuntu LTS server. Login into the server’s console and edit the settings for your primary network interface in /etc/network/interfaces: sudo nano /etc/network/interfaces # The primary network interface auto eth0 iface eth0 inet static        address 10.0.0.10        netmask 255.255.255.0    …

Continue Reading