solaris performance


 
Thread Tools Search this Thread
Operating Systems Solaris solaris performance
# 1  
Old 11-07-2011
solaris performance

Dear all,

I have a solaris 10 server , which is running web applications and webspere also is available.

All the parameters like Virtual memory , swap , hard disk space and Cpu utilisation and I/o statistics are good , but still the server is slow.

It has 2 processores and 128 VPs.

I have a doubt in kernel parameters ..pl find below

Code:
* Begin Stack protection
set noexec_user_stack=1
set noexec_user_stack_log=1
* End Stack protection
* Begin MDD root info (do not edit)
rootdev:/pseudo/md@0:0,1,blk
* End MDD root info (do not edit)
set c2audit:audit_load = 1
*
* *** Increase file descriptor per process soft and hard limit - start
set rlim_fd_cur=2048
set rlim_fd_max=65536
* *** Increase file descriptor per process soft and hard limit - end

Pl let me know if the ABOVE KERNEL PArameters are enough OR I have to add more things.

Thanks and Rgds
Rj

Last edited by DukeNuke2; 11-07-2011 at 09:00 AM..
# 2  
Old 11-07-2011
from your description i think it is a T series server? what do you mean with "slow"? what are you doing and how do you compare?
# 3  
Old 11-07-2011
The MDD root setting is for SVM, you must be having root mirror configuration and it is essential for that, rest appear to be settings required by an application.

The kernel parameters are set as per the requirements of individual applications which are to run on a server.

You need to check the pre requisites of the application, what settings it needs and accordingly tune them.

Regards,
Vishal
# 4  
Old 11-07-2011
DukeNuke2 is spot on. You need to explain carefully why things are "slow".

Changing kernel parms is NOT usually the answer, it may in fact make things worse. We can give you some help if you give us something precise to work on.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Solaris

Solaris 11 performance optimization tips

Hi, I need general tips for solaris 11 performance optimization. For example - disable the unused services, etc. Thanks, Bhavin (2 Replies)
Discussion started by: bhavin1
2 Replies

2. Solaris

Solaris Performance

Dear All, I have Sun OS 5.10 Solaris OS running. SunOS **** 5.10 Generic_118833-36 sun4v sparc SUNW,Sun-Fire-T200 ++There is a process named nscd utilizing high cpu not 100 though. Due to this the printer are delayed in printing and retreving information from this server last pid: 21848; ... (4 Replies)
Discussion started by: Sunil Koya
4 Replies

3. Solaris

Solaris 11.1 Slow Network Performance

I have identical M5000 machines that are needing to transfer very large amounts of data between them. These are fully loaded machines, and I've already checked IO, memory usage, etc... I get poor network performance even when the machines are idle or copying via loopback. The 10 GB NICs are... (7 Replies)
Discussion started by: christr
7 Replies

4. Solaris

T4-1/Solaris 11 and sudden 50% performance drop

We have a SPARC T4-1 server, running Solaris 11, and it's doing some pretty extensive parsing on roughly 100GB data set. All was well still few weeks ago, when I was testing the performance, I was reaching rougly 50minute calculation times, and it was more or less expected performance. Now... (0 Replies)
Discussion started by: julumme
0 Replies

5. Solaris

Solaris Performance tuning

Dear all, I have a Local zone , where users feel that performance is not good. Is it wise to collect the inputs from the local zone rather than taking from the global zone. And also Can I tune from Global zone , so that it will reflect in local zone. Rgds rj (2 Replies)
Discussion started by: jegaraman
2 Replies

6. Solaris

How I can get System Performance on Solaris

Hi All, Can someone help me out knowing all commands for getting system performance on Solaris machines. Thanks in advance, Yagami Light. (5 Replies)
Discussion started by: Yagami
5 Replies

7. Solaris

Help! Performance Threshold for Solaris 8,9,10

hi, I am trying to determine a 'rule of thumb' threshold for memory usage on different Solaris versions. I know that prior to Solaris 8, "page scan rate > 300" can be used as a general rule of thumb to determine any memory shortages. Since Solaris 9 and 10 have a different memory handling... (2 Replies)
Discussion started by: bwclu
2 Replies

8. Solaris

Enhance Sun Solaris 10 performance ?

Guys where can i find values to add in /etc/system to make sun solaris 10 working better ? im sure there is alot of values but i dont know from where i can find them if you know any please send direct and if you know another sites send links to it, thanks so much. (5 Replies)
Discussion started by: XP_2600
5 Replies

9. UNIX Desktop Questions & Answers

oracle performance on solaris 8

Good evening all, I have a very interesting issue. I have an oracle database on unix and nt. The dba says that his delete process runs in 22 mins on nt. When I run the same delete process on unix, it run in an hour. I downloaded sarcheck to see what was going on. It told me abpout the autoup... (3 Replies)
Discussion started by: niasdad
3 Replies
Login or Register to Ask a Question