HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- dataprefetch
Operating System - HP-UX
1833852
Members
2225
Online
110063
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
Forums
Discussions
Discussions
Discussions
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
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
03-21-2005 11:17 PM
03-21-2005 11:17 PM
dataprefetch
hello, good day. I reader a note of oracle that it indicates to change parameter dataprefetch to disable( this parameter it is modified in the starting of the machine and is of firmware) in the fisical partitions of superdome. This improvement the yield with oracle.Do you now something of this?
thank you.
thank you.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2005 12:00 AM
03-22-2005 12:00 AM
Re: dataprefetch
This is done because by turning off dataprefetch, you use the 64-byte cache lines and these are more efficient because of Oracle's use of 64-byte aligned semaphores.
So there is less conversion from the HW to the SW level.
Best regards,
Kent M. Ostby
So there is less conversion from the HW to the SW level.
Best regards,
Kent M. Ostby
"Well, actually, she is a rocket scientist" -- Steve Martin in "Roxanne"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2005 06:25 PM
03-22-2005 06:25 PM
Re: dataprefetch
Carlos,
Look at the following link regarding Oracle and HP tuning - with specific reference to your question on disabling Data Prefetch on HP SuperDome systems:
http://www.cs.nott.ac.uk/TSG/manuals/databases/oracle/standard/a90347/appb_hp.htm
It covers the following issues:
HP SCHED_NOAGE Scheduling Policy
Lightweight Timer Implementation
Asynchronous I/O
Disabling Data Prefetch on the HP SuperDome for Oracle
Here is the part that you will find relevant:
Disabling Data Prefetch on the HP SuperDome for Oracle
HP SuperDome systems have a data prefetch feature that might impair Oracle performance in update or insert intensive applications. Oracle Corporation and Hewlett-Packard Corporation recommend that you disable this feature for these types of applications.
Prefetching data usually improves application performance. However, the Oracle server is developed to run well on all HP systems, including those that do not include the prefetch feature. In update and insert intensive applications, enabling the data prefetch feature unintentionally creates contention on redo allocation and redo copy latches. This contention is increased as the number of processors is increased. Disabling the data prefetch feature helps to reduce redo latch contention.
HP SuperDome systems can run multiple instances of the HP-UX 11i operating system on a single server by defining multiple partitions within a SuperDome server. Each partition on a HP SuperDome system acts as a logical server running a single instance of HP-UX. Each system can boot, reboot, and operate independently of other partitions and hardware within the SuperDome system. Each partition has its own console.
To disable data prefetch on a HP SuperDome system, you must disable the prefetch option in each partition on which the Oracle server is running. To disable the prefetch option for each partition:
Telnet to the SuperDome system:
$ telnet superdome_hostname
The Guardian Server Processor (GSP) prompt appears.
At the prompts, enter your GSP username and password.
At the GSP prompt, enter the following command to access the Consoles menu:
GSP> CO
At the prompt, enter the number of the partition running the Oracle server.
The partition console appears.
Respond to the prompts that appear.
Log in to UNIX as the root user.
Enter the following command to determine the partition hostname:
# hostname
Enter the following command to reboot the partition:
# shutdown -r
The following message appears:
To discontinue boot, hit space bar within 10 secs....
Press the space bar within ten seconds to display the Boot Console Handler (BCH) menu.
--------------------------------------------------------------------------------
Note:
If you do not press the space bar within ten seconds, the partition reboots and you cannot access the BCH menu. If this happens, you must repeat steps 6 through 8.
--------------------------------------------------------------------------------
At the BCH menu prompt, enter CO to display the BCH Configuration menu.
At the Configuration Menu prompt, enter the following command:
DataPrefetch DISABLE
In UNIX, enter the following command to reboot the partition:
# shutdown -r
The following message appears:
To discontinue boot, hit space bar within 10 secs....
Ignore this message and allow the partition to reboot completely.
After the partition reboots, enter exit to exit the partition.
To disable data prefetch on another partition where the Oracle server is running, perform steps 4 through 14.
Regards,
David de Beer.
Look at the following link regarding Oracle and HP tuning - with specific reference to your question on disabling Data Prefetch on HP SuperDome systems:
http://www.cs.nott.ac.uk/TSG/manuals/databases/oracle/standard/a90347/appb_hp.htm
It covers the following issues:
HP SCHED_NOAGE Scheduling Policy
Lightweight Timer Implementation
Asynchronous I/O
Disabling Data Prefetch on the HP SuperDome for Oracle
Here is the part that you will find relevant:
Disabling Data Prefetch on the HP SuperDome for Oracle
HP SuperDome systems have a data prefetch feature that might impair Oracle performance in update or insert intensive applications. Oracle Corporation and Hewlett-Packard Corporation recommend that you disable this feature for these types of applications.
Prefetching data usually improves application performance. However, the Oracle server is developed to run well on all HP systems, including those that do not include the prefetch feature. In update and insert intensive applications, enabling the data prefetch feature unintentionally creates contention on redo allocation and redo copy latches. This contention is increased as the number of processors is increased. Disabling the data prefetch feature helps to reduce redo latch contention.
HP SuperDome systems can run multiple instances of the HP-UX 11i operating system on a single server by defining multiple partitions within a SuperDome server. Each partition on a HP SuperDome system acts as a logical server running a single instance of HP-UX. Each system can boot, reboot, and operate independently of other partitions and hardware within the SuperDome system. Each partition has its own console.
To disable data prefetch on a HP SuperDome system, you must disable the prefetch option in each partition on which the Oracle server is running. To disable the prefetch option for each partition:
Telnet to the SuperDome system:
$ telnet superdome_hostname
The Guardian Server Processor (GSP) prompt appears.
At the prompts, enter your GSP username and password.
At the GSP prompt, enter the following command to access the Consoles menu:
GSP> CO
At the prompt, enter the number of the partition running the Oracle server.
The partition console appears.
Respond to the prompts that appear.
Log in to UNIX as the root user.
Enter the following command to determine the partition hostname:
# hostname
Enter the following command to reboot the partition:
# shutdown -r
The following message appears:
To discontinue boot, hit space bar within 10 secs....
Press the space bar within ten seconds to display the Boot Console Handler (BCH) menu.
--------------------------------------------------------------------------------
Note:
If you do not press the space bar within ten seconds, the partition reboots and you cannot access the BCH menu. If this happens, you must repeat steps 6 through 8.
--------------------------------------------------------------------------------
At the BCH menu prompt, enter CO to display the BCH Configuration menu.
At the Configuration Menu prompt, enter the following command:
DataPrefetch DISABLE
In UNIX, enter the following command to reboot the partition:
# shutdown -r
The following message appears:
To discontinue boot, hit space bar within 10 secs....
Ignore this message and allow the partition to reboot completely.
After the partition reboots, enter exit to exit the partition.
To disable data prefetch on another partition where the Oracle server is running, perform steps 4 through 14.
Regards,
David de Beer.
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
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP