[cifs-discuss] advertising shares
Adam
adam at radics.id.au
Wed Aug 12 17:40:06 PDT 2009
Hi
Well basically I've got an ubuntu fileserver running samba, afp, rsyncd and a bunch of other stuff. I'm trying to replace it with a new opensolaris machine. The ubuntu machine and all the windows machines on the network appear in the "network neighbourhood" (I suppose they dont call it that anymore but thats what it is). The opensolaris machine doesnt appear there, however going \\solaris in the windows address bar works, and all the shares are accessible (I'm going to play with ACLs when I get this working). Its the same story on my (linux based) beyonwiz PVR, except for some reason I cant manually access it by name/ip. I know theres some kind of broadcast system that windows machines use to find each other, my opensolaris box isnt doing it. Theres no domain here, I put everything on the "HOME" workgroup.
Ill attach the diag file.
--
This message posted from opensolaris.org
-------------- next part --------------
Thursday, August 13, 2009 8:18:03 AM WST
+==========================================
| 1) OS and Hardware
+==========================================
SunOS solaris 5.11 snv_118 i86pc i386 i86pc
+==========================================
| 2) NS Switch (/etc/nsswitch.conf)
+==========================================
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License (the "License").
# You may not use this file except in compliance with the License.
#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# or http://www.opensolaris.org/os/licensing.
# See the License for the specific language governing permissions
# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
# ident "%Z%%M% %I% %E% SMI"
#
# /etc/nsswitch.files:
#
# An example file that could be copied over to /etc/nsswitch.conf; it
# does not use any naming service.
#
# "hosts:" and "services:" in this file are used only if the
# /etc/netconfig file has a "-" for nametoaddr_libs of "inet" transports.
passwd: files
group: files
#hosts: files # Commented out by DHCP
hosts: files dns # Added by DHCP
#ipnodes: files # Commented out by DHCP
ipnodes: files dns # Added by DHCP
networks: files
protocols: files
rpc: files
ethers: files
netmasks: files
bootparams: files
publickey: files
# At present there isn't a 'files' backend for netgroup; the system will
# figure it out pretty quickly, and won't use netgroups at all.
netgroup: files
automount: files
aliases: files
services: files
printers: user files
auth_attr: files
prof_attr: files
project: files
tnrhtp: files
tnrhdb: files
+==========================================
| 3) Resolver (/etc/resolv.conf)
+==========================================
domain home
nameserver 192.168.1.254
+==========================================
| 4) Kerberos (/etc/krb5/krb5.conf)
+==========================================
#
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License (the "License").
# You may not use this file except in compliance with the License.
#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# or http://www.opensolaris.org/os/licensing.
# See the License for the specific language governing permissions
# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
#
# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
# ident "%Z%%M% %I% %E% SMI"
#
# krb5.conf template
# In order to complete this configuration file
# you will need to replace the __<name>__ placeholders
# with appropriate values for your network and uncomment the
# appropriate entries.
#
[libdefaults]
# default_realm = ___default_realm___
[realms]
# ___default_realm___ = {
# kdc = ___master_kdc___
# kdc = ___slave_kdc1___
# kdc = ___slave_kdc2___
# kdc = ___slave_kdcN___
# admin_server = ___master_kdc___
# }
[domain_realm]
# ___domainname___ = ___default_realm___
[logging]
default = FILE:/var/krb5/kdc.log
kdc = FILE:/var/krb5/kdc.log
kdc_rotate = {
# How often to rotate kdc.log. Logs will get rotated no more
# often than the period, and less often if the KDC is not used
# frequently.
period = 1d
# how many versions of kdc.log to keep around (kdc.log.0, kdc.log.1, ...)
versions = 10
}
[appdefaults]
kinit = {
renewable = true
forwardable= true
}
+==========================================
| 5) Network and routing information
+==========================================
lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1
inet 127.0.0.1 netmask ff000000
e1000g0: flags=1004843<UP,BROADCAST,RUNNING,MULTICAST,DHCP,IPv4> mtu 1500 index 2
inet 192.168.1.99 netmask ffffff00 broadcast 192.168.1.255
ether 0:1c:c0:c4:6e:44
lo0: flags=2002000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv6,VIRTUAL> mtu 8252 index 1
inet6 ::1/128
e1000g0: flags=2004841<UP,RUNNING,MULTICAST,DHCP,IPv6> mtu 1500 index 2
inet6 fe80::21c:c0ff:fec4:6e44/10
ether 0:1c:c0:c4:6e:44
Routing Table: IPv4
Destination Gateway Flags Ref Use Interface
-------------------- -------------------- ----- ----- ---------- ---------
default 192.168.1.254 UG 1 2 e1000g0
192.168.1.0 192.168.1.99 U 1 2 e1000g0
127.0.0.1 127.0.0.1 UH 2 36 lo0
Routing Table: IPv6
Destination/Mask Gateway Flags Ref Use If
--------------------------- --------------------------- ----- --- ------- -----
fe80::/10 fe80::21c:c0ff:fec4:6e44 U 1 0 e1000g0
::1 ::1 UH 1 0 lo0
+==========================================
| 6) ZFS
+==========================================
| 6.1) List of zpools available
+------------------------------------------
NAME SIZE USED AVAIL CAP HEALTH ALTROOT
rpool 928G 9.29G 919G 1% ONLINE -
| 6.2) List of datasets available
+------------------------------------------
NAME USED AVAIL REFER MOUNTPOINT
rpool 11.1G 902G 81K /rpool
rpool/ROOT 6.71G 902G 19K legacy
rpool/ROOT/opensolaris-1 39.2M 902G 3.64G /
rpool/ROOT/opensolaris-2 6.67G 902G 4.66G /
rpool/dump 1.95G 902G 1.95G -
rpool/export 540M 902G 22K /export
rpool/export/home 22.5M 902G 22K /export/home
rpool/export/home/adam 22.4M 902G 22.4M /export/home/adam
rpool/export/home/other 19K 902G 19K /export/home/other
rpool/export/zones 518M 902G 21K /export/zones
rpool/export/zones/test 518M 902G 22K /export/zones/test
rpool/export/zones/test/ROOT 518M 902G 19K legacy
rpool/export/zones/test/ROOT/zbe 518M 902G 518M legacy
rpool/storage 563K 902G 24K /storage
rpool/storage/backup 96K 902G 96K /storage/backup
rpool/storage/downloads 95K 902G 95K /storage/downloads
rpool/storage/media 250K 902G 250K /storage/media
rpool/storage/public 98K 902G 98K /storage/public
rpool/swap 1.95G 904G 101M -
| 6.3) Zpools properties
+------------------------------------------
NAME PROPERTY VALUE SOURCE
rpool size 928G -
rpool used 9.29G -
rpool available 919G -
rpool capacity 1% -
rpool altroot - default
rpool health ONLINE -
rpool guid 3916255559463750627 local
rpool version 14 local
rpool bootfs rpool/ROOT/opensolaris-2 local
rpool delegation on default
rpool autoreplace off default
rpool cachefile - default
rpool failmode wait default
rpool listsnapshots off default
rpool autoexpand off default
----------------------------------------------------
| 6.4) Datasets properties
+------------------------------------------
NAME PROPERTY VALUE SOURCE
rpool type filesystem -
rpool creation Mon Jul 27 19:58 2009 -
rpool used 11.1G -
rpool available 902G -
rpool referenced 81K -
rpool compressratio 1.00x -
rpool mounted yes -
rpool quota none default
rpool reservation none default
rpool recordsize 128K default
rpool mountpoint /rpool default
rpool sharenfs off default
rpool checksum on default
rpool compression off default
rpool atime on default
rpool devices on default
rpool exec on default
rpool setuid on default
rpool readonly off default
rpool zoned off default
rpool snapdir hidden default
rpool aclmode groupmask default
rpool aclinherit restricted default
rpool canmount on default
rpool shareiscsi off default
rpool xattr on default
rpool copies 1 default
rpool version 3 -
rpool utf8only off -
rpool normalization none -
rpool casesensitivity sensitive -
rpool vscan off default
rpool nbmand off default
rpool sharesmb off default
rpool refquota none default
rpool refreservation none default
rpool primarycache all default
rpool secondarycache all default
rpool usedbysnapshots 0 -
rpool usedbydataset 81K -
rpool usedbychildren 11.1G -
rpool usedbyrefreservation 0 -
rpool org.opensolaris.caiman:install ready local
----------------------------------------------------
NAME PROPERTY VALUE SOURCE
rpool/ROOT type filesystem -
rpool/ROOT creation Mon Jul 27 19:58 2009 -
rpool/ROOT used 6.71G -
rpool/ROOT available 902G -
rpool/ROOT referenced 19K -
rpool/ROOT compressratio 1.00x -
rpool/ROOT mounted no -
rpool/ROOT quota none default
rpool/ROOT reservation none default
rpool/ROOT recordsize 128K default
rpool/ROOT mountpoint legacy local
rpool/ROOT sharenfs off default
rpool/ROOT checksum on default
rpool/ROOT compression off default
rpool/ROOT atime on default
rpool/ROOT devices on default
rpool/ROOT exec on default
rpool/ROOT setuid on default
rpool/ROOT readonly off default
rpool/ROOT zoned off default
rpool/ROOT snapdir hidden default
rpool/ROOT aclmode groupmask default
rpool/ROOT aclinherit restricted default
rpool/ROOT canmount off local
rpool/ROOT shareiscsi off default
rpool/ROOT xattr on default
rpool/ROOT copies 1 default
rpool/ROOT version 3 -
rpool/ROOT utf8only off -
rpool/ROOT normalization none -
rpool/ROOT casesensitivity sensitive -
rpool/ROOT vscan off default
rpool/ROOT nbmand off default
rpool/ROOT sharesmb off default
rpool/ROOT refquota none default
rpool/ROOT refreservation none default
rpool/ROOT primarycache all default
rpool/ROOT secondarycache all default
rpool/ROOT usedbysnapshots 0 -
rpool/ROOT usedbydataset 19K -
rpool/ROOT usedbychildren 6.71G -
rpool/ROOT usedbyrefreservation 0 -
rpool/ROOT org.opensolaris.caiman:install ready inherited from rpool
----------------------------------------------------
NAME PROPERTY VALUE SOURCE
rpool/ROOT/opensolaris-1 type filesystem -
rpool/ROOT/opensolaris-1 creation Mon Jul 27 20:29 2009 -
rpool/ROOT/opensolaris-1 used 39.2M -
rpool/ROOT/opensolaris-1 available 902G -
rpool/ROOT/opensolaris-1 referenced 3.64G -
rpool/ROOT/opensolaris-1 compressratio 1.00x -
rpool/ROOT/opensolaris-1 mounted no -
rpool/ROOT/opensolaris-1 origin rpool/ROOT/opensolaris-2 at 2009-07-30-14:57:32 -
rpool/ROOT/opensolaris-1 quota none default
rpool/ROOT/opensolaris-1 reservation none default
rpool/ROOT/opensolaris-1 recordsize 128K default
rpool/ROOT/opensolaris-1 mountpoint / local
rpool/ROOT/opensolaris-1 sharenfs off default
rpool/ROOT/opensolaris-1 checksum on default
rpool/ROOT/opensolaris-1 compression off default
rpool/ROOT/opensolaris-1 atime on default
rpool/ROOT/opensolaris-1 devices on default
rpool/ROOT/opensolaris-1 exec on default
rpool/ROOT/opensolaris-1 setuid on default
rpool/ROOT/opensolaris-1 readonly off default
rpool/ROOT/opensolaris-1 zoned off default
rpool/ROOT/opensolaris-1 snapdir hidden default
rpool/ROOT/opensolaris-1 aclmode groupmask default
rpool/ROOT/opensolaris-1 aclinherit restricted default
rpool/ROOT/opensolaris-1 canmount noauto local
rpool/ROOT/opensolaris-1 shareiscsi off default
rpool/ROOT/opensolaris-1 xattr on default
rpool/ROOT/opensolaris-1 copies 1 default
rpool/ROOT/opensolaris-1 version 3 -
rpool/ROOT/opensolaris-1 utf8only off -
rpool/ROOT/opensolaris-1 normalization none -
rpool/ROOT/opensolaris-1 casesensitivity sensitive -
rpool/ROOT/opensolaris-1 vscan off default
rpool/ROOT/opensolaris-1 nbmand off default
rpool/ROOT/opensolaris-1 sharesmb off default
rpool/ROOT/opensolaris-1 refquota none default
rpool/ROOT/opensolaris-1 refreservation none default
rpool/ROOT/opensolaris-1 primarycache all default
rpool/ROOT/opensolaris-1 secondarycache all default
rpool/ROOT/opensolaris-1 usedbysnapshots 0 -
rpool/ROOT/opensolaris-1 usedbydataset 39.2M -
rpool/ROOT/opensolaris-1 usedbychildren 0 -
rpool/ROOT/opensolaris-1 usedbyrefreservation 0 -
rpool/ROOT/opensolaris-1 org.opensolaris.libbe:policy static local
rpool/ROOT/opensolaris-1 org.opensolaris.libbe:uuid c87cc089-1ca0-60cd-c424-b4826c117afb local
rpool/ROOT/opensolaris-1 org.opensolaris.caiman:install ready inherited from rpool
----------------------------------------------------
NAME PROPERTY VALUE SOURCE
rpool/ROOT/opensolaris-2 type filesystem -
rpool/ROOT/opensolaris-2 creation Thu Jul 30 22:57 2009 -
rpool/ROOT/opensolaris-2 used 6.67G -
rpool/ROOT/opensolaris-2 available 902G -
rpool/ROOT/opensolaris-2 referenced 4.66G -
rpool/ROOT/opensolaris-2 compressratio 1.00x -
rpool/ROOT/opensolaris-2 mounted yes -
rpool/ROOT/opensolaris-2 quota none default
rpool/ROOT/opensolaris-2 reservation none default
rpool/ROOT/opensolaris-2 recordsize 128K default
rpool/ROOT/opensolaris-2 mountpoint / local
rpool/ROOT/opensolaris-2 sharenfs off default
rpool/ROOT/opensolaris-2 checksum on default
rpool/ROOT/opensolaris-2 compression off default
rpool/ROOT/opensolaris-2 atime on default
rpool/ROOT/opensolaris-2 devices on default
rpool/ROOT/opensolaris-2 exec on default
rpool/ROOT/opensolaris-2 setuid on default
rpool/ROOT/opensolaris-2 readonly off default
rpool/ROOT/opensolaris-2 zoned off default
rpool/ROOT/opensolaris-2 snapdir hidden default
rpool/ROOT/opensolaris-2 aclmode groupmask default
rpool/ROOT/opensolaris-2 aclinherit restricted default
rpool/ROOT/opensolaris-2 canmount noauto local
rpool/ROOT/opensolaris-2 shareiscsi off default
rpool/ROOT/opensolaris-2 xattr on default
rpool/ROOT/opensolaris-2 copies 1 default
rpool/ROOT/opensolaris-2 version 3 -
rpool/ROOT/opensolaris-2 utf8only off -
rpool/ROOT/opensolaris-2 normalization none -
rpool/ROOT/opensolaris-2 casesensitivity sensitive -
rpool/ROOT/opensolaris-2 vscan off default
rpool/ROOT/opensolaris-2 nbmand off default
rpool/ROOT/opensolaris-2 sharesmb off default
rpool/ROOT/opensolaris-2 refquota none default
rpool/ROOT/opensolaris-2 refreservation none default
rpool/ROOT/opensolaris-2 primarycache all default
rpool/ROOT/opensolaris-2 secondarycache all default
rpool/ROOT/opensolaris-2 usedbysnapshots 2.01G -
rpool/ROOT/opensolaris-2 usedbydataset 4.66G -
rpool/ROOT/opensolaris-2 usedbychildren 0 -
rpool/ROOT/opensolaris-2 usedbyrefreservation 0 -
rpool/ROOT/opensolaris-2 org.opensolaris.libbe:policy static local
rpool/ROOT/opensolaris-2 org.opensolaris.libbe:uuid 6571fa4a-80f8-c330-9262-b125a01f5fbe local
rpool/ROOT/opensolaris-2 org.opensolaris.caiman:install ready inherited from rpool
----------------------------------------------------
NAME PROPERTY VALUE SOURCE
rpool/dump type volume -
rpool/dump creation Mon Jul 27 19:58 2009 -
rpool/dump used 1.95G -
rpool/dump available 902G -
rpool/dump referenced 1.95G -
rpool/dump compressratio 1.00x -
rpool/dump reservation none default
rpool/dump volsize 1.95G -
rpool/dump volblocksize 128K -
rpool/dump checksum off local
rpool/dump compression off local
rpool/dump readonly off default
rpool/dump shareiscsi off default
rpool/dump copies 1 default
rpool/dump refreservation none default
rpool/dump primarycache all default
rpool/dump secondarycache all default
rpool/dump usedbysnapshots 0 -
rpool/dump usedbydataset 1.95G -
rpool/dump usedbychildren 0 -
rpool/dump usedbyrefreservation 0 -
rpool/dump org.opensolaris.caiman:install ready inherited from rpool
----------------------------------------------------
NAME PROPERTY VALUE SOURCE
rpool/export type filesystem -
rpool/export creation Mon Jul 27 19:58 2009 -
rpool/export used 540M -
rpool/export available 902G -
rpool/export referenced 22K -
rpool/export compressratio 1.00x -
rpool/export mounted yes -
rpool/export quota none default
rpool/export reservation none default
rpool/export recordsize 128K default
rpool/export mountpoint /export local
rpool/export sharenfs off default
rpool/export checksum on default
rpool/export compression off default
rpool/export atime on default
rpool/export devices on default
rpool/export exec on default
rpool/export setuid on default
rpool/export readonly off default
rpool/export zoned off default
rpool/export snapdir hidden default
rpool/export aclmode groupmask default
rpool/export aclinherit restricted default
rpool/export canmount on default
rpool/export shareiscsi off default
rpool/export xattr on default
rpool/export copies 1 default
rpool/export version 3 -
rpool/export utf8only off -
rpool/export normalization none -
rpool/export casesensitivity sensitive -
rpool/export vscan off default
rpool/export nbmand off default
rpool/export sharesmb off default
rpool/export refquota none default
rpool/export refreservation none default
rpool/export primarycache all default
rpool/export secondarycache all default
rpool/export usedbysnapshots 0 -
rpool/export usedbydataset 22K -
rpool/export usedbychildren 540M -
rpool/export usedbyrefreservation 0 -
rpool/export org.opensolaris.caiman:install ready inherited from rpool
----------------------------------------------------
NAME PROPERTY VALUE SOURCE
rpool/export/home type filesystem -
rpool/export/home creation Mon Jul 27 19:58 2009 -
rpool/export/home used 22.5M -
rpool/export/home available 902G -
rpool/export/home referenced 22K -
rpool/export/home compressratio 1.00x -
rpool/export/home mounted yes -
rpool/export/home quota none default
rpool/export/home reservation none default
rpool/export/home recordsize 128K default
rpool/export/home mountpoint /export/home local
rpool/export/home sharenfs off default
rpool/export/home checksum on default
rpool/export/home compression off default
rpool/export/home atime on default
rpool/export/home devices on default
rpool/export/home exec on default
rpool/export/home setuid on default
rpool/export/home readonly off default
rpool/export/home zoned off default
rpool/export/home snapdir hidden default
rpool/export/home aclmode groupmask default
rpool/export/home aclinherit restricted default
rpool/export/home canmount on default
rpool/export/home shareiscsi off default
rpool/export/home xattr on default
rpool/export/home copies 1 default
rpool/export/home version 3 -
rpool/export/home utf8only off -
rpool/export/home normalization none -
rpool/export/home casesensitivity sensitive -
rpool/export/home vscan off default
rpool/export/home nbmand off default
rpool/export/home sharesmb off default
rpool/export/home refquota none default
rpool/export/home refreservation none default
rpool/export/home primarycache all default
rpool/export/home secondarycache all default
rpool/export/home usedbysnapshots 0 -
rpool/export/home usedbydataset 22K -
rpool/export/home usedbychildren 22.4M -
rpool/export/home usedbyrefreservation 0 -
rpool/export/home org.opensolaris.caiman:install ready inherited from rpool
----------------------------------------------------
NAME PROPERTY VALUE SOURCE
rpool/export/home/adam type filesystem -
rpool/export/home/adam creation Mon Jul 27 19:58 2009 -
rpool/export/home/adam used 22.4M -
rpool/export/home/adam available 902G -
rpool/export/home/adam referenced 22.4M -
rpool/export/home/adam compressratio 1.00x -
rpool/export/home/adam mounted yes -
rpool/export/home/adam quota none default
rpool/export/home/adam reservation none default
rpool/export/home/adam recordsize 128K default
rpool/export/home/adam mountpoint /export/home/adam local
rpool/export/home/adam sharenfs off default
rpool/export/home/adam checksum on default
rpool/export/home/adam compression off default
rpool/export/home/adam atime on default
rpool/export/home/adam devices on default
rpool/export/home/adam exec on default
rpool/export/home/adam setuid on default
rpool/export/home/adam readonly off default
rpool/export/home/adam zoned off default
rpool/export/home/adam snapdir hidden default
rpool/export/home/adam aclmode groupmask default
rpool/export/home/adam aclinherit restricted default
rpool/export/home/adam canmount on default
rpool/export/home/adam shareiscsi off default
rpool/export/home/adam xattr on default
rpool/export/home/adam copies 1 default
rpool/export/home/adam version 3 -
rpool/export/home/adam utf8only off -
rpool/export/home/adam normalization none -
rpool/export/home/adam casesensitivity sensitive -
rpool/export/home/adam vscan off default
rpool/export/home/adam nbmand off default
rpool/export/home/adam sharesmb off default
rpool/export/home/adam refquota none default
rpool/export/home/adam refreservation none default
rpool/export/home/adam primarycache all default
rpool/export/home/adam secondarycache all default
rpool/export/home/adam usedbysnapshots 0 -
rpool/export/home/adam usedbydataset 22.4M -
rpool/export/home/adam usedbychildren 0 -
rpool/export/home/adam usedbyrefreservation 0 -
rpool/export/home/adam org.opensolaris.caiman:install ready inherited from rpool
----------------------------------------------------
NAME PROPERTY VALUE SOURCE
rpool/export/home/other type filesystem -
rpool/export/home/other creation Tue Jul 28 21:22 2009 -
rpool/export/home/other used 19K -
rpool/export/home/other available 902G -
rpool/export/home/other referenced 19K -
rpool/export/home/other compressratio 1.00x -
rpool/export/home/other mounted yes -
rpool/export/home/other quota none default
rpool/export/home/other reservation none default
rpool/export/home/other recordsize 128K default
rpool/export/home/other mountpoint /export/home/other inherited from rpool/export/home
rpool/export/home/other sharenfs off default
rpool/export/home/other checksum on default
rpool/export/home/other compression off default
rpool/export/home/other atime on default
rpool/export/home/other devices on default
rpool/export/home/other exec on default
rpool/export/home/other setuid on default
rpool/export/home/other readonly off default
rpool/export/home/other zoned off default
rpool/export/home/other snapdir hidden default
rpool/export/home/other aclmode groupmask default
rpool/export/home/other aclinherit restricted default
rpool/export/home/other canmount on default
rpool/export/home/other shareiscsi off default
rpool/export/home/other xattr on default
rpool/export/home/other copies 1 default
rpool/export/home/other version 3 -
rpool/export/home/other utf8only off -
rpool/export/home/other normalization none -
rpool/export/home/other casesensitivity sensitive -
rpool/export/home/other vscan off default
rpool/export/home/other nbmand off default
rpool/export/home/other sharesmb off default
rpool/export/home/other refquota none default
rpool/export/home/other refreservation none default
rpool/export/home/other primarycache all default
rpool/export/home/other secondarycache all default
rpool/export/home/other usedbysnapshots 0 -
rpool/export/home/other usedbydataset 19K -
rpool/export/home/other usedbychildren 0 -
rpool/export/home/other usedbyrefreservation 0 -
rpool/export/home/other org.opensolaris.caiman:install ready inherited from rpool
----------------------------------------------------
NAME PROPERTY VALUE SOURCE
rpool/export/zones type filesystem -
rpool/export/zones creation Tue Aug 4 20:08 2009 -
rpool/export/zones used 518M -
rpool/export/zones available 902G -
rpool/export/zones referenced 21K -
rpool/export/zones compressratio 1.00x -
rpool/export/zones mounted yes -
rpool/export/zones quota none default
rpool/export/zones reservation none default
rpool/export/zones recordsize 128K default
rpool/export/zones mountpoint /export/zones inherited from rpool/export
rpool/export/zones sharenfs off default
rpool/export/zones checksum on default
rpool/export/zones compression off default
rpool/export/zones atime on default
rpool/export/zones devices on default
rpool/export/zones exec on default
rpool/export/zones setuid on default
rpool/export/zones readonly off default
rpool/export/zones zoned off default
rpool/export/zones snapdir hidden default
rpool/export/zones aclmode groupmask default
rpool/export/zones aclinherit restricted default
rpool/export/zones canmount on default
rpool/export/zones shareiscsi off default
rpool/export/zones xattr on default
rpool/export/zones copies 1 default
rpool/export/zones version 3 -
rpool/export/zones utf8only off -
rpool/export/zones normalization none -
rpool/export/zones casesensitivity sensitive -
rpool/export/zones vscan off default
rpool/export/zones nbmand off default
rpool/export/zones sharesmb off default
rpool/export/zones refquota none default
rpool/export/zones refreservation none default
rpool/export/zones primarycache all default
rpool/export/zones secondarycache all default
rpool/export/zones usedbysnapshots 0 -
rpool/export/zones usedbydataset 21K -
rpool/export/zones usedbychildren 518M -
rpool/export/zones usedbyrefreservation 0 -
rpool/export/zones org.opensolaris.caiman:install ready inherited from rpool
----------------------------------------------------
NAME PROPERTY VALUE SOURCE
rpool/export/zones/test type filesystem -
rpool/export/zones/test creation Tue Aug 4 20:08 2009 -
rpool/export/zones/test used 518M -
rpool/export/zones/test available 902G -
rpool/export/zones/test referenced 22K -
rpool/export/zones/test compressratio 1.00x -
rpool/export/zones/test mounted yes -
rpool/export/zones/test quota none default
rpool/export/zones/test reservation none default
rpool/export/zones/test recordsize 128K default
rpool/export/zones/test mountpoint /export/zones/test inherited from rpool/export
rpool/export/zones/test sharenfs off local
rpool/export/zones/test checksum on default
rpool/export/zones/test compression off default
rpool/export/zones/test atime on default
rpool/export/zones/test devices on default
rpool/export/zones/test exec on default
rpool/export/zones/test setuid on default
rpool/export/zones/test readonly off default
rpool/export/zones/test zoned off default
rpool/export/zones/test snapdir hidden default
rpool/export/zones/test aclmode groupmask default
rpool/export/zones/test aclinherit restricted default
rpool/export/zones/test canmount on default
rpool/export/zones/test shareiscsi off default
rpool/export/zones/test xattr on default
rpool/export/zones/test copies 1 default
rpool/export/zones/test version 3 -
rpool/export/zones/test utf8only off -
rpool/export/zones/test normalization none -
rpool/export/zones/test casesensitivity sensitive -
rpool/export/zones/test vscan off default
rpool/export/zones/test nbmand off default
rpool/export/zones/test sharesmb off default
rpool/export/zones/test refquota none default
rpool/export/zones/test refreservation none default
rpool/export/zones/test primarycache all default
rpool/export/zones/test secondarycache all default
rpool/export/zones/test usedbysnapshots 0 -
rpool/export/zones/test usedbydataset 22K -
rpool/export/zones/test usedbychildren 518M -
rpool/export/zones/test usedbyrefreservation 0 -
rpool/export/zones/test org.opensolaris.caiman:install ready inherited from rpool
----------------------------------------------------
NAME PROPERTY VALUE SOURCE
rpool/export/zones/test/ROOT type filesystem -
rpool/export/zones/test/ROOT creation Tue Aug 4 20:09 2009 -
rpool/export/zones/test/ROOT used 518M -
rpool/export/zones/test/ROOT available 902G -
rpool/export/zones/test/ROOT referenced 19K -
rpool/export/zones/test/ROOT compressratio 1.00x -
rpool/export/zones/test/ROOT mounted no -
rpool/export/zones/test/ROOT quota none default
rpool/export/zones/test/ROOT reservation none default
rpool/export/zones/test/ROOT recordsize 128K default
rpool/export/zones/test/ROOT mountpoint legacy local
rpool/export/zones/test/ROOT sharenfs off inherited from rpool/export/zones/test
rpool/export/zones/test/ROOT checksum on default
rpool/export/zones/test/ROOT compression off default
rpool/export/zones/test/ROOT atime on default
rpool/export/zones/test/ROOT devices on default
rpool/export/zones/test/ROOT exec on default
rpool/export/zones/test/ROOT setuid on default
rpool/export/zones/test/ROOT readonly off default
rpool/export/zones/test/ROOT zoned on local
rpool/export/zones/test/ROOT snapdir hidden default
rpool/export/zones/test/ROOT aclmode groupmask default
rpool/export/zones/test/ROOT aclinherit restricted default
rpool/export/zones/test/ROOT canmount on default
rpool/export/zones/test/ROOT shareiscsi off default
rpool/export/zones/test/ROOT xattr on default
rpool/export/zones/test/ROOT copies 1 default
rpool/export/zones/test/ROOT version 3 -
rpool/export/zones/test/ROOT utf8only off -
rpool/export/zones/test/ROOT normalization none -
rpool/export/zones/test/ROOT casesensitivity sensitive -
rpool/export/zones/test/ROOT vscan off default
rpool/export/zones/test/ROOT nbmand off default
rpool/export/zones/test/ROOT sharesmb off default
rpool/export/zones/test/ROOT refquota none default
rpool/export/zones/test/ROOT refreservation none default
rpool/export/zones/test/ROOT primarycache all default
rpool/export/zones/test/ROOT secondarycache all default
rpool/export/zones/test/ROOT usedbysnapshots 0 -
rpool/export/zones/test/ROOT usedbydataset 19K -
rpool/export/zones/test/ROOT usedbychildren 518M -
rpool/export/zones/test/ROOT usedbyrefreservation 0 -
rpool/export/zones/test/ROOT org.opensolaris.caiman:install ready inherited from rpool
----------------------------------------------------
NAME PROPERTY VALUE SOURCE
rpool/export/zones/test/ROOT/zbe type filesystem -
rpool/export/zones/test/ROOT/zbe creation Tue Aug 4 20:09 2009 -
rpool/export/zones/test/ROOT/zbe used 518M -
rpool/export/zones/test/ROOT/zbe available 902G -
rpool/export/zones/test/ROOT/zbe referenced 518M -
rpool/export/zones/test/ROOT/zbe compressratio 1.00x -
rpool/export/zones/test/ROOT/zbe mounted no -
rpool/export/zones/test/ROOT/zbe quota none default
rpool/export/zones/test/ROOT/zbe reservation none default
rpool/export/zones/test/ROOT/zbe recordsize 128K default
rpool/export/zones/test/ROOT/zbe mountpoint legacy inherited from rpool/export/zones/test/ROOT
rpool/export/zones/test/ROOT/zbe sharenfs off inherited from rpool/export/zones/test
rpool/export/zones/test/ROOT/zbe checksum on default
rpool/export/zones/test/ROOT/zbe compression off default
rpool/export/zones/test/ROOT/zbe atime on default
rpool/export/zones/test/ROOT/zbe devices on default
rpool/export/zones/test/ROOT/zbe exec on default
rpool/export/zones/test/ROOT/zbe setuid on default
rpool/export/zones/test/ROOT/zbe readonly off default
rpool/export/zones/test/ROOT/zbe zoned on inherited from rpool/export/zones/test/ROOT
rpool/export/zones/test/ROOT/zbe snapdir hidden default
rpool/export/zones/test/ROOT/zbe aclmode groupmask default
rpool/export/zones/test/ROOT/zbe aclinherit restricted default
rpool/export/zones/test/ROOT/zbe canmount noauto local
rpool/export/zones/test/ROOT/zbe shareiscsi off default
rpool/export/zones/test/ROOT/zbe xattr on default
rpool/export/zones/test/ROOT/zbe copies 1 default
rpool/export/zones/test/ROOT/zbe version 3 -
rpool/export/zones/test/ROOT/zbe utf8only off -
rpool/export/zones/test/ROOT/zbe normalization none -
rpool/export/zones/test/ROOT/zbe casesensitivity sensitive -
rpool/export/zones/test/ROOT/zbe vscan off default
rpool/export/zones/test/ROOT/zbe nbmand off default
rpool/export/zones/test/ROOT/zbe sharesmb off default
rpool/export/zones/test/ROOT/zbe refquota none default
rpool/export/zones/test/ROOT/zbe refreservation none default
rpool/export/zones/test/ROOT/zbe primarycache all default
rpool/export/zones/test/ROOT/zbe secondarycache all default
rpool/export/zones/test/ROOT/zbe usedbysnapshots 0 -
rpool/export/zones/test/ROOT/zbe usedbydataset 518M -
rpool/export/zones/test/ROOT/zbe usedbychildren 0 -
rpool/export/zones/test/ROOT/zbe usedbyrefreservation 0 -
rpool/export/zones/test/ROOT/zbe org.opensolaris.libbe:parentbe 6571fa4a-80f8-c330-9262-b125a01f5fbe local
rpool/export/zones/test/ROOT/zbe org.opensolaris.libbe:active on local
rpool/export/zones/test/ROOT/zbe org.opensolaris.caiman:install ready inherited from rpool
----------------------------------------------------
NAME PROPERTY VALUE SOURCE
rpool/storage type filesystem -
rpool/storage creation Tue Jul 28 21:45 2009 -
rpool/storage used 563K -
rpool/storage available 902G -
rpool/storage referenced 24K -
rpool/storage compressratio 12.10x -
rpool/storage mounted yes -
rpool/storage quota none default
rpool/storage reservation none default
rpool/storage recordsize 128K default
rpool/storage mountpoint /storage local
rpool/storage sharenfs off default
rpool/storage checksum on default
rpool/storage compression off default
rpool/storage atime on default
rpool/storage devices on default
rpool/storage exec on default
rpool/storage setuid on default
rpool/storage readonly off default
rpool/storage zoned off default
rpool/storage snapdir hidden default
rpool/storage aclmode groupmask default
rpool/storage aclinherit restricted default
rpool/storage canmount on default
rpool/storage shareiscsi off default
rpool/storage xattr on default
rpool/storage copies 1 default
rpool/storage version 3 -
rpool/storage utf8only off -
rpool/storage normalization none -
rpool/storage casesensitivity sensitive -
rpool/storage vscan off default
rpool/storage nbmand off default
rpool/storage sharesmb off default
rpool/storage refquota none default
rpool/storage refreservation none default
rpool/storage primarycache all default
rpool/storage secondarycache all default
rpool/storage usedbysnapshots 0 -
rpool/storage usedbydataset 24K -
rpool/storage usedbychildren 539K -
rpool/storage usedbyrefreservation 0 -
rpool/storage org.opensolaris.caiman:install ready inherited from rpool
----------------------------------------------------
NAME PROPERTY VALUE SOURCE
rpool/storage/backup type filesystem -
rpool/storage/backup creation Tue Jul 28 21:45 2009 -
rpool/storage/backup used 96K -
rpool/storage/backup available 902G -
rpool/storage/backup referenced 96K -
rpool/storage/backup compressratio 11.94x -
rpool/storage/backup mounted yes -
rpool/storage/backup quota none default
rpool/storage/backup reservation none default
rpool/storage/backup recordsize 128K default
rpool/storage/backup mountpoint /storage/backup local
rpool/storage/backup sharenfs off default
rpool/storage/backup checksum on default
rpool/storage/backup compression on local
rpool/storage/backup atime on default
rpool/storage/backup devices on default
rpool/storage/backup exec on default
rpool/storage/backup setuid on default
rpool/storage/backup readonly off default
rpool/storage/backup zoned off default
rpool/storage/backup snapdir hidden default
rpool/storage/backup aclmode groupmask default
rpool/storage/backup aclinherit restricted default
rpool/storage/backup canmount on default
rpool/storage/backup shareiscsi off default
rpool/storage/backup xattr on default
rpool/storage/backup copies 1 default
rpool/storage/backup version 3 -
rpool/storage/backup utf8only off -
rpool/storage/backup normalization none -
rpool/storage/backup casesensitivity sensitive -
rpool/storage/backup vscan off default
rpool/storage/backup nbmand off default
rpool/storage/backup sharesmb off default
rpool/storage/backup refquota none default
rpool/storage/backup refreservation none default
rpool/storage/backup primarycache all default
rpool/storage/backup secondarycache all default
rpool/storage/backup usedbysnapshots 0 -
rpool/storage/backup usedbydataset 96K -
rpool/storage/backup usedbychildren 0 -
rpool/storage/backup usedbyrefreservation 0 -
rpool/storage/backup org.opensolaris.caiman:install ready inherited from rpool
----------------------------------------------------
NAME PROPERTY VALUE SOURCE
rpool/storage/downloads type filesystem -
rpool/storage/downloads creation Tue Jul 28 21:47 2009 -
rpool/storage/downloads used 95K -
rpool/storage/downloads available 902G -
rpool/storage/downloads referenced 95K -
rpool/storage/downloads compressratio 12.01x -
rpool/storage/downloads mounted yes -
rpool/storage/downloads quota none default
rpool/storage/downloads reservation none default
rpool/storage/downloads recordsize 128K default
rpool/storage/downloads mountpoint /storage/downloads local
rpool/storage/downloads sharenfs off default
rpool/storage/downloads checksum on default
rpool/storage/downloads compression on local
rpool/storage/downloads atime on default
rpool/storage/downloads devices on default
rpool/storage/downloads exec on default
rpool/storage/downloads setuid on default
rpool/storage/downloads readonly off default
rpool/storage/downloads zoned off default
rpool/storage/downloads snapdir hidden default
rpool/storage/downloads aclmode groupmask default
rpool/storage/downloads aclinherit restricted default
rpool/storage/downloads canmount on default
rpool/storage/downloads shareiscsi off default
rpool/storage/downloads xattr on default
rpool/storage/downloads copies 1 default
rpool/storage/downloads version 3 -
rpool/storage/downloads utf8only off -
rpool/storage/downloads normalization none -
rpool/storage/downloads casesensitivity sensitive -
rpool/storage/downloads vscan off default
rpool/storage/downloads nbmand off default
rpool/storage/downloads sharesmb off local
rpool/storage/downloads refquota none default
rpool/storage/downloads refreservation none default
rpool/storage/downloads primarycache all default
rpool/storage/downloads secondarycache all default
rpool/storage/downloads usedbysnapshots 0 -
rpool/storage/downloads usedbydataset 95K -
rpool/storage/downloads usedbychildren 0 -
rpool/storage/downloads usedbyrefreservation 0 -
rpool/storage/downloads org.opensolaris.caiman:install ready inherited from rpool
----------------------------------------------------
NAME PROPERTY VALUE SOURCE
rpool/storage/media type filesystem -
rpool/storage/media creation Tue Jul 28 21:51 2009 -
rpool/storage/media used 250K -
rpool/storage/media available 902G -
rpool/storage/media referenced 250K -
rpool/storage/media compressratio 12.92x -
rpool/storage/media mounted yes -
rpool/storage/media quota none default
rpool/storage/media reservation none default
rpool/storage/media recordsize 128K default
rpool/storage/media mountpoint /storage/media local
rpool/storage/media sharenfs off default
rpool/storage/media checksum on default
rpool/storage/media compression on local
rpool/storage/media atime on default
rpool/storage/media devices on default
rpool/storage/media exec on default
rpool/storage/media setuid on default
rpool/storage/media readonly off default
rpool/storage/media zoned off default
rpool/storage/media snapdir hidden default
rpool/storage/media aclmode groupmask default
rpool/storage/media aclinherit restricted default
rpool/storage/media canmount on default
rpool/storage/media shareiscsi off default
rpool/storage/media xattr on default
rpool/storage/media copies 1 default
rpool/storage/media version 3 -
rpool/storage/media utf8only off -
rpool/storage/media normalization none -
rpool/storage/media casesensitivity sensitive -
rpool/storage/media vscan off default
rpool/storage/media nbmand off default
rpool/storage/media sharesmb off local
rpool/storage/media refquota none default
rpool/storage/media refreservation none default
rpool/storage/media primarycache all default
rpool/storage/media secondarycache all default
rpool/storage/media usedbysnapshots 0 -
rpool/storage/media usedbydataset 250K -
rpool/storage/media usedbychildren 0 -
rpool/storage/media usedbyrefreservation 0 -
rpool/storage/media org.opensolaris.caiman:install ready inherited from rpool
----------------------------------------------------
NAME PROPERTY VALUE SOURCE
rpool/storage/public type filesystem -
rpool/storage/public creation Tue Jul 28 21:47 2009 -
rpool/storage/public used 98K -
rpool/storage/public available 902G -
rpool/storage/public referenced 98K -
rpool/storage/public compressratio 11.80x -
rpool/storage/public mounted yes -
rpool/storage/public quota none default
rpool/storage/public reservation none default
rpool/storage/public recordsize 128K default
rpool/storage/public mountpoint /storage/public local
rpool/storage/public sharenfs off default
rpool/storage/public checksum on default
rpool/storage/public compression on local
rpool/storage/public atime on default
rpool/storage/public devices on default
rpool/storage/public exec on default
rpool/storage/public setuid on default
rpool/storage/public readonly off default
rpool/storage/public zoned off default
rpool/storage/public snapdir hidden default
rpool/storage/public aclmode groupmask default
rpool/storage/public aclinherit restricted default
rpool/storage/public canmount on default
rpool/storage/public shareiscsi off default
rpool/storage/public xattr on default
rpool/storage/public copies 1 default
rpool/storage/public version 3 -
rpool/storage/public utf8only off -
rpool/storage/public normalization none -
rpool/storage/public casesensitivity sensitive -
rpool/storage/public vscan off default
rpool/storage/public nbmand off default
rpool/storage/public sharesmb off local
rpool/storage/public refquota none default
rpool/storage/public refreservation none default
rpool/storage/public primarycache all default
rpool/storage/public secondarycache all default
rpool/storage/public usedbysnapshots 0 -
rpool/storage/public usedbydataset 98K -
rpool/storage/public usedbychildren 0 -
rpool/storage/public usedbyrefreservation 0 -
rpool/storage/public org.opensolaris.caiman:install ready inherited from rpool
----------------------------------------------------
NAME PROPERTY VALUE SOURCE
rpool/swap type volume -
rpool/swap creation Mon Jul 27 19:58 2009 -
rpool/swap used 1.95G -
rpool/swap available 904G -
rpool/swap referenced 101M -
rpool/swap compressratio 1.00x -
rpool/swap reservation none default
rpool/swap volsize 1.95G -
rpool/swap volblocksize 4K -
rpool/swap checksum on default
rpool/swap compression off default
rpool/swap readonly off default
rpool/swap shareiscsi off default
rpool/swap copies 1 default
rpool/swap refreservation 1.95G local
rpool/swap primarycache all default
rpool/swap secondarycache all default
rpool/swap usedbysnapshots 0 -
rpool/swap usedbydataset 101M -
rpool/swap usedbychildren 0 -
rpool/swap usedbyrefreservation 1.85G -
rpool/swap org.opensolaris.caiman:install ready inherited from rpool
----------------------------------------------------
+==========================================
| 7) idmap
+==========================================
| 7.1) Properties
+------------------------------------------
config application
config/list_size_limit count 0
config/stability astring Unstable
config/value_authorization astring solaris.smf.value.idmap
config/machine_sid astring S-1-5-21-4280975575-1162078998-4024885955
rpcbind dependency
rpcbind/entities fmri svc:/network/rpc/bind
rpcbind/grouping astring require_all
rpcbind/restart_on astring restart
rpcbind/type astring service
filesystem-minimal dependency
filesystem-minimal/entities fmri svc:/system/filesystem/minimal
filesystem-minimal/grouping astring require_all
filesystem-minimal/restart_on astring error
filesystem-minimal/type astring service
general framework
general/action_authorization astring solaris.smf.manage.idmap
general/entity_stability astring Unstable
general/single_instance boolean true
general/value_authorization astring solaris.smf.manage.idmap
start method
start/exec astring /usr/lib/idmapd
start/timeout_seconds count 60
start/type astring method
stop method
stop/exec astring :kill
stop/timeout_seconds count 60
stop/type astring method
refresh method
refresh/exec astring ":kill -HUP"
refresh/timeout_seconds count 60
refresh/type astring method
tm_common_name template
tm_common_name/C ustring "Native Identity Mapping Service"
tm_man_idmapd template
tm_man_idmapd/manpath astring /usr/share/man
tm_man_idmapd/section astring 1M
tm_man_idmapd/title astring idmapd
tm_man_idmap template
tm_man_idmap/manpath astring /usr/share/man
tm_man_idmap/section astring 1M
tm_man_idmap/title astring idmap
| 7.2) name-based mapping rules
+------------------------------------------
add -d winuser:Guest at solaris unixuser:nobody
add -d winuser:Anonymous unixuser:nobody
| 7.3) mappings cache
+------------------------------------------
usid:S-1-5-21-4280975575-1162078998-4024885955-1101 == uid:101
usid:S-1-5-21-4280975575-1162078998-4024885955-1102 == uid:102
-----------------------
usid:S-1-5-21-4280975575-1162078998-4024885955-1101 == unixuser:adam
usid:S-1-5-21-4280975575-1162078998-4024885955-1102 == unixuser:other
+==========================================
| 8) Shares
+==========================================
default nfs=()
samba smb=(guestok="true")
/storage/public
public=/storage/public smb=(guestok="true") "Public share"
/storage/downloads
downloads=/storage/downloads smb=(guestok="true") "Downloads"
/storage/media/Movies
movies=/storage/media/Movies smb=(guestok="true") "Movies"
/storage/media/Music
music=/storage/media/Music smb=(guestok="true") "Music"
/storage/media/TVShows
"TV Shows"=/storage/media/TVShows smb=(guestok="true") "TV Shows"
zfs
| 8.1) ACL of shared directories
+------------------------------------------
drwxrwxr-x 8 root staff 8 Aug 11 21:44 /storage/downloads
owner@:--------------:-------:deny
owner@:rwxp---A-W-Co-:-------:allow
group@:--------------:-------:deny
group@:rwxp----------:-------:allow
everyone@:-w-p---A-W-Co-:-------:deny
everyone@:r-x---a-R-c--s:-------:allow
drwxr-xr-x 7 adam staff 7 Aug 11 21:44 /storage/media/Movies
owner@:--------------:-------:deny
owner@:rwxp---A-W-Co-:-------:allow
group@:-w-p----------:-------:deny
group@:r-x-----------:-------:allow
everyone@:-w-p---A-W-Co-:-------:deny
everyone@:r-x---a-R-c--s:-------:allow
drwxr-xr-x 7 adam staff 7 Aug 11 21:44 /storage/media/Music
owner@:--------------:-------:deny
owner@:rwxp---A-W-Co-:-------:allow
group@:-w-p----------:-------:deny
group@:r-x-----------:-------:allow
everyone@:-w-p---A-W-Co-:-------:deny
everyone@:r-x---a-R-c--s:-------:allow
drwxr-xr-x 7 adam staff 7 Aug 11 21:44 /storage/media/TVShows
owner@:--------------:-------:deny
owner@:rwxp---A-W-Co-:-------:allow
group@:-w-p----------:-------:deny
group@:r-x-----------:-------:allow
everyone@:-w-p---A-W-Co-:-------:deny
everyone@:r-x---a-R-c--s:-------:allow
drwxrwxrwx 7 root staff 7 Aug 11 20:22 /storage/public
owner@:--------------:-------:deny
owner@:rwxp---A-W-Co-:-------:allow
group@:--------------:-------:deny
group@:rwxp----------:-------:allow
everyone@:-------A-W-Co-:-------:deny
everyone@:rwxp--a-R-c--s:-------:allow
+==========================================
| 9) CIFS
+==========================================
| 9.1) Status
+------------------------------------------
fmri svc:/network/smb/server:default
name smbd daemon
enabled true
state online
next_state none
state_time August 13, 2009 8:16:29 AM WST
logfile /var/svc/log/network-smb-server:default.log
restarter svc:/system/svc/restarter:default
contract_id 75
dependency require_any/error svc:/milestone/network (online)
dependency require_all/error svc:/system/filesystem/local (online)
dependency require_all/error svc:/system/idmap:default (online)
204 fffffffff870d000 5a5f8 265 1 smbsrv (CIFS Server Protocol)
svc:/network/smb/server:default (smbd daemon)
State: online since August 13, 2009 8:16:29 AM WST
See: man -M /usr/share/man -s 1M smbd
See: /var/svc/log/network-smb-server:default.log
Impact: None.
| 9.2) Package Info
+------------------------------------------
system SUNWsmbskr SMB Server (Kernel)
system SUNWsmbsr SMB Server (Root)
system SUNWsmbsu SMB Server (Usr)
| 9.3) Properties
+------------------------------------------
read application
read/machine_passwd astring
read/read_authorization astring solaris.smf.read.smb
read/value_authorization astring solaris.smf.value.smb
smbd application
smbd/ads_site astring
smbd/autohome_map astring /etc
smbd/ddns_enable boolean false
smbd/domain_member boolean false
smbd/ipv6_enable boolean false
smbd/keep_alive integer 5400
smbd/kpasswd_domain astring
smbd/kpasswd_seqnum integer 0
smbd/kpasswd_server astring
smbd/lmauth_level integer 4
smbd/max_connections integer -1
smbd/max_workers integer 1024
smbd/netbios_scope astring
smbd/netlogon_seqnum integer 0
smbd/pdc astring
smbd/restrict_anonymous boolean false
smbd/signing_check boolean false
smbd/signing_enabled boolean false
smbd/signing_required boolean false
smbd/stability astring Evolving
smbd/sync_enable boolean false
smbd/system_comment astring
smbd/value_authorization astring solaris.smf.value.smb
smbd/wins_exclude astring
smbd/wins_server_1 astring
smbd/wins_server_2 astring
smbd/oplock_enable boolean true
smbd/security astring workgroup
smbd/domain_name astring HOME
smbd/fqdn astring
smbd/domain_sid astring
smbd/forest astring
smbd/domain_guid astring
exec application
exec/disposition astring
exec/map astring
exec/stability astring Evolving
exec/unmap astring
firewall_config com.sun,fw_configuration
firewall_config/apply_to astring
firewall_config/exceptions astring
firewall_config/policy astring use_global
firewall_config/value_authorization astring solaris.smf.value.firewall.config
firewall_context com.sun,fw_definition
firewall_context/ipf_method astring "/lib/svc/method/svc-smbd ipfilter"
network dependency
network/entities fmri svc:/milestone/network
network/grouping astring require_any
network/restart_on astring error
network/type astring service
filesystem-local dependency
filesystem-local/entities fmri svc:/system/filesystem/local
filesystem-local/grouping astring require_all
filesystem-local/restart_on astring error
filesystem-local/type astring service
idmap dependency
idmap/entities fmri svc:/system/idmap:default
idmap/grouping astring require_all
idmap/restart_on astring error
idmap/type astring service
general framework
general/action_authorization astring solaris.smf.manage.smb
general/entity_stability astring Evolving
general/single_instance boolean true
general/value_authorization astring solaris.smf.manage.smb
dependents framework
dependents/groups fmri svc:/network/shares/group
start method
start/exec astring "/usr/lib/smbsrv/smbd %m"
start/group astring sys
start/timeout_seconds count 60
start/type astring method
start/use_profile boolean false
start/user astring root
start/privileges astring all
stop method
stop/exec astring :kill
stop/timeout_seconds count 60
stop/type astring method
refresh method
refresh/exec astring ":kill -HUP"
refresh/timeout_seconds count 60
refresh/type astring method
tm_common_name template
tm_common_name/C ustring "smbd daemon"
tm_man_smbd template
tm_man_smbd/manpath astring /usr/share/man
tm_man_smbd/section astring 1M
tm_man_smbd/title astring smbd
[*] [HOME]
| 9.4) SMB local groups
+------------------------------------------
administrators (Members can fully administer the computer/domain)
SID: S-1-5-32-544
Privileges:
SeTakeOwnershipPrivilege: On
SeBackupPrivilege: Off
SeRestorePrivilege: Off
No members
backup operators (Members can bypass file security to back up files)
SID: S-1-5-32-551
Privileges:
SeTakeOwnershipPrivilege: Off
SeBackupPrivilege: On
SeRestorePrivilege: On
No members
power users (Members can share directories)
SID: S-1-5-32-547
Privileges:
SeTakeOwnershipPrivilege: Off
SeBackupPrivilege: Off
SeRestorePrivilege: Off
No members
| 9.5) SMB PAM module
+------------------------------------------
other password required pam_smb_passwd.so.1 nowarn
| 9.6) SMB local password file
+------------------------------------------
adam
other
guest
nobody
+==========================================
| 10) System log (last 50 lines)
+==========================================
Aug 13 08:16:13 solaris genunix: [ID 936769 kern.info] asy1 is /pci at 0,0/isa at 1f/asy at 1,3f8
Aug 13 08:16:13 solaris unix: [ID 954099 kern.info] NOTICE: IRQ19 is being shared by drivers with different interrupt levels.
Aug 13 08:16:13 solaris This may result in reduced system performance.
Aug 13 08:16:13 solaris unix: [ID 954099 kern.info] NOTICE: IRQ18 is being shared by drivers with different interrupt levels.
Aug 13 08:16:13 solaris This may result in reduced system performance.
Aug 13 08:16:13 solaris ntpd[203]: [ID 702911 daemon.notice] ntpd 4.2.5p172 at 1.1845-o Tue Jun 23 13:32:07 PDT 2009 (1)
Aug 13 08:16:13 solaris ntpd[222]: [ID 702911 daemon.notice] proto: precision = 0.372 usec
Aug 13 08:16:15 solaris ntpd_intres[225]: [ID 702911 daemon.error] host name not found: ntp.iinet.net.au
Aug 13 08:16:16 solaris mac: [ID 435574 kern.info] NOTICE: e1000g0 link up, 100 Mbps, full duplex
Aug 13 08:16:18 solaris unix: [ID 954099 kern.info] NOTICE: IRQ19 is being shared by drivers with different interrupt levels.
Aug 13 08:16:18 solaris This may result in reduced system performance.
Aug 13 08:16:18 solaris ata: [ID 776753 kern.info] ata: simplex controller. DMA on channel 0 PIO on channel 1
Aug 13 08:16:18 solaris unix: [ID 954099 kern.info] NOTICE: IRQ18 is being shared by drivers with different interrupt levels.
Aug 13 08:16:18 solaris This may result in reduced system performance.
Aug 13 08:16:18 solaris unix: [ID 954099 kern.info] NOTICE: IRQ18 is being shared by drivers with different interrupt levels.
Aug 13 08:16:18 solaris This may result in reduced system performance.
Aug 13 08:16:18 solaris unix: [ID 954099 kern.info] NOTICE: IRQ19 is being shared by drivers with different interrupt levels.
Aug 13 08:16:18 solaris This may result in reduced system performance.
Aug 13 08:16:18 solaris picld[177]: [ID 537930 daemon.error] SUNW_piclmemcfg init mc failed!
Aug 13 08:16:19 solaris smbd[459]: [ID 413393 daemon.error] dyndns: failed to get domainname
Aug 13 08:16:19 solaris idmap[389]: [ID 924872 daemon.warning] ns_lookup_bypid: getpwuid_r(103) failed (not found).
Aug 13 08:16:19 solaris smbd[459]: [ID 600500 daemon.warning] smb_pwdutil: couldn't obtain SID for uid=103 (-9977)
Aug 13 08:16:20 solaris ntpd[222]: [ID 702911 daemon.error] ../libisc/ifiter_ioctl.c:848: unexpected error:
Aug 13 08:16:20 solaris ntpd[222]: [ID 702911 daemon.error] e1000g0: getting interface flags: Interrupted system call
Aug 13 08:16:23 solaris unix: [ID 954099 kern.info] NOTICE: IRQ19 is being shared by drivers with different interrupt levels.
Aug 13 08:16:23 solaris This may result in reduced system performance.
Aug 13 08:16:23 solaris unix: [ID 954099 kern.info] NOTICE: IRQ19 is being shared by drivers with different interrupt levels.
Aug 13 08:16:23 solaris This may result in reduced system performance.
Aug 13 08:16:23 solaris ata: [ID 776753 kern.info] ata: simplex controller. DMA on channel 0 PIO on channel 1
Aug 13 08:16:23 solaris unix: [ID 954099 kern.info] NOTICE: IRQ18 is being shared by drivers with different interrupt levels.
Aug 13 08:16:23 solaris This may result in reduced system performance.
Aug 13 08:16:23 solaris unix: [ID 954099 kern.info] NOTICE: IRQ18 is being shared by drivers with different interrupt levels.
Aug 13 08:16:23 solaris This may result in reduced system performance.
Aug 13 08:16:23 solaris in.routed[410]: [ID 749644 daemon.notice] e1000g0 has a bad address 0.0.0.0
Aug 13 08:16:23 solaris in.routed[410]: [ID 464608 daemon.error] route 0.0.0.0/8 --> 0.0.0.0 nexthop is not directly connected
Aug 13 08:16:24 solaris mDNSResponder: [ID 702911 daemon.error] Client application registered 2 identical instances of service solaris._afpovertcp._tcp.local. port 548.
Aug 13 08:16:26 solaris ntpd_intres[225]: [ID 702911 daemon.error] host name not found: ntp.iinet.net.au
Aug 13 08:16:28 solaris unix: [ID 954099 kern.info] NOTICE: IRQ19 is being shared by drivers with different interrupt levels.
Aug 13 08:16:28 solaris This may result in reduced system performance.
Aug 13 08:16:28 solaris ata: [ID 776753 kern.info] ata: simplex controller. DMA on channel 0 PIO on channel 1
Aug 13 08:16:28 solaris unix: [ID 954099 kern.info] NOTICE: IRQ18 is being shared by drivers with different interrupt levels.
Aug 13 08:16:28 solaris This may result in reduced system performance.
Aug 13 08:16:28 solaris unix: [ID 954099 kern.info] NOTICE: IRQ19 is being shared by drivers with different interrupt levels.
Aug 13 08:16:28 solaris This may result in reduced system performance.
Aug 13 08:16:28 solaris unix: [ID 954099 kern.info] NOTICE: IRQ18 is being shared by drivers with different interrupt levels.
Aug 13 08:16:28 solaris This may result in reduced system performance.
Aug 13 08:16:28 solaris /sbin/dhcpagent[141]: [ID 778557 daemon.warning] configure_v4_lease: no IP broadcast specified for e1000g0, making best guess
Aug 13 08:16:33 solaris unix: [ID 954099 kern.info] NOTICE: IRQ19 is being shared by drivers with different interrupt levels.
Aug 13 08:16:33 solaris This may result in reduced system performance.
Aug 13 08:16:34 solaris afpd[546]: [ID 702911 daemon.error] DSIConfigInit: Error registering afp://192.168.1.99:548/?NAME=solaris with SRVLOC
+==========================================
| 11) smb/server SMF log (last 50 lines)
+==========================================
[ Aug 11 10:01:14 Executing start method ("/usr/lib/smbsrv/smbd start"). ]
smbd: NetBIOS services started
[ Aug 11 10:01:16 Method "start" exited with status 0. ]
[ Aug 11 10:01:25 Rereading configuration. ]
[ Aug 11 10:01:25 Executing refresh method (:kill). ]
[ Aug 11 10:01:25 Rereading configuration. ]
[ Aug 11 10:01:25 Executing refresh method (:kill). ]
[ Aug 11 10:01:26 Rereading configuration. ]
[ Aug 11 10:01:26 Executing refresh method (:kill). ]
[ Aug 11 10:01:26 Rereading configuration. ]
[ Aug 11 10:01:26 Executing refresh method (:kill). ]
[ Aug 11 16:47:22 Rereading configuration. ]
[ Aug 11 16:47:22 Executing refresh method (:kill). ]
[ Aug 11 16:47:22 Rereading configuration. ]
[ Aug 11 16:47:22 Executing refresh method (:kill). ]
[ Aug 11 16:47:22 Rereading configuration. ]
[ Aug 11 16:47:22 Executing refresh method (:kill). ]
[ Aug 11 19:42:24 Rereading configuration. ]
[ Aug 11 19:42:24 Executing refresh method (:kill). ]
[ Aug 11 19:42:24 Rereading configuration. ]
[ Aug 11 19:42:24 Executing refresh method (:kill). ]
[ Aug 12 00:00:15 Stopping because service restarting. ]
[ Aug 12 00:00:15 Executing stop method (:kill). ]
[ Aug 12 00:00:15 Executing start method ("/usr/lib/smbsrv/smbd start"). ]
smbd: NetBIOS services started
[ Aug 12 00:00:16 Method "start" exited with status 0. ]
[ Aug 12 18:13:50 Enabled. ]
[ Aug 12 18:14:22 Executing start method ("/usr/lib/smbsrv/smbd start"). ]
smbd: NetBIOS services started
[ Aug 12 18:14:24 Method "start" exited with status 0. ]
[ Aug 12 18:14:24 Rereading configuration. ]
[ Aug 12 18:14:24 Executing refresh method (:kill). ]
[ Aug 12 18:14:24 Rereading configuration. ]
[ Aug 12 18:14:24 Executing refresh method (:kill). ]
[ Aug 12 18:14:24 Rereading configuration. ]
[ Aug 12 18:14:24 Executing refresh method (:kill). ]
[ Aug 13 08:15:46 Enabled. ]
[ Aug 13 08:16:18 Executing start method ("/usr/lib/smbsrv/smbd start"). ]
smbd: NetBIOS services started
[ Aug 13 08:16:19 Method "start" exited with status 0. ]
[ Aug 13 08:16:23 Rereading configuration. ]
[ Aug 13 08:16:23 Executing refresh method (:kill). ]
[ Aug 13 08:16:23 Rereading configuration. ]
[ Aug 13 08:16:23 Executing refresh method (:kill). ]
[ Aug 13 08:16:28 Rereading configuration. ]
[ Aug 13 08:16:28 Executing refresh method (:kill). ]
[ Aug 13 08:16:29 Rereading configuration. ]
[ Aug 13 08:16:29 Executing refresh method (:kill). ]
[ Aug 13 08:16:29 Rereading configuration. ]
[ Aug 13 08:16:29 Executing refresh method (:kill). ]
More information about the cifs-discuss
mailing list