DCS-10001:Internal error encountered: network type Database already exists in the networks list when create the second network type Database with Non-Vlan
(Doc ID 2877810.1)
Last updated on APRIL 17, 2023
Applies to:
Oracle Database Appliance Software - Version 19.10.0.0.0 ODA and laterInformation in this document applies to any platform.
Symptoms
- Customer tried to create the second network type Database with Non-Vlan, but failed with DCS-10001:Internal error encountered: network type Database already exists in the networks list.
[root@<HOST1> ~]# odacli list-networks
ID Name NIC Interface Type Subnet Mask Gateway VLAN ID Node Networks
-------------------------------------- -------------------- ------------ --------------- ------------------ ------------------ -------- -----------------------
b34fafc3-fada-44d4-aed3-842301a15a0d <Name1> <NIC name1> BRIDGE 255.255.255.XXX <IP_ADRRES1> [IP Address on node0: <IP_ADDRESS_A>, IP Address on node1: <IP_ADDRESS_B>]
b4b867a5-4516-41ff-b2a8-bc064d7c92f6 <Name2> <NIC name2> BRIDGE 255.255.255.XXX [IP Address on node0: <IP_ADDRESS_C>, IP Address on node1: <IP_ADDRESS_D>]
58dda414-4c89-49a9-94ee-b180762f2c7c <Name3> <NIC name3> BOND 255.255.255.XXX <IP_ADRRES2> [IP Address on node0: <IP_ADDRESS_E>, IP Address on node1: <IP_ADDRESS_F>]
4f3f8861-b66a-4059-890d-fee9bac68523 <Name4> <NIC name4> INTERNAL 255.255.255.XXX [IP Address on node0: <IP_ADDRESS_H>, IP Address on node1: <IP_ADDRESS_I>]
[root@<HOST1> ~]# odacli create-network -g <IP1> -n btbond2 -t BOND -p 0:<IP2>,1:<IP3> \
> -m without-vlan -w Database -no-d -sip <IP3>,<IP4>,<IP5> \
> -sn <SCAN_NAME> -s 255.255.255.XXX -vs <VIP01>:0:<IP6>,<VIP02>:1:<IP7>
DCS-10001:Internal error encountered: network type Database already exists in the networks list .. . <<<<< No new job generated.
[root@<HOST1> ~]# odacli list-jobs
ID Description Created Status
---------------------------------------- --------------------------------------------------------------------------- ----------------------------------- ----------
:
<<<<<<< No new job found
- Newly added network IP addresses and existing network IP addresses belong to different Subnet, and network IP addresses have no problem.
- But customer create the network type Database with Vlan successfully.
[root@<HOST1> ~]# odacli create-network -g <IP1> -n btbond2 -t BOND -p 0:<IP2>,1:<IP3> \
> -m enable-vlan -w Database -no-d -sip <IP3>,<IP4>,<IP5> \
> -sn <SCAN_NAME> -s 255.255.255.XXX -vs <VIP01>:0:<IP6>,<VIP02>:1:<IP7> -v 318
{
"jobId" : "ae0a1d12-86a3-460c-ab44-63700fbffd50",
"status" : "Created",
"message" : null,
"reports" : [ ],
"createTimestamp" : "May 31, 2022 10:27:00 AM CST",
"resourceList" : [ ],
"description" : "Rac Network service creation with name enable-vlan",
"updatedTime" : "May 31, 2022 10:27:00 AM CST"
}
[root@<HOST1> ~]# odacli describe-job -i "ae0a1d12-86a3-460c-ab44-63700fbffd50"
Job details
----------------------------------------------------------------
ID: ae0a1d12-86a3-460c-ab44-63700fbffd50
Description: Rac Network service creation with name enable-vlan
Status: Success
Created: May 31, 2022 10:27:00 AM CST
Message:
Task Name Start Time End Time Status
---------------------------------------- ----------------------------------- ----------------------------------- ----------
Setting network May 31, 2022 10:27:00 AM CST May 31, 2022 10:27:47 AM CST Success
Setting up Vlan May 31, 2022 10:27:00 AM CST May 31, 2022 10:27:05 AM CST Success
Setting up Vlan May 31, 2022 10:27:06 AM CST May 31, 2022 10:27:11 AM CST Success
[root@<HOST1> ~]# odacli list-networks
ID Name NIC Interface Type Subnet Mask Gateway VLAN ID Node Networks
-------------------------------------- -------------------- -------------- --------------- ------------------ ------------------ -------- -----------------------
b34fafc3-fada-44d4-aed3-842301a15a0d <Name1> <NIC name1> BRIDGE 255.255.255.XXX <IP_ADRRES1> [IP Address on node0: <IP_ADDRESS_A>, IP Address on node1: <IP_ADDRESS_B>]
b4b867a5-4516-41ff-b2a8-bc064d7c92f6 <Name2> <NIC name2> BRIDGE 255.255.255.XXX [IP Address on node0: <IP_ADDRESS_C>, IP Address on node1: <IP_ADDRESS_D>]
58dda414-4c89-49a9-94ee-b180762f2c7c <Name3> <NIC name3> BOND 255.255.255.XXX <IP_ADRRES2> [IP Address on node0: <IP_ADDRESS_E>, IP Address on node1: <IP_ADDRESS_F>]
4f3f8861-b66a-4059-890d-fee9bac68523 <Name4> <NIC name4> INTERNAL 255.255.255.XXX [IP Address on node0: <IP_ADDRESS_H>, IP Address on node1: <IP_ADDRESS_I>]
a1b39d88-8003-4d91-9412-4e78dbf5ea65 enable-vlan.318 <NIC name5>.318 VLAN 255.255.255.XXX <IP_ADRRES2> 318 [IP Address on node0: <IP2>, IP Address on node1: <IP3>]
Changes
Customer created a network type Database with Non-Vlan before.
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |