- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Enable HyperThreading in HP-UX V3
Operating System - HP-UX
1821985
Members
3505
Online
109638
Solutions
Forums
Categories
Company
Local Language
юдл
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
юдл
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-07-2011 04:17 AM
тАО06-07-2011 04:17 AM
Dear HP Engineers,
I have enabled Hyper Threading (HT) in our rx6600 (HP-UX V3) server with below procedure. Please confirm us whether or not it is correct?
If any modification required, please advise:
# setboot -v
....................
....................
Hyperthreading : OFF
# ioscan -fnC processor
Class I H/W Path Driver S/W State H/W Type Description
========================================================================
processor 0 120 processor CLAIMED PROCESSOR Processor
processor 1 121 processor CLAIMED PROCESSOR Processor
processor 2 122 processor CLAIMED PROCESSOR Processor
processor 3 123 processor CLAIMED PROCESSOR Processor
Steps 1:
========
For hp-ux 11iv3, you can enable hyperthreading by two way:
From HP-UX Command line as "root" user
#setboot -m on
or
From EFI Shell
SHELL > cpuconfig threads on
Steps 2:
=======
The kernel tunable "lcpu_attr" will activate use of hyperthreading by the OS.
Now The kernel tunable "lcpu_attr" will need to activate using kctune:
# kctune lcpu_attr=1
==> Update the automatic 'backup' configuration first? y
* The automatic 'backup' configuration has been updated.
* Future operations will update the backup without prompting.
* The requested changes have been applied to the currently
running configuration.
Tunable Value Expression Changes
lcpu_attr (before) 0 Default Imm (auto disabled)
(now) 1 1
# kctune -q lcpu_attr
Tunable Value Expression Changes
lcpu_attr 1 1 Imm (auto disabled)
# ioscan -fnC processor
Class I H/W Path Driver S/W State H/W Type Description
========================================================================
processor 0 120 processor CLAIMED PROCESSOR Processor
processor 1 121 processor CLAIMED PROCESSOR Processor
processor 2 122 processor CLAIMED PROCESSOR Processor
processor 3 123 processor CLAIMED PROCESSOR Processor
processor 4 124 processor CLAIMED PROCESSOR Processor
processor 5 125 processor CLAIMED PROCESSOR Processor
processor 6 126 processor CLAIMED PROCESSOR Processor
processor 7 127 processor CLAIMED PROCESSOR Processor
# setboot -v
....................
....................
Hyperthreading : ON
Thanks
Minhaz
I have enabled Hyper Threading (HT) in our rx6600 (HP-UX V3) server with below procedure. Please confirm us whether or not it is correct?
If any modification required, please advise:
# setboot -v
....................
....................
Hyperthreading : OFF
# ioscan -fnC processor
Class I H/W Path Driver S/W State H/W Type Description
========================================================================
processor 0 120 processor CLAIMED PROCESSOR Processor
processor 1 121 processor CLAIMED PROCESSOR Processor
processor 2 122 processor CLAIMED PROCESSOR Processor
processor 3 123 processor CLAIMED PROCESSOR Processor
Steps 1:
========
For hp-ux 11iv3, you can enable hyperthreading by two way:
From HP-UX Command line as "root" user
#setboot -m on
or
From EFI Shell
SHELL > cpuconfig threads on
Steps 2:
=======
The kernel tunable "lcpu_attr" will activate use of hyperthreading by the OS.
Now The kernel tunable "lcpu_attr" will need to activate using kctune:
# kctune lcpu_attr=1
==> Update the automatic 'backup' configuration first? y
* The automatic 'backup' configuration has been updated.
* Future operations will update the backup without prompting.
* The requested changes have been applied to the currently
running configuration.
Tunable Value Expression Changes
lcpu_attr (before) 0 Default Imm (auto disabled)
(now) 1 1
# kctune -q lcpu_attr
Tunable Value Expression Changes
lcpu_attr 1 1 Imm (auto disabled)
# ioscan -fnC processor
Class I H/W Path Driver S/W State H/W Type Description
========================================================================
processor 0 120 processor CLAIMED PROCESSOR Processor
processor 1 121 processor CLAIMED PROCESSOR Processor
processor 2 122 processor CLAIMED PROCESSOR Processor
processor 3 123 processor CLAIMED PROCESSOR Processor
processor 4 124 processor CLAIMED PROCESSOR Processor
processor 5 125 processor CLAIMED PROCESSOR Processor
processor 6 126 processor CLAIMED PROCESSOR Processor
processor 7 127 processor CLAIMED PROCESSOR Processor
# setboot -v
....................
....................
Hyperthreading : ON
Thanks
Minhaz
Solved! Go to Solution.
- Tags:
- hyperthreading
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-07-2011 04:24 AM
тАО06-07-2011 04:24 AM
Re: Enable HyperThreading in HP-UX V3
Hi Minhaz,
Its correct procedure to follow for HyperThreading.You can go ahead.
Hope this solves ur query.
Regards
Vishnu Khandare
Its correct procedure to follow for HyperThreading.You can go ahead.
Hope this solves ur query.
Regards
Vishnu Khandare
You should deserve before U desire!!!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-07-2011 04:25 AM
тАО06-07-2011 04:25 AM
Solution
Minhaz,
That all looks correct to me. Whether you get any performance advantage out of doing it though you'll have to see... its not guaranteed by any stretch.
One last point - Hyperthreading is not supported with HP Integrity Virtual Machines - if this system is going to be a HPVM host you'll have to turn hyperthreading off again.
HTH
Duncan
I am an HPE Employee
That all looks correct to me. Whether you get any performance advantage out of doing it though you'll have to see... its not guaranteed by any stretch.
One last point - Hyperthreading is not supported with HP Integrity Virtual Machines - if this system is going to be a HPVM host you'll have to turn hyperthreading off again.
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-07-2011 05:28 AM
тАО06-07-2011 05:28 AM
Re: Enable HyperThreading in HP-UX V3
Thanks everybody.
BR
Minhaz
BR
Minhaz
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP