X-Git-Url: http://git.onelab.eu/?p=monitor.git;a=blobdiff_plain;f=README.txt;h=836e529d057cbcde8902a6bfb1016c94568e3269;hp=9c8cf4dd86e42063ca1b73e33ee6ed78e3bae7fc;hb=dc70043f70f08f0d6540c77e53d30c0ed6e58ad5;hpb=e657f16ca10a4e41f8fa4ab2d28317081cb28dcb diff --git a/README.txt b/README.txt index 9c8cf4d..836e529 100644 --- a/README.txt +++ b/README.txt @@ -5,7 +5,7 @@ Dependencies versions of the command line tool. The RPM pulls in *ALOT* of stuff; probably easier to work with from the - source package, especially, since all that's needed is the command line + source package, especially since all that's needed is the command line tool. It has far fewer dependencies than the full RT package. * MySQL-python @@ -15,3 +15,23 @@ Dependencies * util/PHPSerializer/PHPUnserializer these are helper scripts for converting pickle objects into php serialize objects and back. + + * For iLO control over https, rather than SSH, you'll need the latest + linux-LO* tools from HP. Searching for LOCFG.PL and Linux should get you + a link. + + These required CPAN perl modules "Net::SSLeay" and "IO::Socket::SSL". + These will pull in a bunch of other dependencies... + + $ perl -MCPAN -e "install Net::SSLeay" + $ perl -MCPAN -e "install IO::Socket::SSL" + + I had to 'force install IO::Socket::SSL'... + + This mirror is reasonably fast: ftp://mirrors.ibiblio.org + + * For DRAC control over https rather than SSH + http://lanceerplaats.nl/PowerEdge/RAC/ + + $ perl -MCPAN -e "install Crypt::SSLeay" +