Friday, January 11, 2013

Reconfigure HAS and CSS on non RAC ASM 11gR2

run below script as root user

/perl/bin/perl -I/perl/lib -I/crs/install /crs/install/roothas.pl -deconfig

/perl/bin/perl -I/perl/lib -I/crs/install /crs/install/roothas.pl 

above commands give error .use force option

/perl/bin/perl -I/perl/lib -I/crs/install /crs/install/roothas.pl -deconfig -force
/perl/bin/perl -I/perl/lib -I/crs/install /crs/install/roothas.pl



disable/enable auto start

# cd /bin
# ./crsctl stop has
# ./crsctl start has
# ./crsctl disable has
# ./crsctl enable has



No comments: