mirror of
https://github.com/kneutron/ansitest.git
synced 2025-01-16 04:42:55 +08:00
10 lines
201 B
Bash
10 lines
201 B
Bash
#!/bin/bash
|
|
|
|
# REQUIRES: https://github.com/sahlberg/libiscsi
|
|
|
|
ip=10.9.7.12 # dellap lmde, iscsi host/target
|
|
|
|
iscsi-ls iscsi://$ip
|
|
iscsi-ls -s iscsi://iscsi-user%password@$ip
|
|
#iscsi-ls -s iscsi://@$ip
|