racli update appliance
Syntax
racli update appliance [--ignore_incidents]
Details
This command replaces "racli patch appliance
" and "racli upgrade appliance
" and determines whether the update should be a patch or an upgrade. It performs all the prechecks. If the prechecks pass, it proceeds with the patch or upgrade steps. If the update fails in the middle and after the identified error is corrected, this command can be rerun and it will continue with the step that failed.
Out-of-place patching is now used for both Gold Image and DB homes. The gold image needs to be staged in advance to the provided stage directory or the default location /radump
. The precheck operation looks for this and will stop quickly if not present.
Do not run this command from :/raacfs/raadamin/tmp/
. because patching will fail when the CRS is stopped.
-
As an
admin
user orroot
user, stage the software release zip file.$ scp <ZIP_FILE_NAME> <USER>@firstnode:/raacfs/raadmin/tmp/
-
As an
admin
user orroot
user, run thera_preinstall
.<USER>@firstnode> # racli run preinstall --zdlra_release_file=/raacfs/raadmin/tmp/<ZIP_FILE_NAME>