Operating System - HP-UX
1824132 Members
4765 Online
109668 Solutions
New Discussion юеВ

How to check physical memory, swap memory onHP-UX

 
Lakshmikanth Baddam
Frequent Advisor

How to check physical memory, swap memory onHP-UX

Hi,

what is the command to chk the
1. physical memory
2. swap memory (virtual)
3. and the hardware configuration on the server HP

thnx
6 REPLIES 6
DCE
Honored Contributor

Re: How to check physical memory, swap memory onHP-UX


if you have ignite installed, print_manifest will give you the memory and hardware

glance will give you the memory and swap info

swapinfo (man swapinfo) will give you swap information

cstm can be used for all of the above


the sysinfo program located at this site
http://gatekeep.cs.utah.edu/hppd/hpux/
will generate a report of all the info you would ever want to know about the system

inventsekar_1
Respected Contributor

Re: How to check physical memory, swap memory onHP-UX

try bdf and swapinfo
Be Tomorrow, Today.
sajeer_2
Regular Advisor

Re: How to check physical memory, swap memory onHP-UX


1.Physical Memory,

Using SAM
sam --> Performance Monitors --> System Properties --> Memory

Using command
#dmesg |grep Physical

2.Swap

sam-->disks and filesystem

3.Hardware config
#/opt/ignite/bin/print_manifest
#model

sajeer

inventsekar_1
Respected Contributor

Re: How to check physical memory, swap memory onHP-UX

correct. bdf is only the file system size. sorry. not for physical memory.

try this method also:
grep "Physical" /var/adm/syslog/syslog.log
Be Tomorrow, Today.
Abhijeet_3
Frequent Advisor

Re: How to check physical memory, swap memory onHP-UX

1. To get Physical memory

cat /var/adm/syslog/syslog.log | grep Physical

2. To get swap space info

/usr/sbin/swapinfo - It shows available swap in KB

3. To get hardware configuration and more about server information
/opt/ignite/bin/print_manifest

Abhijeet
Emil Velez
Honored Contributor

Re: How to check physical memory, swap memory onHP-UX

1. dmesg | grep Physical
2. swapinfo -t
3. model

or do you want ports,disks etc

then it is

ioscan -f