この手順は、依存関係を削除するようオフライン再起動依存関係を設定する方法を示しています。
# Grid_home/bin/crsctl stat res ora.testdb.db -p | grep START_DEPENDENCIES START_DEPENDENCIES=hard(sun.grid-storage-proxy-rs) weak(type:ora.listener.type, global:type:ora.scan_listener.type,uniform:ora.ons,uniform:ora.eons) # clresource show -p resource_dependencies_offline_restart rac-server-proxy-rs === Resources === Resource: rac-server-proxy-rs Resource_dependencies_offline_restart: crs-fw-rs scal-dg1-rs
このコマンドは、Oracle Grid Infrastructure データベースリソースが Oracle Grid Infrastructure storage_proxy リソースに対して持っている依存関係をクリアします。コマンドにはマイナス (-) 記号が含まれています。
# clresource set -p resource_dependencies_offline_restart-=scal-dg1-rs rac-server-proxy-rs
# Grid_home/bin/crsctl stat res ora.testdb.db -p | grep START_DEPENDENCIES START_DEPENDENCIES=weak(type:ora.listener.type,global:type:ora.scan_listener.type, uniform:ora.ons,uniform:ora.eons) # clresource show -p resource_dependencies_offline_restart rac-server-proxy-rs === Resources === Resource: rac-server-proxy-rs Resource_dependencies_offline_restart: crs-fw-rs