- Make a directory such as /etc/yum/Group, which is shared to all the nodes using NFS.
- Download package files:
- yum groupinstall -y 'Development Tools' --downloadonly --downloaddir=/opt/yum/Group
- yum update --downloadonly --downloaddir=/opt/yum/ openmpi openmpi-devel openmpi-devel.x86_64 qt-devel cc gcc-c++ bison ncurses-devel tix.x86_64 glibc-devel flex zlib-devel libXt-devel binutils-devel gcc44 gcc44-c++ zlib-devel
- If "--downloadonly" option does not work, then
- yum install -y yum-downloadonly
- To install downloaded package at the master as well as compute nodes:
- yum localinstall -y /opt/yum/Group/*.rpm
- If you get errors regarding yum execution, try
- yum clean dbcache
This is not a blog, but my notes and tips for research. Feel free to take any information and leave any comments or questions.
Search This Blog
Sunday, February 24, 2013
Efficient yum installation
Subscribe to:
Post Comments (Atom)
Labels
- Academic Notes (4)
- BLAS (1)
- CEE618 (2)
- CentOS (1)
- Computation (1)
- Conferences (1)
- Cross compiling (1)
- Graphics (1)
- Hawaii Tour (2)
- Intel compiler (1)
- Just (1)
- Laptop (1)
- LaTex (22)
- Life and Humanity (8)
- Linux and Computing (107)
- LSF (1)
- Lyx (3)
- Macintosh (5)
- MPI (1)
- News (11)
- OpenFoam (1)
- OpenMPI (1)
- PBS (2)
- Software (4)
- SSH (2)
- torque (1)
- Touchpad (1)
- VMD (1)
- yum (1)
Blog Archive
-
▼
2013
(27)
-
▼
February
(13)
- image convert in Linux
- pbsnodes
- Efficient yum installation
- yum download
- How to install OpenFOAM on CentOS
- UseDNS no in sshd_config
- PBS scripts for mpirun
- bash: /usr/bin/ssh: Permission denied
- customized .bst file
- How to install Openmpi using ifort and icc
- openssh reinstallation
- resolve memtest86+ (4.20-1.1ubuntu1) hangs
- How to resolve “Could not get lock /var/lib/dpkg/l...
-
▼
February
(13)
No comments:
Post a Comment