About this task
InfiniMetrics is installed with a disk space of 30GB. As Infinimetrics gathers more InfiniBox data and the amount of stored data accumulates, there may be a need for more disk space.
Past InfiniMetrics versions
- Earlier versions of InfiniMetrics are no longer supported. Please upgrade InfiniMetrics to the latest release.
Prerequisites
- An up and running Infinimetrics appliance
- Access rights to the virtual machine that hosts Infinimetrics
Instructions
On the console, stop services running on the virtual machine:
service cron stop manage infinimetrics_services stop service postgresql stop service clickhouse-server stop
- On the vCenter, expand the disk space of the InfiniMetrics virtual machine.
On the console, run the following command:
root@localhost:~# infinimetrics expand-disk
The command's output is:
INFO: 2015-11-12 14:11:47,439 - found device holding postgres database: /dev/sda6 INFO: 2015-11-12 14:11:47,485 - found extended partition /dev/sda2, going to resize it first INFO: 2015-11-12 14:11:48,208 - device /dev/sda2 was resized. INFO: 2015-11-12 14:11:49,905 - device /dev/sda6 was resized. INFO: 2015-11-12 14:11:50,006 - Resizing FS. INFO: 2015-11-12 14:11:50,006 - This might take a while ( depends on disk new size ) INFO: 2015-11-12 14:11:50,006 - Please don't exit/break INFO: 2015-11-12 14:11:56,916 - SUCCESS
Start the services that were previously stopped:
service clickhouse-server start service postgresql start manage infinimetrics_services start service cron start
Related tasks
- Connecting to the virtual machine console - see the InfiniMetrics user guide
Last edited: 2022-08-06 08:18:59 UTC
Comments