1.完整版安装
2.服务脚本
完整版服务脚本
/opt/dmhs/db/bin/DmServiceHSDB |
内置数据库脚本 |
/opt/dmhs/web/bin/DmhsWebService |
Web脚本 |
/opt/dmhs/hs_agent/ DmhsAgentServiceHsAgent |
Agent脚本 |
3.目录结构
4.启动DMHS
4.1启动web节点
[root@mydb bin]# ./DmServiceHSDB start DmServiceHSDB service is already running. |
[root@mydb bin]# ./DmhsWebService start Using CATALINA_BASE: /opt/dmhs/web Using CATALINA_HOME: /opt/dmhs/web Using CATALINA_TMPDIR: /opt/dmhs/web/temp Using JRE_HOME: /opt/dmhs/jdk Using CLASSPATH: /opt/dmhs/web/bin/bootstrap.jar:/opt/dmhs/web/bin/tomcat-juli.jar Using CATALINA_PID: /opt/dmhs/web/bin/pids/DmhsWebService.pid Tomcat started. |
[root@mydb hs_agent]# ./DmhsAgentServiceHsAgent start Starting DmhsAgentServiceHsAgent: [ OK ] |
4.2启动agent端
[root@mydb hs_agent]# ./DmhsAgentServiceHsAgent start Starting DmhsAgentServiceHsAgent: [ OK ] |