环境介绍
192.168.57.21 gaussdb11.localdomain gaussdb11
192.168.57.22 gaussdb12.localdomain gaussdb12
192.168.57.23 gaussdb13.localdomain gaussdb13
192.168.57.24 gaussdb14.localdomain gaussdb14
一、开启root用户远程登录权限并关闭selinux
vi /etc/ssh/sshd_config
#PermitRootLogin no
PermitRootLogin yes
#Banner none
PasswordAuthentication yes
#service sshd restart
#/bin/systemctl restart sshd.service
#vi /etc/selinux/config
SELINUX=disabled
二、关闭系统防火墙并disable
# systemctl stop firewalld.service
# systemctl disable firewalld.service
三、安装系统包
mount /dev/cdrom /mnt
cd /etc/yum.repos.d
mkdir bak
mv redhat* ./bak
vi iso.repo
[root@gaussdb11 yum.repos.d]# cat iso.repo
[rhel-iso]
name=Red Hat Enterprise Linux - Source
baseurl=file:///mnt
enabled=1
gpgcheck=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release
#yum list
yum install -y zlib readline gcc
yum install -y python python-devel
yum install perl-ExtUtils-Embed
yum install -y readline-devel
yum install -y zlib-devel
yum install -y lsof
rpm -qa --queryformat "%{NAME}-%{VERSION}-%{RELEASE} (%{ARCH}) " | grep -E "zlib|readline|gcc
|python|python-devel|perl-ExtUtils-Embed|readline-devel|zlib-devel"
四、准备及安装
su - root
cd /opt/software/gaussdb/script
--预安装配置环境
./gs_preinstall -U omm -G dbgrp -X /opt/software/gaussdb/clusterconfig.xml
yum -y install ntp
server 127.0.0.1
fudge 127.0.0.1 stratum 10
restrict 192.168.57.21 nomodify notrap nopeer noquery <<====当前节点IP地址
restrict 192.168.57.255 mask 255.255.255.0 nomodify notrap <<====集群所在网段的网关(Gateway),子网掩码(Genmask)
server 192.168.57.21 <<====同步NTP服务器的IP
Fudge 192.168.57.21 stratum 10 <<====同步NTP服务器的IP
restrict 192.168.57.22 nomodify notrap nopeer noquery
restrict 192.168.57.255 mask 255.255.255.0 nomodify notrap
server 192.168.57.21
Fudge 192.168.57.21 stratum 10
restrict 192.168.57.23 nomodify notrap nopeer noquery
restrict 192.168.57.255 mask 255.255.255.0 nomodify notrap
server 192.168.57.21
Fudge 192.168.57.21 stratum 10
restrict 192.168.57.24 nomodify notrap nopeer noquery
restrict 192.168.57.255 mask 255.255.255.0 nomodify notrap
service ntpd start
ntpstat
ntpq -p
systemctl enable ntpd
su - omm
cd /opt/software/gaussdb/script
./gs_install -X /opt/software/gaussdb/clusterconfig.xml
gs_uninstall --delete-data
gs_uninstall --delete-data -L
gs_uninstall --delete-data -X
/opt/software/gaussdb/clusterconfig.xml
gs_uninstall --delete-data -L -X
/opt/software/gaussdb/clusterconfig.xml
gs_om -t status
gs_om -t stop -h gaussdb13
gs_om -t start -h gaussdb13
gs_om -t switch -h gaussdb13 -I DB2_3
gs_om -t switch -h gaussdb12 -I CM2
gs_om -t start
gs_om -t stop
gs_om -t startetcd
gs_om -t stopetcd
五、高可用测试
六、安装问题大汇总
[root@gaussdb11 script]# ./gs_preinstall -U omm -G dbgrp -X /opt/software/gaussdb/clusterconfig.xml
Parsing the configuration file.
Successfully parsed the configuration file.
Installing the tools>Successfully installed the tools>Are you sure you want to create trust for root (yes/no)? yes
Please enter password for root.
Password:
Creating SSH trust for the root permission user.
Checking network information.
All nodes in the network are Normal.
Successfully checked network information.
Creating SSH trust.
Creating the local key file.
Successfully created the local key files.
Appending local ID to authorized_keys.
Successfully appended local ID to authorized_keys.
Updating the known_hosts file.
Successfully updated the known_hosts file.
Appending authorized_key>Successfully appended authorized_key>Checking common authentication file content.
Successfully checked common authentication content.
Distributing SSH trust file to all node.
Successfully distributed SSH trust file to all node.
Verifying SSH trust>Successfully verified SSH trust>Successfully created SSH trust.
Successfully created SSH trust for the root permission user.
[GAUSS-52406] : The package type "" is inconsistent with the Cpu type "X86".
[root@gaussdb11 script]#
[2019-11-28 22:50:08.335532][gs_preinstall][LOG]:Successfully created SSH trust for the root permission user.
[2019-11-28 22:50:08.992537][gs_preinstall][ERROR]:[GAUSS-52406] : The package type "" is inconsistent with the Cpu type "X86".
Traceback (most recent call last)
File "./gs_preinstall", line 507, in
File "/opt/software/gaussdb/script/impl/preinstall/PreinstallImpl.py", line 1861, in run
#self.getAllCpu()
A12.[ Time consistency status ] : Warning
[omm@gaussdb11 script]$ ./gs_install -X /opt/software/gaussdb/clusterconfig.xml
Parsing the configuration file.
Check preinstall>Successfully checked preinstall>Creating the backup directory.
Successfully created the backup directory.
Check the time difference between hosts in the cluster.
Installing the cluster.
Installing applications>Successfully installed APP.
Distribute etcd communication keys.
Successfully distrbute etcd communication keys.
Initializing cluster instances
.............193s
[FAILURE] gaussdb11:
Using omm:dbgrp to install database.
Using installation program path : /home/omm
Initialize GTS1 instance
[GAUSS-51607] : Failed to start zenith instance..Output:
ZS-00001: no privilege is found
ZS-00001: "SYSDBA" login failed, login as sysdba is prohibited or privilege is incorrect
SQL>
ZS-00001: connection is not established
SQL>
[FAILURE] gaussdb12:
Using omm:dbgrp to install database.
Using installation program path : /home/omm
Initialize GTS2 instance
Successfully Initialize GTS2 instance.
Initialize cn_402 instance
[GAUSS-51607] : Failed to start zenith instance..Output:
ZS-00001: no privilege is found
ZS-00001: "SYSDBA" login failed, login as sysdba is prohibited or privilege is incorrect
SQL>
ZS-00001: connection is not established
SQL>
[FAILURE] gaussdb13:
Using omm:dbgrp to install database.
Using installation program path : /home/omm
Initialize DB1_1 instance
[GAUSS-51607] : Failed to start zenith instance..Output:
ZS-00001: no privilege is found
ZS-00001: "SYSDBA" login failed, login as sysdba is prohibited or privilege is incorrect
SQL>
ZS-00001: connection is not established
SQL>
[FAILURE] gaussdb14:
Using omm:dbgrp to install database.
Using installation program path : /home/omm
Initialize DB2_3 instance
[GAUSS-51607] : Failed to start zenith instance..Output:
ZS-00001: no privilege is found
ZS-00001: "SYSDBA" login failed, login as sysdba is prohibited or privilege is incorrect
SQL>
ZS-00001: connection is not established
SQL>
.[omm@gaussdb11 script]$
cd /opt/gaussdb/log/omm/om
[root@gaussdb11 om]# ls -lrt
total 52
-rw-------. 1 omm dbgrp 42006 Dec 1 21:43 gs_local-2019-12-01_213124.log
-rw-------. 1 omm dbgrp 5240 Dec 1 21:44 gs_install-2019-12-01_213118.log
[root@gaussdb11 om]# tail -25 gs_local-2019-12-01_213124.log
ZS-00001: "SYSDBA" login failed, login as sysdba is prohibited or privilege is incorrect
SQL>
ZS-00001: connection is not established
SQL>
[2019-12-01 21:43:26.533606][Install][ERROR]:[GAUSS-51607] : Failed to start zenith instance..Output:
ZS-00001: no privilege is found
ZS-00001: "SYSDBA" login failed, login as sysdba is prohibited or privilege is incorrect
SQL>
ZS-00001: connection is not established
SQL>
Traceback (most recent call last)
File "/opt/software/gaussdb/script/local/Install.py", line 704, in
File "/opt/software/gaussdb/script/local/Install.py", line 625, in initInstance
File "/opt/software/gaussdb/script/local/Install.py", line 614, in __tpInitInstance
File "/opt/software/gaussdb/script/local/../gspylib/component/Kernal/Zenith.py", line 308, in initialize
File "/opt/software/gaussdb/script/local/../gspylib/component/Kernal/CN_OLTP/Zsharding.py", line 62, in initDbInstance
File "/opt/software/gaussdb/script/local/../gspylib/component/Kernal/CN_OLTP/Zsharding.py", line 100, in initZenithInstance
File "/opt/software/gaussdb/script/local/../gspylib/component/Kernal/Zenith.py", line 406, in startInstance
UTC+8 2019-11-29 21:50:03.755|ZENGINE|00000|26307|INFO>[PARAM] LOG_HOME = /opt/gaussdb/log/omm/db_log/GTS1
UTC+8 2019-11-29 21:50:03.755|ZENGINE|00000|206158456515|INFO>starting instance(nomount)
UTC+8 2019-11-29 21:50:03.755|ZENGINE|00000|26307|ERROR>GS-00001 : Failed to allocate 4592381952 bytes for sga [srv_sga.c:170]
UTC+8 2019-11-29 21:50:03.755|ZENGINE|00000|26307|ERROR>failed to create sga
UTC+8 2019-11-29 21:50:03.755|ZENGINE|00000|26307|ERROR>Instance Startup Failed
[omm@gaussdb11 script]$ ./gs_install -X /opt/software/gaussdb/clusterconfig.xml
Parsing the configuration file.
Check preinstall>Successfully checked preinstall>Creating the backup directory.
Successfully created the backup directory.
Check the time difference between hosts in the cluster.
Installing the cluster.
Installing applications>Successfully installed APP.
Distribute etcd communication keys.
Successfully distrbute etcd communication keys.
Initializing cluster instances
390s
[SUCCESS] gaussdb11:
Using omm:dbgrp to install database.
Using installation program path : /home/omm
Initialize cn_401 instance
Successfully Initialize cn_401 instance.
Modifying user's environmental variable $GAUSS_ENV.
Successfully modified user's environmental variable $GAUSS_ENV.
[FAILURE] gaussdb12:
Using omm:dbgrp to install database.
Using installation program path : /home/omm
Initialize DB1_1 instance
Successfully Initialize DB1_1 instance.
Initialize DB2_4 instance
[GAUSS-50601] : The port [40001] is occupied.
[SUCCESS] gaussdb13:
Using omm:dbgrp to install database.
Using installation program path : /home/omm
Initialize DB1_2 instance
Successfully Initialize DB1_2 instance.
Initialize DB2_3 instance
Successfully Initialize DB2_3 instance.
Modifying user's environmental variable $GAUSS_ENV.
Successfully modified user's environmental variable $GAUSS_ENV.
[omm@gaussdb11 omm]$ tail -300 om/gs_install-2019-12-09_161757.log
[2019-12-09 16:18:15.998104][gs_install][LOG]:Initializing cluster instances
[2019-12-09 16:18:15.999396][gs_install][DEBUG]:Init instance by cmd: source /etc/profile; source /home/omm/.bashrc;python '/opt/software/gaussdb/script/local/Install.py' -t init_instance -U omm:dbgrp -X /opt/software/gaussdb/clusterconfig.xml -l /opt/gaussdb/log/omm/om/gs_local.log --autostart=yes --alarm=/opt/huawei/snas/bin/snas_cm_cmd
[2019-12-09 16:24:49.689716][gs_install][ERROR]:[SUCCESS] gaussdb11:
Using omm:dbgrp to install database.
Using installation program path : /home/omm
Initialize cn_401 instance
Successfully Initialize cn_401 instance.
Modifying user's environmental variable $GAUSS_ENV.
Successfully modified user's environmental variable $GAUSS_ENV.
[FAILURE] gaussdb12:
Using omm:dbgrp to install database.
Using installation program path : /home/omm
Initialize DB1_1 instance
Successfully Initialize DB1_1 instance.
Initialize DB2_4 instance
[GAUSS-50601] : The port [40001] is occupied.
[SUCCESS] gaussdb13:
Using omm:dbgrp to install database.
Using installation program path : /home/omm
Initialize DB1_2 instance
Successfully Initialize DB1_2 instance.
Initialize DB2_3 instance
Successfully Initialize DB2_3 instance.
Modifying user's environmental variable $GAUSS_ENV.
Successfully modified user's environmental variable $GAUSS_ENV.
Traceback (most recent call last)
File "./gs_install", line 281, in
File "/opt/software/gaussdb/script/impl/install/InstallImpl.py", line 93, in run
File "/opt/software/gaussdb/script/impl/install/InstallImpl.py", line 193, in doDeploy
File "/opt/software/gaussdb/script/impl/install/InstallImpl.py", line 291, in doInstall
[root@gaussdb12 om]# netstat -na |grep 40001
tcp 0 0 192.168.57.22:40001 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:40001 0.0.0.0:* LISTEN
su - omm
./gs_uninstall --delete-data -X /opt/software/gaussdb/clusterconfig.xml
vi clusterconfig.xml
<<=================端口从40001修改成50000
su - omm
cd /opt/software/gaussdb
scp *.sha256 gaussdb11:/opt/software/gaussdb
上一篇:新炬网络:华为开发者大赛获奖、GaussDB合作再上新台阶
下一篇:标量子查询产生的SQL性能瓶颈,该怎么合理优化?