Re: [OpenIndiana-discuss] Access to ZFS viz CIFS from windows regularly hangs.

2012-08-02 Thread John McEntee
I have an update on my running CIFS and windows saga.

Getting samba installed and joined to the domain is a challenge and a half,
and is still not authenticating (trying on a test server).

What I have done is stop using a dns alias to connect to the OpenIndiana
server. So whereas before I was using the servers real name to connect to a
H: drive (for my documents etc) and a dns alias (CNAME) to connect the
company wide file share S: Drive. (the intention I could fail over to a
different and just update dns). I had noticed that it was mainly the S:
drive not responding while the H: Drive would continue to work (but not
always). I changed my login scripts to use the OpenIndiana servers real name
for the S drive as well, and have had not reported problems since. I did
this change just over a week ago.

Should OpenIndiana support a dns alias like this? It requires a registry
change on a windows server to work, but I believe the registry change just
effect that windows server, and is required for it to work at all.

Regards

John


___

The contents of this e-mail and any attachment(s) are strictly confidential and 
are solely for the person(s) at the e-mail address(es) above. If you are not an 
addressee, you may not disclose, distribute, copy or use this e-mail, and we 
request that you send an e-mail to ad...@stirling-dynamics.com and delete this 
e-mail.  Stirling Dynamics Ltd. accepts no legal liability for the contents of 
this e-mail including any errors, interception or interference, as internet 
communications are not secure.  Any views or opinions presented are solely 
those of the author and do not necessarily represent those of Stirling Dynamics 
Ltd. Registered In England No. 2092114 Registered Office: 26 Regent Street, 
Clifton, Bristol. BS8 4HG
VAT no. GB 464 6551 29
___

This e-mail has been scanned for all viruses MessageLabs.

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] Access to ZFS viz CIFS from windows regularly hangs.

2012-07-09 Thread Jim Klimov

2012-07-06 13:41, John McEntee пишет:

The inbuilt kernel CIFS server only does file sharing and therefore cannot
be a master browser hence your windows 7 machine will be it. The solution is
to either, 1) live with the problem. 2) use samba instead. 3) run a virtual
machine on the Solaris system to be the browser master.


4) Run samba in a local zone to only be a browser-master? ;)

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] Access to ZFS viz CIFS from windows regularly hangs.

2012-07-06 Thread John McEntee
 On my home network I observed that when I turned a Windows XP host off a
Windows 7 host declared that it lost access to the Samba service hosted from
a Solaris 10 system.  It was then able to reconnect to the Samba service on
that Solaris 10 system even though the Windows XP host remained turned off.

 It is a problem that Windows uses random hosts on the network as directory
servers and then blames the problem on the host which is actually serving up
the data (as if that host was lost) if that random directory server goes
away.

 This behavior seems like it would make dignosing issues more difficult.


If you are using samba then there is configuration you can add to stop your
problem in the smb.conf file, you can increase the os level to 99 just to
make sure. 

[global]
domain master = yes
local master = yes
preferred master = yes
os level = 65


The inbuilt kernel CIFS server only does file sharing and therefore cannot
be a master browser hence your windows 7 machine will be it. The solution it
to either, 1) live with the problem. 2) use samba instead. 3) run a virtual
machine on the Solaris system to be the browser master.

John


___

The contents of this e-mail and any attachment(s) are strictly confidential and 
are solely for the person(s) at the e-mail address(es) above. If you are not an 
addressee, you may not disclose, distribute, copy or use this e-mail, and we 
request that you send an e-mail to ad...@stirling-dynamics.com and delete this 
e-mail.  Stirling Dynamics Ltd. accepts no legal liability for the contents of 
this e-mail including any errors, interception or interference, as internet 
communications are not secure.  Any views or opinions presented are solely 
those of the author and do not necessarily represent those of Stirling Dynamics 
Ltd. Registered In England No. 2092114 Registered Office: 26 Regent Street, 
Clifton, Bristol. BS8 4HG
VAT no. GB 464 6551 29
___

This e-mail has been scanned for all viruses MessageLabs.

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] Access to ZFS viz CIFS from windows regularly hangs.

2012-07-05 Thread Bob Friesenhahn

On Thu, 5 Jul 2012, John McEntee wrote:


I have had the suggestion of moving the samba as a more known quantity and
better logging. At least then I can see if my high kernel usage (60%) is
reduced or not.


On my home network I observed that when I turned a Windows XP host off 
a Windows 7 host declared that it lost access to the Samba service 
hosted from a Solaris 10 system.  It was then able to reconnect to the 
Samba service on that Solaris 10 system even though the Windows XP 
host remained turned off.


It is a problem that Windows uses random hosts on the network as 
directory servers and then blames the problem on the host which is 
actually serving up the data (as if that host was lost) if that random 
directory server goes away.


This behavior seems like it would make dignosing issues more 
difficult.


Bob
--
Bob Friesenhahn
bfrie...@simple.dallas.tx.us, http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer,http://www.GraphicsMagick.org/

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] Access to ZFS viz CIFS from windows regularly hangs.

2012-06-13 Thread John McEntee
 The first thing to verify is your network and network interface.  Run
continuous traffic and see if there are any hickups.  
 You can use /usr/sbin/ping for testing with larger packets.

 Also check the log files under /var/adm and /var/log.  Also check output
of 'fmadm -ev' and 'fmadm faulty'.

Nothing shows in dmesg, or in the logs under /var/adm and /var/log  no
hardware errors are logged by zfs either. 

'fmadm -ev' errors on invalid options and 'fmadm faulty' is clear (nothing
to report).

The nfs share to the vmware server seems fine as well, but it may be more
accommodating of problems. Large file transfers initiated from a windows
desktop run at 40 to 50 MB/s (desktop probably the bottle neck).

Thanks

John


___

The contents of this e-mail and any attachment(s) are strictly confidential and 
are solely for the person(s) at the e-mail address(es) above. If you are not an 
addressee, you may not disclose, distribute, copy or use this e-mail, and we 
request that you send an e-mail to ad...@stirling-dynamics.com and delete this 
e-mail.  Stirling Dynamics Ltd. accepts no legal liability for the contents of 
this e-mail including any errors, interception or interference, as internet 
communications are not secure.  Any views or opinions presented are solely 
those of the author and do not necessarily represent those of Stirling Dynamics 
Ltd. Registered In England No. 2092114 Registered Office: 26 Regent Street, 
Clifton, Bristol. BS8 4HG
VAT no. GB 464 6551 29
___

This e-mail has been scanned for all viruses MessageLabs.

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] Access to ZFS viz CIFS from windows regularly hangs.

2012-06-13 Thread John McEntee
 I had similar issues before I enabled TLER, and disabled the head parking
on my WD Green drives. A quick Google shows some evidence of similar
features on the 3TB Hitachis.

I chose Hitachi because I didn't think they had this feature. I would have
thought ZFS would have reported errors and removed them from the array if it
was happening? I will go and search the internet.

John



___

The contents of this e-mail and any attachment(s) are strictly confidential and 
are solely for the person(s) at the e-mail address(es) above. If you are not an 
addressee, you may not disclose, distribute, copy or use this e-mail, and we 
request that you send an e-mail to ad...@stirling-dynamics.com and delete this 
e-mail.  Stirling Dynamics Ltd. accepts no legal liability for the contents of 
this e-mail including any errors, interception or interference, as internet 
communications are not secure.  Any views or opinions presented are solely 
those of the author and do not necessarily represent those of Stirling Dynamics 
Ltd. Registered In England No. 2092114 Registered Office: 26 Regent Street, 
Clifton, Bristol. BS8 4HG
VAT no. GB 464 6551 29
___

This e-mail has been scanned for all viruses MessageLabs.

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] Access to ZFS viz CIFS from windows regularly hangs.

2012-06-13 Thread Gordon Ross
Have you done a snoop (or wireshark) capture to see what the box is
doing during the pause?
It's possible that it's trying to talk to an AD server...

On Tue, Jun 12, 2012 at 9:52 AM, John McEntee
jmcen...@stirling-dynamics.com wrote:
 I am having problems with a openindiana storage server I have built am I am
 trying to track down the cause to fix it. The current symptoms are seen from
 all windows clients (both 7 and XP) that will report an error stating.



 Path File is not accessible. The specified network name is no longer
 available.



 Another symptom  is windows explorer hangs and the user has to wait for it
 to some back.



 Just waiting a while ( a few minutes) and the box comes back.



 I  currently think the root cause is in openindiana somewhere but am at a
 bit of a loss. I have tried many things and have still not fixed it. I think
 the box is lightly loaded for the hardware spec but kernel load increases to
 40% when a zfssnap is taking place.



 Hardware spec.

 2 x Xeon E6520 cpus

 48 GB RAM

 Intel HC5520 motherboard

 3 x LSI SAS 9211-8i  cards



 Currently on openindiana 148



 The box is joined to a windows 2003 domain.



 Zpool tank is 3 way mirror of 7 x 3TB hitachi disk (using 21 disks in total,
 zpool size of 19 TB, ) with 2 x SSD   8GB ZIL  on each and 140GB L2ARC on
 each, default checksum, no dedup and no compression.



 Server operates as a windows home directory for 58 users (some laptops users
 so just a backup location), a main shared drive for the company of 120
 users.

 It is also a nfs server to a vmware vsphere 4 server hosting 10 virtual
 machines.



 There are only 8 active production file systems, and 12 backup file systems
 from other hosts (done out of hours).



 Zpool iostat peaks at about 35 MB for the pool mostly around the 0 to 7 MB
 level.



 Turning of time-sliderd does not stop the problem. (backups run out of
 hours)



 A  dtrace -n 'sched:::off-cpu { @[execname]=count()}'

 Used to give a sched count in the 6 to 7 fiqures over 3 seconds, but  turing
 apci off with

 #eeprom acpi-user-options=0x8

 Reduced this to 5 figures.



 What can I do to identify the problem to be able to fix it?



 Thanks



 John



 Other information:



 dtrace -n 'sched:::off-cpu { @[execname]=count()}'

 dtrace: description 'sched:::off-cpu ' matched 3 probes

 ^C



  gconfd-2                                                          2

  idmapd                                                            2

  inetd                                                             2

  nscd                                                              2

  sendmail                                                          2

  svc.startd                                                        2

  gnome-power-mana                                                  3

  fmd                                                               4

  sshd                                                              4

  devfsadm                                                          6

  fsflush                                                           7

  nfsmapid                                                          7

  ntpd                                                              7

  dtrace                                                           13

  Xorg                                                             17

  gdm-simple-greet                                                 17

  svc.configd                                                      71

  smbd                                                            113

  time-sliderd                                                    138

  zpool-rpool                                                     597

  nfsd                                                            918

  zpool-tank                                                     1968

  sched                                                         80542



 # echo hz/D | sudo mdb -k

 hz:

 hz:             100



 # echo apic_timer::print apic_timer_t | sudo mdb -k

 {

    mode = 0

    apic_timer_enable_ops = oneshot_timer_enable

    apic_timer_disable_ops = oneshot_timer_disable

    apic_timer_reprogram_ops = oneshot_timer_reprogram

 }



 ___

 The contents of this e-mail and any attachment(s) are strictly confidential 
 and are solely for the person(s) at the e-mail address(es) above. If you are 
 not an addressee, you may not disclose, distribute, copy or use this e-mail, 
 and we request that you send an e-mail to ad...@stirling-dynamics.com and 
 delete this e-mail.  Stirling Dynamics Ltd. accepts no legal liability for 
 the contents of this e-mail including any errors, interception or 
 interference, as internet communications are not secure.  Any views or 
 opinions presented are solely those of the author and do not necessarily 
 represent those of Stirling 

Re: [OpenIndiana-discuss] Access to ZFS viz CIFS from windows regularly hangs.

2012-06-12 Thread Bob Friesenhahn

On Tue, 12 Jun 2012, John McEntee wrote:


I am having problems with a openindiana storage server I have built am I am
trying to track down the cause to fix it. The current symptoms are seen from
all windows clients (both 7 and XP) that will report an error stating.

Path File is not accessible. The specified network name is no longer
available.


The first thing to verify is your network and network interface.  Run 
continuous traffic and see if there are any hickups.  You can use 
/usr/sbin/ping for testing with larger packets.


Also check the log files under /var/adm and /var/log.  Also check 
output of 'fmadm -ev' and 'fmadm faulty'.


Bob
--
Bob Friesenhahn
bfrie...@simple.dallas.tx.us, http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer,http://www.GraphicsMagick.org/

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] Access to ZFS viz CIFS from windows regularly hangs.

2012-06-12 Thread Robbie Crash
I had similar issues before I enabled TLER, and disabled the head parking
on my WD Green drives. A quick Google shows some evidence of similar
features on the 3TB Hitachis.

On Tue, Jun 12, 2012 at 9:55 PM, Bob Friesenhahn 
bfrie...@simple.dallas.tx.us wrote:

 On Tue, 12 Jun 2012, John McEntee wrote:

  I am having problems with a openindiana storage server I have built am I
 am
 trying to track down the cause to fix it. The current symptoms are seen
 from
 all windows clients (both 7 and XP) that will report an error stating.

 Path File is not accessible. The specified network name is no longer
 available.


 The first thing to verify is your network and network interface.  Run
 continuous traffic and see if there are any hickups.  You can use
 /usr/sbin/ping for testing with larger packets.

 Also check the log files under /var/adm and /var/log.  Also check output
 of 'fmadm -ev' and 'fmadm faulty'.

 Bob
 --
 Bob Friesenhahn
 bfrie...@simple.dallas.tx.us, http://www.simplesystems.org/**
 users/bfriesen/ http://www.simplesystems.org/users/bfriesen/
 GraphicsMagick Maintainer,http://www.GraphicsMagick.org/


 __**_
 OpenIndiana-discuss mailing list
 OpenIndiana-discuss@**openindiana.orgOpenIndiana-discuss@openindiana.org
 http://openindiana.org/**mailman/listinfo/openindiana-**discusshttp://openindiana.org/mailman/listinfo/openindiana-discuss




-- 
Seconds to the drop, but it seems like hours.

http://www.eff.org/
http://www.eff.org/http://creativecommons.org/
___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss