Upgrade CLE

该篇博客详细介绍了如何在Ubuntu服务器上进行CLE(可能是某种软件或服务)的升级操作,包括通过SCP将安装文件传输到服务器,切换到超级用户,检查当前版本,停止服务,使安装文件可执行,执行安装,再次确认版本,并启动服务的过程。日志显示升级成功,服务已启动并配置完毕。
摘要由CSDN通过智能技术生成

Upgrade CLE Steps


On you desktop

  • Copy CLE installation file to your server. My server is Ubuntu, IP address is: 192.168.100.7
scp cle-2.6.1.linux.x64.bin landingsite@192.168.100.7:/tmp

On your server

  1. login in your server via SSH.
ssh landingsite@192.168.100.7
  1. Move the installation file from /tmp to ~.
mv /tmp/cle-2.6.1.linux.x64.bin .
  1. Switch to super user. !!!IMPORTANT!!!
sudo su
  1. See CLE version which is running.
cle version
  1. Stop CLE service before upgrading.
cle service stop
  1. Make the installation file executable.
chmod +x ./cle-2.6.1.linux.x64.bin
  1. Installing.
./cle-2.6.1.linux.x64.bin
  1. See CLE version for double-check.
cle version

Logs shown on console.

CLE Version: 2.6.1
Algorithm Version: 2.6.1
Web Debugger Version: 2.2.1

  1. Start CLE service
cle service start

Logs shown if everything is OK

[LOG 21-10-12 11:16:35] Project Configured at /root/.corelink/cle/.cle.cpa
[LOG 21-10-12 11:16:35] CPA Version: 1.0.0
name: LandingSiteOffice
isPusher: false
managerApiUrl: http://localhost:18002
managerKey: ***
managerSecret: ***
category: null
version: 1.0.0
networks: [object Object]
heartbeatInterval: 5000
beaconAuditTime: 200
gatewayAuditTime: 5000
gatewayLifeTime: 30000
workerLifeTime: 60000
pusherUdpPort: 0
beaconUserdataMaxCachedTs: 100000
[LOG 21-10-12 11:16:35] Algorithm configured.
+ Beacon height: 1
[LOG 21-10-12 11:16:35] 2 AOA gateways configured.
[LOG 21-10-12 11:16:35] 0 RSSI gateways configured.
[LOG 21-10-12 11:16:35] Out log at /root/.corelink/cle/logs/out.log
[LOG 21-10-12 11:16:35] Err log at /root/.corelink/cle/logs/err.log
[LOG 21-10-12 11:16:36] CLE started

  1. Done!
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值