- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Checking installed memory on N Class
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-2001 11:10 AM
06-21-2001 11:10 AM
Does anyone know how to check # of carriers/amount of memory on an N-Class
besides rebooting, going into the boot console interface?
Preferably a method besides a reboot...
Thanx.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2001 11:20 AM
06-21-2001 11:20 AM
Solutionhttp://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0x7ed1f841489fd4118fef0090279cd0f9,00.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2001 11:20 AM
06-21-2001 11:20 AM
Re: Checking installed memory on N Class
Use STM and do this:
# echo "selclass qualifier memory;info;wait;infolog"|cstm > /tmp/meminfo
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2001 11:33 AM
06-21-2001 11:33 AM
Re: Checking installed memory on N Class
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2001 12:21 PM
06-21-2001 12:21 PM
Re: Checking installed memory on N Class
#echo "phys_mem_pages/D" | adb -k /stand/vmunix /dev/mem | tail -1 | awk -F: '{print $2 / 1024}'
This will give you memory size in MB.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2001 12:24 PM
06-21-2001 12:24 PM
Re: Checking installed memory on N Class
#echo "phys_mem_pages/D" | adb -k /stand/vmunix /dev/mem | tail -1 | awk -F: '{print $2 / 256}'
This will give you memory size in MB.
Also GLANCE will give you memory size.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2001 07:51 PM
06-21-2001 07:51 PM