您也可以按照如下步骤,手动创建实例并初始化。
(1)创建一个实例,假设其实例名为“gbaseserver”。
(2)创建一个实例需要配置以下三个文件,使用用实例名作为文件的后缀:
a) 环境变量文件名为 profile.gbaseserver
b) 配置参数文件名称为 onconfig.gbaseserver
c) sqlhosts 配置文件名称为 sqlhosts.gbaseserver
具体步骤如下:
1 创建数据库的数据文件存储目录 /dbs
以 root 身份登录,进入安装目录,创建数据目录:
[root@localhost ~]# cd /opt/GBASE/gbase [root@localhost gbase]# mkdir dbs [root@localhost gbase]# cd dbs [root@localhost dbs]# touch rootdbs [root@localhost dbs]# chown gbasedbt:gbasedbt rootdbs [root@localhost dbs]# chmod 660 rootdbs |
2 配置profile.gbaseserver环境变量文件