Product SiteDocumentation Site

Chapter 6. Viewing Available Red Hat HPC Kits

Use the following command to query the kits available from Red Hat Network:
# yum list ocs-kit-\*
At the time of writing, the following kits are available:
Name Description
ocs-kit-cacti A reporting tool
ocs-kit-lava Open source LSF, a batch scheduling and queuing system
ocs-kit-nagios A network monitoring tool
ocs-kit-ntop A network monitoring tool
ocs-kit-rhel-java The Java Runtime
ocs-kit-hpc A collection of MPIs (MPICH 1,2, MVAPICH 1,2 and OpenMPI), math libraries (ATLAS, BLACS, SCALAPACK), and benchmarking tools.
ocs-kit-ganglia Another system monitoring tool
ocs-kit-rhel-ofed The OFED stack
Table 6.1. Available Kits

Other non-Open Source kits are available from http://my.platform.com

Note

The ntop kit has the potential to disclose a large degree of information about the local network. It therefore by default can only be reached from the installer node. In order to allow access from outside the cluster, you need to explicitly make it reachable by opening the ntop port 3001 in the firewall by executing:
	    # iptables -I INPUT -p tcp --dport 3001 -m state --state NEW,ESTABLISHED -j ACCEPT
	    # service iptables save
Use this with great care as it could provide an intruder with valuable information.