Re: [zfs-discuss] Can I do this? [SEC=UNCLASSIFIED]

2009-01-13 Thread LEES, Cooper

M,

Just taking a stab at it.

Yes. This should work - well mounting it locally through ISCSI - there  
may be a smarter way ... ??


Install iscsi client (if you don't already have it installed):
pfexec pkg install SUNWiscs

Then follow the documentation on mounting ISCSI luns on Opensolaris  
site.


Ta,
---
Cooper Ry Lees
A boring old UNIX Administrator - Information Management Services (IMS)
Australian Nuclear Science and Technology Organisation
T  +61 2 9717 3853
F  +61 2 9717 9273
M  +61 403 739 446
E  cooper.l...@ansto.gov.au
www.ansto.gov.au

Important: This transmission is intended only for the use of the  
addressee. It is confidential and may contain privileged information  
or copyright material. If you are not the intended recipient, any use  
or further disclosure of this communication is strictly forbidden. If  
you have received this transmission in error, please notify me  
immediately by telephone and delete all copies of this transmission as  
well as any attachments.


On 14/01/2009, at 10:17 AM, M wrote:

I currently am sharing out zfs ISCSI volumes from a solaris server  
to a Mac. I installed ZFS locally on the mac, created a local zfs  
pool and put a zfs filesystem on the local volume. Can I now mount  
the volume on the Solaris server and see the data?

--
This message posted from opensolaris.org
___
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss


___
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss


Re: [zfs-discuss] Can I do this? [SEC=UNCLASSIFIED]

2009-01-13 Thread Dave
Don't try to mount the same zvol on two different machines at the same 
time. You will end up with a corrupted pool. EXPORT the zpool from your 
mac first.

If you run 'zpool import -d /dev/zvol/dsk/zfs dataset' on the solaris 
box, your Zpool from the Mac iSCSI volume should show up. If it shows up 
then you can probably import it, but beware that there may be 
incompatibilities and bugs in either the solaris or mac zfs code that 
may cause you to lose your data.

--
Dave

LEES, Cooper wrote:
 M,
 
 Just taking a stab at it.
 
 Yes. This should work - well mounting it locally through ISCSI - there 
 may be a smarter way ... ??
 
 Install iscsi client (if you don't already have it installed):
 pfexec pkg install SUNWiscs
 
 Then follow the documentation on mounting ISCSI luns on Opensolaris site.
 
 Ta,
 ---
 Cooper Ry Lees
 A boring old UNIX Administrator - Information Management Services (IMS)
 Australian Nuclear Science and Technology Organisation
 T  +61 2 9717 3853
 F  +61 2 9717 9273
 M  +61 403 739 446
 E  cooper.l...@ansto.gov.au mailto:cooper.l...@ansto.gov.au
 www.ansto.gov.au http://www.ansto.gov.au
 
 **Important: ***This transmission is intended only for the use of 
 the addressee. It is confidential and may contain privileged information 
 or copyright material. If you are not the intended recipient, any use or 
 further disclosure of this communication is strictly forbidden. If you 
 have received this transmission in error, please notify me immediately 
 by telephone and delete all copies of this transmission as well as any 
 attachments.*
 
 On 14/01/2009, at 10:17 AM, M wrote:
 
 I currently am sharing out zfs ISCSI volumes from a solaris server to 
 a Mac. I installed ZFS locally on the mac, created a local zfs pool 
 and put a zfs filesystem on the local volume. Can I now mount the 
 volume on the Solaris server and see the data?
 -- 
 This message posted from opensolaris.org
 ___
 zfs-discuss mailing list
 zfs-discuss@opensolaris.org mailto:zfs-discuss@opensolaris.org
 http://mail.opensolaris.org/mailman/listinfo/zfs-discuss
 
 
 
 
 ___
 zfs-discuss mailing list
 zfs-discuss@opensolaris.org
 http://mail.opensolaris.org/mailman/listinfo/zfs-discuss
___
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss