AX WPAR ruby library
description
This library allows to manage AIX wpars like ruby objects. Most standard operations are supported.
Installation
Standard isntallation with internet access:
gem install aix-wpar
Local installation:
gem install --local aix-wpar-0.1.0.gem
Usage
require 'wpars'
wpar = WPAR::WPAR.new(command: "ssh adxlpar2", name: "testwpar2")
wpar.live_stream=STDOUT
wpar.general.hostname="testwpar2"
wpar.general.auto="yes"
wpar.create
wpar.stop(force: true)
wpar.start
wpar.sync
wpar.destroy(force: true)
live_stream allows to display the system commands output.
Authors
Created and maintained by Alain Dejoux (adejoux@djouxtech.net)
License
Apache 2.0 (see LICENSE)