-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
oradb.opatch - OPatchauto and NApply #274
Comments
He, 30501910 is not really a patch, it is bundle which I cannot find back , So I need to find those sub patches instead. Which I do with this param bundle_sub_patch_id
|
Thank you very much, Does this allow multiple bundle patches part of the same call or it need to be multiple calls. |
########################################################## |
He you can still do the whole bundle patch in 1 go but I need 1 of the subpatches in this so I know I can skip it. So if the bundle has 2 patches you only need to provide 1 of the subpatches and I will skip it in the 2nd run |
Hello All, On this same subject - i have a scenario - if any of you have some insight can you please share it back.
I am using oradb.opatch module to apply patches to RAC environments.
With opatchauto command, we can just specify patches location and it will apply all the patches.
PSU JAN2020 - 30501910 (Main PatchID), and associated SUB PATCHIDs -> 30557433, 30489227
I have applied patches using opatchauto of opatch.pp module @ 30501910 Level (Which applied all sub patches successfully.
Following this - for all puppet runs it is reporting below messages:
Info: search for patchid 30501910
Info: opatch_status for patch 30501910 command: /appl/grid/19.0.0.0/OPatch/opatch lsinventory -patch_id -oh /appl/grid/19.0.0.0 -invPtrLoc /etc/oraInst.loc
Info: opatch_status output NotFound for patchId 30501910
The reason because that Parent Id is not found on the opatch lsinventory.
puppet facts are as below after patching:
"/appl/grid/19.0.0.0": [
{
"patch_id": "30484981",
"patch_desc": "OJVM RELEASE UPDATE: 19.6.0.0.200114 (30484981)"
},
{
"patch_id": "30557433",
"patch_desc": "Database Release Update : 19.6.0.0.200114 (30557433)"
},
{
"patch_id": "30489227",
"patch_desc": "OCW RELEASE UPDATE 19.6.0.0.0 (30489227)"
}
NOW MY QUESTION? How to ensure puppet moves forward without trying to apply the same patches, it is trying and giving an output "Patches are already applied".
Does oradb.opatch supports NAPPLY ?
Appreciate your inputs and insights around this.
The text was updated successfully, but these errors were encountered: