![]() | Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition | ||
|
|
![]() |
||||||||||||||
Solution Type Technical Instruction Sure Solution 1518410.1 : Best Practice for Moving a vnic From a 1GE IO Module to 10GE IO Module or Between Different Ports on an IO Module in Oracle Virtual Network (OVN - Formerly Xsigo) Fabric Interconnects
In this Document
Applies to:Oracle Fabric Interconnect F1-15 - Version All Versions and laterOracle Fabric Interconnect F1-4 - Version All Versions and later Information in this document applies to any platform. GoalBest Practice for Moving a vnic From a 1GE IO Module to 10GE IO Module or Between Different Ports on an IO Module SolutionI want to move a vnic residing on a 1GE IO Module to a 10GE IO Module but receive an error Error: admin@xsigolab-b[xsigo] set vnic xeth1.lx-chcl07a-01 -if=2/1
Moving a VNIC between different types of I/O Cards is not allowed. OR: admin@vp780p[xsigo] set vnic vn20.linux -if=10/4
Moving a VNIC between ports with different property - mtu, mode, lag, speed or access-vlan is not allowed.
You must set the interface state to none first (-if=none) before changing the interface from 1GE to 10GE or to move the vnic to a port with a different MTU, mode, lag, access-vlan or speed. First set the vnic to state down then set '–if=none', followed by finally changing the interface ::
admin@xavier[xsigo] show iocards
slot state descr type v-resources ------------------------------------------------------------------------------------------------------------------------------------------------------------ 1 up/up sanFc2Port4GbCard 10 5 up/up nwEthernet1Port10GbCard 0 9 up/up nwEthernet1Port10GbCard 6 10 up/up nwEthernet4Port1GbCard 0 12 up/up nwEthernet10Port1GbCard 24 15 up/up sanFc2Port4GbCard 0 6 records displayed
admin@xavier[xsigo] set vnic xnic1.verari-3 -if=12/6
admin@xavier[xsigo] show vnic xnic1.verari-3
name state mac-addr ipaddr if if-state ha-state local-id type vlans qos xnic1.verari-3 down/down 00:13:97:0C:91:0B 12/6 up 0 none --
admin@xavier[xsigo] set vnic xnic1.verari-3 -if=none
admin@xavier[xsigo] show vnic xnic1.verari-3
name state mac-addr ipaddr if if-state ha-state local-id type vlans qos xnic1.verari-3 down/resourceUnavailable 00:13:97:0C:91:0B - 0 none -- 1 record displayed
admin@xavier[xsigo] set vnic xnic1.verari-3 -if=5/1
admin@xavier[xsigo] show vnic xnic1.verari-3 name state mac-addr ipaddr if if-state ha-state local-id type vlans qos xnic1.verari-3 down/down 00:13:97:0C:91:0B 5/1 up 0 none -- 1 record displayed
admin@xavier[xsigo] set vnic xnic1.verari-3 up
admin@xavier[xsigo] show vnic xnic1.verari-3
name state mac-addr ipaddr if if-state ha-state local-id type vlans qos xnic1.verari-3 up/up 00:13:97:0C:91:0B 5/1 up 0 none -
Attachments This solution has no attachment |
||||||||||||||
|