準備環境
yum install -y java-1.8.0-openjdk.x86_64
yum install -y unzip
3. 查看是否安裝成功
audit-libs-2.6.5-3.el7.x86_64
elfutils-libelf-0.166-2.el7.x86_64
expat-2.1.0-8.el7.x86_64
fontconfig-2.10.95-10.el7.x86_64
freetype-2.4.11-12.el7.x86_64
glibc-2.17-157.el7.x86_64
libcap-ng-0.7.5-4.el7.x86_64
libgcc-4.8.5-11.el7.x86_64
libstdc++-4.8.5-11.el7.x86_64
libX11-1.6.3-3.el7.x86_64
libXau-1.0.8-2.1.el7.x86_64
libxcb-1.11-4.el7.x86_64
libXext-1.3.3-3.el7.x86_64
libXrender-0.9.8-2.1.el7.x86_64
ncurses-libs-5.9-13.20130511.el7.x86_64
nss-softokn-freebl-3.16.2.3-14.4.el7.x86_64
pam-1.1.8-18.el7.x86_64
readline-6.2-9.el7.x86_64
zlib-1.2.7-17.el7.x86_64
unzip-6.0-16.el7.x86_64
java-1.8.0-openjdk.x86_64
硬件環境檢查
1. 查看內存
安裝前準備
1. 需要創建gbasedbt用戶和組作為數據庫的超級管理員
groupadd gbasedbt
useradd -g gbasedbt -d /home/gbasedbt -m -s /bin/bash gbasedbt
2. 準備好安裝包
GBase8s_Express_Edition.tar
[root@localhost ~]# mkdir install
[root@localhost ~]# cd install
[root@localhost install]# tar -xf /setup/GBase8s_Express_Edition.tar
[root@localhost install]# ls -lrt
靜默安裝:
[root@localhost install]# mkdir /opt/gbase
[root@localhost install]# chmod 755 /opt/gbase
[root@localhost install]# ./ids_install -i silent -
DLICENSE_ACCEPTED=TRUE -DUSER_INSTALL_DIR=/opt/gbase
配置環境變量
su – gbasedbt
vi profile.gbase8s
export GBASEDBTSERVER=gbase8s
export GBASEDBTDIR=/opt/gbase
export GBASEDBTSQLHOSTS=/opt/gbase/etc/sqlhosts.gbase8s
export ONCONFIG=onconfig.gbase8s
export PATH=/opt/gbase/bin:$PATH
export DB_LOCALE=zh_CN.utf8
export CLIENT_LOCALE=zh_CN.utf8
unset GL_USEGLU
export PATH=$GBASEDBTDIR/bin:$GBASEDBTDIR/sbin:$PATH
[gbasedbt@localhost ~]$ source profile.gbase8s
查看是否生效
[gbasedbt@localhost ~]$ touch /opt/gbase/etc/sqlhosts.gbase8s
[gbasedbt@localhost ~]$ vi /opt/gbase/etc/sqlhosts.gbase8s
[gbasedbt@localhost ~]$ cat /opt/gbase/etc/sqlhosts.gbase8s
gbase8s onsoctcp 192.168.4.88 9088
[gbasedbt@localhost ~]$ cd /opt/gbase/etc
[gbasedbt@localhost etc]$ ls onconfig.std
onconfig.std
[gbasedbt@localhost etc]$ cp onconfig.std onconfig.gbase8s
[gbasedbt@localhost etc]$ ls onconfig.*
onconfig.gbase8s onconfig.std
按照以下表內的參數,將配置文件onconfig.gbase8s進行修改
初始化實例
[gbasedbt@localhost ~]$ mkdir -p $GBASEDBTDIR/gbase8s_dbs
[gbasedbt@localhost ~]$ touch $GBASEDBTDIR/gbase8s_dbs/rootdbs.dbf
[gbasedbt@localhost ~]$ chmod 660 $GBASEDBTDIR/gbase8s_dbs/rootdbs.dbf
[gbasedbt@localhost etc]$ gserver init
卸載GBase 8s
cd /opt/gbase/uninstall/uninstall_ids/
[root@localhost uninstall_ids]# ls
InstallScript.iap_xml installvariables.properties removablesList.txt uninstaller.jar uninstallids uninstallids.lax
[root@localhost uninstall_ids]# ./uninstallids
1. 清除殘余目錄
[root@localhost uninstall_ids]# cd /opt
[root@localhost opt]# ls
Gbase
[root@localhost opt]# rm -rf gbase
2. 刪除用戶
[root@localhost opt]# userdel -r gbasedbt
文章版權歸作者所有,未經允許請勿轉載,若此文章存在違規行為,您可以聯系管理員刪除。
轉載請注明本文地址:http://specialneedsforspecialkids.com/yun/129727.html
摘要:對于規模化部署的云計算數據中心來說,優點帶來的好處遠大于缺點所造成的負面影響。 淺談云計算數據中心對布線系統的影響 羅森伯格亞太電子有限公司:孫慧永 在談云計算數據中心之前,我們要先了解一下,什么是云計算?云計算是指IT基礎設施的交付和使用模式,指通過網絡以按需、易擴展的方式獲得所需的資源。 提供資源的網絡被稱為云。 云是IT的資源池,可以隨時獲取,按需使用,隨時擴展,按使用付費。這種特性...
摘要:一個卷的掛載傳播由中的字段控制。此模式等同于內核文檔中描述的掛載傳播。此卷掛載的行為與掛載相同。掛載傳播可能很危險。所謂傳播事件,是指由一個掛載對象的狀態變化導致的其它掛載對象的掛載與解除掛載動作的事件。 Mount propagation 掛載傳播允許將Container掛載的卷共享到同一Pod中的其他Container,甚至可以共享到同一節點上的其他Pod。一個卷的掛載傳播由Con...
閱讀 1346·2023-01-11 13:20
閱讀 1684·2023-01-11 13:20
閱讀 1132·2023-01-11 13:20
閱讀 1858·2023-01-11 13:20
閱讀 4100·2023-01-11 13:20
閱讀 2704·2023-01-11 13:20
閱讀 1385·2023-01-11 13:20
閱讀 3597·2023-01-11 13:20