RichardBush#RichardBush Thank you so much for your patience , it worked out
I used it like this:
esxcfg-mpath -L
esxcfg-scsidevs -m
esxcli storage core claimrule list
esxcli storage core claimrule add -r 310 -P MASK_PATH -t target -R iscsi --iqn iqn.2006-01.com.openfiler:tsn.904062595734 --lun 2
esxcli storage core claimrule load
esxcli storage core claimrule list
esxcli storage core claiming reclaim -d t10.F405E46494C45425A59347A6A5C6D213A57403D2E497A6A4
esxcli storage core claimrule run
esxcli storage core adapter rescan --all
But while calming the reclaim for the device I got that error:
~ # esxcli storage core claiming reclaim -d t10.F405E46494C45425A59347A6A5C6D213A57403D2E497A6A4
Unable to unclaim path vmhba33:C0:T0:L2 on device t10.F405E46494C45425A59347A6A5C6D213A57403D2E497A6A4. Some paths may be left in an unclaimed state. You will need to claim them manually using the appropriate commands or wait for periodic path claiming to reclaim them automatically.
I fixed same way as here:
I didnt need to reboot it to get it working , thanks once more.