Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
TetraWiki
Search
Search
Appearance
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
HPC High Processing Cluster in BITS PILANI
(section)
Page
Discussion
English
Read
Edit
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
View history
General
What links here
Related changes
Special pages
Page information
Appearance
move to sidebar
hide
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== Preparation of Master node(IBM-39) == * First the entries where made in /etc/hosts of each cluster as follows 172.20.4.25sunfire-25 172.20.4.26sunfire-26 172.20.4.27sunfire-27 172.20.4.28sunfire-28 172.20.4.29sunfire-29 172.20.4.30sunfire-30 172.20.4.31sunfire-31 172.20.4.32sunfire-32 172.20.4.33sunfire-33 * Two groups was created and a two users who will be responsible for operating cluster was added as follows. groupadd beowulf2 useradd -g beowulf2 wolf2 groupadd prolam1 useradd βg prolam1 lam1 '''Note : This document is concern about wolf2 user.''' * Following line were added in /home/wolf2/.bash_profile umask 007 * '''Mount all home directories for these HPC2 Cluster i.e.''' Mkdir /ugassignments /pgassignments mount βt nfs 172.20.4.43: /ugassignments /ugassignments mount βt nfs 172.20.4.43: /pgassignments /pgassignments Then make permanent entry on fstab * Communication among the nodes takes place through ssh, so ssh login for user βwolfβ has to be without need of entering the password. This was acheived as follow. Uncomment the following in /etc/sshd/sshd_config <nowiki>#RSAAuthentication yes </nowiki> <nowiki>#AuthorizedKeysFile .ssh/authorized_keys </nowiki> * Reboot and login as wolf because operation of cluster will always be done by user βwolfβ * To generate your public and private SSH keys, do this: ssh-keygen βt rsa This will generate the two public/private key pain in .ssh directory. Copy the id_rsa.pub file into a file called "authorized_keys" right there in the .ssh directory.This key will be used later. Modify the security of file and directory chmod 644 ~/.ssh/auth* chmod 755 ~/.ssh * Add these entries is /home/wolf/.bash_profile export LAMRSH='ssh -x' ssh-agent sh -c 'ssh-add && bash' * Install MPI as above HPC1 section * Install slave nodes as above section but home directories mount as a nfs. * Install Ganglia as above HPC1 section
Summary:
Please note that all contributions to TetraWiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
TetraWiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)