|
H-Sphere script runner is an utility used by H-Sphere to call and run its scripts.
The current version of the script runner update script requires gcc compiler installed.
The script should be launched on the CP server to provide the following actions:
- Retrieve H-Sphere boxes list using the H-Sphere java tool.
- Upload script-runner sources into each H-Sphere box.
- Log into each H-Sphere box and:
- compile script runner sources;
- place the new compiled script runner script into /hsphere/shared/scripts/
To install the script runner update script, do the following:
# wget http://psoft.net/shiv/HS/u-script-runner.tgz \ for Unix, or
fetch http://psoft.net/shiv/HS/u-script-runner.tgz for FreeBSD.
# tar xfz ./u-script-runner.tgz
# cd ./u-script-runner.tgz
# sh update.sh
|