When I got a notice of a total electric outage of my building, yesterday I shutdown all the nodes of my cluster, being managed by LSF. Those nodes include 18 worker and 1 master nodes.
By advises from Platform Inc., I did the followings:
1. Login as a root:
sudo bash
2. Login as a lsfadmin:
su - lsfadmin
3. type and enter the following:
lmgrd -c /opt/lsf/conf/license.dat
4. Log out lsfadmin to be root again, and start lsf deamon:
/etc/init.d/lsf_daemons start
(to stop, one can use the following command. But, I did not.)
/etc/init.d/lsf_daemons stop
No need to be a root but lsfadmin to do the followings.
A few of my nodes has two quad-cores, open lsf.conf file
vi /opt/lsf/conf/lsf.conf
and at the end of the file put a line:
LSF_ENABLE_DUALCORE=Y
Then, reconfigure LSF:
lsadmin reconfig
badmin mbdrestart
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
Saturday, February 6, 2010
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)
No comments:
Post a Comment