
High Grade Reseller Hosting Solutions
“For their high grade Reseller Hosting solutions, Cartika Hosting receives an Editors' Choice Award”
Network Information
| Network Configuration |
| Cluster MRTG Graphs |
| Cartika Network Status |
| Uptime Statistics |

| Fixing Crashed H Sphere Database |
|
Sometimes PostgreSQL database can get corrupted to the point of no return. That might manifest itself in things like: hsphere=# VACUUM ; This usually means that index is corrupted. To recover from the problem:
If you get any errors like: FindExec: found "/usr/bin/postmaster" using argv[0] 2002-03-22 13:42:46 [6002] DEBUG: database system was shut down at 2002-03-22 11:46:11 CET 2002-03-22 13:42:46 [6002] DEBUG: ReadRecord: invalid resource manager id 157 at (0, 561372168) 2002-03-22 13:42:46 [6002] DEBUG: Invalid primary checkPoint record 2002-03-22 13:42:46 [6002] DEBUG: Invalid RMID in secondary checkPoint record 2002-03-22 13:42:46 [6002] FATAL 2: Unable to locate a valid CheckPoint record 2002-03-22 13:42:46 [6002] DEBUG: proc_exit(2) 2002-03-22 13:42:46 [6002] DEBUG: shmem_exit(2) 2002-03-22 13:42:46 [6002] DEBUG: exit(2) /usr/bin/postmaster: reaping dead processes... /usr/bin/postmaster: Startup proc 6002 exited with ... The messages such as: In view of the above errors, do the following:
Here, two Postgres tools are used: |