I am trying to install Hyperic server RPM {from vfabric repository} . My attempts to pass external postgres sql via vfabric_hyperic_server.properties in /etc/vmware/vfabric/hyperic/vfabric_hyperic_server.properties have no effect.
By default the install always goes for the builtin postgresql. Any suggestions to us the external postgres.
====== INSTALL LOG =========
=========================================================================
Installer Started
Current Date/Time: Fri Oct 12 19:27:44 PDT 2012
=========================================================================
Loading taskdefs...
Taskdefs loaded
Initializing Hyperic HQ 4.6.6 Installation...
Checking for existence of install configuration file (install_ee.properties)
Loading install configuration...
Loading from install_ee.properties...
doing non-interactive, accept= y ...
Install configuration loaded.
accepted=y...
Preparing to install...
Validating server install configuration...
Checking server webapp port...
Checking server secure webapp port...
Verifying admin user properties
Validating server DB configuration...
Installing the server...
Unpacking server to: /opt/hyperic...
Creating server configuration files...
Using "medium" installing profile...
Copying binaries and libraries to server installation...
Copying server configuration file...
Copying server db-upgrade files...
Copying server libs...
Setting up server database...
Setting up JDBC driver...
Copying database files...
Configuring database...
Loading taskdefs...
Taskdefs loaded
Starting repopulation of configuration table...
Waiting for built-in database to start (on port 9432)...
Starting built-in database...
Preparing database...
Loading taskdefs...
Taskdefs loaded
Waiting for server to stop...
Stopping built-in database...
Built-in database stopped.
Installing the server JRE ...
Unpacking JRE amd64-linux-1.6_30.tar.gz to: /opt/hyperic/server-4.6.6-EE...
Setting permissions on /opt/hyperic/server-4.6.6-EE...
Setting permissions on server binaries...
Fixing line endings on text files...
--------------------------------------------------------------------------------
Installation Complete:
Server successfully installed to: /opt/hyperic/server-4.6.6-EE
--------------------------------------------------------------------------------
Setup completed.
A copy of the output shown above has been saved to:
/opt/hyperic/hyperic-hqee-installer/installer/logs/hq-install.log
====== END INSTALL LOG =====
My /etc/vmware/vfabric/hyperic/vfabric_hyperic_server.properties .
### HQ server installation profile [small|medium|large]
HQ_SERVER_INSTALLATION_PROFILE=medium
# End of configuration
################################################################################