Operating System - HP-UX
1753717 Members
5323 Online
108799 Solutions
New Discussion

Re: how to check the HPUX config

 
SOLVED
Go to solution
Roland Piette
Regular Advisor

Re: how to check the HPUX config

Hello Harikrishnan,

Here some example from my box :
$ getconf MACHINE_SERIAL
DEH43122C1

$ getconf MACHINE_IDENT
Z3e1033ee5a068889

$ getconf CLK_TCK
100
(This command gives the number of intervals per second)

$ getconf CPU_CHIP_TYPE
609

And so on ....

Look at the man page, you will see all options allowed for the command.

Regards,
Roland