New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

aix-wpar

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aix-wpar

  • 0.1.0
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

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'

#new wpar named testwpar
wpar = WPAR::WPAR.new(command: "ssh adxlpar2", name: "testwpar2")
#live stream output
wpar.live_stream=STDOUT

#set hostname if different
wpar.general.hostname="testwpar2"

#set auto start
wpar.general.auto="yes"

#create wpar
wpar.create

#stop wpar
wpar.stop(force: true)

#start wpar
wpar.start
#wpar.update
wpar.sync

#delete
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)

FAQs

Package last updated on 19 Jun 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc