Hyperic Agent installation and configuration report-No token file found, waiting for Agent

Source: Internet
Author: User

I have worked hard with VMWare to solve the problem. the solution is as follows: * Stop the agent Windows service. * Make sure all the agent processes are down-wrapper and Java processes. * Verify that the path % SystemRoot % \ TEMP exist in themachine. * If it exists, remove the file: % SystemRoot % \ TEMP \ agent. encrypt. lock * Open % AGENT_INSTALL_HOME % \ bundles \ agent-5.0.0 \ bin \ hq-agent.bat (% AGENT_INSTALL_HOME % is probably C: \ hyperic \ hyperic-hqee-agent-5.0.0) ** Search for the following text: set CLIENT_CMD = "% HQ_JAVA_HOME % \ bin \ java" ** And replace it with the text: set CLIENT_CMD = "% HQ_JAVA_HOME % \ bin \ java"-Djava. io. tmpdir = "% SystemRoot % \ TEMP" ** The rest of the line shoshould stay as is. * Open % AGENT_INSTALL_HOME % \ bundles \ agent-5.0.0 \ conf \ wrapper. conf (% AGENT_INSTALL_HOME % is probably C: \ hyperic \ hyperic-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.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.