This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
NTP:192.168.52.249
+ 开发环境
admin/Hkka@6699!
+ 生产环境
https://183.224.169.105/#/login
商务局用户 ynswt01 密码 Maxvision@123!!
能投用户 yanjiang1 密码 Max@123
自用 huawei1 密码 HW@123456
单点用户(不对外提供) 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
```