Consultor Eletrônico



Kbase P32940: How to determine whether you are using the 32bit or 64bit kernel on the IBM AIX operating platform.
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/16/2008
Status: Verified

GOAL:

How to determine whether you are using the 32bit or 64bit kernel on the IBM AIX operating platform.

GOAL:

How to determine if IBM AIX machine is booted in 32-bit or 64-bit mode.


GOAL:

Can I determine if I'm using the 32bit or 64bit kernel on the IBM AIX operating platform?

FACT(s) (Environment):

IBM AIX POWER 5.1
IBM AIX POWER 5.2

FIX:

To determine how the IBM AIX machine was booted, log in as super-user (root) and run the following IBM AIX command:

bootinfo -K

This will return "32" for an AIX machine running in 32bit mode or "64" for an AIX machine running in 64bit mode.