HP Vertica 安装

HP Vertica 安装

我想知道哪个版本的 HP vertica 适合 cento os 7.1 版本。我在 cento os 7.1 上安装 vertica 8.1 时遇到了下面提到的问题。

面临的问题:

WARN (N0010): //my.vertica.com/docs/8.1.x/HTML/index.htm#cshid=N0010
    Linux iptables (firewall) has some non-trivial rules in tables: filter
WARN (S0112): //my.vertica.com/docs/8.1.x/HTML/index.htm#cshid=S0112
    vm.swappiness is higher than recommended: your 60 > 1
FAIL (S0020): //my.vertica.com/docs/8.1.x/HTML/index.htm#cshid=S0020
    Readahead size of xvda (/dev/xvda1) is too low for typical systems: 256
    < 2048
FAIL (S0180): https://my.vertica.com/docs/8.1.x/HTML/index.htm#cshid=S0180
    Insufficient swap size. Need 2.00 GB, have 0.00 GB
FAIL (S0321): https://my.vertica.com/docs/8.1.x/HTML/index.htm#cshid=S0321
    RHEL/Centos 7.1, 7.2 not supported, please use RHEL/Centos 7.3 or later

System prerequisites failed.  Threshold = WARN
    Hint: Fix above failures or use --failure-threshold

Installation FAILED with errors.

注意:无法升级操作系统。因此想知道替代解决方案。

答案1

我建议您采取一些激进的措施,例如阅读安装程序指向的手册部分并使用其中的建议来获得正确的设置和支持的环境。

但首先要说最明显的一点:

RHEL/Centos 7.1、7.2 不支持,请使用 RHEL/Centos 7.3 或更高版本

使用受支持的操作系统(您可以轻松实现yum update)RHEL 7.1 已发布两年多,已经非常过时且不安全。

注意:无法升级操作系统。

然后同样严格地说无法安装 Vertica。但是你有没有想过降级到受支持的 RHEL 6 版本?

如果您确实需要,您可以通过仅升级 redhat-release 包或编辑文件来伪造特定的 RHEL 版本/etc/redhat-release

相关内容