H-Sphere Sysadmin Guide

Building H-Sphere VPS
(HS VPS version 1.2)

 

Related Docs:  

VPS Upgrade VPS Scripts FreeVPS Docs

We provide H-Sphere VPS package only for:

  • Red Hat Linux release 7.3 with Perl v5.6.1 installed.
  • Red Hat Enterprise Linux release 3 with Perl v5.8.0 installed.

To check your Perl version, run:
# perl -v

You'll see something similar to this:

Red Hat Enterprise Linux release 3:
This is perl, v5.8.0 built for i386-linux-thread-multi

Red Hat Linux release 7.3
This is perl, v5.6.1 built for i386-linux

Make these few sipmle steps to build hsphere-vps on your box:

  1. Login as root to your VPS host server:
    su -
  2. Enter the temporary directory:
    # cd /var/tmp
  3. Download the latest hsphere-vps sources:
    # wget http://psoft.net/shiv/HS/VPS/hsphere-vps-n.n-x.tar.gz
    where n.n-x is the release number (currently, 1.2-1).
  4. Unpack hsphere-vps sources:
    # tar zxf hsphere-vps-n.n-x.tar.gz
  5. Enter the hsphere-vps directory:
    # cd hsphere-vps
  6. Build hsphere-vps package:
    # ./make_rpm

The newly-built package will be located at your linux packages directory:
/usr/src/redhat/RPMS

 


Related Docs:  

VPS Upgrade VPS Scripts FreeVPS Docs



© Copyright 1998-2004. Positive Software Corporation.
All rights reserved.