1847211 Members
2384 Online
110263 Solutions
New Discussion

System information

 
eric_204
Frequent Advisor

System information

I use HP UX 11.0 , how can I know the the below information of my system ? thx

CPU speed ,
version of kernel
network card speed ( eg. 10/100/1000)
6 REPLIES 6
Hazem Mahmoud_3
Respected Contributor

Re: System information

Try the command "print_manifest". Also "uname -a" and "lanscan".

-Hazem
T G Manikandan
Honored Contributor

Re: System information

To get the processor speed use

echo itick_per_usec/D | adb /stand/vmunix /dev/mem

To find out the kernel version you can use

#uname -r

To be more specific you can query using

#swlist -l bundle

To find out the network card speed use

#lanadmin

>lan
>dis

which should give that
T G Manikandan
Honored Contributor

Re: System information

using command line (network speed)

#lanadmin -x 0


Hemanth Gurunath Basrur
Honored Contributor

Re: System information

Hello Eric,

To find the CPU speed, refer to the link http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=224840

To find the version of kernel, use the command, what /stand/vmunix

To find the network card speed, refer to the links below:

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=6851
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=128699

HTH.

Regards,
Hemanth
Sunil Sharma_1
Honored Contributor

Re: System information

Hi,

If you want to use some tools then i think you can use nickel script. you can get it from hear

http://www.grc.hp.com/docs/nickel/

http://members.tripod.com/rose_swe/cfg/cfg.html

for some more scripts follow yhis thread ..

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=123030

regards

Sunil
*** Dream as if you'll live forever. Live as if you'll die today ***
twang
Honored Contributor

Re: System information

If you have installed Ignite-UX, then print_manifest should be a suitable tool:
# /opt/ignite/bin/print_manifest