NetApp shelf with FreeNAS

I'm having an issue with FreeNAS and presenting a NetApp ds4mk14 shelf via FC to the Qlogic card I added to my Dell R710 server.

I can get FreeNAS and other operating systems to see the SCSI disks however they cant format the drives in the shelf.

Has anyone run into this?

Example text below,

sudo lshw -class disk

*-disk:0
description: SCSI Disk
physical id: 0.7.0
bus info: scsi@3:0.7.0
logical name: /dev/sdi
configuration: logicalsectorsize=512 sectorsize=520
*-disk:1
description: SCSI Disk
physical id: 0.8.0
bus info: scsi@3:0.8.0
logical name: /dev/sdj
configuration: logicalsectorsize=512 sectorsize=520
*-disk:2
description: SCSI Disk
physical id: 0.9.0
bus info: scsi@3:0.9.0
logical name: /dev/sdk
configuration: logicalsectorsize=512 sectorsize=520

fdisk -l /dev/sdi
fdisk: cannot open /dev/sdi: Permission denied
ubuntu@ubuntu:/dev$ sudo !!
sudo fdisk -l /dev/sdi
fdisk: cannot open /dev/sdi: No such file or directory
ubuntu@ubuntu:/dev$ sudo fdisk -l /dev/sdk
fdisk: cannot open /dev/sdk: No such file or directory