top of page

SLURM

  • Foto del escritor: Nucifera Venenosa
    Nucifera Venenosa
  • 27 jun 2016
  • 1 Min. de lectura

Entrada en construcción...

INSTALACIÓN

Media:

  • Descargar mediante git:

git clone git://github.com/SchedMD/slurm.git

  • Descargar Munge

https://github.com/dun/munge/releases/download/munge-0.5.12/munge-0.5.12.tar.xz

INSTALAR MUNGE

  • Crear RPM

rpmbuild -tb --clean munge-x.y.z.tar.bz2

# rpm -ivh munge-x.y.z-1.x86_64.rpm munge-devel-x.y.z-1.x86_64.rpm munge-libs-x.y.z-1.x86_64.rpm

  • Instalarlo

$ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var && make && sudo make install

  • Crear llave (no necesario)

/etc/munge/munge.key

$ dd if=/dev/random bs=1 count=1024 >/etc/munge/munge.key

  • Iniciar el demonio

Comments


  • Facebook - Grey Circle
  • Twitter - Grey Circle
  • Google+ - Grey Circle
  • YouTube - Grey Circle
  • Pinterest - Grey Circle
  • Instagram - Grey Circle

Aurora Santini.

bottom of page