How to enable a second IP address in a VM inside ODA?
Environment: ODA X4-2 virtualized.
ODA version 12.1.2.5.0
Hi,
I have a VM running in ODA. It has 2 ip addresses, one in eth0 and the other in eth1.
eth0 was presented by a VLAN "dmz1" and eth1 was presented by the VLAN "net2".
[root@oda1 ~]# oakcli show vm
NAME NODENUM MEMORY VCPU STATE REPOSITORY
myvm 1 32768M 4 ONLINE myrepo
[root@oda1 ~]# oakcli show vm myvm
(...) Networks : ['bridge=dmz1', 'bridge=net2']
[root@oda1 ~]# oakcli show vlan
NAME ID INTERFACE NODENUM
dmz1 123 bond0 0
dmz1 123 bond0 1
net1 1 bond0 0
net1 1 bond0 1
net2 1 bond1 0
net2 1 bond1 1
priv1 1 icbond0 0
priv1 1 icbond0 1
The MYVM needs to have another IP address IN THE SAME VLAN dmz1.