HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to check if a executable uses MPAS or MGAS or ...
Operating System - HP-UX
1833270
Members
2768
Online
110051
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
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
07-01-2004 08:45 PM
07-01-2004 08:45 PM
I read about "Adaptive Address Space"
We have a RX1600 Itanium HPUX 11.23
It obviously has AAS feature.
We are experiencing performance problems with SAP as we have both DI & CI on the same 2GB RAM physical box.
SAP uses PrivateMemory + sharedMemory + MemoryMapped files for the Dialog Worker processes.
I have read the mmap & chatr commands documentation. But there is no command I could find to check if an executable uses MPAS or to check this while a process is running.
Any help will be deeply appreciated.
-Jayanta of Kolkata/India
We have a RX1600 Itanium HPUX 11.23
It obviously has AAS feature.
We are experiencing performance problems with SAP as we have both DI & CI on the same 2GB RAM physical box.
SAP uses PrivateMemory + sharedMemory + MemoryMapped files for the Dialog Worker processes.
I have read the mmap & chatr commands documentation. But there is no command I could find to check if an executable uses MPAS or to check this while a process is running.
Any help will be deeply appreciated.
-Jayanta of Kolkata/India
Solved! Go to Solution.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2004 09:16 PM
07-01-2004 09:16 PM
Solution
The chatr(1) command is the one to use... to see if an executable uses the AAS model, check for the following line:
address space model: MPAS
Best regards...
Dietmar.
address space model: MPAS
Best regards...
Dietmar.
"Logic is the beginning of wisdom; not the end." -- Spock (Star Trek VI: The Undiscovered Country)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2004 09:23 PM
07-01-2004 09:23 PM
Re: How to check if a executable uses MPAS or MGAS or neither
I forgot to mention how to check a running process... the model is determined at process exec time. So if you check the process' executable then you are done. During run time the exectable file is busy... so you are unable to change the flags then. You may use fuser(1M) to check if the executable is really the one, that is in use by a specific process.
See also the man page of chatr(1):
+as mode Control the address space model to be used by the
kernel. Possible values for mode are default,
share_magic, exec_magic, shmem_magic, and mpas. The
default value is currently equivalent to share_magic.
In order to set the mode to any value other than the
default, the binary should have been built with the -N
compiler option to ensure that the text and data
segments are contiguous.
See also the man page of chatr(1):
+as mode Control the address space model to be used by the
kernel. Possible values for mode are default,
share_magic, exec_magic, shmem_magic, and mpas. The
default value is currently equivalent to share_magic.
In order to set the mode to any value other than the
default, the binary should have been built with the -N
compiler option to ensure that the text and data
segments are contiguous.
"Logic is the beginning of wisdom; not the end." -- Spock (Star Trek VI: The Undiscovered Country)
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