安装8c报错
为提高效率,提问时请提供以下信息,问题描述清晰可优先响应。
【GBase版本】:
gbase 8c
【操作系统】:
Linux version 3.10.0-1160.el7.x86_64 (mockbuild@kbuilder.bsys.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-44) (GCC) ) #1 SMP Mon Oct 19 16:18:59 UTC 2020
【CPU】:
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Byte Order: Little Endian
CPU(s): 2
On-line CPU(s) list: 0,1
Thread(s) per core: 1
Core(s) per socket: 2
座: 1
NUMA 节点: 1
厂商 ID: GenuineIntel
CPU 系列: 6
型号: 165
型号名称: Intel(R) Core(TM) i5-10400 CPU @ 2.90GHz
步进: 5
CPU MHz: 2903.999
BogoMIPS: 5807.99
超管理器厂商: VMware
虚拟化类型: 完全
L1d 缓存: 32K
L1i 缓存: 32K
L2 缓存: 256K
L3 缓存: 12288K
NUMA 节点0 CPU: 0,1
Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss ht syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon nopl xtopology tsc_reliable nonstop_tsc eagerfpu pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm abm 3dnowprefetch invpcid_single ssbd ibrs ibpb stibp fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid rdseed adx smap clflushopt xsaveopt xsavec xgetbv1 arat md_clear spec_ctrl intel_stibp flush_l1d arch_capabilities
【问题描述】*:
注:互信已通
[gbase@gbasec01 script]$ ./gha_ctl install -t gbase -p /home/gbase/gbase_package/
Usage: gha_ctl.py install [OPTIONS]
Try 'gha_ctl.py install --help' for help.
Error: no such option: -t
[gbase@gbasec01 script]$ ./gha_ctl install -c gbase -p /home/gbase/gbase_package/
{
"ret":-1,
"msg":"Failed to execute the command: source ~/.bashrc;gs_deploy --gha-cluster gbase --path /home/gbase/gbase_db/app -h 192.168.83.132,192.168.83.133,192.168.83.134. Error:\nRun cmd failed:cmd[source ~/.bashrc;gs_deploy --gha-cluster gbase --path /home/gbase/gbase_db/app -h 192.168.83.132,192.168.83.133,192.168.83.134], msg[Parsing the configuration file.\nCheck preinstall on every node.\n[GAUSS-51400] : Failed to execute the command: python3 '/home/gbase/gbase_db/om/script/local/CheckPreInstall.pyc' -U gbase -t preinstall. Result:{'192.168.83.132': 'Failure', '192.168.83.134': 'Success', '192.168.83.133': 'Success'}.\nError:\n[FAILURE] 192.168.83.132:\n[SUCCESS] 192.168.83.133:\nSuccessfully checked GAUSS_ENV.\n[SUCCESS] 192.168.83.134:\nSuccessfully checked GAUSS_ENV.\n]"
}
评论
热门帖子
- 12025-12-01浏览数:182762
- 22023-05-09浏览数:25056
- 42023-09-25浏览数:18525
- 52020-05-11浏览数:17528
操作:请查看并编辑192.168.83.133、192.168.83.134两个节点的环境变量,执行vim ~/.bashrc,将GAUSS_ENV参数修改为1。保存后检查三个节点变量参数,无误重新执行安装。