Forgotten Hyperic password
I setup Hyperic a while ago and rather stupidly forgot the hqadmin password!
If the same happens to you it’s fairly easy to reset it. This assumes you’re using the default postgres database -
cd to your Hyperic server’s bin directory
cd ~/hyperic/server-3.1.1/bin
and connect to the database using SQL
./db-psql.sh
Not update the hased password. The command below will set the ‘hqadmin’ users password back to hqadmin -
update eam_principal set password='XfLzwfNQujo/CxxaYX3OCg==' where id =1;
and then to quit out of psql
\q
Last updated by .
Related posts:
- Reset A2Billing 1.4 root password
- SysAdminMan Template password change
- OpenVZ mysql root password fail
SysAdminMan provides virtual PBX hosting based on Asterisk and Freeswitch.
Avaialble systems include FreePBX, PBX-in-a-Flash, Elastix, A2Billing and FusionPBX.
More details and prices can be found at sysadminman.net
Avaialble systems include FreePBX, PBX-in-a-Flash, Elastix, A2Billing and FusionPBX.
More details and prices can be found at sysadminman.net

mr goh:
thank you for the guide, it works like a charm
21 April 2009, 2:00 am