Monthly Archives: June 2017

Excel formulas syntax

Once, I thought embedding SQL requests into a code was the most boring thing I could imagine. Now I’m losing all my marbles while trying to push MS Excel formulas into my Python script.

Posted in Impressions, IRL | Tagged , , , | Leave a comment

Accessing IBM SVC/Storwize devices with Python and SSH

Recently I have posted a simple example of how to fetch storage related data from IBM Spectrum Control with the help of Python and REST API. Now lets turn the power of Python to access IBM Storwize or SVC system … Continue reading

Posted in Storage, Storage Automation, Tips & tricks | Tagged , , , , , , , | Leave a comment

Getting data from IBM Spectrum Control. RESTful API usage example in Python

Searching for a handy way to fetch data from IBM Spectrum Control (earlier versions are called Tivoli Storage Productivity Center (TPC)), I have found a perfect IBM storage blog: https://storagemvp.wordpress.com. Among other interesting topics it describes several methods to export … Continue reading

Posted in Storage, Storage Automation | Tagged , , , , , , , | 1 Comment