暂无图片
暂无图片
暂无图片
暂无图片
暂无图片

GBase 8a 安装ipv6时报错The number of coordinateHost and coordinateHostNodeID is inconsistent

生命之源 2022-05-27
442

GBase 8a 支持IPV4和IPV6,在内部没有使用IP字符串,而是用nodeid(一个数字)来代替。其中ipv4是从IP地址自动计算出来的,而IPV6则需要用户指定一个nodeid,,所以有几个管理节点的IPV6的地址数量,必须对应指定几个唯一的管理节点的nodeid, 如果不同,则报不一致的错误。The number of coordinateHost and coordinateHostNodeID is inconsistent。

该问题,在V95的基于主机名(domainname)安装时有同样要求。


报错样例

*********************************************************************************
Do you accept the above licence agreement ([Y,y]/[N,n])? y
*********************************************************************************
                     Welcome to install GBase products
*********************************************************************************
The number of coordinateHost and coordinateHostNodeID is inconsistent in demo.options.

原因

检查demo.options,发现安装IP(coordinateHost)只有1个,而nodeid(coordinateHostNodeID)有3个(默认的),数量不一致。

解决方案

配置正确数量的coordinateHostNodeID, 数字类型。

提醒

IPV4不需要配置这个参数

「喜欢这篇文章,您的关注和赞赏是给作者最好的鼓励」
关注作者
【版权声明】本文为墨天轮用户原创内容,转载时必须标注文章的来源(墨天轮),文章链接,文章作者等基本信息,否则作者和墨天轮有权追究责任。如果您发现墨天轮中有涉嫌抄袭或者侵权的内容,欢迎发送邮件至:contact@modb.pro进行举报,并提供相关证据,一经查实,墨天轮将立刻删除相关内容。

评论