1830899 Members
2892 Online
110017 Solutions
New Discussion

command

 
Indrajit Bhagat
Regular Advisor

command

I want to know by which command we can check your system, whether the system is 64 bit or 32 bit.
7 REPLIES 7
Joelmel Roche
Valued Contributor

Re: command

Check the HP-UX is run on 32-bit or 64-bit mode?

#getconf KERNEL_BITS
#getconf HW_CPU_SUPP_BITS
AwadheshPandey
Honored Contributor

Re: command

print_manifest|grep "OS mode:"
It's kind of fun to do the impossible
Prasanth Vattoly
Frequent Advisor

Re: command

you will get the same information from sam also

Regards
Prasanth
prasanth.v.a
Prasanth Vattoly
Frequent Advisor

Re: command

command machinfo also give processor details from that u can decide the os bit

Regards
prasanth
prasanth.v.a
Asif Sharif
Honored Contributor

Re: command

#getconf KERNEL_BITS
64

or through sam>System Properties >-|Processor>Kernel Width Support:64
|Operating System>OS Kernel Width:64


Regards,
Asif Sharif
Regards,
Asif Sharif
Dennis Handly
Acclaimed Contributor

Re: command

Most recent HP-UX OS versions are ONLY 64 bit.

>Prasanth: command machinfo also give processor details

Since machinfo is only for IPF and that only supports 64 bit, that isn't that helpful.
whiteknight
Honored Contributor

Re: command


Machinfo is used for 11iv2 IA server, not for 11iv2 PA risc.

the best way is to use to confirm
man getconf
#getconf KERNEL_BITS
Problem never ends, you must know how to fix it