On Wed, 15 Mar 2006 13:41:02 EST, Simon Smith said:
> gboyce wrote:
> > Ok, so what's your alternative?
> My alternative is to manage critical systems without using a web based
> GUI. Since there aren't that many truly critical systems (in my network)
> I can do that without a problem.

This cuts both ways - if you have a large infrastructure, you don't use a
web based GUI either, because visiting 1,000+ pages to reconfigure 1,000+
switches really sucks.  At that point, you want a scriptable CLI so you can
do something like

for i in `cat switches`; do ssh $i your_command_here; done

Attachment: pgpTfRM3ZSnM1.pgp
Description: PGP signature

_______________________________________________
Full-Disclosure - We believe in it.
Charter: http://lists.grok.org.uk/full-disclosure-charter.html
Hosted and sponsored by Secunia - http://secunia.com/

Reply via email to