well, I looked at netstat while doing the zpool creation, then quite strange 
things happen :

[b] Before the zpool command :[b]

  # netstat | grep initiator (* target side *)
  target.3260          initiator.51790        64240      0 64240      0 
ESTABLISHED

  # netstat | grep target (*initiator side *)
  initiator.51790     target.3260             64240      0 64240      0 
ESTABLISHED

(b] During the zpool creation [b]

  # netstat | grep initiator (* target side *)
  target.3260          initiator.51790        64240      0 64240      0 
CLOSE_WAIT
  target.3260          initiator.49540        64240      0 49084      0 
ESTABLISHED

  # netstat | grep target (*initiator side *)
  initiator.51790     target.3260            64240      0 64240      0 
FIN_WAIT_2
  initiator.51790     target.3260            49084      0 64240      0 
ESTABLISHED


The target remains establishing new connection and closing the previous one. 
Then I needed to kill the zpool creation...
 
  # netstat | grep target (*initiator side *)
  initiator.42151     target.3260          64240      0 64240      0 TIME_WAIT
  initiator.41760     target.3260          64240      0 64240      0 TIME_WAIT
  initiator.45643     target.3260          64240      0 64240      0 TIME_WAIT
  initiator.48436     target.3260          64240      0 64240      0 TIME_WAIT
  initiator.40032     target.3260          64240      0 64240      0 TIME_WAIT
  initiator.46880     target.3260          64240      0 64240      0 TIME_WAIT
  initiator.34722     target.3260          64240      0 64240      0 TIME_WAIT
  initiator.35074     target.3260          64240      0 64240      0 TIME_WAIT
  initiator.48459     target.3260          64240      0 64240      0 TIME_WAIT
  initiator.44809     target.3260          64240      0 64240      0 TIME_WAIT


I hope it will help people to diagnose my problem.

Regards,
Rafael.
 
 
This message posted from opensolaris.org
_______________________________________________
storage-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/storage-discuss

Reply via email to