Installation Vertica 7.2 to cluster with diferent file systems
I try to install Vertica 7.2 rpm to cluster with differnt file systems:
[root@xxx-xx-xxxxx ~]# df -Th
Filesystem Type Size Used Avail Use% Mounted on
rootfs rootfs 40G 4.0G 34G 11% /
devtmpfs devtmpfs 7.8G 172K 7.8G 1% /dev
tmpfs tmpfs 7.8G 0 7.8G 0% /dev/shm
/dev/mapper/vg_system-lv_root
ext4 40G 4.0G 34G 11% /
/dev/sda1 ext4 487M 57M 406M 13% /boot
/dev/mapper/vg_logs-lv_tmp
ext4 994M 684K 944M 1% /tmp
/dev/mapper/vg_logs-lv_varlog
ext4 156G 20M 148G 1% /var/log
/dev/sdd1 ext4 9.8G 23M 9.2G 1% /data
I have /data ext4 filesystem and use --data-dir /data for point place for database but installation script failed with warning:
WARN (S0170): https://my.vertica.com/docs/7.2.x/HTML/index.htm#cshid=S0170
lvscan (LVM utility) indicates some active volumes.
What is it mean? Can I install Vertica 7.2 to the cluster?
Comments
Hi,
LVM is not suported by vertica see below :
https://my.vertica.com/docs/7.1.x/HTML/Content/Authoring/InstallationGuide/BeforeYouInstall/LVM.htm
Thanks