HP-UX kernel : 32 bit or 64 bit ?

Below is the CLI to identify kernel bits on HP-UX,

# getconf KERNLE_BITS
64   <---for 64 bit kernel  or
32   <---for 32 bit kernel

Another alternate way to find out the same is...

# print_manifest | grep -i "OS mode"
    OS mode:            64 bit

Identifying Processor support…

# getconf HW_CPU_SUPP_BITS
64

# getconf HW_32_64_CAPABLE
1

and it works! :)

Note: We at TechSutram take our ethics very seriously. More information about it can be found here.
Mandar Pise Opinions expressed by techsutram contributors are their own. More details

Mandar is a seasoned software professional for more than a decade. He is Cloud, AI, IoT, Blockchain and Fintech enthusiast. He writes to benefit others from his experiences. His overall goal is to help people learn about the Cloud, AI, IoT, Blockchain and Fintech and the effects they will have economically and socially in the future.

No comments:

Post a Comment

    Your valuable comments are welcome. (Moderated)