On 8/19/2015 10:12 AM, Lance Cotton wrote:
I have the OTRS4 appliance running in ESXi 5. The /TARGET/SHARE mount just ran out of space.

Is there any way to expand the drive or partition beyond the 4.0GB that it started at?
---------------------------------------------------------------------
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs

I don't use the appliance, so I'm not sure what OS it is - from the screen shots it looks like perhaps SuSE or something of that nature; so I can't suggest specific commands.

For Linux in general (when using LVM), you could basically do the following steps:

 * Enlarge your virtual disk in VMWare
 * Create a new partition on the disk, partitioning the additional
   space from the enlarged virtual disk
 * Add the partition to your LVM Volume Group
 * Extend the Logical Volume containing your mount point
 * Resize your filesystem to consume the additional space in the
   Logical Volume

If you're not using LVM, it's a little harder. You'd need to actually expand the partition, then expand the filesystem.

You could also add another virtual disk, instead of expanding the virtual disk you have. The steps are basically the same, but adding another disk would only work with LVM.


Another route, if that poses problems, would be to

1. Add a new virtual disk of whatever size you'd like.
2. Partition and format the disk
3. Mount the disk at a temporary mount point such as /mnt/temp.
4. Copy all of the data from your full mount point to the new mount
   point (make sure to preserve ownership. I recommend using rsync -a).
5. Unmount the old mount point
6. Mount the new disk in its' place.


--
-----------------------------------------------
-  Nick Bright                                -
-  Vice President of Technology               -
-  Valnet -=- We Connect You -=-              -
-  Tel 888-332-1616 x 315 / Fax 620-331-0789  -
-  Web http://www.valnet.net/                 -
-----------------------------------------------
- Are your files safe?                        -
- Valnet Vault - Secure Cloud Backup          -
- More information & 30 day free trial at     -
- http://www.valnet.net/services/valnet-vault -
-----------------------------------------------

This email message and any attachments are intended solely for the use of the 
addressees hereof. This message and any attachments may contain information 
that is confidential, privileged and exempt from disclosure under applicable 
law. If you are not the intended recipient of this message, you are prohibited 
from reading, disclosing, reproducing, distributing, disseminating or otherwise 
using this transmission. If you have received this message in error, please 
promptly notify the sender by reply E-mail and immediately delete this message 
from your system.

---------------------------------------------------------------------
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs

Reply via email to