- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: Bus addressable memory
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
06-21-2005 03:09 AM
06-21-2005 03:09 AM
I have 1 node running 8.2 that has allocated zero bytes for it.
Wim
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2005 03:22 AM
06-21-2005 03:22 AM
Solutionthere are certain IO adapters (CIPCA, CIXCD, KFMSB, and Qlogic 1020ISP), that are limited in addressing physical memory beyond 1GB or 4GB. To overcome this restriction, some data structures used by those adapters have to be allocated in BAP pool (Bus Adressable Pool), which will be configured to reside in physical memory at addresses lower than 1 or 4 GB.
http://h71000.www7.hp.com/doc/73final/6017/6017pro_070.html
The NPAG_BAP_* parameters control this pool.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2005 03:52 AM
06-21-2005 03:52 AM
Re: Bus addressable memory
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2005 04:26 AM
06-21-2005 04:26 AM
Re: Bus addressable memory
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2005 08:01 AM
06-21-2005 08:01 AM
Re: Bus addressable memory
This concerns an AS500 with 128 MB and 512 MB pagefile. Why does it need those structures ? For the disk of 2 GB ?
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2005 05:49 PM
06-21-2005 05:49 PM
Re: Bus addressable memory
I'm seeing similar results on an AlphaServer 1000A V8.2 with 128 MB memory. BAP pool is 128 KB with 17.1 KB used. This system has 2 Qlogic ISP1020 SCSI-2 adapters (see SDA> CLUE CONFIG).
This has nothing to do with disk size or such. Some IO adapters (plugged into PCI or XMI buses) just can't handle 'high' physical memory addresses and as they sometimes need to allocate datastructures from nonpaged pool, the operating system needs to provide bus adressable pool mapped to 'lower' physical addresses.
Use SDA> SHOW POOL/BAP/HEADER to see, which data structures are allocated in BAP pool.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2005 06:40 PM
06-21-2005 06:40 PM
Re: Bus addressable memory
OK but what did it do when the usage was zero ? Live without it ?
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2005 07:40 PM
06-21-2005 07:40 PM
Re: Bus addressable memory
with 128 MB of memory, there should be no problem for the IO adapter (assumimg you also have a Qlogic ISP 1020) to address all of physical memory. If there is no BAP, datastructures (for this adapter) would then be allocated from normal nonpaged pool.
Use SEARCH SYS$SYSTEM:AGEN$FEEDBACK.DAT BAP to see which values of BAP AUTOGEN feedback is suggesting.
You can certainly override the NPAG_BAP_* values to prevent BAP pool from being created in this kind of config.
Volker.