安装Gbase8a时出现以下错误:
Environmental Checking on gcluster nodes.
Cgconfig service is not exist on host [‘192.168.48.18’, ‘192.168.48.19’, ‘192.168.48.20’], resource manangement can not be used, continue ([Y,y]/[N,n])?
检查以下安装包是否安装,如缺少请安装
yum list installed | grep libcgroup
yum list installed | grep libcgroup-tools
缺少则安装
yum -y install libcgroup
yum -y install libcgroup-tools
安装后设置cgroup服务开机启动
systemctl enable cgconfig.service
启动cgconfig服务
sy