List Hardware components in HP UX

Hello Everybody:
I need to check how many memory slots and the size of each I have on my HP UX system, is there something equilivant to prtcong in Solaris to display the list of HW compnents.

Thanks alot .
Aladdin

Yeah, there is one tool called stm, for what you are looking for just try this

echo "selclass qualifier memory;info;wait;infolog" | /usr/sbin/cstm 

Its not from me, I ripped it off somewhere and it works :smiley: ...

I like andryk's solution! But here is an old post with my old solution...

I just played with cstm until I got it to work. The output from the map command is actually interesting by itself.

THX alot for your help guys, It worked

I found this one also seems helpful:
#machinfo

Regards

I use cfg2html free tool. Really nice tool and you get lots of info on your system. We are running that tool before each major change on the system.

http://come.to/cfg2html