
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 |

| Restarting H Sphere Services |
|
This document explains how to start, stop, and restart daemon services on H-Sphere servers under Linux and FreeBSD. Don't stop services with kill, as it may cause information loss!!! Below instructions don't apply to restarting DNS server (named) for Bind 8.x. Starting Services. Stopping Services. Restarting Services. An alternative method - and often more appropriate - is to stop and then start the service: Linux:# /etc/rc.d/init.d/<SERVICE> stop # sleep 10 # /etc/rc.d/init.d/<SERVICE> start FreeBSD: # /usr/local/etc/rc.d/<SERVICE> stop # sleep 10 # /usr/local/etc/rc.d/<SERVICE> start Note: While restarting H-Sphere, run killall -9 java after you stop and before you start CP. Warning: Don't use kill -9 to stop named, as it may cause information loss! Following are the commands to put in place of <SERVICE>: |