Is there a quick command that will fetch patches from the internet and install them?

link|improve this question

feedback

3 Answers

up vote 1 down vote accepted

You can fetch patches with the pkg command. However, you first need to add a repository and certificate. Your Oracle rep will no doubt provide you with information on how to do this.

Patches are not available without a support contract, which is the reason there is per definition an Oracle rep involved...

link|improve this answer
feedback

Patches, i.e. partial packages bundles, as they were available with Solaris 10 and older are no more built or available with IPS (Image Packaging System) introduced with Solaris 11 Express (and OpenSolaris before). The new way is to replace full packages.

A system can be updated to the latest version (or SRUs service repository updates) with the pkg update command.

http://blogs.oracle.com/observatory/entry/srus

link|improve this answer
feedback

I know that previously under Sun from the GUI, updatemanager could be used. However, this is only a suggestion as I have not tried Solaris 11 or systems under the Oracle brand.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.