Free test appication for HACMP home Lab


 
Thread Tools Search this Thread
Operating Systems AIX Free test appication for HACMP home Lab
# 1  
Old 06-23-2014
Free test appication for HACMP home Lab

Hi Everyone,

I'll be setting up a home lab for HACMP to play with it as much as I can and learn through out. I already have read old threads about it. My only concern is that I want to install an application on the nodes and then do a failover test to see if the application moves over. The problem is idk what application should I install. Obviously I can't install high end expensive application on a home lab.

Do you guys know any free application which I can install on the AIX nodes and monitor it during a failover and fallback. I have a interview coming up in about 1 week, so I need to practice doing all this. Thanks in advance for the help!
# 2  
Old 06-23-2014
You can write a simple C program or script. Consult the IBM Redbooks and read the section in the manual regarding "Creating the application startup and shutdown scripts. IBM Redbooks
# 3  
Old 06-23-2014
I don't have a lot of issues in writing a application startup or shutdown script. The issue is that I am looking for a freeware app to be able to install on AIX which run in the background, through which I can just test my cluster.
# 4  
Old 06-23-2014
You could configure NFS or the git-daemon (there is an rpm for it)...
Welcome to Bull AIX freeware site.
# 5  
Old 06-24-2014
Use a simple web server. This is easy to test from outside, you could put one page on a NFS-mount to play around with HA-NFS, write an application controller, ....

Most of the concepts of HACMP/PowerHA/Systemmirror are independent from the specific application anyways, so most apps would suffice as an example.

I hope this helps.

bakunin
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. IP Networking

Free Cisco Catalyst Switch Lab

I've setup my Linux system, running Scientific Linux and ser2net, as a terminal server for my Cisco switches. Logon and have fun!! telnet 72.205.54.70 49001 telnet 72.205.54.70 49002 telnet 72.205.54.70 49003 For topology and updates go to http://labswitch.blogspot.com. Thanks! (3 Replies)
Discussion started by: yoda9999
3 Replies

2. AIX

Setup hacmp on lpar with a hmc for home lab

Unix Guys i want to setup a lab in my house for learning, i want to setup and hacmp and a seperate server where i can setup 2 lpars and then cluster those 2 lpars and setup them up for failover what is the cheapest way to achive this. my objective is to learn hmc -> managed server via... (7 Replies)
Discussion started by: asyed123
7 Replies

3. Hardware

Electricity Savings for home lab

So, I have a kindof off the wall question. I've got 10 computers which I inherited from a charter school that closed that I did their admin work for. They're not servers, just workstations with ubuntu server running on them. I had them all up and running at one point... but crimineys the load on my... (8 Replies)
Discussion started by: jtollefson
8 Replies

4. AIX

HACMP does not start db2 after failover (db2nodes not getting modified by hacmp)

hi, when I do a failover, hacmp always starts db2 but recently it fails to start db2..noticed the issue is db2nodes.cfg is not modified by hacmp and is still showing primary node..manually changed the node name to secondary after which db2 started immediately..unable to figure out why hacmp is... (4 Replies)
Discussion started by: gkr747
4 Replies

5. Shell Programming and Scripting

Test on string containing spacewhile test 1 -eq 1 do read a $a if test $a = quitC then break fi d

This is the code: while test 1 -eq 1 do read a $a if test $a = stop then break fi done I read a command on every loop an execute it. I check if the string equals the word stop to end the loop,but it say that I gave too many arguments to test. For example echo hello. Now the... (1 Reply)
Discussion started by: Max89
1 Replies

6. Solaris

free software to test the hardware of a sun workstation specially the RAM how about f

hi can anybody give me a site that provide a free software for sun solaris workstation to test above title. i downloaded this RUMT-0.2 sofware in the net but it doesn't work after i try. thnks a lot for any help. (1 Reply)
Discussion started by: jao_madn
1 Replies

7. AIX

HACMP users home directories

What would be the best approach to configure one external /home f/s in simple two node config and have concurrent access ? (1 Reply)
Discussion started by: zz2kzq
1 Replies

8. UNIX for Dummies Questions & Answers

VMWare Workstation for home lab

I was wondering if anyone has used VMWare Workstation? I wanted to practice and learn Unix in a networking environment and have my own home lab. However room and money prevent me from buying several computers to do so. Any input would help thank you. (0 Replies)
Discussion started by: vedder191
0 Replies
Login or Register to Ask a Question