lelunicu
10 months agoLevel 4
resource
Hi,
group sg_mnicA_bat (
SystemList = { mchp330a = 0, mchp347a = 1 }
Parallel = 1
AutoStartList = { mchp330a, mchp347a }
)
SystemList = { mchp330a = 0, mchp347a = 1 }
Parallel = 1
AutoStartList = { mchp330a, mchp347a }
)
MultiNICA res_mnicA_bat (
Device @mchp330a = { bge3 = "10.25.75.151", nxge2 = "10.25.75.151"
IfconfigTwice = 1
NetMask = "255.255.255.224"
)
Device @mchp330a = { bge3 = "10.25.75.151", nxge2 = "10.25.75.151"
IfconfigTwice = 1
NetMask = "255.255.255.224"
)
Phantom res_mnicA_bat_phantom (
)
)
IPMultiNIC test4 (
MultiNICResName = res_mnicA_bat
Address = "10.25.75.145"
IfconfigTwice = 1
NetMask = "255.255.255.224"
RestartLimit = 2
)
MultiNICResName = res_mnicA_bat
Address = "10.25.75.145"
IfconfigTwice = 1
NetMask = "255.255.255.224"
RestartLimit = 2
)
The resource test4 will create the interface bge3:5?
If the bge3 fails then the 10.25.75.151 failover on nxge2 and 10.25.75.145 on nxge2:1?
ifconfig -a
ifconfig -a
bge3: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 4
inet 10.25.75.151 netmask ffffffe0 broadcast 10.25.75.159
ether 0:21:28:6c:ab:bd
bge3:5: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 4
inet 10.25.75.145 netmask ffffffe0 broadcast 10.25.75.159
nxge2: flags=1000842<BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 7
inet 0.0.0.0 netmask 0
ether 0:21:28:8c:f1:92
/opt/VRTS/bin/hares -display test4
#Resource Attribute System Value
res_mnicA_bat Group global sg_mnicA_bat
res_mnicA_bat Type global MultiNICA
res_mnicA_bat Device mchp330a bge3 10.25.75.151 nxge2 10.25.75.151
inet 10.25.75.151 netmask ffffffe0 broadcast 10.25.75.159
ether 0:21:28:6c:ab:bd
bge3:5: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 4
inet 10.25.75.145 netmask ffffffe0 broadcast 10.25.75.159
nxge2: flags=1000842<BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 7
inet 0.0.0.0 netmask 0
ether 0:21:28:8c:f1:92
/opt/VRTS/bin/hares -display test4
#Resource Attribute System Value
res_mnicA_bat Group global sg_mnicA_bat
res_mnicA_bat Type global MultiNICA
res_mnicA_bat Device mchp330a bge3 10.25.75.151 nxge2 10.25.75.151
Multinic is incompatible with ipmp?