AIX
Usefull commands
get serial number
slow response:lsconf | grep -e "Machine Serial"
fast response from odm
odmget CuAt | grep -p systemid | awk '$1 == "value" { print substr($3,8,7) }'
Mounting ISO images in AIX 6 and 7
using loopmountloopmount -i <cdrom.iso> -o "-V cdrfs -o ro" -m <mount-point>