I am new in Linux and clustering. I am setting up a Beowulf Cluster using several PCs according to this guide http://www.tldp.org/HOWTO/html_single/Beowulf-HOWTO/.
I have setup and configure accordingly except for NFS part. Because I am not requiring it for my application. I have set my ssh to login each other without password. I started with 2 nodes 1st.
I'm in the process of configuring a sort-of Beowulf cluster, the major difference being that I want to be able to add nodes from any network. Because of this I can't run DHCP on the server to inventory all the nodes.
New nodes would run a package or script to configure SSH, MPI, NFS and the like. During installation they'll require the IP address of the server.
Hello Experts,
Please help me with the exact steps on configuring two node cluster on RHEL 6.2,
I failed to configure the simplest cluster by below steps,
1- install RHEL 6.2 64-bit on both nodes
2- add to hosts file of each server ( 1 IP in local NW and another in IP private NW).
x.x.x.x node1-pub
z.z.z.z node2-pub
y.y.y.y node1-pvt
t.t.t.t node2-pvt
3- yum install ricci ( on both nodes )
I have a very basic home network with four nodes (let's call then A,B,C and D)
A is the mail server and has a firewall.
Hi all,
I tried to built a cluster and I used a guide -> http://clusterlabs.org/doc/Cluster_from_Scratch.pdf
The first thing when I installed pcs package 0.9.30... it wasn't make the pcsd.service.
I'm looking for information on how to build a Xen HA cluster with multiple nodes. I find lots of information on how to build clusters with two nodes, but that is really not enough. I've built one with three nodes, but am unsure how to handle HA issues. Please provide links or write a howto right here.
Thanks
We have two nodes in a cluster in a load balancer running third party WebSphere application.
We have noticied that ./sqlldr location is different for both the nodes.
For one node , its:
/usr/app/oracle/product/11.2.0/client
For another, , it is:
/usr/app/oracle/product/11.2.0/client_1
I believe this is causing the problem in our WebSphere application whose configuration file has one path for se
I'm new to HPC so forgive me if this question is extremely simple.
I have a cluster and each node has multiple NICs. I need the master to be able to see the nodes NICs as if they were it's own.
I have a mostly working MAAS cluster.
I'm still learning juju, but while I'm doing that, I wanted to take this opportunity to do some clean-up tasks.
Here are my goals:
Configure ntp on the nodes.
Set the video mode on the nodes.
Set the timezone on the nodes.
Are these juju tasks? Or is this better attacked by mounting the disk image on the MAAS host, and doing the configuration there?