0
点赞
收藏
分享

微信扫一扫

Ubuntu 18.04升级gclibc为2.28版本

七千22 2024-08-30 阅读 21

下载服务安装包

wget https://dlcdn.apache.org/skywalking/10.0.1/apache-skywalking-apm-10.0.1.tar.gz

目前最新版本是10,离线下载安装包。(主要这个版本需要jdk17版本)

更改配置

tar xf apache-skywalking-apm-10.0.1.tar.gz

# 解压到这个目录里
skywalking]# pwd
/data/skywalking
skywalking]# ls
bin  config  config-examples  LICENSE  licenses  LICENSE.tpl  NOTICE  oap-libs  README.txt  tools  webapp  zipkin-LICENSE

修改配置文件(这里写es的地址,之前服务器上已有es了)

config]# pwd
/data/skywalking/config
config]# ls application.yml
application.yml

147     clusterNodes: ${SW_STORAGE_ES_CLUSTER_NODES:localhost:9200}

启动服务

bin]# pwd
/data/skywalking/bin
 bin]# ls
oapService.bat      oapServiceInit.sh     oapServiceNoInit.sh  startup.bat  webappService.bat
oapServiceInit.bat  oapServiceNoInit.bat  oapService.sh        startup.sh   webappService.sh

# oapService.sh  webappService.sh  在脚本里加入Java变量
JAVA_HOME=/root/jdk-17.0.12

# 运行上面两个脚本后 脚本运行是默认前台启动,需要在后台在运行脚本

访问页面

IP地址:8080

举报

相关推荐

0 条评论