Thanks for the help its working great already.
Mike
On Thu, 2003-10-23 at 15:33, Ferguson, Neale wrote:
> There is none (yet).
>
> FYI... If you are doing zFCP stuff then do this (assume d008 is the FCP
> subchannel):
>
> insmod /lib/modules/`uname -r`/kernel/drivers/s390/scsi/zfcp.ko 2>/dev/null
> echo "0x<WPPN>" >/sys/devices/css0/0.0.0012/0.0.d008/port_add
> echo "0x<LUN>" >/sys/devices/css0/0.0.0012/0.0.d008/0x<WWPN>/unit_add
> echo "1" >/sys/devices/css0/0.0.0012/0.0.d008/online
>
> (substitute your 16 digit WWPN and LUN in the appropriate spots)
>
> -----Original Message-----
> Could you please point me in the direction of the documentation you
> used to figure this out?