Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: ASM on AIX and Virtual I/O (VIO)
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
![]() |
![]() |