Wednesday, April 22, 2015

CRS STAT - Command

will list all CRS related details , which disk is Up and which is not ,



crs_stat | awk -F= '/NAME=/{n=$2}/TYPE=/{t=$2}/TARGET=/{g=$2}/STATE=/{s=$2; printf("%-45s%-15s%-10s%-30s\n", n,t,g,s)}'

No comments:

Post a Comment