patchadd -p ,, basic question

greetings,

I am new to solaris, have a basic question.

I have to check for patch 137111-04 (as prerequisite) for installing Oracle.

# patchadd -p | grep 137111-04

# patchadd -p | grep 137111
Patch: 137137-09 Obsoletes: 120741-01 120986-12 120992-02 121008-02 121274-01 121414-01 122029-01 122083-02 122172-06 122174-03 122356-01 122358-01 122517-04 122525-03 123186-03 123809-02 123932-02 124999-01 125416-06 126133-04 126145-01 126304-01 126653-01 126661-02 126674-01 127714-03 127735-02 127739-03 127866-05 127868-01 127886-06 127888-11 127892-06 127914-01 127959-02 127968-01 127970-01 128294-02 128400-05 128408-01 128410-01 128413-01 128493-01 128548-08 136885-04 137042-01 137045-01 137050-01 137086-01 137091-01 137099-01 137109-01 137111-08 137119-01 137127-01 137135-01 137139-01 137280-02 137287-01 138042-05 138048-05 138050-01 138051-01 138052-01 138054-01 138056-02 138060-04 138064-03 138066-01 138068-01 138070-03 138072-02 138074-01 138075-02 138108-01 138125-01 138127-01 138225-02 138229-02 138233-01 138237-01 138243-02 138249-01 138251-01 138257-01 138259-01 138265-01 138271-04 138273-01 138277-01 138279-01 138280-01 138284-04 138305-01 138306-01 138308-02 138310-01 138312-01 138314-01 138315-01 138316-01 138363-01 138365-01 138379-01 138390-02 138394-01 138401-01 138899-01 Requires: 118731-01 118822-24 118833-36 118918-24 119254-58 119374-09 119578-30 120011-14 120900-04 121133-02 125503-02 126897-02 127127-11 127755-01 138866-01 Incompatibles: Packages: SUNWcakr SUNWcsu SUNWcar SUNWcsr SUNWcsl SUNWkvm SUNWcsd SUNWckr SUNWesu SUNWssad SUNWopenssl-libraries SUNWwbsup SUNWnfsckr SUNWrsgk SUNWnfscu SUNWnfssu SUNWmdr SUNWmdu SUNWdmgtu SUNWpmu SUNWpmr SUNWxcu4 SUNWusb SUNWnisu SUNWypu SUNWpcu SUNWcry SUNWcslr SUNWzfskr SUNWsmapi SUNWzfsr SUNWzfsu SUNWzoneu SUNWs9brandr SUNWarcr SUNWpppd SUNWpiclu SUNWmdbr SUNWib SUNWcpr SUNWarc SUNWhea SUNWmdb SUNWrsg SUNWipfu SUNWfruip SUNWs8brandr SUNWnxge SUNWdtrc SUNWrds SUNWiscsitgtr SUNWiscsitgtu SUNWsshcu SUNWtoo SUNWfmd SUNWcpcu SUNWsshdu SUNWipfh SUNWsshu SUNWpd SUNWpdu SUNWtavor SUNWudapltu SUNWs9brandu SUNWnfsskr SUNWnfssr SUNWs8brandu
#

Do I have to install this patch, or already there. Can some one explain how to read this output.

thanks

Your example is flawed, the string grepped is not in the string printed.

I think what you want is:

showrev -p 137111-04

It may show older revisions of the patch, but make sure that there is an entry for 137111-04 or greater...

I hope this helps..

1 Like