- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: 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
04-23-2001 06:56 AM
04-23-2001 06:56 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2001 07:02 AM
04-23-2001 07:02 AM
Re: memory
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2001 07:03 AM
04-23-2001 07:03 AM
Re: memory
choose per-to-peer forums
enter the words: memory physical
and then start the search and see how many documents are retrieved.
One of these should help you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2001 07:07 AM
04-23-2001 07:07 AM
SolutionYou can assess the physical memory chips installed by using the Support Tools Manager (STM):
# echo "selclass qualifier memory;info;wait;infolog"|cstm > /tmp/meminfo
From this output, you will be able to see the chips and the chip sizes installed.
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2001 08:12 AM
04-23-2001 08:12 AM
Re: memory
1. #dmesg |grep -i phy (may not work if the message buffer is filled up with some other messages)
2. # echo "mem_ptr/D"| adb /stand/vmunix
/dev/mem (gives in number of bytes)
3. SAM --> Performance Monitors --> System Properties ---> Memory
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2001 08:16 AM
04-23-2001 08:16 AM
Re: memory
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2001 08:35 AM
04-23-2001 08:35 AM
Re: memory
Try stopping & restarting 'diagmond' with:
# /sbin/init.d/diagnostic stop
# /sbin/init.d/diagnostic start
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2001 10:22 AM
04-23-2001 10:22 AM
Re: memory
/etc/rc.config.d/diagnostic so that it has a value of 1. Its a 1 line file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2001 10:28 AM
04-23-2001 10:28 AM
Re: memory
Yes, that's true, and a common, standard feature of the /sbin/init.d/ startup paradigm. Sounds like your in business!
...JRF...