Piotr Jasiukajtis wrote: > Hello, > > I have the samba zone with shared IP, pvm, domU: > > # uname -srvmpi > SunOS 5.11 snv_89 i86pc i386 i86xpv > > Is there any way to enable samba service in this zone on pvm domU ?
Not quite the answer your asking for, but this is how I enable cifs on a zfs filesystem. You can add a second disk and do something like the following... # zpool create tank c0d1 # echo "other password required pam_smb_passwd.so.1 nowarn" >> /etc/pam.conf ; reset passwds for users who can join # passwd <user> # svcadm enable -r smb/server # smbadm join -w <workgroup> # zfs create -o casesensitivity=mixed tank/smb # chown -R<user>:<group> /tank/smb # zfs set sharesmb=on tank/smb # zfs get all tank/smb # sharemgr show -vp connect as smb://<ip addr>/tank_smb _______________________________________________ xen-discuss mailing list [email protected]
