[Date Prev] [Date Index] [Date Next] [Thread Prev] [Thread Index] [Thread Next]

Re: integration with HP's iLo ?

Bryan Stansell bryan@conserver.com
Tue, 8 Aug 2006 09:23:28 -0700 (PDT)


On Tue, Aug 08, 2006 at 03:48:04PM +0200, Anders Nordby wrote:
> You would need to enable telnet then however.

or stick with ssh and just adjust a few things.  the console type would
need to shift to an 'exec' type and you'd have to tell is the proper
incantation for ssh.

default ilo-vsp {
    type exec;
    exec ssh ...;
}

there are many ways to tweak this based on whether or not you go to port
22 for all things, etc.  then tweak the expect script appropriately as
well.  pretty much all things are possible - perhaps not a simple toggle
in the config, but possible.

Bryan