Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Create multiple vip in the same network/subnet in Oracle 12cR1

pjsiong-JavaNetJan 2 2020 — edited Jan 7 2020

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

Comments
Post Details
Added on Jan 2 2020
9 comments
1,142 views