Re: [zfs-discuss] Mirroring USB Drive with Laptop for Backup purposes

2010-05-04 Thread Peter Karlsson
Hi Matt, Don't know if it's recommended or not, but I've been doing it for close to 3 years on my OpenSolaris laptop, it saved me a few times like last week when my internal drive died :) /peter On 2010-05-04 20.33, Matt Keenan wrote: Hi, Just wondering whether mirroring a USB drive with m

Re: [zfs-discuss] NFS issue with ZFS

2010-08-16 Thread Peter Karlsson
Hi Phillip, What's the permissions on the directory where you try to write to, and what user are you using on the client system, it's most likely a UID mapping issue between the client and the server. /peter On 8/14/10 3:19 , Phillip Bruce wrote: I have Solaris 10 U7 that is exporting ZFS f

Re: [zfs-discuss] NFS issue with ZFS

2010-08-16 Thread Peter Karlsson
ss to all hosts. /peter Like I already stated it is NOT a UID or GUID issue. Both systems are the same. Try as a different user that have the same uid on both systems and have write access to the directory in qustion. Phillip ____ From: Peter Karlsson

Re: [zfs-discuss] Solaris10 10/09 ZFS shared via CIFS?

2009-11-22 Thread Peter Karlsson
Hi Trevor, The native CIFS/SMB stuff was never backported to S10, so you would have to use the Samba on your S10 vm Cheers, Peter Trevor Pretty wrote: Team I'm missing something? First off I normally play around with OpenSolaris & it's been a while since I played with Solaris 10. I'm do

Re: [zfs-discuss] Solaris10 10/09 ZFS shared via CIFS?

2009-11-22 Thread Peter Karlsson
Trevor Pretty wrote: Tim Cook wrote: On Sun, Nov 22, 2009 at 4:18 PM, Trevor Pretty mailto:trevor_pre...@eagle.co.nz>> wrote: Team I'm missing something? First off I normally play around with OpenSolaris & it's been a while since I played with Solaris 10. I'm doing al

Re: [zfs-discuss] Solaris10 10/09 ZFS shared via CIFS?

2009-11-22 Thread Peter Karlsson
Trevor Pretty wrote: OK I've also a S700 simulator as a VM and it seems to have done what I would expect. 7000# zfs get sharesmb pool-0/local/trevors_stuff/tlp NAMEPROPERTY VALUE SOURCE pool-0/local/trevors_stuff/tlp sharesmb name=trevors_st

Re: [zfs-discuss] question about which build to install

2010-01-21 Thread Peter Karlsson
Wrong list But anyhow I was able to install b128 and then upgrade to b130. I had relink some OpenGL files to get Compiz to work but apart from that it looks OK. /peter On 2010-01-22 11.03, Thomas Burgess wrote: I installed b130 on my server, and i'm being hit by this bug: http://defect.openso

Re: [zfs-discuss] ZFS with SAN's and HA

2010-09-03 Thread Peter Karlsson
Hi Michael, Have a look at this Blog/WP http://blogs.sun.com/TF/entry/new_white_paper_practicing_solaris for an example on how to use a iSCSI target from a NAS device as storage, you can just replace the tomcat/mysql HA services with HA nfs and you have what you are looking for. /peter On

Re: [zfs-discuss] ZFS flar image.

2009-09-14 Thread Peter Karlsson
Hi Greg, We did a hack on those lines when we installed 100 Ultra 27s that was used during J1, but we automated the process by using AI to install a bootstrap image that had a SMF service that pulled over the zfs sendfile, create a new BE and received the sendfile to the new BE. Work fairly O

[zfs-discuss] zpool shared between OSX and Solaris on a MacBook Pro

2008-02-18 Thread Peter Karlsson
Hi, I got my MacBook pro set up to dual boot between Solaris and OSX and I have created a zpool to use as a shred storage for documents etc.. However got this strange thing when trying to access the zpool from Solaris, only root can see it?? I created the zpool on OSX as they are using an

Re: [zfs-discuss] zpool shared between OSX and Solaris on a MacBook Pro

2008-02-19 Thread Peter Karlsson
On Feb 19, 2008, at 17:27, Darren J Moffat wrote: > Peter Karlsson wrote: >> Hi, >> I got my MacBook pro set up to dual boot between Solaris and OSX and >> I have created a zpool to use as a shred storage for documents etc.. >> However got this strange thing when

Re: [zfs-discuss] Image with DD from ZFS partition

2008-05-08 Thread Peter Karlsson
Hi Hans, Think what you are looking for would be a combination of a snapshot and zfs send/receive, that would give you an archive that you can use to recreate your zfs filesystems on your zpool at will at later time. So you can do something like this Create archive : zfs snapshot -r [EMAIL

Re: [zfs-discuss] zfs incremental-forever

2008-06-06 Thread Peter Karlsson
Hi Tobias, I did this for a large lab we had last month, I have it setup something like this. zfs snapshot [EMAIL PROTECTED] zfs send -i [EMAIL PROTECTED] [EMAIL PROTECTED] | ssh server2 zfs recv rep_pool ssh zfs destroy [EMAIL PROTECTED] ssh zfs rename [EMAIL PROTECTED] [EMAIL PROTECTED] zfs

Re: [zfs-discuss] zfs incremental-forever

2008-06-06 Thread Peter Karlsson
Or you could use Tim Fosters ZFS snapshot service http://blogs.sun.com/timf/entry/zfs_automatic_snapshots_now_with /peter On Jun 6, 2008, at 14:07, Tobias Exner wrote: > Hi, > > I'm thinking about the following situation and I know there are some > things I have to understand: > > I want to use

Re: [zfs-discuss] Re: External drive enclosures + Sun Server for massstorage

2007-01-22 Thread Peter Karlsson
Hi Frank, try man devfsadm, it will update devfs with your new disk drives. disks is an older command that does about the same thing. Cheers, Peter Frank Cusack wrote: On January 22, 2007 12:12:19 PM -0600 Brian Hechinger <[EMAIL PROTECTED]> wrote: On Mon, Jan 22, 2007 at 09:39:19AM -0800,