HI all,
I'm trying to expand Stingray disk on vmware vSphere.
as above, I did understand how to expand disk for logs (/dev/sda8)
but what I really wanted to is to expand root disk size (/dev/sda5).
is there any ways? or is it not changeable?
and would like to know when the disk is in use of 65% like above, if it would affect the performance or something in Stingray.
Thanks!
Solved! Go to Solution.
Hi Jay.
Here's what I've done to extend it (and I'm assuming you already have root access):
As you can see, it's really just running standard Linux commands to add a disk, extend the VG and LV, then extend the filesystem. I would caution you on the last step since you have to force it because you cant fsck the root filesystem in the running state (i.e. do it at your own risk). I would suggest taking backups or snapshots or whatever your normal process is, to make sure you have something you can roll back to if things go awry.
--Brian
Hi Jay.
Here's what I've done to extend it (and I'm assuming you already have root access):
As you can see, it's really just running standard Linux commands to add a disk, extend the VG and LV, then extend the filesystem. I would caution you on the last step since you have to force it because you cant fsck the root filesystem in the running state (i.e. do it at your own risk). I would suggest taking backups or snapshots or whatever your normal process is, to make sure you have something you can roll back to if things go awry.
--Brian