Showing posts with label getconf. Show all posts
Showing posts with label getconf. Show all posts

Tuesday, May 28, 2013

HP-UX - Find out the serial number of the server

Itanium
#machinfo

PA-RISC
#getconf MACHINE_SERIAL

Monday, May 20, 2013

Aix- How to check if kernel is 32bit or 64 bit?

KERNEL_BITMODE

# getconf KERNEL_BITMODE
64

HARDWARE_BITMODE

# getconf HARDWARE_BITMODE
64