Monthly Archives: September 2017

svcstats.py – Report IBM SVC/Storwize storage system performance statistics in CLI using SMI-S interface

My *stat-like utility to report IBM SVC/Storwize storage system performance statistics in CLI using SMI-S interface. Report IBM SVC/Storwize storage system performance statistics in CLI using SMI-S interface Requires Python 3 with ‘pywbem’ module Before running svcstats.py, enable statistic on … Continue reading

Posted in My projects, Storage, Storage Automation | Tagged , , , , , , , , , , , , | Leave a comment

Extracting Performance Data from IBM Storwize

Originally posted on Вадим Заигрин:
Universal Storage Collector could extract performance data not only from EMC Storage Systems 🙂 New Extractor extracts data from IBM Storwize storage family. As I see, IBM Storwize with base licenses doesn’t provide exact information about performance.…

Posted in Copy-paste, Storage | Tagged , , , | 1 Comment

Executing a batch of commands on multiple IBM SVC/Storwize storage systems

Sometimes you have to change several configuration parameters or run multiple commands over a list of IBM SVC storage systems. Here is my small Python 3 script to do the stuff quickly. It requires Paramiko module to handle SSH interactions. Edit … Continue reading

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

Scan IBM SVC/Storwize system for “SCSI ID Mismatches”

A small addition to the SAN/Storage CLI Toolbox which shows so called SCSI ID (LUN) mismatches on IBM SVC/Storwize systems. This Bourne shell/awk script shows the list of the same vdisks that are mapped with different SCSI IDs. Should be useful … Continue reading

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