#!/bin/tcsh
#
#	ini-lun0-down
#
#	vi: set autoindent tabstop=4 shiftwidth=4 :
#
#	bring down just lun 0, not the connection or session
#	to do this, give a cid that will not match that
#	of any existing connection
#
# local host
iscsi_config down host=2 lun=0 cid=255
