You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
681 B

5 months ago
NTP192.168.52.249
8 months ago
+ 开发环境
admin/Hkka@6699!
+ 生产环境
https://183.224.169.105/#/login
商务局用户 ynswt01 密码 Maxvision@123!!
能投用户 yanjiang1 密码 Max@123
自用 huawei1 密码 HW@123456
3 months ago
单点用户(不对外提供) ssoAdmin
## 问题处理
1. 相机状态强制刷新
到redis删除key后清空浏览器缓存刷新界面
![[Pasted image 20250520123514.png]]
2. 重启openGauss
```shell
# 切换用户
su gauss
# 进入安装目录执行restart 可以换成start 或者 stop /opengauss/gaussdb/data/single_node是文件目录根据实际情况而定
cd /opengauss/gaussdb/bin && gs_ctl restart -D /opengauss/gaussdb/data/single_node
```