Skip to main content

Use getconf instead of bootinfo


Technote (FAQ)


Question

The bootinfo command does not have a man page, can I use it?

Answer

The command /usr/sbin/bootinfo has traditionally been used to find out information regarding system boot devices, kernel versions, and disk sizes. This command has been depricated in favor of the command /usr/bin/getconf.

The bootinfo man page has been removed, and the command is only used in AIX by the booting and software installation utilities. It should not be used in customer-created shell scripts or run by hand.

The getconf command will report much of the same information that bootinfo will:

What was the device the system was last booted from?
$ getconf BOOT_DEVICE
hdisk0

What size is a particular disk in the system?
$ getconf DISK_SIZE /dev/hdisk0
10240

What partition size is being used on a disk in the system?
$ getconf DISK_PARTITION /dev/hdisk0
16

Is the machine capable of running a 64-bit kernel?
$ getconf HARDWARE_BITMODE
64

Is the system currently running a 64-bit or 32-bit kernel?
$ getconf KERNEL_BITMODE
64

How much real memory does the system have?
$ getconf REAL_MEMORY
524288


Rate this page:

(0 users)Average rating

Copyright and trademark information

IBM, the IBM logo and ibm.com are trademarks of International Business Machines Corp., registered in many jurisdictions worldwide. Other product and service names might be trademarks of IBM or other companies. A current list of IBM trademarks is available on the Web at "Copyright and trademark information" at www.ibm.com/legal/copytrade.shtml.

Rate this page:


(0 users)Average rating

Add comments

Document information

AIX family


Software version:
5.2, 5.3, 6.1, 7.1


Operating system(s):
AIX


Reference #:
T1010828


Modified date:
2008-04-16

Translate my page

Content navigation