Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: ASM on AIX and Virtual I/O (VIO)

Re: ASM on AIX and Virtual I/O (VIO)

From: Kai Nielsen <kn_at_moonage.net>
Date: 7 Jul 2006 12:01:06 GMT
Message-ID: <slrneasj88.qru.kn@root.moonage.net>


Hi!

Something I've forgotten, you might be using virtual ethernet as well: I had to patch the script ...crs/bin/racgvip where we are using virtual Ethernet interfaces, due to different output of the entstat command. The cluster would up and down its interfaces like crazy without the change.

I changed the line (ca line 200):

 $ENTSTAT -d $_IF | $GREP -iEq ".*link.*status.*:.*up.*"

to

# Check for both real and virtual interfaces  $ENTSTAT -d $_IF | $GREP -iEq '.*lan.*state.*:.*operational.*|.*link.*status.*:.*up.*'

This was confirmed by Oracle, and might already be included in a recent patchset. I don't know, I am not an Oracle guy. I'm the AIX admin over here. :-)

Regards,

        Kai. Received on Fri Jul 07 2006 - 07:01:06 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US