How to know the server specifications.

Hi all,

I have an ibm server on which aix 5L 5.2 is running. How can I know the specifications of this server :

Cpus, Ram, disks capacity, machine model ...

Thx in advance,

prtconf or lscfg ?

... a generous dose of lsdev?

bakunin

lsconf also works well.

:slight_smile:

number of logical processors: lsdev -Cc processor
size of a disk: bootinfo -s hdisk3
machine model: uname -M

As to how fast the processors are rated, I'm not sure.

The command "lsattr -El proc0" will show the processor frequency among other bits of info.