re-arranging files for pcu control
[monitor.git] / README.txt
1 Dependencies
2
3   * RT - 3.4.1 - 
4         The version at rt.planet-lab.org is 3.4.1 and is incompatible with later
5         versions of the command line tool.  
6
7         The RPM pulls in *ALOT* of stuff; probably easier to work with from the
8         source package, especially since all that's needed is the command line
9         tool.  It has far fewer dependencies than the full RT package.
10
11   * MySQL-python
12         python module necessary for connecting to the mysql RT database and
13         extracting a list of open and new tickets.
14
15   * util/PHPSerializer/PHPUnserializer
16         these are helper scripts for converting pickle objects into php serialize
17         objects and back.
18
19   * For iLO control over https, rather than SSH, you'll need the latest
20     linux-LO* tools from HP. Searching for LOCFG.PL and Linux should get you
21         a link.
22
23                 These required CPAN perl modules "Net::SSLeay" and "IO::Socket::SSL".
24                 These will pull in a bunch of other dependencies...
25
26                 $ perl -MCPAN -e "install Net::SSLeay"
27                 $ perl -MCPAN -e "install IO::Socket::SSL"
28
29                 I had to 'force install IO::Socket::SSL'...
30
31                 This mirror is reasonably fast: ftp://mirrors.ibiblio.org
32
33   * For DRAC control over https rather than SSH
34                 http://lanceerplaats.nl/PowerEdge/RAC/
35
36                 $ perl -MCPAN -e "install Crypt::SSLeay"
37
38   * For DRAC racadm:
39                 Provides libstdc++-libc6.2-2.so.3:
40
41                         rpm -ihv compat-libstdc++-7.3-2.96.110.i386.rpm
42                         rpm -ihv srvadmin-omilcore-4.5.0-335.i386.rpm
43                     rpm -ihv srvadmin-racadm4-4.5.0-335.i386.rpm 
44
45                 The srvadmin rpms are available from the Dell Systems Management: Dell CD ISO
46
47                 Mounting it and copy out the 'srvadmin/linux' subdirectory.
48
49                 Have to suid root:
50                         chmod 4755 /usr/sbin/racadm