1820540 Members
3031 Online
109626 Solutions
New Discussion юеВ

diagnostics

 
SOLVED
Go to solution
Jeff Hagstrom
Regular Advisor

diagnostics

How can I find out how much memory is on the machine and any other configuration about the machine?
5 REPLIES 5
Patrick Wallek
Honored Contributor
Solution

Re: diagnostics

If you have Ignite/UX installed use the print_manifest program. It provides quite a bit of useful information.

# /opt/ignite/bin/print_manifest

Helen French
Honored Contributor

Re: diagnostics

Hi,

Lot of options:

1) Use STM for all informations (xstm, mstm, cstm)

2) dmesg - will give you some information like memory, device configured etc

3) model - system model

4) uname -a - OS version and details

HTH,
Shiju

Life is a promise, fulfill it!
Helen French
Honored Contributor

Re: diagnostics

Hi,

Again,

# print_manifest - system installation details if ignite present

# prmavail CPU - number of CPUs, if you have PRM installed

# sar -M 1 1|awk 'END {print NR-5}' - number of CPUs

# echo itick_per_usec/D | adb -k /stand/vmunix dev/mem - processor speed

# getconf KERNEL_BITS - OS version ( 32 or 64 bit ?)

HTH,
Shiju


Life is a promise, fulfill it!
Sandip Ghosh
Honored Contributor

Re: diagnostics

In addition to above you can run mstsm. Go to select memory then go to tools-->Info-->run

Sandip
Good Luck!!!