Operating System - HP-UX
1834741 Members
2933 Online
110070 Solutions
New Discussion

Problem in determining th bit level

 
SOLVED
Go to solution
Sauvik Basu
Advisor

Problem in determining th bit level

What is the command to know which bit version of HP-UX I am running?
6 REPLIES 6
Peter Godron
Honored Contributor
Solution

Re: Problem in determining th bit level

Sauvik,
try:
getconf KERNEL_BITS
Arunvijai_4
Honored Contributor

Re: Problem in determining th bit level

Hello,

You can use # getconf HW_CPU_SUPP_BITS

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
Peter Godron
Honored Contributor

Re: Problem in determining th bit level

Arun,
I believe the HW_CPU_SUPP_BITS indicate what the OS CAN run, not what it IS running.
Arunvijai_4
Honored Contributor

Re: Problem in determining th bit level

Oops, my previous post will tell you about your processor's supported bits. You can try this,

/tmp #file /stand/vmunix
/stand/vmunix: ELF-64 executable object file - PA-RISC 2.0 (LP64)

Or else, once for all,

/tmp #/opt/ignite/bin/print_manifest

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
Sauvik Basu
Advisor

Re: Problem in determining th bit level

getconf KERNEL_BITS
OR
getconf HW_CPU_SUPP_BITS
Steve Steel
Honored Contributor

Re: Problem in determining th bit level

Hi


sam

performance monitors

system properties


lots of info there


Steve Steel
If you want truly to understand something, try to change it. (Kurt Lewin)