A CLI for the IBM Z HMC, written in pure Python
Project description
zhmccli - A CLI for the IBM Z HMC, written in pure Python
Overview
The zhmccli package is a CLI written in pure Python that interacts with the Hardware Management Console (HMC) of IBM Z or LinuxONE machines. The goal of this package is to provide an easy-to-use command line interface for operators.
The zhmccli package uses the API provided by the zhmcclient package, which interacts with the Web Services API of the HMC. It supports management of the lifecycle and configuration of various platform resources, such as partitions, CPU, memory, virtual switches, I/O adapters, and more.
Installation
The quick way:
$ pip install zhmccli
For more details, see the Installation section in the documentation.
Quickstart
The following example code lists the machines (CPCs) managed by an HMC:
$ hmc_host="<IP address or hostname of the HMC>"
$ hmc_userid="<userid on that HMC>"
$ zhmc -h $hmc_host -u $hmc_userid cpc list
Enter password (for user <hmc_user> at HMC <hmc_host>): .......
+----------+------------------+
| name | status |
|----------+------------------|
| P000S67B | service-required |
+----------+------------------+
Documentation
Contributing
For information on how to contribute to this project, see the Development section in the documentation.
License
The zhmccli package is licensed under the Apache 2.0 License.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for zhmccli-0.21.1-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d64daa0c24d4616f8e599bc833103d68a7c732b1ee462c8e572457400ef281be |
|
MD5 | 404769daa7fd88ce368f6b60007f3ef8 |
|
BLAKE2b-256 | 850e037f421b857c797665473abaddabd5d36f9cc75546e8dfa04fb6b69ac240 |