smtctl in AIX5.3


 
Thread Tools Search this Thread
Operating Systems AIX smtctl in AIX5.3
# 1  
Old 04-09-2009
smtctl in AIX5.3

Dear Members Smilie,

Curently we are migrating our AIX from 5.2.to 5.3, after migration when we check CPU through nmon it shows double in no i.e we have 8 CPU on our p570 box but nmom shows it 16 after investigation it was found that smtctl was enabled in AIX 5.3,can we disable the smtctl & what is the immpact of disabling it

Regards,
# 2  
Old 04-09-2009
I don't suppose you want to disable smtctl (simultaneous multithreading mode) and i don't think it is responsible for the mismatch in the number of processors.

If you still want to disable it issue:

Code:
smtctl -m off -w now

as root.

Just a "dumb" question: you are not confusing logical with physical processors, are you?

I hope this helps.

bakunin
# 3  
Old 04-09-2009
As Bakunin suggests, you might not want to disable it since smtctl is a plus for performance in most cases.
In case he is mixing Logical CPUs up (what I asume) a short explanation:
You see double amount of CPUs (logical CPUs) since SMT brings a second hardware thread up for multi processing, it will show 2 CPUs for 1 being built in with some tools like sar -P ALL 1 3 for example.
These 2 are Logical CPUs. Your number of real CPUs you can still grep with prtconf, lsconf or "lsdev -C| grep proc| grep -i available".
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

Kill sessions on AIX5.2

Hi, I have a problem with a server which doesn't stop some sessions. It looks a ghost sessions. I don't have defunct process. I can't find some processes which are executing with the session t41 and t49... Every time, I have to reboot the server to stop those sessions... If someone have... (5 Replies)
Discussion started by: Castelior
5 Replies

2. AIX

All ports in use - AIX5.3

at least two times my system crashes. Post "all ports in use" imagine being related Telnet connections. The software uses port 33086 (specify for the software - it is the MSM-Mumphs). Someone tell me how can I increase the number of connections to 1000 on AIX 5.3. Today is set 500. After... (15 Replies)
Discussion started by: Vladimir Dias
15 Replies

3. AIX

Help about identify the SP of my OS (Aix5.3)

Hi, I need to know how can I identify, wich SP is installed in my OS (AIX5.3)? and how can I upgrade it? thanks a lot, (7 Replies)
Discussion started by: fdeivis
7 Replies

4. AIX

How to upgrade AIX5.3TL6-07 to AIX5.3TL8-04?

Hello All, After creating lpp_source/spot from AIX 5.3TL6-07 DVD on the NIM(AIX6.1), I went online and download the fix pack for reaching TL8-04. (it was less than 200Mgegs total) then I did define a newer lpp_source530TL8-04 via a copy from the older lpp_source530TL6-07 (I diduse a command... (2 Replies)
Discussion started by: sangers
2 Replies

5. AIX

ssh on AIX5.2

i got this error while installing ssh package time bash-3.00# installp -d /openssh/ openssh.base installp: No action was indicated. The -a (apply) flag is being assumed. +-----------------------------------------------------------------------------+ Pre-installation Verification...... (3 Replies)
Discussion started by: chinni929
3 Replies

6. UNIX for Advanced & Expert Users

NFS Logs on AIX5.3

Hi people! In my new job i have 5 servers running AIX 5.3. In the 1st one (BackupSRV) i have a partition (from SAN) mounted on /arquive. This partition its configured with NFS to be used by the other 4 servers. In the 3 servers i can mount without any problems. The 4rd one it gives me an... (8 Replies)
Discussion started by: gfca
8 Replies

7. AIX

Install ssh on AIX5.2

hi Any one help me to install ssh on IBM-AIX5.2 in my machine i have this bellow rpms installed zlib-1.2.3-3 prngd-0.9.23-3 openssl-0.9.7l-2 openssl-doc-0.9.7l-2 openssl-devel-0.9.7l-2 For ssh installing we need ssh rpms but i could not find openssh,openssh-server,openssh-client rpm's in... (3 Replies)
Discussion started by: chinni929
3 Replies

8. AIX

Port/ IP Forwarding AIX5.3

Hi friends i have the following setup machine1 two network adapters one connected to lan the other connected directly to machine2 machine2 is not connected to lan i need to access machine2 directly from the LAN how to force machine1 to forward all traffic received on a specific port the... (1 Reply)
Discussion started by: Husam
1 Replies

9. AIX

Compile Problem on AIX5.3

Hello, I try to compile apt-rpm on a AIX box. AIX: AIX 5300-05-03 make : 3.81 CC= VAC 8 I get the follwing error: make: Entering directory `/home/root/apt-0.5.15lorg3/apt-pkg' source='contrib/cmndline.cc' object='contrib/cmndline.lo' libtool=yes \ DEPDIR=.deps depmode=none... (1 Reply)
Discussion started by: jbo
1 Replies

10. AIX

install oracle9i on aix5.3

I am installing oracle9i on aix5.3 and an link error appears during the install process. 'Error in invoking target iokdstry of makefile /export/home/oracle/OraHome/network/lib/ins_nau.mk' happened I tried to find the way out,and there seems to be one... (2 Replies)
Discussion started by: mayuhao
2 Replies
Login or Register to Ask a Question