Skip to Main Content

Database Software

odacli update-server -v 19.6.0.0.0 -sko ????

The ODA 19.6 Guide
https://docs.oracle.com/en/engineered-systems/oracle-database-appliance/19.6/cmtxn/patching-oda.html#GUID-F28EE29B-5047-42C8-AEE5-D8281D48EA3A
Section 4, Apply the server update. For 19.6.0.1, use the -sko option with the odacli update-server command for successful patching of your deployment.
For example, for 19.6:
[root@oda1 opt]# /opt/oracle/dcs/bin/odacli update-server -v 19.6.0.0.0 -sko

When I try that, I get:

Missing/invalid Arguments
Please refer usage: odacli update-server -h

I ran the "odacli create-prepatchreport -v 19.6.0.0.0 -s -sko" successfully to eliminate the running of orachk, because it fails on both nodes.

Is -sko valid syntax? It is not shown in the output for "odacli update-server -h". If not how to skip orachk when updating the server?

Comments
Post Details
Added on Feb 1 2022
1 comment
87 views