I have a number of StorageTek 2510 disk arrays and Fire x2250 servers.  I would 
like to setup 3 file servers with 3 arrays which utilize AVS for replication.  
(1 is remote, 2 are local.)  I would like these machines to use the new cifs 
services as well as nfs and iscsi target emulation for providing various types 
of storage to our server farm.

As a last resort/test, I installed Solaris 10 (2008.5 I think), attached my 
iscsi targets from one 2510 and created a RAID-Z2 ZFS pool.  This appears to 
work perfectly.  I'd maybe stop there but AVS doesn't seem to be available for 
Solaris 10 any more.  And it looks like I need to use Solaris Express to do 
everything I want right now, anyway.

When I attempt the same operation on OpenSolaris 2008.11 or Solaris Express 
b104 the kernel dumps and the machine resets.

Here are the commands I have attempted to run on all 3 systems.  It works on 
Solaris 10 and crashes OpenSolaris and Solaris Express where noted.

  iscsiadm modify initiator-node -N 
iqn.2008-12.com.dkiservices:storage.zpool.hades -A hades_init
  iscsiadm modify discovery -t disable
  iscsiadm modify discovery -s disable
  iscsiadm modify discovery -i disable
  iscsiadm add discovery-address 192.168.10.143
  iscsiadm list discovery-address -v          # b100/b104 kernel resets here
  iscsiadm modify discovery -t enable
  iscsiadm list target -S                           # Solaris 10 lists devices
  zpool create mypool raidz2 (long list of devices)
  zpool add mypool spare (more devices)
-- 
This message posted from opensolaris.org
_______________________________________________
storage-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/storage-discuss

Reply via email to