Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Solaris 11 kernel versions and release dates

1702326Nov 9 2018 — edited Nov 13 2018

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

Comments
Post Details
Added on Nov 9 2018
3 comments
1,019 views