Skip to main content

linux_load_execution is a Python package designed to take details like, lpar, ipaddress, script directory and script command as the input, and perform below activities

Project description

linux_load_execution

[PyPI version]

Overview

linux_load_execution is a Python package designed to: Takes details like, lpar, ipaddress, script directory and script command as the input, and perform below activities

  1. To call the zhmclient to activate the lpar, Sleep for 10 minutes
  2. ssh to the ipaddress (Linux guest ip address)
  3. download the script file to, local machine, from given source path
  4. upload the dowloaded script file to the dir(/ffdc/u/eATS_automation) on the ssh session
  5. invoke the script command (ex: sh make_loop.sh) on the ssh session
  6. collect the output printed on the ssh session and print it

Installation

You can install the package using pip:

pip install linux_load_execution

config JSON format

config.json

{
    "host_name": "ip address of host",
    "hmcm_user_name": "user name of HMC",
    "hmcm_pwd": "password of HMC",
    "cpc": "cpc details",
    "lpar": "lpar details",
    "system_host": "ip address of host system",
    "userid": "user id",
    "user_pwd": "user password",
    "ssh_key_path": "SSH_KEY_PATH",
    "script_details": {
        "token": "",
        "name": "example.sh",
        "url": "path to script file",
        "exec_path": "path to execution",
        "local_path": "./"
    }
}

Usage example

main.py
*******
from activation import Activation


activation_obj = Activation(sys.argv[1])
activation_obj.entry_point()

Running the Python code

python main.py config.json

Python package creation

REFERENCE

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

linux_load_execution-0.0.1.tar.gz (4.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

linux_load_execution-0.0.1-py3-none-any.whl (5.7 kB view details)

Uploaded Python 3

File details

Details for the file linux_load_execution-0.0.1.tar.gz.

File metadata

  • Download URL: linux_load_execution-0.0.1.tar.gz
  • Upload date:
  • Size: 4.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.2

File hashes

Hashes for linux_load_execution-0.0.1.tar.gz
Algorithm Hash digest
SHA256 8f11c82f1104fc340207930ff8b97d38ee6d6e4c81f9894f2ef016d0a4140962
MD5 99ad8e77946a84bc10d7227828eaecde
BLAKE2b-256 7383de6b71f35330196127bc8ca8e8caa239a09fa1a276a4ed4afe1a0e5ad6bc

See more details on using hashes here.

File details

Details for the file linux_load_execution-0.0.1-py3-none-any.whl.

File metadata

File hashes

Hashes for linux_load_execution-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 8d9be0a961bbc94d70f2217ec19b7e30dfe32779245653ecca602553e810b132
MD5 6ed287d47b67aca303a3c274fcec6154
BLAKE2b-256 ed5172d9cc1352f01fe8ff40deed8cb93aa52cce06749b759b913d6dcfcf2b87

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page