- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Physical memory problem!!!!
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
04-29-2002 07:13 PM
04-29-2002 07:13 PM
My server original setting.
HP-k580
CPU = 4
RAM = 4GB
We have added 2 CPUs and 2GB RAM on server.
regards,
Jack Fan
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2002 07:18 PM
04-29-2002 07:18 PM
Re: Physical memory problem!!!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2002 07:21 PM
04-29-2002 07:21 PM
Re: Physical memory problem!!!!
Is this your case here ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2002 07:24 PM
04-29-2002 07:24 PM
Re: Physical memory problem!!!!
# getconf KERNEL_BITS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2002 07:34 PM
04-29-2002 07:34 PM
Re: Physical memory problem!!!!
And I attach patch list file on this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2002 07:37 PM
04-29-2002 07:37 PM
Re: Physical memory problem!!!!
HP-K580
CPU = 4 , RAM = 4GB
OS = HP-UX 11.0 (64Bit)
regards,
Jack Fan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2002 07:51 PM
04-29-2002 07:51 PM
Re: Physical memory problem!!!!
# echo "memory_installed_in_machine/D" | adb -k /stand/vmunix /dev/kmem
Take that number multiply by 4 and divide by 1024.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2002 08:00 PM
04-29-2002 08:00 PM
Re: Physical memory problem!!!!
get message as below,
memory_installed_in_machine: 983040
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2002 08:09 PM
04-29-2002 08:09 PM
Re: Physical memory problem!!!!
# echo "983040*4/1024"|bc
3840
which is 3.84 GB. So the kernel only sees 3.84 GB. At least this is consistent with what dmesg is showing. Can you also post the output from cstm/mstm ? Again need to double check ..
# getconf KERNEL_BITS
returns 64, right ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2002 08:17 PM
04-29-2002 08:17 PM
Re: Physical memory problem!!!!
I've a K580 with HPUX 11 and 32 bit.
# getconf KERNEL_BITS
32
# echo "memory_installed_in_machine/D" | adb -k /stand/vmunix /dev/kmem
memory_installed_in_machine:
memory_installed_in_machine: 983040
# bc
983040*4
3932160
3932160/1024
3840
Information from last boot
Apr 29 17:15:24 davblk4 vmunix: Memory Information:
Apr 29 17:15:24 davblk4 vmunix: physical page size = 4096 bytes, logical pag
e size = 4096 bytes
Apr 29 17:15:24 davblk4 vmunix: Physical: 3932160 Kbytes, lockable: 3104856
Kbytes, available: 3569364 Kbytes
Are you sure your system is 64bit?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2002 08:51 PM
04-29-2002 08:51 PM
Re: Physical memory problem!!!!
Thanks for your support! I also update the information with uname, dmesg, cstm about server.
Please see the attach file (memorycheck.txt).
regards,
Jack Fan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2002 08:57 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2002 09:03 PM
04-29-2002 09:03 PM
Re: Physical memory problem!!!!
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2002 09:20 PM
04-29-2002 09:20 PM
Re: Physical memory problem!!!!
Thaks for your kindly support. I have got the point, the root cause is HP-UX 11.0 need upgrade to support 64 bits environment.
regards,
Jack Fan