HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- memory windows
Operating System - HP-UX
1833858
Members
2770
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
02-18-2004 08:43 AM
02-18-2004 08:43 AM
memory windows
Has anyone ever use memory windows in 32 Bit Application ?
I specifically trying to find out if using memory windows with SAP 3.1i have any issues at all ?
Also if it can be used with HP-UX11i
It is an old technology but it is the only way to overcome the memory limitation problem.
Any advise will be greatly appreciated
I specifically trying to find out if using memory windows with SAP 3.1i have any issues at all ?
Also if it can be used with HP-UX11i
It is an old technology but it is the only way to overcome the memory limitation problem.
Any advise will be greatly appreciated
The Sky is the Limit
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2004 10:11 AM
02-18-2004 10:11 AM
Re: memory windows
We used to use it before we upgrade the Oracle databases to 64-bit. It's actually very simple to implement as you don't need to change anything in the Oracle binaries.
Just create a file called /etc/services.window and place the SIDs of your databases in there like so;
$ cat services.window
#
# File: /etc/services.window
# @(#)B.11.11_LR
#
# The format of this file is name followed by a space/tab followed by
# a unique user key. A memory window application uses the
# getmemwindow(1M) command to extract the user key and then passes that
# key to the setmemwindow(1M) command. Using the same key places
# those applications in the same memory window.
#
# For example:
#
# winid=getmemwindow database1
# setmemwindow -i $winid startup_script arg1 arg2 arg3.
#
QA11i 10
ERPCRP2 30
DEV11i 40
Since we were running 8.1.7.4 databases, we did run into an issue with PMON trying to automatically register with the listener over port 1521. You may need to set the LOCAL_LISTENER attribute in your listener.ora file(s). Take a look at Metalink article 235562.1
http://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=235562.1
Just create a file called /etc/services.window and place the SIDs of your databases in there like so;
$ cat services.window
#
# File: /etc/services.window
# @(#)B.11.11_LR
#
# The format of this file is name followed by a space/tab followed by
# a unique user key. A memory window application uses the
# getmemwindow(1M) command to extract the user key and then passes that
# key to the setmemwindow(1M) command. Using the same key places
# those applications in the same memory window.
#
# For example:
#
# winid=getmemwindow database1
# setmemwindow -i $winid startup_script arg1 arg2 arg3.
#
QA11i 10
ERPCRP2 30
DEV11i 40
Since we were running 8.1.7.4 databases, we did run into an issue with PMON trying to automatically register with the listener over port 1521. You may need to set the LOCAL_LISTENER attribute in your listener.ora file(s). Take a look at Metalink article 235562.1
http://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=235562.1
Remember, wherever you go, there you are...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2004 10:42 AM
02-18-2004 10:42 AM
Re: memory windows
We are using memory windows with our Oracle database as well without any problems. We are still on HP-UX 11.0.
Memory Windows should still work the same on 11i as far as I know.
One thing you will need to be sure you do is set the kernel parameter max_mem_window to the number of memory windows you will need. Note that this will require the kernel to be regenerated and the system rebooted.
Memory Windows should still work the same on 11i as far as I know.
One thing you will need to be sure you do is set the kernel parameter max_mem_window to the number of memory windows you will need. Note that this will require the kernel to be regenerated and the system rebooted.
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