GBase 8a
运维管理
文章
GBase 8a升级报错existCoordinateHost and existDataHost must be empty in demo.options
GBase社区管理员发表于2020-12-08 10:00:0850次浏览0个评论
GBase 8a在进行升级时,只需要在coordinateHost和dataHost填写IP即可,如果在installation:existCoordinateHost和existDataHost填写了IP,则会包如下的错误。
错误样例
*********************************************************************************
Do you accept the above licence agreement ([Y,y]/[N,n])? y
*********************************************************************************
Welcome to install GBase products
*********************************************************************************
Upgrade installation:existCoordinateHost and existDataHost must be empty in demo.options.
查看配置文件
[gbase@rh6-1 gcinstall]$ cat demo.options
installPrefix= /opt
coordinateHost =10.0.2.201
coordinateHostNodeID = 234,235,237
dataHost = 10.0.2.201,10.0.2.202
existCoordinateHost =10.0.2.201
existDataHost =10.0.2.201,10.0.2.202
loginUser= root
loginUserPwd = '111111'
#loginUserPwdFile = loginUserPwd.json
dbaUser = gbase
dbaGroup = gbase
dbaPwd = 'gbase1234'
rootPwd = '111111'
#rootPwdFile = rootPwd.json
dbRootPwd = ''
#mcastAddr = 226.94.1.39
mcastPort = 5493
[gbase@rh6-1 gcinstall]$
解决方案
编辑配置文件,注释掉existCoordinateHost和existDataHost即可。
[gbase@rh6-1 gcinstall]$ cat demo.options
installPrefix= /opt
coordinateHost =10.0.2.201
coordinateHostNodeID = 234,235,237
dataHost = 10.0.2.201,10.0.2.202
#existCoordinateHost =10.0.2.201
#existDataHost =10.0.2.201,10.0.2.202
loginUser= root
loginUserPwd = '111111'
#loginUserPwdFile = loginUserPwd.json
dbaUser = gbase
dbaGroup = gbase
dbaPwd = 'gbase1234'
rootPwd = '111111'
#rootPwdFile = rootPwd.json
dbRootPwd = ''
#mcastAddr = 226.94.1.39
mcastPort = 5493
[gbase@rh6-1 gcinstall]$
评论已关闭
热门帖子
- 12025-12-01浏览数:182759
- 22023-05-09浏览数:25051
- 42023-09-25浏览数:18521
- 52020-05-11浏览数:17526