- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Base memeory
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-20-2000 06:54 AM
10-20-2000 06:54 AM
Base memeory
thanks in advance
praveen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2000 07:13 AM
10-20-2000 07:13 AM
Re: Base memeory
1-go under SAM/Performance Monitors/System Properties and select the corresponding tab.
2-Or another way to get memory...run dmesg
Or for swap mem set up and used... run swapinfo -tm
Just a couple thoughts,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2000 07:14 AM
10-20-2000 07:14 AM
Re: Base memeory
If you mean 'How much memory does my system have?' then there are several methods:-
1) glance - if you have it 't' or 'm' screens
2) dmesg - providing it hasn't been overwritten gives you a 'Physical: nnnn Kbytes
3) STM tools allow interrogation of memory down to type and slot position.
4) echo 'phys_mem_pages/D'| adb /stand/vmunix /dev/kmem
will give you the number of 4Kbyte pages (on HP-UX 11) or:-
echo 'physmem/D'| adb /stand/vmunix /dev/kmem
will give you the number of 4Kbyte pages (on HP-UX 10.20
Pick one...
Regards,
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2000 07:15 AM
10-20-2000 07:15 AM
Re: Base memeory
add 1 more....
/usr/sam/lbin/getmem
(answer in MB)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2000 07:18 AM
10-20-2000 07:18 AM
Re: Base memeory
Base memory , i thought was the on chip memory ,that is memory on the CPU.
Am I correct ?
Thanks and Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2000 07:20 AM
10-20-2000 07:20 AM
Re: Base memeory
Base memory is the amount of memory installed in your system, just as in a PC.
To find out how much memory (cache) is on your CPU chips then you need to identify what type of server/cpu's you have. Or, use STM (xstm) it will tell you this info if you select a CPU then go to info report.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2000 07:26 AM
10-20-2000 07:26 AM
Re: Base memeory
eg. on my little workstation I go into XSTM, select the CPU, then go to Tools -> Information -> Information Log and here is what it gives;
Product ID: CPU Module Type: 0
Hardware Model: 0x59d Software Model: 0x4
Hardware Revision: 0 Software Revision: 0
Hardware ID: 0 Software ID: 2009591309
Boot ID: 0x2 Software Option: 0x81
Hard Physical Address: 0xfffa0000 Soft Physical Address: 0
Slot Number: 8 Software Capability: 0x100000f0
PDC Firmware Revision: 6.1 IODC Revision: 0
Instruction Cache [Kbyte]: 512 Processor Speed: N/A
Data Cache [Kbyte]: 1024 Processor State: N/A
Instruction TLB [entry]: 120 Processor Chip Revisions: 5.1
Data TLB Size [entry]: 120 2nd Level Cache Size:[KB] N/A
Serial Number: N/A
As you can see, Icache (memory) is 512k and dcache 1Mb and no 2nd level cache.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2000 01:54 AM
10-23-2000 01:54 AM
Re: Base memeory
/usr/sam/lbin/getmen fails when more than 2Gb are instaled.
My peer has develop a C program which call to pstat_getstatic funtion. See man pstat.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2000 07:06 AM
10-23-2000 07:06 AM
Re: Base memeory
One more option:
grep Physical /var/adm/syslog/syslog.log
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2000 07:14 AM
10-23-2000 07:14 AM
Re: Base memeory
Alan:
Im sorry,you are rigth.