Disable multithreading option on T5240


 
Thread Tools Search this Thread
Operating Systems Solaris Disable multithreading option on T5240
# 1  
Old 11-21-2011
Disable multithreading option on T5240

Hi Gurus

Can any one tell me the process of disabling the multithreading option on T5240 server and my OS is on LDOM, having one physical processor with 8 core & 8 thread per core

Regards
# 2  
Old 11-21-2011
Multithreading isn't that much an option but more a feature of the T series servers. If you really want to disable chip-multithreading, your can limit the available virtual CPU to one for the target ldom Operating System with this command:
Code:
# ldm set-vcpu 1 ldom

This is also doable at the process level with process binding or processor sets.
# 3  
Old 11-23-2011
Hi all

I came to know that if we use psradm command to disable all threads, except 0, 3 ,7,11 . Through this process we can disable the threads. But can any one tell me why cann't we disable 0,3,7,11 threads. I haven't done above process as my server is production. If any one have test T-series server having oracle database or application which is single thread base. As I believe above process will increase some or bit increase performance gain for singe thread application or database. But this process will not give us significant performance gain as per that person due to same clock speed of CPU. Looking for answer of my question.

Regards
# 4  
Old 11-23-2011
What you call threads are known under Solaris as virtual CPUs (or strands).

Disabling virtual CPUs 0,3,7,11 seems to me an odd advice. Assuming the goal is to leave a single strand active per core, I would expect it to be something like 0,8,16,24 or if you have a 4 core CPU, or 0,9,16,24,32,40 with a 6 core model and 0,8,16,24,32,40,48,56 with the 8 core model.
Anyway, it is unclear what you are trying to achieve. In your first question, you stated you were using an ldom but you don't tell how many virtual CPUs are available to the ldom OS.

Are there multiple processes competing for the CPUs on your server ? What is its reported load during peak periods ?

Disabling CPU strands isn't really something you can expect to improve performance but more to reduce it.

If you happen to run the latest Solaris 10 (8/11) or Solaris 11, you might instead have a look at the Critical Threads Optimization, although I'm not sure about its impact, if any, in your case.

Last edited by jlliagre; 11-23-2011 at 06:42 PM..
This User Gave Thanks to jlliagre For This Post:
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Solaris

Using a Modem on a T5-2 or a T5240

Hi Folks, Just a quick question - hopefully! I have an application currently running on a V890 with Solaris 9, I'd like to move this to either one of our T-5's or one of the T5240's in a Legacy container on an LDOM - but the fly in the ointment is the application still uses a standard Hayes... (3 Replies)
Discussion started by: gull04
3 Replies

2. Solaris

Cannot configure RAID on T5240

Hi ! I've been given a T5240 with 4 disks and 2 HBA cards (but no array connected). I did a factory reset on SP and NVRAM clean on OBP because the server had been used before. I boot cdrom in single mode and try to create a hw mirror with disks from c1... but only c2 is seen by raidctl. ... (2 Replies)
Discussion started by: delavega
2 Replies

3. Red Hat

SSL/TLS renegotiation DoS -how to disable? Is it advisable to disable?

Hi all Expertise, I have following issue to solve, SSL / TLS Renegotiation DoS (low) 222.225.12.13 Ease of Exploitation Moderate Port 443/tcp Family Miscellaneous Following is the problem description:------------------ Description The remote service encrypts traffic using TLS / SSL and... (2 Replies)
Discussion started by: manalisharmabe
2 Replies

4. Solaris

ufsrestore T5240

Hi Friends we have sun T5240 server, we have taken ufsdump of this server remotely with scsi tapedrive, If we need to do ufsrestore means what we have to do, since T5240 has not having scsi port, any procedure is there? Regards Rajasekar (5 Replies)
Discussion started by: rajasekg
5 Replies

5. Solaris

SUN T5240 vs M3000

Hi, We are planning to buy new server for our data center. Sun T5240 or M3000 which one have better performance, we are going to create many dt sessions in this server. So, i need your suggestions. RJS (4 Replies)
Discussion started by: rajasekg
4 Replies

6. Shell Programming and Scripting

How to disable Enable/Disable Tab Key

Hi All, I have bash script, so what is sintax script in bash for Enable and Disable Tab Key. Thanks for your help.:( Thanks, Rico (1 Reply)
Discussion started by: carnegiex
1 Replies

7. Solaris

raidctl on SUN T5240

Setting up a T5240 with two disks c1t0d0 and c1t1d0. I am trying to use raidctl but when I issue. raidctl -l I get Controller 1 Disk: 0.0.0 Disk: 0.1.0 So I try raidctl -c '0.0.0 0.1.0' -r 1 1 and I get "Array in use." I try (4 Replies)
Discussion started by: photon
4 Replies

8. Shell Programming and Scripting

KSH : Disable -x option

I have a KSH script. I want NO-ONE to call it with -x option. example : ksh -x /appl/u001/test_it_out.ksh Is there a way to know, from with in script, that they invoked the script with -x option. So that I can exit when they invoke it with -x option. please help. (2 Replies)
Discussion started by: vangaru
2 Replies
Login or Register to Ask a Question