R
rameses
Guest
I'm using Proxmox VE with OpenFiler SAN (Opensource). Because of power outage, one of the proxmox ve server is not able to connect to the iSCSI targets on the SAN machine. The working machine has the following output:
machine1# brctl show
bridge name bridge id STP enabled interfaces
vmbr0 8000.001f293251e4 no eth0
vmtab103i0
vmtab107i0
The not working machine has the following output:
machine2# brctl show
bridge name bridge id STP enabled interfaces
vmbr0 8000.001f2932635c no eth0
When I try to use this command:
brctl addif vmbr0 vmtab103i0
I get the error:
interface vmtab103i0 does not exist!
Also, the Storage option in Proxmox VE has SAN device listed which is in non-active mode. How can I make it active? Or how can I make the machine to see the iSCSI target on the SAN machine? Any help is appreciated.
machine1# brctl show
bridge name bridge id STP enabled interfaces
vmbr0 8000.001f293251e4 no eth0
vmtab103i0
vmtab107i0
The not working machine has the following output:
machine2# brctl show
bridge name bridge id STP enabled interfaces
vmbr0 8000.001f2932635c no eth0
When I try to use this command:
brctl addif vmbr0 vmtab103i0
I get the error:
interface vmtab103i0 does not exist!
Also, the Storage option in Proxmox VE has SAN device listed which is in non-active mode. How can I make it active? Or how can I make the machine to see the iSCSI target on the SAN machine? Any help is appreciated.