List Hardware components in HP UX


 
Thread Tools Search this Thread
Operating Systems HP-UX List Hardware components in HP UX
# 1  
Old 07-04-2007
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
# 2  
Old 07-04-2007
Yeah, there is one tool called stm, for what you are looking for just try this
Code:
echo "selclass qualifier memory;info;wait;infolog" | /usr/sbin/cstm

Its not from me, I ripped it off somewhere and it works Smilie ...
# 3  
Old 07-04-2007
I like andryk's solution! But here is an old post with my old solution...
Ram structure

I just played with cstm until I got it to work. The output from the map command is actually interesting by itself.
# 4  
Old 07-04-2007
THX alot for your help guys, It worked
# 5  
Old 07-04-2007
I found this one also seems helpful:
#machinfo

Regards
# 6  
Old 07-10-2007
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
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. HP-UX

Version Controller for Components

Hi, I am new to the Unix world and in my current project i have to work on HP MPE/iX and MF-COBOL. They do not have a Change management and version controller till now. Can you please help me with the name of the product which can fit well in this purpose. Please advice. Ty. (1 Reply)
Discussion started by: mohbaig
1 Replies

2. Shell Programming and Scripting

Starting all the components simultaneously through script

Hi Folks , I have the below script that will start the components one by one by giving an interval of few seconds that if first component is started then there is interval of few seconds and then the second component is started , but by this way it takes time, i want to make the process faster... (8 Replies)
Discussion started by: punpun66
8 Replies

3. Hardware

How to find manufacture of laptop components?

Hi guys, I want to buy a lenovo Z500 laptop and install fedora 19 on it. I want to know if there would be any problem with drivers. I looked at specification. it says for wireless communication it uses Intel Centrino Wireless N-2230. according to this link kernel supports it. The problem is... (3 Replies)
Discussion started by: majid.merkava
3 Replies

4. Solaris

components of solaris 11

i want to know the system components of solaris 11. for SLES11 system components are Linux Kernel 2.6.27.8rc1 GCC 4.3.2 glibc 2.9 X.Org 7.4 XEN 3.3.1 KVM 78 i need those components for solaris 11 (4 Replies)
Discussion started by: snreddy_gopu
4 Replies

5. Solaris

Hardware faulty, but which hardware?

Hi folk, I have this hardware faunty message, but dont know which hardware is this ? can you guide me ? --------------- ------------------------------------ -------------- --------- TIME EVENT-ID MSG-ID SEVERITY ---------------... (9 Replies)
Discussion started by: dehetoxic
9 Replies

6. Hardware

Looking for a list of Linux compatible hardware list

Hi Everyone I'm looking for a recommended Laptop Hardware compatible list. I know nowadays most distribs just work with most hardware but possibly a list of current laptops that don't work well with unix / Linux. (1 Reply)
Discussion started by: LaptopACPower
1 Replies

7. UNIX for Dummies Questions & Answers

What is the components of semaphore?

What is the components of semaphore? (1 Reply)
Discussion started by: dearanik
1 Replies
Login or Register to Ask a Question