VMware Cloud Community
qhash
Enthusiast
Enthusiast

iSCSI virtual network inside ESXi 6.5 host

I am trying to build my lab server and I am stuck at the point of creating a virtual iSCSI network.

My setup is as follows:

Microserver Gen8 with SATA SSD and additional HBA in IT-mode.

ESXi 6.5 is installed and boots from SD.

I do have OmniOS napp-it guest system installed on SATA SSD. Additional IT-mode HBA has direct passthrough enabled and is assigned to that system. It has SSDs and HDDs connected. 2xSSD and 2xHDD form two mirrored ZFS pools. They are iSCSI enabled, targets are defined, views are created.

How should I build and configure a virtual network so I can have my ESXi hypervisor use its nested iSCSI storage?

Any guidance or general tips appreciated.

Reply
0 Kudos
1 Reply
help2help
Enthusiast
Enthusiast

Hi,

to add an iscsi as datastore on esxi host:

1- add a vmkernel in the esxi with an IP in the same network as your storage!

2- go to esxi > configuration > storage adapter > (in the list of adapters if it's the first time you add an iscsi you have to add a software iscsi adapter by clicking the "add" on the top right

3- right click to this adapter > properties > network config > select your vmkernel created on step 1 > OK

4- dynamic discovery > add > add the Storage IP address > OK > close

5- scan > yes

Reply
0 Kudos