Re: crs_stat formatting questions and comments

From: Niall Litchfield <niall.litchfield_at_gmail.com>
Date: Wed, 11 Jul 2012 11:34:48 +0100
Message-ID: <CABe10sbyr6RorU8MHUsgUSn8Vkw9HgQLSqc4jthK=iqJXGU10A_at_mail.gmail.com>



that's easy for you to type :)
On Wed, Jul 11, 2012 at 11:10 AM, amit bansal <amit.bansal82_at_gmail.com>wrote:

> If you are on 11Gr2, try using
> crsctl status res |grep -v "^$"|awk -F "=" 'BEGIN {print " "}
> {printf("%s",NR%4 ? $2"|" : $2"\n")}'|sed -e 's/ *, /,/g' -e 's/,
> /,/g'|\awk
> -F "|" 'BEGIN { printf "%-40s%-35s%-20s%-50s\n","Resource Name","Resource
> Type","Target ","State" }{ split ($3,trg,",") split ($4,st,",")}{for (i in
> trg) {printf "%-40s%-35s%-20s%-50s\n",$1,$2,trg[i],st[i]}}'
>

Niall Litchfield
Oracle DBA
http://www.orawin.info

--
http://www.freelists.org/webpage/oracle-l
Received on Wed Jul 11 2012 - 05:34:48 CDT

Original text of this message