zoukankan      html  css  js  c++  java
  • Hyperic Agent 安装配置报

    本人经过跟VMWare 支持的多方努力,问题终于得到解决,方案如下:

    * Stop the agent Windows service.

    * Make sure all the agent processes are down - wrapper  and Java processes.

    * Verify that the the path %SystemRoot%TEMP exist in themachine.

    * If it exists, remove the file:%SystemRoot%TEMPagent.encrypt.lock

    * Open%AGENT_INSTALL_HOME%undlesagent-5.0.0inhq-agent.bat (%AGENT_INSTALL_HOME%is probably C:hyperichyperic-hqee-agent-5.0.0)

    ** Search for the following text:

    set CLIENT_CMD="%HQ_JAVA_HOME%injava"

    ** And replace it with the text:

    set CLIENT_CMD="%HQ_JAVA_HOME%injava"-Djava.io.tmpdir="%SystemRoot%TEMP"

    ** The rest of the line should stay as is.

    * Open%AGENT_INSTALL_HOME%undlesagent-5.0.0confwrapper.conf(%AGENT_INSTALL_HOME% is probably C:hyperichyperic-hqee-agent-5.0.0)

    ** Look for the wrapper.java.additional propertiessection.

    ** Add the following new line at the end of the section.Don't forget to replace the XXX with the correct number.

    wrapper.java.additional.XXX=-Djava.io.tmpdir=%SystemRoot%TEMP

    * Start the agent in the usual way.

  • 相关阅读:
    maven_常用命令
    tomcat_server.xml常用配置
    tomcat线程池原理
    Tomcat处理HTTP请求原理&线程池
    javaweb-javaScript(一)
    javaweb-html快速入门
    javaweb-css
    javaweb-单元测试与注解
    javaweb-文件的上传下载
    javaweb-jsp开发模式+JSON插件
  • 原文地址:https://www.cnblogs.com/keanuyaoo/p/3359803.html
Copyright © 2011-2022 走看看