Skip to main content

Hyperic Eroor

Error when adding clients on Auto Discovery:  
Unable to import platform : org.hyperic.hq.common.SystemException: org.hyperic.hq.common.SystemException: Unable to find PlatformType [Win32]

Solution:

Looks like an issue with spaces in the server install path -- re-locating my server-4.5 directory enabled the server to actually complete its deployment process (without spitting stack traces to the log), and the eam_platform_type table (and others) to be populated with initial data.

Here's what I did to re-locate the server, assuming it's installed to the default "C:\Program Files\server-4.5":
1. Open a command prompt.
2. In the command prompt, run: "C:\Program Files\server-4.5\bin\hq-server" stop
(adjust path as required)
3. Run: "C:\Program Files\server-4.5\bin\hq-server" remove
4. Relocate the server-4.5 directory, eg. to C:\Hyperic\server-4.5
5. [Back] in the command prompt, run: "C:\Hyperic\server-4.5\bin\hq-server" install
6. Finally, run: "C:\Hyperic\server-4.5\bin\hq-server" start
... and hold your breath...

You may also want to relocate the agent as well, just to be safe... process follows as above

Comments

Popular posts from this blog

Installing Nagios 4 on Ubuntu 14 04 LTS

AWS Certification Q&A

The AWS Certified Solutions Architect – Associate Level exam is intended for individuals with experience designing distributed applications and systems on the AWS platform. I am listing many sample certification questions and answers while will help to face the certification successfully Keep in mind that the answers for each question might change due to the advancement of AWS and please try to find the answer in more logical manner Answers are below of the page Sample Questions for Amazon Web Services Associate Solutions Architect Certification What does Amazon S3 stand for? A Simple Storage Solution. B Storage Storage Storage (triple redundancy Storage). C Storage Server Solution. D Simple Storage Service. You must assign each server to at least _____ security group A 3 B 2 C 4 D 1 - Before I delete an EBS volume, what can I do if I want to recreate the volume later? A Create a copy of the EBS volume (not a snapshot) B Store a snapshot of the volume C Downlo...