Scripting and the last mile problem

by John on April 29, 2011

From Bruce Payette’s book Windows PowerShell in Action:

Why do we care about command-line management and automation? Because it helps to solve the Information Technology professional’s version of the last mile problem. The last mile problem is a classical problem that comes from the telecommunications industry. It goes like this: the telecom industry can effectively amortize its infrastructure costs across all its customers until it gets to the last mile where the service is finally run to an individual location. … In the Information Technology (IT) industry, the last mile problem is figuring out how to manage each IT installation effectively and economically.

To manage this infrastructure you need a toolkit. Why not use the same toolkit for operations that was used for development?

This toolkit cannot merely be the same tools used to develop the overall infrastructure as the level of detail required is too great. Instead, you need a set of tools with a higher level of abstraction.

Related post:

Programming the last mile
Comparing the Unix and PowerShell pipelines

{ 2 trackbacks }

Sheet music, DNA, and source code — The Endeavour
05.23.11 at 08:58
Rule of the last inch — The Endeavour
01.30.12 at 08:56

{ 1 comment… read it below or add one }

1

Doug Finke 04.29.11 at 14:50

Great book and excellent writing by Bruce Payette.

He distills the notion, PowerShell is super glue, as “[...] what led to the creation of PowerShell, the need for command-line automation in a distributed object-based operating environment.”

Leave a Comment

You can use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>