Ruby Telnet For Logging Into RAIDs and Devices
Posted: March 19, 2009 Filed under: Ruby, Scripting | Tags: device, lun mask, raid, router, Ruby, telnet Leave a comment »Ruby’s built-in telnet capability has been extremely useful for scripting automated RAID changes like LUN masking, etc.
It is super simple. Connect, login, issue commands, read and parse results.
The example code I used is here.
This is telnet, so don’t do this if eavesdropping is a concern.