CEG's Linux User Group

  • Increase font size
  • Default font size
  • Decrease font size
Home Cluster
Cluster

Assigning Static IP

E-mail Print
User Rating: / 1
PoorBest 

To assign a static IP address, just open the terminal and type the following
sudo ifconfig eth0 your_ip_adddress

Here eth0 is the name of your NIC(Network Interface Card). You need super user privileges to do static IP assignment. Its recommended that the IP you assign is in the range 10.xx.xx.xx or in the range 192.168.xx.xx.

 

Setting up a Beowulf Cluster in 13 Steps

E-mail Print
User Rating: / 6
PoorBest 

For beginners let me give a small introduction to clusters.

What are Clusters

A computer cluster is a group of linked computers, working together closely so that in many respects they form a single computer. Clusters are generally connected by a fast Local Area Network. Parallel programs that run on one of the nodes uses the processing power of all the nodes and produces the result. Generally clusters are tightly coupled ie. All the motherboards will be stacked into a single cabinet and connected using some interconnection network. They'll share RAM, Hard Disk and other peripherals. Operating System runs on one of the nodes and controls the activities of other nodes. For more on Clusters, refer the Wiki Page.

Last Updated on Sunday, 17 May 2009 00:07 Read more...