So check if the LUNs are presented using this command: cfgadm -lva -o show_SCSI_LUN
If all the LUNs are not showing in there, you can check the fcp modules trace: from a ksh - (echo "::fcptrace" | mdb -k) | less Then look for some lines like this: [Mon Feb 4 2008 14:01:41:956:635:832] 14=>fcp(0)::fcp_handle_reportlun: port=0, tgt D_ID=0x141000 [Mon Feb 4 2008 14:01:41:956:643:840] 15=>fcp(0)::!Dynamically discovered 3 LUNs for D_ID=141000 If it says something like it only discovered 1 lun, I'd be thinking that you have a LUN security issue and you will probably have to use apple's x-raid util to handle that. Also check out this site: http://alienraid.org/ This message posted from opensolaris.org _______________________________________________ storage-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/storage-discuss
