Re: [zfs-discuss] can't share a zfs

2008-02-19 Thread jason
btw, my machine doesn't have a dns name so i had to enter a phony one to get nfs/server online can that have any ill effects? This message posted from opensolaris.org ___ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.o

Re: [zfs-discuss] can't share a zfs

2008-02-19 Thread jason
that doesn't work it looks like something maybe corrupt, maybe something didn't get installed properly or i have a bad disc, for some reason my share command doesn't have an -F option i'm going to get a new disc and reinstall everything thanks for the help everyone This message posted from

Re: [zfs-discuss] can't share a zfs

2008-02-19 Thread Robin Guo
Hi, Jason, Could you succeed by these steps? # zpool create tank # zfs set sharenfs=on tank # share [EMAIL PROTECTED] /tank rw "" The nfs server will be enable automatically while there's any shareable dataset exist, (sharenfs or sharesmb = on) jason wrote: > -bash-3.2$ zfs

Re: [zfs-discuss] can't share a zfs

2008-02-17 Thread jason
> Try sharing something else, maybe: > share -F nfs /mnt > > After that, you should see the services started. > Once you get that to work, then try sharing the > zfs file systems. Your problems aren't zfs related... > at least not yet. > -- richard # share -F nfs /mnt share: illegal option -- F

Re: [zfs-discuss] can't share a zfs

2008-02-17 Thread jason
i got all nfs/server dependancies online, but nfs/server is disabled because "No NFS filesystems are shared" # svcs -l nfs/server fmri svc:/network/nfs/server:default name NFS server enabled false (temporary) statedisabled next_state none state_time Sun Feb 17 21:

Re: [zfs-discuss] can't share a zfs

2008-02-17 Thread jason
> You're missing the server bits, check for the following packages: > SUNWnfsskr, SUNWnfssr, and SUNWnfssu > -- richard i added those packages and rebooted then did # svcadm enable network/nfs/server but nfs still doesn't work # zfs share tank/storage cannot share 'tank/storage': share(1M) fail

Re: [zfs-discuss] can't share a zfs

2008-02-17 Thread jason
> what is the output of "dfshares"? If it complains about rpc > program not registered, that means nothing is shared. > > also check to see if services are enabled, though share will try > to start these for you. Check "svcs -a | grep network/nfs" and > see if there are 7 services listed, but pe

Re: [zfs-discuss] can't share a zfs

2008-02-17 Thread Will Murnane
On Feb 17, 2008 3:37 PM, jason <[EMAIL PROTECTED]> wrote: > # zfs set sharenfs=on tank/storage > cannot share 'tank/storage': share(1M) failed > # I ran into a similar problem and was unable to resolve it. Here's some output that might be relevant: # zfs get sharesmb,sharenfs NAME PROPER

Re: [zfs-discuss] can't share a zfs

2008-02-17 Thread jason
# zfs set sharenfs=on tank/storage cannot share 'tank/storage': share(1M) failed # i'm fairly certain i installed the nfs stuff, and it looks like the rpc stuff is running http://www.student.cs.uwaterloo.ca/~jouellet/netstat.txt This message posted from opensolaris.org ___

Re: [zfs-discuss] can't share a zfs

2008-02-17 Thread Richard Elling
jason wrote: > # zfs list > NAME USED AVAIL REFER MOUNTPOINT > tank 1010M 227G 1010M /tank > # zfs create tank/storage > cannot share 'tank/storage': share(1M) failed > filesystem successfully created, but not shared > # zfs list > NAME USED AVAIL REFER MOUNTPOINT > tank

Re: [zfs-discuss] can't share a zfs

2008-02-17 Thread jason
# zfs list NAME USED AVAIL REFER MOUNTPOINT tank 1010M 227G 1010M /tank # zfs create tank/storage cannot share 'tank/storage': share(1M) failed filesystem successfully created, but not shared # zfs list NAME USED AVAIL REFER MOUNTPOINT tank 1010M 227G 1010M /tank

Re: [zfs-discuss] can't share a zfs

2008-02-16 Thread Ian Collins
jason wrote: > -bash-3.2$ zfs share tank > cannot share 'tank': share(1M) failed > -bash-3.2$ > > how do i figure out what's wrong? > > Create a file system and share that. Ian ___ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.o

[zfs-discuss] can't share a zfs

2008-02-16 Thread jason
-bash-3.2$ zfs share tank cannot share 'tank': share(1M) failed -bash-3.2$ how do i figure out what's wrong? This message posted from opensolaris.org ___ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listin