Originally posted by: Casey_B
The one reason that you would want to consider IPAT via aliasing is you need less adapters.
The other is that Hardware Address Takeover is typically slower, and not necessary with
modern networking hardware.
There is a provision with HA/XD to use a set of adapters in an XD_ip network, and those can be used
for heartbeating.
There is also an XD_rs232 network type, but I would assume that in most cases, this is not practical.
If you are using async GLVM, remember that it is in practice a write caching system.
So...Your data is written locally before it is sent across the wire, and your application is told that the
write succeeded.
This means that if you have some data stored locally, that has not been transferred, and you have a
disaster recovery, you need to consider the possibility of data divergence.
One last thing...There is also a seperate PowerHA forum on developer works.
Good luck, Hope this helps,
Casey
#AIX-Forum