Hi all,
I've been following the steps outlined in https://communities.netapp.com/docs/DOC-19826
If I go on the filer and check iscsi status, I see:
iSCSI service is running
The instructions have me stuck at
Wait for DFM to see that the iSCSI service is up:
dfm host discover $FILER_IP
while [ "No" == `dfm details $FILER_IP | grep hostIscsiStatus | awk '{print $2}'` ] ; do sleep 10 ; done
When I do `dfm details $FILER_IP` I see hostIscsiStatus is no.
I know this takes a while, but I started stepping through this back in December.
Any tips?