OpenStack Discussions

host iscsi status

ALOPGEEK1
3,195 Views

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?

1 ACCEPTED SOLUTION

ALOPGEEK1
3,195 Views
1 REPLY 1

ALOPGEEK1
3,196 Views

Following the steps in this KB article fixed my issue.

https://kb.netapp.com/support/index?page=content&id=2015005

Public