Commit c3b9529b authored by Liuxiaohong123's avatar Liuxiaohong123

更新年份2022

parent b2542c73
......@@ -51,7 +51,7 @@ const Footer = (props) => (
<Col xl={6} lg={8} md={8} xs={24} css={styles.footerLink}>
<div style={styles.line}><SubTitle>版权所有</SubTitle></div>
<div style={{...styles.info, marginTop: -7}}>长沙智维宝网络科技有限公司</div>
<div style={styles.info}>Copyright © 2021 长沙智维宝网络科技有限公司 版权所有</div>
<div style={styles.info}>Copyright © 2022 长沙智维宝网络科技有限公司 版权所有</div>
<div style={styles.info}>备案号:<a href="https://beian.miit.gov.cn" target="_blank" title="京ICP备14004049-1号">ICP14004049-4</a></div>
<div style={styles.info}><img src={GABA} width="18" height="18" style={{"margin-top": 14}} alt="公安备案图片"/><a target="_blank" href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=43010302001396">湘公网安备 43010302001396</a></div>
</Col>
......
......@@ -6,9 +6,11 @@ anchorMenu:
title: Windows系统ITOSS自动升级
- id: step2
title: Linux系统ITOSS自动升级
- id: step3
title: 升级问题
---
### Windows系统ITOSS自动升级
### <div id="step1" class="anchor-point">Windows系统ITOSS自动升级</div>
************
1. 停止ITOSS服务和elasticsearch服务。
如果是start.bat启动的请退出start.bat。
......@@ -35,7 +37,7 @@ anchorMenu:
重启ITOSS服务,确保elasticsearch服务也在运行。
然后重新浏览器输入服务器虚拟IP地址:端口访问。
### Linux系统ITOSS自动升级
### <div id="step2" class="anchor-point">Linux系统ITOSS自动升级</div>
****************
1. 停止ITOSS服务、和elasticsearch服务后、vlanmgr进程、vland进程。
itoss3.0旧版本工作目录下:
......@@ -71,3 +73,29 @@ anchorMenu:
3. 重新连接VLAN.CN组。
<font color=red>注意:脚本升级时间可能比较长,尤其网络原因可能会导致升级失败,可能需要多次执行update脚本,也可以[通过百度云直接下载新的完整绿色包](/download/)</font>
### <div id="step3" class="anchor-point">升级问题</div>
*******************
一、下载失败?
如果执行update.bat或者update.sh没有显示"Weadmin LoadProgress:" 下载进度或者进度一直为0%怎么办?
排查步骤:
1. 打开update.bat或者update.sh,检查下载服务器地址是否正确,如下所示:
`-Dagent.discovery.serverurls=http://119.96.227.218:9090 \`
如果不正确就手动修改。
2. 确认好服务器地址正确后,当前网络环境下测试一下服务器,例如:
`telnet 119.96.227.218 9090`,如下表示可以连接服务器。
![img](../../../images/faq/faq24/telnet.png)
如果提示连接失败或者长时间没有反应,那需要检查当前网络环境是否有端口限制,IP限制,然后解除限制方能升级成功。
二、下载成功但是升级失败?
如果下载成功,并且有Weadmin LoadProgress:100%之类字符,但是一直update不正常,执行start后一直没有出现 “WEADMIN is OK ! You can visit http://localhost:8080 ”字符怎么办?
有可能是升级过程中断导致损坏。
解决办法有如下两种:
1. 移除bundle-cache文件夹,重新执行update脚本,会重新生成bundle-cache文件夹(这个下载过程可能会比较慢)。下载安装完毕,start启动应该会显示 “WEADMIN is OK ! You can visit http://localhost:8080 ” 字样。
2. 没有其它特殊文件更新的情况下,也可以下载新版本的绿色包,解压缩后将新的bundle-cache拷过来替换掉之前损坏的bundle-cache。然后start启动后应该会“WEADMIN is OK ! You can visit http://localhost:8080 ” 字样。
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment