Common AIX & VIOS cheat sheet commands
AIX Commands * Mount an ISO => # loopmount -i -o “-V cdrfs -o ro” -m / * Mount cd/DVD drive => mount -v cdrfs -o ro /dev/cd0 ## Assuming /dev/cd0 exists. * unmount Filesystem => umount <mount_point or device> * Disk free check => df -m * Display Volume Groups => lsvg * Display … Read more