ansitest/OSX/iscsi-osx-list-luns.sh

10 lines
201 B
Bash
Raw Normal View History

2021-07-19 22:09:11 -05:00
#!/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