NetXMS Support Forum

English Support => General Support => Topic started by: rostyslav on November 29, 2012, 12:31:43 PM

Title: FileSystem.* and LVM
Post by: rostyslav on November 29, 2012, 12:31:43 PM
I have a trouble with configuring DCI with FileSystem.Total/Free/etc and LVM on my Ubuntu 12.04 server.
In case of simple physical disk I would use /dev/sda, but what should I use with LVM?
I've tried FileSystem.Free(/dev/SysVolGroup/root) but that's doesn't seem to be working.

NetXMS server and agent versions are 1.2.4
Title: Re: FileSystem.* and LVM
Post by: Anders on November 29, 2012, 02:30:10 PM
Try the following device path instead: /dev/mapper/SysVolGroup-root
Title: Re: FileSystem.* and LVM
Post by: rostyslav on November 29, 2012, 03:00:44 PM
Thank you. It worked like a charm.