Workaround (optional)

#Deinstallieren von roothas.pl
/tools/oracle/product/19.7.0_grid/perl/bin/perl -I/tools/oracle/product/19.7.0_grid/perl/lib -I/tools/oracle/product/19.7.0_grid/crs/install /tools/oracle/product/19.7.0_grid/crs/install/roothas.pl -deconfig -force
#Noch vorhandene ohasd Prozesse beenden
ps -fe | grep ohasd
kill -9
#Noch vorhandenes Verzeichnis crsdata löschen
cd /tools/oracle 
ls -ltra 
rm -rf crsdata/
#Installieren von roothas.pl
/tools/oracle/product/19.7.0_grid/perl/bin/perl -I/tools/oracle/product/19.7.0_grid/perl/lib -I/tools/oracle/product/19.7.0_grid/crs/install /tools/oracle/product/19.7.0_grid/crs/install/roothas.pl
#Weitere Möglichkeiten
/tools/oracle/product/19.7.0_grid/crs/install/roothas.sh -unlock
/tools/oracle/product/19.7.0_grid/crs/install/roothas.sh -postpatch
/tools/oracle/product/19.7.0_grid/crs/install/roothas.sh -lock 

Last updated