Does Veritas Cluster work with IPMP on Solaris 10?

Does Veritas Cluster work with IPMP on Solaris 10?
If anyone has set it up do you have a doc or tips?

I have heard several different statements ranging from , not working at all to Yes it works! Great How?

  • Test and Base IPs????

  • configure the MultiNICB agent ?

I can give details to anyone who has some feedback thanks
-dfezz1

with VCS you can use the solaris IPMP with the MultiNICB Agent:

Configure IPMP as normal, but with test addresses only (no failovers).

hares -add res_name1 MultiNICB sg_name
hares -modify res_name1 Device qfe0 0 qfe1 1
hares -add res_name2 IPMultiNICB sg_name
hares -modify res_name2 Address 192.168.2.1
hares -modify res_name2 BaseResName res_name1
hares -modify res_name2 Address 192.168.2.1

To switch address between interfaces:
haipswitch res_name1 192.168.2.1 qfe0 qfe1

regards

  • PRESSY