Optimizing the system reliability


 
Thread Tools Search this Thread
Special Forums Hardware Filesystems, Disks and Memory Optimizing the system reliability
# 1  
Old 12-05-2002
Optimizing the system reliability

My product have around 10-15 programs/services running in the sun box, which together completes a task, sequentially. Several instances of the each program/service are running in the unix box, to manage the load and for risk-management reasons. As of now, we dont follow a strict strategy in computing how many instances of each program needs to be invoked to attain a good performance of the whole product.

Is there any strategy to be followed in determining the number of parallel instances of each program...of course, memory consumption, cpu load etc are to be considered for each instance?

Apologize, if this is not the right forum for posting this Q.
# 2  
Old 12-05-2002
It's hard to give a specific reply without knowing the details. But for performance, you need to benchmark it. And remember that you probably won't find one magic number, you just want to be in the right ballpark.

Reliability will require duplicate servers, preferably in different cities. You may be able to dedicate a disk drive (or other resource) to each instance of your program. But then that will dominate your tuning decisions.
# 3  
Old 12-11-2002
Thanks Perderabo!

As you said, "Reliability will require duplicate servers, preferably in different cities", we do have a duplicate sun box geographically located in different cities, which has the same configuration and with the same number of processes running on it.

But the secondary machine is used only when the primary machine goes for a toss.

I am trying to find out the number of parallel instances of each process to be running in each machine, to attain a better reliability.

As u rightly said, we have to benchmark for gaining performance. I happened to hear about the genetic algorithm which can be applied for similar type of scenario. But still, we have to define the performance calculation of each process (considering the CPU load, memory usage, database accessing, IPC access etc) and provide it as one of the input to genetic algorithm.

I am not sure if any of our forum members are aware of this genetic algorithm(GA) concept. If anyone knows a good GA site/forum from where we can grab some information, pls let me know.

Thanks
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. Web Development

Optimizing JS and CSS

Yes. Got few suggestions. - How about minifying resources - mod_expires - Service workers setup https://www.unix.com/attachments/web-programming/7709d1550557731-sneak-preview-new-unix-com-usercp-vuejs-demo-screenshot-png (8 Replies)
Discussion started by: Akshay Hegde
8 Replies

2. Solaris

Reasons for NOT using LDOMs? reliability?

Dear Solaris Experts, We are upgrading from sun4u to T4 systems and one proposal is to use LDOMs and also zones within LDOMs. Someone advised using only zones and not LDOMs because the new machines have fewer chips and if a chip or a core fails then it doesn't impact the zones, but impacts... (3 Replies)
Discussion started by: User121
3 Replies

3. Shell Programming and Scripting

Optimizing the code

Hi, I have two files in the format listed below. I need to find out all values from field 12 to field 20 present in file 2 and list them in file3(format as file2) File1 : FEIN,CHRISTA... (2 Replies)
Discussion started by: nua7
2 Replies

4. AIX

MPIO reliability

Hi, we have a vew boxes using MPIO and they are connected to some virtualization software managing some disk subsystems, offering volumes to the AIX boxes. Sometimes when a cable has been plugged out for a test or when a real problem occurs, using lspath to show the state of the paths shows... (8 Replies)
Discussion started by: zaxxon
8 Replies

5. High Performance Computing

High reliability web server - cluster, redundancy, etc

Hi. I am IT manager/developer for a small organization. I have been doing as-needed linux server administration for several years and am by no means an expert. I've built several of my own servers, and our org is currently using hosting services for our servers and I am relatively happy. We... (3 Replies)
Discussion started by: bsaadmin
3 Replies

6. UNIX and Linux Applications

Optimizing query

Hi All, My first thread to this sub-forum and first thread of this sub-forum :) Here it is, Am trying to delete duplicates from a table retaining just 1 duplicate value out of the duplicate records for example : from n records of a table out of which x are duplicates, I want to remove x... (15 Replies)
Discussion started by: matrixmadhan
15 Replies

7. Shell Programming and Scripting

Optimizing for a Speed-up

How would one go about optimizing this current .sh program so it works at a more minimal time. Such as is there a better way to count what I need than what I have done or better way to match patterns in the file? Thanks, #declare variables to be used. help=-1 count=0 JanCount=0 FebCount=0... (3 Replies)
Discussion started by: switch
3 Replies
Login or Register to Ask a Question