- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- low latency guide update for RHEL 7
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
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
Community
Resources
Forums
Blogs
- 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
10-15-2014 12:23 PM
10-15-2014 12:23 PM
low latency guide update for RHEL 7
I 'm using http://h10032.www1.hp.com/ctg/Manual/c01804533.pdf to tune RHEL7
The problem is that RHEL7 is switched to grub2, but guide was not updated and still uses grub.
If new version of guide was released and I just can't find it?
Particularly it's interesting how to replace this to use grub2:
Edit /boot/grub/grub.conf and add "nosoftlockup intel_idle.max_cstate=0 mce=ignore_ce" to the
kernel line
Edit /boot/grub/grub.conf and add "idle=poll" to the kernel line. This is in addition to the "nosoftlockup intel_idle.max_cstate=0
mce=ignore_mce" parameters that should have been added previously.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2015 11:56 AM
08-12-2015 11:56 AM
Re: low latency guide update for RHEL 7
Thanks!