#yum Articles


Setup a 3 Node Lustre Filesystem

Introduction Lustre is a filesystem often used by clusters because many computers can mount the filesystem simultaneously. This is a small log/instruction for how to setup Lustre in 3 virtualized machines (one metadata server, one object storage server and one client). Basic components: VMWare Workstation 3 x CentOS 6 …

  • 2011-12-20
  • it

How to find things in Linux man pages

There's a couple of places (naturally). It's easy to be fooled and think: "anybody can type man man". But in all fairness, you need to figure out which man page to look into, or what command to run and sometimes it's just a blank. In RHEL there is /usr/share …