![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| AIX AIX is IBM's industry-leading UNIX operating system that meets the demands of applications that businesses rely upon in today's marketplace. |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Smt
How do you turn SMT(symm multi threading).I think that is what it's called.
TIA Mike |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
You can use "smctl" command to enable SMT..
smtctl -m off - to disable SMT smtctl -m on - to enable SMT Bala |
|
#3
|
|||
|
|||
|
I suppose you mean "Symmetrical Multiprocessing" (SMP). Multithreading is automatically enabled if you use the correct libraries for your softwre development (libpthreads.so).
The multiprocessor kernel resides in a package called "bos.mp", whereas the uniprocessor kernel resides in "bos.up". One can have installed both and decide which one to use. First check what is installed on the machine. The command and its output should look similar to the following: Code:
# lslpp -l bos.mp
Fileset Level State Description
----------------------------------------------------------------------------
Path: /usr/lib/objrepos
bos.mp 5.2.0.76 COMMITTED Base Operating System
Multiprocessor Runtime
Path: /etc/objrepos
bos.mp 5.2.0.0 COMMITTED Base Operating System
Multiprocessor Runtime
Code:
# ls -l /unix lrwxrwxrwx 1 root system 21 Oct 11 06:07 /unix -> /usr/lib/boot/unix_64 PLEASE READ CAREFULLY the manpage of bosboot prior to usage - you can easily render your machine useless and ready for a reinstallation by (mis-)using this command. bakunin |
|||
| Google The UNIX and Linux Forums |