|
Last modified: 17 Oct 2007
WARNING: This documentation covers Parallels H-Sphere versions up to 3.1. For the latest up-to-date Parallels H-Sphere documentation, please proceed to the
official Parallels site.
To stop H-Sphere service on an H-Sphere Windows server, run in command prompt:
net stop hssvc
net stop hsphere
Here, hssvc is required for ASP-based Winbox services implemented in earlier versions of H-Sphere (written in C),
and hsphere for SOAP-based H-Sphere services (written in .NET).
To start H-Sphere service on a Winbox, run:
net start hssvc
net start hsphere
|