문제

I am starting a TargetServer of jSCSI (http://jscsi.org/bundles/target/apidocs/org/jscsi/target/TargetServer.html) and I want to know how to check if it is initiated successfuly, than I can proceed doing other things.

Does anyone know how to check it?

Thanks a lot!

도움이 되었습니까?

해결책

on linux you can install open-iscsi (the initiator) and check if the target is available to connect.

iscsiadm -m discovery -t sendtargets -p 127.0.0.1
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top