当前位置: 首页 > 工具软件 > TBase > 使用案例 >

tbase安装部署

吴丁雷
2023-12-01

tbase安装部署

1、在腾讯云申请两台CVM虚机。
配置:4core 8gmem
配置:虚机SG安全组

2、修改主机名
hostnamectl set-hostname tbase1
hostnamectl set-hostname tbase2

vim /etc/hosts
172.17.0.11 tbase1
172.17.0.14 tbase2

3、下载安装包
wget https://tbase-4434423233434333.cos.ap-shanghai.myqcloud.com/Centos7.zip

4、配置安装选项
vim tbase_mgr/conf/role.info

eth0 172.17.0.11 idc_1 root Root123.com OssCenterMaster|Confdb|TStudio|Etcd
eth0 172.17.0.14 idc_1 root Root123.com OssCenterSlave|Confdb|Alarm

5、安装
[root@tbase1 tbase_mgr]# chmod -R 755 tbase_mgr.sh
[root@tbase1 tbase_mgr]# ./tbase_mgr.sh install

6、安装日志监控
[root@tbase1 logs]# tail -f /tbase/Centos7/tbase_mgr/logs/tbase_mgr.sh.info.log.2020-07-22

7、访问
http://49.234.36.96:8080

admin/123456

8、上传证书
2000107.info

9、初始化实例

资源模板->机型管理->服务器管理->资源池管理
创建租户:tbase/12345

 类似资料: