<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.dersllc.com/index.php?action=history&amp;feed=atom&amp;title=VMware%2FVHA</id>
	<title>VMware/VHA - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.dersllc.com/index.php?action=history&amp;feed=atom&amp;title=VMware%2FVHA"/>
	<link rel="alternate" type="text/html" href="http://wiki.dersllc.com/index.php?title=VMware/VHA&amp;action=history"/>
	<updated>2026-05-05T20:03:20Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.3</generator>
	<entry>
		<id>http://wiki.dersllc.com/index.php?title=VMware/VHA&amp;diff=23&amp;oldid=prev</id>
		<title>Admin: Created page with &quot;= Health Analyzer = ===Vault Link===  https://vault.vmware.com/group/vault-main-library/healthanalyzer ===Registration Link===  https://pstoolhub.vmware.com/ === Registration Code for 5.4 ===  Registration Key: WG88IS9LJFA1KNYWUV  Registration E-mail: droessner@vmware.com ===Support Information===  services-software-support@vmware.com  = Issues and Fixes = ==Fails to collect Data from vCenter== ===Issue===  Unable to get progress information. See application logs for mor...&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.dersllc.com/index.php?title=VMware/VHA&amp;diff=23&amp;oldid=prev"/>
		<updated>2023-06-02T19:10:04Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;= Health Analyzer = ===Vault Link===  https://vault.vmware.com/group/vault-main-library/healthanalyzer ===Registration Link===  https://pstoolhub.vmware.com/ === Registration Code for 5.4 ===  Registration Key: WG88IS9LJFA1KNYWUV  Registration E-mail: droessner@vmware.com ===Support Information===  services-software-support@vmware.com  = Issues and Fixes = ==Fails to collect Data from vCenter== ===Issue===  Unable to get progress information. See application logs for mor...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= Health Analyzer =&lt;br /&gt;
===Vault Link===&lt;br /&gt;
 https://vault.vmware.com/group/vault-main-library/healthanalyzer&lt;br /&gt;
===Registration Link===&lt;br /&gt;
 https://pstoolhub.vmware.com/&lt;br /&gt;
=== Registration Code for 5.4 ===&lt;br /&gt;
 Registration Key: WG88IS9LJFA1KNYWUV&lt;br /&gt;
 Registration E-mail: droessner@vmware.com&lt;br /&gt;
===Support Information===&lt;br /&gt;
 services-software-support@vmware.com&lt;br /&gt;
&lt;br /&gt;
= Issues and Fixes =&lt;br /&gt;
==Fails to collect Data from vCenter==&lt;br /&gt;
===Issue===&lt;br /&gt;
 Unable to get progress information. See application logs for more information. (Version 5.4)&lt;br /&gt;
===Fix===&lt;br /&gt;
 In general vHA tool is very memory hungry when analyzing big projects. You will need to increase the amount of RAM for the tool (if this is possible)&lt;br /&gt;
  &lt;br /&gt;
 Please follow this guide:&lt;br /&gt;
  &lt;br /&gt;
 If you use java version - &lt;br /&gt;
  &lt;br /&gt;
 For java app 64-bit JRE is recommended for large environments&lt;br /&gt;
 To change the amount of memory using the Java application&lt;br /&gt;
 1. Stop the VMware HealthAnalyzer Java application.&lt;br /&gt;
 2. Go to the directory where the VMware HealthAnalyzer Java application was unzipped.&lt;br /&gt;
 3. Open &amp;lt;vhalocation&amp;gt;/resources/applicationContext.xml using a Text Editor (Notepad++ like app)&lt;br /&gt;
 4. App Server: Locate vha-start section and change the value of Xmx1024m to Xmx2048m, and  XX:MaxPermSize=256M to  XX:MaxPermSize=512M&lt;br /&gt;
 &amp;lt;util:map id=&amp;quot;vha-start&amp;quot; map-class=&amp;quot;java.util.LinkedHashMap&amp;quot;&amp;gt;&lt;br /&gt;
         &amp;lt;entry key=&amp;quot;java&amp;quot; value=&amp;quot;&amp;quot; /&amp;gt;&lt;br /&gt;
         &amp;lt;entry key=&amp;quot;-Xmx2048m&amp;quot; value=&amp;quot;&amp;quot; /&amp;gt;&lt;br /&gt;
         &amp;lt;entry key=&amp;quot;-XX:MaxPermSize=512M&amp;quot; value=&amp;quot;&amp;quot; /&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
 5. DB Server:  Locate basex-start section and change the value of Xmx1280m to Xmx2048m.  Notice there is a new line added as well.&lt;br /&gt;
  &lt;br /&gt;
 &amp;lt;util:map id=&amp;quot;basex-start&amp;quot; map-class=&amp;quot;java.util.LinkedHashMap&amp;quot;&amp;gt;&lt;br /&gt;
         &amp;lt;entry key=&amp;quot;java&amp;quot; value=&amp;quot;&amp;quot; /&amp;gt;&lt;br /&gt;
         &amp;lt;entry key=&amp;quot;-Xmx2048m&amp;quot; value=&amp;quot;&amp;quot; /&amp;gt;&lt;br /&gt;
         &amp;lt;entry key=&amp;quot;-XX:MaxPermSize=512M&amp;quot; value=&amp;quot;&amp;quot; /&amp;gt;     #new line&lt;br /&gt;
        &lt;br /&gt;
 6. Start the VMware HealthAnalyzer Java application.&lt;br /&gt;
  &lt;br /&gt;
 -----------------------------------------&lt;br /&gt;
  &lt;br /&gt;
 To change the amount of Tomcat memory with a virtual appliance&lt;br /&gt;
 1. Log in to the virtual appliance using the user root and password vmware.&lt;br /&gt;
 2. Open the configuration file using vi or another text editor:&lt;br /&gt;
 vi /usr/share/vha/tomcat/conf/vha-tomcat-memory&lt;br /&gt;
 3. Locate the default value of 2048 and change it to your desired value. This is the amount of memory allocated to Tomcat in megabytes.&lt;br /&gt;
 4. To change the amount of database memory with a virtual appliance You have to edit basexserver configuration file&lt;br /&gt;
 /usr/share/vha/basex/bin/basexserver&lt;br /&gt;
 # Options for virtual machine&lt;br /&gt;
 VM=-Xmx2048m - change this to amount memory you have and want &lt;br /&gt;
 5. Restart the appliance with the following command:&lt;br /&gt;
 shutdown –r now&lt;br /&gt;
 6. You can confirm that the memory value changed by issuing the following command and reviewing the argument –Xmx .&lt;br /&gt;
 ps –ef | grep catalina and ps -ef | grep -i basex&lt;br /&gt;
 Default virtual appliance memory size is 1.5GB so it must be increased as well.&lt;br /&gt;
  &lt;br /&gt;
 If this did not work I have deployed one vHA instance in our vCenter with 8G for tomcat and 8G for database. You can access it on the following URL:&lt;br /&gt;
  &lt;br /&gt;
 http://10.26.226.213/vha/HealthAnalyzer.html#!explore&lt;br /&gt;
 (you must be in VMware VPN/network)&lt;br /&gt;
 You can use it as long as needed. Please let me know when You finish. Thank You&lt;br /&gt;
  &lt;br /&gt;
 Best regards,&lt;br /&gt;
 Anton Sabev&lt;br /&gt;
 Support Engineer, Field Tools&lt;br /&gt;
 sabeva@vmware.com&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
</feed>