Hi,
I'm trying to put together a scrape of all the kernel version and release dates for Solaris 11. The aim is to compare this against our estate so I can report on how up to date it is.
For Solaris 10 I could do something like the following....
[root@MYHost]# curl -s https://getupdates.oracle.com/readme/150400-59 | grep "^Date" | awk '{print $2}'
Jan/16/2018
Just replacing the 150400-59 with the relevant kernel version. Does anyone know if there is anything similar for the Solaris 11 kernel versions?
Thanks,
Keith