How to check Solaris version and patchset level

Below Command helps you find out details of Solaris version and Solaris patchset level:

Connect as super user the server running on Solaris and run:

pkg info entire

You can find in output "Version: 11.4 (Oracle Solaris 11.4.92.214.1)" which says

11.4.92.214.1 :

11.4     : Major OS release version also called as Solaris version
92        : Patch set level applied (SRU number)
214      : Build number of specific SRU
1          : Internal package revision number


Sample output:

root@oracledb:~# pkg info entire
             Name: entire
          Summary: entire incorporation including Support Repository Update
                   (Oracle Solaris 11.4.92.214.1).
   
         Category: Meta Packages/Incorporations
            State: Installed
        Publisher: solaris
          Version: 11.4 (Oracle Solaris 11.4.92.214.1)
           Branch: 11.4.92.0.1.214.1
   



Post a Comment

0 Comments