Originally posted by: Bumbes
Hi,
have to update this thread as I stumbled upon it after I was asked for an installation date of one of our AIX systems by CMDB mgmt.
Meanwhile, AIX systems are patched via alt_disk_copy and the rootvg will be re-created, so the timestamp of the LV creation will not count as well.
Partial solution which works fine for me:
In case the system was installed by NIM there will be a first boot script located in /etc which has the time stamp of the installation as its filename. In case there are multiple ( because of image maintenance ) you have to take the latest.
# ls -ltr /etc/fb_*
-rwxrwxr-x 1 root system 598 Oct 29 2010 /etc/fb_14_41_10_29
-rwx--x--x 1 root system 422 Mar 25 2011 /etc/fb_09_02_03_25
pretty sure the overall valid answer for this question is somewhere out there as well...
Have fun...