准备环境
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
文章版权归作者所有,未经允许请勿转载,若此文章存在违规行为,您可以联系管理员删除。
转载请注明本文地址:https://www.ucloud.cn/yun/129727.html
摘要:对于规模化部署的云计算数据中心来说,优点带来的好处远大于缺点所造成的负面影响。 浅谈云计算数据中心对布线系统的影响 罗森伯格亚太电子有限公司:孙慧永 在谈云计算数据中心之前,我们要先了解一下,什么是云计算?云计算是指IT基础设施的交付和使用模式,指通过网络以按需、易扩展的方式获得所需的资源。 提供资源的网络被称为云。 云是IT的资源池,可以随时获取,按需使用,随时扩展,按使用付费。这种特性...
摘要:一个卷的挂载传播由中的字段控制。此模式等同于内核文档中描述的挂载传播。此卷挂载的行为与挂载相同。挂载传播可能很危险。所谓传播事件,是指由一个挂载对象的状态变化导致的其它挂载对象的挂载与解除挂载动作的事件。 Mount propagation 挂载传播允许将Container挂载的卷共享到同一Pod中的其他Container,甚至可以共享到同一节点上的其他Pod。一个卷的挂载传播由Con...
阅读 1251·2023-01-11 13:20
阅读 1560·2023-01-11 13:20
阅读 1015·2023-01-11 13:20
阅读 1685·2023-01-11 13:20
阅读 3973·2023-01-11 13:20
阅读 2521·2023-01-11 13:20
阅读 1356·2023-01-11 13:20
阅读 3487·2023-01-11 13:20