CloudLinker安全审计
CloudLinker概述
简介
名词解释
功能特性
团队套餐
CloudLinker产品使用
快速上手
配置团队
配置集群
配置工作组
Linux运维
Windows运维
数据库运维
日志审计
SQL指令拦截
SQL 审批
运维统计
系统日志
管控节点
不同权限账号免密登录
Linux 免密登录
CloudLinker视频教程
使用CloudLinker的前期准备工作
如何配置管控节点?
如何添加主机数据库?
怎样连接机器?
如何添加成员?
哪里追溯日志查看问题?
安全审批部分怎么使用?
多人协作的功能是什么?
CloudLinker 常见问题
连接服务器相关问题
连接 Windows Server 服务器问题
使用域账号连接Windows服务器
连接数据库相关问题
使用 DBeaver 连接 MySQL 报错
CloudLinker 连接不支持调用数据库存储过程
常见功能项相关问题
等保安全相关问题
CloudLinker 更新日志
Linkit 更新日志
-
+
首页
管控节点
## 启停命令 请先确认管控节点的Agent版本,在CloudLinker的管理平台的集群设置中可以查看Agent的版本 如果是3.0以上版本(包括3.0),启停命令: #### Systemd(CentOS 7.x,Ubuntu16.04以上版本) ```bash systemctl {start|stop} csosagent.service ``` #### Upstart (Ubuntu 15.10以下版本,CentOS 6.x) ```bash {start|stop} csosagent ``` 如果是3.0以下版本,启停命令: #### Systemd(CentOS 7.x,Ubuntu16.04以上版本) ```bash systemctl {start|stop} diaobao_agent.service systemctl {start|stop} diaobao_sshproxy.service systemctl {start|stop} diaobao_webtty.service systemctl {start|stop} diaobao_mysqlproxy.service systemctl {start|stop} diaobao_mssqlproxy.service systemctl {start|stop} diaobao_tcpproxy.service ``` #### Upstart (Ubuntu 15.10以下版本,CentOS 6.x) ```bash {start|stop} diaobao_agent {start|stop} diaobao_sshproxy {start|stop} diaobao_webtty {start|stop} diaobao_mysqlproxy {start|stop} diaobao_mssqlproxy {start|stop} diaobao_tcpproxy {start|stop} diaobao_rdpproxy ``` ## 配置文件路径 请先确认管控节点的Agent版本,如果是3.0以上版本(包括3.0): /usr/local/CloudLinker /cfg.yaml 如果是3.0以下版本(包括3.0): /usr/local/diaobao_agent/proxy_config.yaml ## 对外提供服务的端口 以下为默认值,可以修改脚本中的默认端口。 SSH Proxy:9998 Web SSH:8889 Mstsc RDP: 9389 MySQL Proxy:9696 SQL Server Proxy:9433 Web RDP:8389 ## 更新客户端程序 当有新版客户端发布的时候,控制台会提示更新。更新方法为进入“集群管理-设置-更新管控节点”: 升级过程会断开所有在线连接,请提前确认。 ![](https://static.cloudcare.cn/cloudcare-mrdoc/img/2024-01-24_122918_8220650.9489436293766184.png) 将生成的命令,复制到部署agent这台服务器上执行,升级过程会重启agent,命令如下: ![](https://static.cloudcare.cn/cloudcare-mrdoc/img/2024-01-24_123450_2289800.7736850239148697.png) ① (推荐)直连(不通过堡垒机连接)到agent服务器上操作,执行以下命令: ```bash bash -c "$(curl -fsSL https://static.cloudcare.cn/cloudlinker/release/install.sh)" - --upgrade 1 --csos-host csos.cloudcare.cn ``` ② (不推荐)如果是通过堡垒机本身去连接到的agent服务器,请执行以下命令: ```bash nohup bash -c "$(curl -fsSL https://static.cloudcare.cn/cloudlinker/release/install.sh)" - --upgrade 1 --csos-host csos.cloudcare.cn & ``` ## 卸载客户端 使用第一节的命令停止客户端程序后,手动删除客户端的安装目录即可。 以操作系统CentOS 7,agent3.x版本: ```bash systemctl stop csosagent.service rm -fr /usr/local/csos ``` 操作系统CentOS 6.9,agent3.x版本: ```bash stop csosagent rm -fr /usr/local/csos ```
吴晓俊
2024年1月24日 12:36
转发文档
收藏文档
上一篇
下一篇
手机扫码
复制链接
手机扫一扫转发分享
复制链接
Markdown文件
分享
链接
类型
密码
更新密码