On 9/10/07, Faiq Pasha <[EMAIL PROTECTED]> wrote: > > Date: Mon, 10 Sep 2007 08:44:42 -0600 > > From: Faiq Pasha <[EMAIL PROTECTED]> > > Subject: Question: iscsiadm is not succeeding on zones > > To: Faiq Pasha <[EMAIL PROTECTED]> > > > > Hi, > > > > Am I missing something? I am trying to configure the iscsi luns > > on two local zones, I created on T2000. There is no problem in > > running iscsiadm commands on the global zone, but seeing following > > failures when trying on local zones. Please guide me if I am missing > > something. > > > > [EMAIL PROTECTED] /]$ iscsiadm > > Usage: iscsiadm -?,-V,--help > > Usage: iscsiadm add [-?] <OBJECT> [-?] [<OPERAND>] > > Usage: iscsiadm list [-?] <OBJECT> [-?] [<OPERAND>] > > Usage: iscsiadm modify [-?] <OBJECT> [-?] [<OPERAND>] > > Usage: iscsiadm remove [-?] <OBJECT> [-?] [<OPERAND>] > > For more information, please see iscsiadm(1M) > > [EMAIL PROTECTED] /]$ > > > > > > [EMAIL PROTECTED] /]$ iscsiadm list discovery > > iscsiadm: Unknown error > > iscsiadm: Unable to complete operation > > [EMAIL PROTECTED] /]$ iscsiadm modify discovery -t enable > > iscsiadm: Unknown error > > iscsiadm: Unable to complete operation > > [EMAIL PROTECTED] /]$ iscsiadm add discovery-address 10.9.160.49 > > iscsiadm: Unknown error > > iscsiadm: Unable to complete operation > > [EMAIL PROTECTED] /]$ > > > > It is working fine on the global zone of same system: > > > > [EMAIL PROTECTED] /]$ iscsiadm list discovery > > Discovery: > > Static: disabled > > Send Targets: enabled > > iSNS: disabled > > [EMAIL PROTECTED] /]$ > >
I am pretty sure the iSCSI initiator needs be configured in the global zone, and the targets exported from the global zone to non-global zones. Dan seems to think so as well: http://www.opensolaris.org/jive/thread.jspa?messageID=111282 You will need to adjust your approach to using iSCSI to get this to work. Thanks, - Ryan -- UNIX Administrator http://prefetch.net _______________________________________________ storage-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/storage-discuss
