- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Max 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
10-25-2001 06:34 AM
10-25-2001 06:34 AM
Max Memory...
Can I install 8GB memory on N-class server running HP-UX 11.x 32bit OS??
Is max memory on N-class for 32bit OS & 64 bit OS is same??
Thanks,
Sejal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2001 06:40 AM
10-25-2001 06:40 AM
Re: Max Memory...
Good Luck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2001 06:46 AM
10-25-2001 06:46 AM
Re: Max Memory...
The N-class (now known as rp7400) has a maximum capacity of 32GB of memory so you should be able to use 8GB.
http://www.hp.com/products1/unixservers/midrange/nclass/specifications/index.html
-Regards
Ramesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2001 06:49 AM
10-25-2001 06:49 AM
Re: Max Memory...
you can have 8Gb on N class, that will work. Although I don't think you can have 32bit OS on the N-CLASS. It should be 64bit and the max is 32gb memory on a N class
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2001 06:49 AM
10-25-2001 06:49 AM
Re: Max Memory...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2001 06:57 AM
10-25-2001 06:57 AM
Re: Max Memory...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2001 07:07 AM
10-25-2001 07:07 AM
Re: Max Memory...
The N-class can certainly take 8GB of RAM. I am among those who thought that it was not possible to run 32-bit 1.00 on an N-class server, though. Please run
file /stand/vmunix
and check the results.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2001 07:16 AM
10-25-2001 07:16 AM
Re: Max Memory...
N-Class can certainly
accomodate 8Gb memory.
Your question was whether
your 32-bit O/S can address
it?
32 bit can address
-> 2^^32 = 4Gb Memory.
But, using memory windows
feature, your applications
can access memory beyond
the 4Gb limit for specific
purpose (shared memory).
Please check the document
/usr/share/doc/mem_mgt.txt
and mem_wnds.txt.
I have never used this
feature, but it is there.
-R
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2001 07:34 AM
10-25-2001 07:34 AM
Re: Max Memory...
N-class only supports 64 bit 11.0.
But yes if you are running 32-bit 11.0 on a different hardware, then the max you can use is 4GB.
A5414867 talks about memory limitations for older OS'es(10.x etc)
To utilize the maximum shared memory (on 32 bit ) you will have to compile your programs using SHMEM_MAGIC.
-HTH
Ramesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2001 09:07 AM
10-25-2001 09:07 AM
Re: Max Memory...
Something else to think about is the density of the memory you put in. An N server can have 1 to 4 memory carrier boards. Each board has 8 slots. Each time you add memory you use 2 slots. Memory comes in 512MB, 1GB and 2GB DIMMs.
Your minimum is 1 carrier with 512MB which uses 2 slots. This leaves you with 6 slots available. Your maximum is 4 carriers with 32GB. When you buy 2GB DIMMs you get two 1GB DIMMs. You have to buy the 2GB increments to go to the max.
Think about how much memory you may ever want to put in this system. It costs more to use 2GB DIMMs but you have the most headroom for growth. If you do not think you will grow beyond 8GB, two carriers with 512MB DIMMs is the cheapest way to go. You need to find a combination that meets your current needs and budget and may allow for growth.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2001 09:24 AM
10-25-2001 09:24 AM
Re: Max Memory...
HOWEVER, there are two types of programs that can run on HP-UX 64bit: 32bit and 64bit. Any 64bit application has essentially unlimited access to RAM, but 32bit application do not...they must run in an address space limited to 3.75Gb, and to further restrict 32bit applications, they cannot use a dataspace more than 940 megs (or up to 1750 megs with special conditions and compile ooptions.
So if you have 8Gb of RAM but are running programs that are only 32bit capable programs, then only 3.75Gb of RAM is available for those programs, just like 10.20 and earlier. Without recompiling (and perhaps some recoding) into 64bits, a 32bit appication cannot address any additional memory.
Now there is a feature in HP-UX called memory windows that allows the running of independent programs in separate 3.75Gb windows. This works as long as the applications do NOT share any memory with each other. You can read about memory windows at docs.hp.com
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2001 10:33 AM
10-25-2001 10:33 AM
Re: Max Memory...
I am having one more question...
We have a application name MDE...
Each of the MDE aplication processes
(32bit) uses 300MB of ram. Under a 64
bit os, wouldn't that mean that each
process can get 300MB out of that 8 gb
pool? IE although each process is
limited to 3.75GB, we can still
utilize the extra memory since each
process doesn't need more then 3.75GB
of space?
Can you please give me more info on that??
Can 32 bit process go beyond 3.75
GB?? As we have 64bit OS....all 8gb memory is usuable or 3.75 gb for 32 bit apps....What happened if all 3.75gb memory is in use?? Is 3.75GB limitation is per 32 bit process or across all 32 bit processes that running on the system??
Thanks,
Sejal