Hi All
Is there any way we can create multiple IP addressses in the same subnet as VIP using srvctl add vip command?
I tried add second ip address to a network and node, it's prompt
srvctl add vip -node server1 -netnum 2 -address 10.205.1.164/255.255.255.0
PRCN-2051 : The requested VIP (nodename: server1, VIP name: 10.205.1.164, network number: 2) has the same network number and the same preferred node but different VIP name with the registered VIP (nodename: server1, VIP name: 10.205.1.163, network number: 2).
I also tried to add additional network with the same subnet, but also prompt error.
srvctl add network -netnum 3 -subnet 10.205.1.0/255.255.255.0 -nettype static -verbose
PRCN-2049 : The network attributes specified (network number: 3, subnet: 10.205.1.0, adapters: ) conflict with an already registered network (network number: 2, subnet: 10.205.1.0, adapters: )
Thanks
Pek