This repository contains the IBM Extended Command-line Interface (XCLI) Python client, which establishes terminal connection with IBM XIV, Spectrum Accelerate, FlashSystem A9000, and FlashSystem A9000R storage systems. The Python client protocol enables full management and monitoring of these storage arrays by issuing dedicated command-line interface (CLI) commands.
Clone the repository, and then add it to your PYTHONPATH directory. The Python client is then ready for import and use.
Usage examples of the Python client are available in the examples.py file.
Each storage system and major software version has its own set of CLI commands. The commands are detailed in the CLI reference guides that are available on IBM Knowledge Center (KC).
To display the full CLI Reference Guide of a specific storage system and a specific software version:
IBM FlashSystem A9000: http://www.ibm.com/support/knowledgecenter/STJKMM
IBM FlashSystem A9000R: http://www.ibm.com/support/knowledgecenter/STJKN5
IBM XIV-Gen3: http://www.ibm.com/support/knowledgecenter/STJTAG
IBM Spectrum Accelerate: http://www.ibm.com/support/knowledgecenter/STZSWD
The welcome page of the selected software version is displayed.
The table of contents for the selected software version is displayed.
Note:
We do not accept any contributions at the moment. This may change in the future, so you can fork, clone, and suggest a pull request.
Use nosetests command to run a test.
nosetests -v