H-Sphere Sysadmin Guide

Script Runner Update

 

H-Sphere script runner is a utility used by H-Sphere to call and run its scripts. It is recommended that you have a script runner no older than version 1.8.

To update script runner:

  1. Download script runner 1.8 (or later if available) for your operating system:
    FreeBSD 4.x: http://www.psoft.net/shiv/HS/FBSD4/hsphere-script-runner-1-8.tgz
    RedHat 7.3: http://www.psoft.net/shiv/HS/RH73/hsphere-script-runner-1-8.rpm
    RedHat 7.2: http://www.psoft.net/shiv/HS/RH72/hsphere-script-runner-1-8.rpm
    RedHat Enterprise Server: http://www.psoft.net/shiv/HS/RHES3/hsphere-script-runner-1-8.rpm
    RedHat Advanced Server: http://www.psoft.net/shiv/HS/RHAS/hsphere-script-runner-1-8.rpm
  2. On every Unix/Linux server, log in as root and update script-runner:

    Linux:
    Check for script-runner data in the rpm database:
    # rpm -qa | grep script-runner
    If it's there, run the update:
    # rpm -Uvh hsphere-script-runner-1-8.rpm
    If it's not, run the installation:
    # rpm -ivh hsphere-script-runner-1-8.rpm
    FreeBSD:
    Check for script-runner data in pkg_info:
    # pkg_info | grep script-runner
    If it's there, run the update:
    # pkg_update hsphere-script-runner-1-8.tgz
    If it's not, run the installation:
    # pkg_add hsphere-script-runner-1-8.tgz
  3. Restart H-Sphere
  4.  



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