Originally posted by: pvaughan
For availability, you may want to use both NICs. But, I assume you have dual NICs in one CEC, the chances of the actual port failing are pretty slim. There is a much better chance of a network issue down the line. I would activate both NICs and bond them together with Etherchannel if your network infrastructure will allow you to span an Etherchannel connection across switches. That way you connect one NIC to one switch and another to a second switch (assuming your have redundant networks) and bond them together for double the throughput and if one network fails the other stays running. There is quite a bit of information on Etherchannel in some of the RedBooks.
Another option is HACMP, though it's not free. With HACMP, you can have an IP address that the system will swap from the adapter that has failed to the adapter that's still available. But, you're going to need some expertise in your shop to see if that's a viable option.
If you're using Oracle 10G, there is IP takeover built in. I'm not running 10G yet, so I can't help you too much there.
And, finally, you can activate both NICs with different IPs. Then in the event of a failure you can alias the production IP to the available NIC manually.
Most applications either have a file that lists the IPs to listen on, or will listen on all the available IPs when the processes startup. With Oracle, the IP that the client's use is controlled by the TNSNames file, I'm not sure how that would work with BAAN.
#AIX-Forum