Simple, pero muy útil: Como saber el tamaño (capacidad) de un disco (LUN) en AIX.
# bootinfo -s hdisk19
307200
Usamos el comando bootinfo con la flag -s y le pasamos como parámetro el nombre del disco/lun tal cual esta registrado en la ODM, en este caso hdisk19 tiene 307GB aproximadamente.3
Se supone que intenta sustituir el este comando por getconf:
# getconf DISK_SIZE /dev/hdisk0
10240
# man getconf
getconf Command
Purpose
Writes system configuration variable values to standard output.
Otros usos:
# getconf BOOT_DEVICE
hdisk2
# getconf REAL_MEMORY
4194304