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! :)


0 comments:
Post a Comment
Your valuable comments are welcome. (Comments will be moderated.)