Re: [OmniOS-discuss] zfs receive - failed to create mountpoint

2018-09-06 Thread Doug Hughes
I used to get this more often when I had hierarchical filesystems like this. The problem was, (from memory here, so may be slightly off), that at some point a replication had behaved (through failure or some other means) not quite optimally and there was a spare directory created inside the up

Re: [OmniOS-discuss] Slow NFS writes in 151026

2018-08-23 Thread Doug Hughes
Evil tuning here: https://www.solaris-cookbook.eu/solaris/solaris-10-zfs-evil-tuning-guide/ It's at the bottom. Where it says "Disabling the ZIL (Don't)" I could see a lack of TRIM/erase support in background as a strong possibility caused by continuous use of blocks from the L2ARC over time.

Re: [OmniOS-discuss] Slow NFS writes in 151026

2018-08-23 Thread Doug Hughes
Out of curiosity, if you disable the zil through the evil zfs tuning wiki mechanisms (diagnostic purposes only), does it dramatically help? If not, there's something else going on, if yes, it could be that the l2arc and zil are interfering with each other (I could imagine that the l2arc is cau

Re: [OmniOS-discuss] Slow NFS writes in 151026

2018-08-23 Thread Doug Hughes
NFS writes (especially for lots of small files) to omniOS *really* benefit from having ZIL on those SSD. You could remove the cache from the pool, carve of an 8GB chunk for ZIL on each and the rest for L2arc if you want that. then add a mirrored zil using the 8GB chunks and the other partitio

Re: [OmniOS-discuss] email notifications from SMF and FMA

2017-09-05 Thread Doug Hughes
wouldn't it be easier to use your local MTA (postfix, sendmail) to do this? Then SMF just has to execute /bin/mail or equivalent and your MTA can act as an outbound relay agent. Sent from my android device. -Original Message- From: Johan Kragsterman To: omnios-discuss Sent: Tue, 05 Se

Re: [OmniOS-discuss] Using OmniOSce with other publishers?

2017-07-20 Thread Doug Hughes
Not myself, yet, but I have the same setup, coincidentally or not, and would be interested in the answer as well. On 7/20/2017 9:53 PM, Dan McDonald wrote: > I have an OmniOS r151022 box. (You may have heard me talk about it from time > to time. :) ) Some of its zones use other publishers for so

Re: [OmniOS-discuss] Legal next steps

2017-05-16 Thread Doug Hughes
Having done this once before, if done in the USA, NJ and DE are somewhat preferred states for ease of such 501c3 incorporation. lowest fees, smallest hurdles, etc. If NJ.US is acceptable/chosen I'm very proximate to Trenton and could facilitate any in-person matters. On 5/16/2017 9:22 AM, Theo S

Re: [OmniOS-discuss] How much would a professionally maintained OmniOS be worth to you ?

2017-04-25 Thread Doug Hughes
Tobi, this is a great idea but let me request minor clarification. Is that the amount of money that you'd be willing to pay annually for update service, or actual amount paid previously, or something else? It may be worth having 2 columns, 1 for update services and 1 for support? I can see person

Re: [OmniOS-discuss] ZFS/NFS Lockup when deleting or copying large files

2017-03-28 Thread Doug Hughes
There are quite a bit of things to look at. One question: do you have deduplication turned on? I have seen things like this (with or without dedup) as a result of memory exhaustion. I happen to know that the x4540 can only hold about 32GB of ram, so this seems like a possibility. you might want

Re: [OmniOS-discuss] Bloody update on Repo, plus Kayak for ISO is almost beta

2017-03-09 Thread Doug Hughes
Kvm/libvirt it goes a good ways, but then cycles back. I set it to verbose and kmdb and am at the kmdb prompt with the following traceback: I set console=ttya, acpi = off, single user = on, verbose = on, and kmdb = on and selected option 1 to go into single user mode. Aside: it'd be nice if

Re: [OmniOS-discuss] CALL FOR VOLUNTEERS - Kayak for ISO alpha

2017-03-02 Thread Doug Hughes
On 3/2/2017 9:18 AM, Dan McDonald wrote: On Mar 2, 2017, at 2:29 AM, Stephan Budach wrote: Next is some kind of stack trace and finally BTX halted Is that Xen-based? Dan Yes, it is. Doug Hughes just showed me the same thing, and I'm pretty sure he's Xen too. I wonder if

Re: [OmniOS-discuss] CALL FOR VOLUNTEERS - Kayak for ISO alpha

2017-02-28 Thread Doug Hughes
On 2/28/2017 10:27 PM, Dan McDonald wrote: On Feb 28, 2017, at 9:33 PM, Doug Hughes wrote: I get an endless boot loop. libvirt/kvm on Centos7 It took me a while, but I managed to get a screenshot, which was very difficult and took about 15 tries. You can use the BSD Loader menu to

Re: [OmniOS-discuss] CALL FOR VOLUNTEERS - Kayak for ISO alpha

2017-02-28 Thread Doug Hughes
I could try it on libvirt/qemu. On Feb 28, 2017 3:14 AM, "Stephan Budach" wrote: > Hi Dan, > > would that allow me to run OmniOS on a Xen-based Oracle VM? Frankly, I > didn't manage to get that one up due to restrained resources on my end - > and it since hasn't been pressing enough… ;) > > Chee

Re: [OmniOS-discuss] ugrading r16 to r20

2017-02-22 Thread Doug Hughes
On 2/22/2017 12:32 PM, Peter Tribble wrote: On Wed, Feb 22, 2017 at 5:23 PM, Doug Hughes <mailto:d...@will.to>> wrote: no luck: # /usr/bin/pkg install --no-backup-be --reject pkg:/network/ssh --reject pkg:/network/ssh/ssh-key --reject pkg:/service/network/ssh pkg

Re: [OmniOS-discuss] ugrading r16 to r20

2017-02-22 Thread Doug Hughes
On 2/22/2017 12:26 PM, Dan McDonald wrote: On Feb 22, 2017, at 12:23 PM, Doug Hughes wrote: no luck: # /usr/bin/pkg install --no-backup-be --reject pkg:/network/ssh --reject pkg:/network/ssh/ssh-key --reject pkg:/service/network/ssh pkg:/network/openssh pkg:/network/openssh-server

Re: [OmniOS-discuss] ugrading r16 to r20

2017-02-22 Thread Doug Hughes
no luck: # /usr/bin/pkg install --no-backup-be --reject pkg:/network/ssh --reject pkg:/network/ssh/ssh-key --reject pkg:/service/network/ssh pkg:/network/openssh pkg:/network/openssh-server Creating Plan (Solver setup): / pkg install: No matching version of network/openssh can be installed:

Re: [OmniOS-discuss] ugrading r16 to r20

2017-02-22 Thread Doug Hughes
Sorry for including the previous thread in there. mea culpa. On 2/22/2017 11:55 AM, Doug Hughes wrote: I'm very delayed in this but had an opportunity to tackle the ugprade. Unfortunately the prerequesite stage of upgrade to openssh is failing: # /usr/bin/pkg install --no-backup-be --r

[OmniOS-discuss] ugrading r16 to r20

2017-02-22 Thread Doug Hughes
I'm very delayed in this but had an opportunity to tackle the ugprade. Unfortunately the prerequesite stage of upgrade to openssh is failing: # /usr/bin/pkg install --no-backup-be --reject pkg:/network/ssh --reject pkg:/network/ssh/ssh-key --reject pkg:/service/network/ssh --reject pkg:/servic

Re: [OmniOS-discuss] Network >10Gb/s

2017-01-10 Thread Doug Hughes
When I had it in production, I used SolarFlare for 10g (but not 40). I'm contributing this in case it helps..SolarFlare open sourced the code and contributed it and there have been a couple of posts to this list in the past with the updated stuff. (I contributed some fixes for add_drv). It work

Re: [OmniOS-discuss] OmniOS as home serwer (NAT, private projects)

2016-06-12 Thread Doug Hughes
I have not tried dlna or fish shell, but the rest are either integrated or just a package install away. I have a web server with Marian, NFS, and samba where I store axis camera videos. The one that took the most fiddling was samba because the integrated samba is a bit different than standard samba

Re: [OmniOS-discuss] Looking for people with X550 SFP+

2016-06-08 Thread Doug Hughes
I've used the Intel 520DA2, but not the 550 specifically. Works well. Not sure if that is useful information or not. On 6/8/2016 12:55 PM, Dale Ghent wrote: Hello, I'm interested in knowing if any users of OmniOS have hardware that is equipped with a Intel X550 10Gb ethernet chip *with* SFP a

[OmniOS-discuss] Heavy NFS load causing OmniOS server to become unresponsive (kernel memory)

2016-04-22 Thread Doug Hughes
I didn't see this show up on the list, so I'm trying again. Been seeing this a bit lately on a server with 96GB ram where the zil is limited to 48GB. Under heavy NFS load (caused by user running parallel find/xargs/rm clean job), it sends the machine into desparation memory and causes it

[OmniOS-discuss] heavy NFS load causing server to become unavailable from memory starvation.

2016-04-17 Thread Doug Hughes
Been seeing this a bit lately on a server with 96GB ram where the zil is limited to 48GB. Under heavy NFS load (caused by user running parallel find/xargs/rm clean job), it sends the machine into desparation memory and causes it to be unreachable for a while. (the server is 24 x SSD, and I/O lo

[OmniOS-discuss] misc r16 kernel panics

2016-03-12 Thread Doug Hughes
I have a couple of misc panic/crashes on an r16 box. But, this is only one box out of ~8. > $C ff008cfbb6d0 vpanic() ff008cfbb6f0 mutex_panic+0x58(fb9523c7, ff13c9ea5948) ff008cfbb760 mutex_vector_enter+0x347(ff13c9ea5948) ff008cfbb790 exi_rele+0x26(ff13c9

[OmniOS-discuss] flow control with Intel x520da

2016-01-08 Thread Doug Hughes
Interesting issue with flow control that I can't prove but suspect is ixgbe driver related. I wonder if anybody has seen this. The switch is Dell Force10 S4810. I have enabled bidirectional flow control on the port. (standard broadcomm chipset). If I turn on rx flow control in the driver by editin

Re: [OmniOS-discuss] release 16 package dist flummoxed?

2016-01-06 Thread Doug Hughes
DOH.. I tried this multiple times and didn't notice the clear symptoms of paste error... (pasting from 'more' -- baaddd) thanks for the clue-by-4. all good. On 1/6/2016 6:29 PM, Dan McDonald wrote: On Jan 6, 2016, at 4:54 PM, Doug Hughes wrote: File "/usr/

[OmniOS-discuss] release 16 package dist flummoxed?

2016-01-06 Thread Doug Hughes
(this is a new thing. I've updated a bunch of other machines last week) root@xyr-3-3-1:/root# /usr/bin/pkg unset-publisher omnios icy=require-signatures -g http://pkg.omniti.com/omnios/r151016/ omniosature-pol 1-0.151016-3-1:/rot# /usr/bin/pkg update --be-name=omnios-r151016 entire@11,5.1 Crea

[OmniOS-discuss] reverse engineering from broken ips

2015-12-22 Thread Doug Hughes
had a local IPS server.. it went SNAFU. totally lost.. Has anybody recovered an IPS from the local installed packages that came from that repo to generate a new one? /var/pkg/publisher//pkg/... it looks like the complete catalog is in there that could be used rebuild a repo. Ideas? _

Re: [OmniOS-discuss] considering an SSD pool ... which SSD

2015-12-09 Thread Doug Hughes
I like the Samsung 850 line. It has been around and quite stable for some time. We haven't had any problems with device availability. (depending on how much writing you are doing, you'd probably best avoid the EVO and stick with straight 850 or 850 pro) On Wed, Dec 9, 2015 at 12:35 PM, Tobias Oe

[OmniOS-discuss] Sol 11 zone on OmniOS system

2015-12-08 Thread Doug Hughes
Has anybody done this or is anybody doing this? Any tips/tricks? I want to migrate a working Sol11 zone to an OmniOS system, if possible, I figure I'll have to use a special big of 'branding' to make it go. ___ OmniOS-discuss mailing list OmniOS-discuss@l

Re: [OmniOS-discuss] What's the best way to detect OmniOS version, specifically r151014?

2015-12-02 Thread Doug Hughes
You can look at /etc/release. It's on the 1st line. Sent from my android device. -Original Message- From: Chris Siebenmann To: omnios-discuss@lists.omniti.com Sent: Wed, 02 Dec 2015 14:30 Subject: [OmniOS-discuss] What's the best way to detect OmniOS version, specifically r151014? We

Re: [OmniOS-discuss] changing sector size for pool

2015-11-21 Thread Doug Hughes
size? It's not like vendors don't change specs on newer versions of the same model sometimes :(. What exactly is it? Is it by any chance one of those 4K drives with a jumper that controls whether or not it lies about the physical sector size? On Nov 20, 2015, at 8:44 PM, Doug Hughes wr

[OmniOS-discuss] changing sector size for pool

2015-11-20 Thread Doug Hughes
When this pool was setup, it was with a different controller that didn't support > 2TB / disk. When the controller was replaced, the pool is still set for ashift=9, but if I try to replace a disk in it with another disk of exactly the same model I get the annoying error: root@x4275-3-15-22:/ro

Re: [OmniOS-discuss] Configuring Jumbo frames

2015-09-21 Thread Doug Hughes
All 1gig interfaces are auto-mdix these days, which means they will auto-negotiate and no special crossover cable is needed for host-to-host. You can use ipadm to set the mtu like so: ipadm set-ifprop -p mtu=9000 -m ipv4 bnx0 If the mtu updated in the driver.conf file is needed, you'll need to d

Re: [OmniOS-discuss] zfs compression limits write throughput to 100MB/sec

2015-09-14 Thread Doug Hughes
That does seem to keep performance at much closer to parity. It still seems about 70-80% of peak vs what I was seeing before, but not that 100MB/sec bottleneck. On Mon, Sep 14, 2015 at 3:08 PM, Saso Kiselkov wrote: > On 9/14/15 9:05 PM, Doug Hughes wrote: > > Probably something fo

[OmniOS-discuss] zfs compression limits write throughput to 100MB/sec

2015-09-14 Thread Doug Hughes
Probably something for Illumos, but you guys may have seen this or may like to know. I've got a 10g connected Xyratex box running OmniOS, and I noticed that no matter how many streams (1, 2, 3) I only get 100MB/sec write throughput and it just tops out. Even with 1 stream. This is with the default

Re: [OmniOS-discuss] trouble with ashift and 4k blocks

2015-08-27 Thread Doug Hughes
> entry in sd.conf) > > > > On 8/23/2015 6:20 AM, Alexander Lesle wrote: > >> Hello Doug Hughes and List, >> >> I use the same HGST drive and they have all 4 TB capacity in my pools. >> >> ,-[ ]- >> | >> | AVAILABLE DISK SELEC

Re: [OmniOS-discuss] trouble with ashift and 4k blocks

2015-08-23 Thread Doug Hughes
20 AM, Alexander Lesle wrote: Hello Doug Hughes and List, I use the same HGST drive and they have all 4 TB capacity in my pools. ,-[ ]- | | AVAILABLE DISK SELECTIONS: |0. c2t0d0 | /pci@0,0/pci15ad,1976@10/sd@0,0 |1. c2t1d0 | /pci@0,0/pci15ad,1976@10/s

[OmniOS-discuss] trouble with ashift and 4k blocks

2015-08-22 Thread Doug Hughes
I'm following this page: http://wiki.illumos.org/display/illumos/ZFS+and+Advanced+Format+disks but I just can't get my HGST 4K disks to get the 4TB capacity in the zpool. I've cross referenced and verified multiple times and this should work for sd_config_list= "ATA HGST HDS724040AL"

Re: [OmniOS-discuss] ZFS data corruption

2015-08-22 Thread Doug Hughes
I've been experiencing spontaneous checksum failure/corruption on read at the zvol level recently on a box running r12 as well. None of the disks show any errors. All of the errors show up at the zvol level until all the disks in the vol get marked as degraded and then a reboot clears it up. re

Re: [OmniOS-discuss] stable combinations of OmniOS 151014 andNFS to ESXi and state of open-vm tools (vmxnet3)

2015-08-11 Thread Doug Hughes
Gunther, are you using vmware esx as an NFS client to OmniOS or are using OmniOS as an NFS client to ESX? On Tue, Aug 11, 2015 at 11:28 AM, Günther Alka wrote: > In my own setups, I use OmniOS 151014 (initial release) with NFS to ESXi > 5.5U2 which is very stable with vmxnet3 and e1000 (origina

Re: [OmniOS-discuss] Zil Device

2015-07-16 Thread Doug Hughes
SD but I've thinking for a > while to use as a ZIL+L2ARC. > Could you share with us your experiences? I would be interested in server > usage. Thanks. > > > > 2015.07.15. 22:42 keltezéssel, Doug Hughes írta: > > We have been preferring commodity SSD like Intel 320

Re: [OmniOS-discuss] Zil Device

2015-07-15 Thread Doug Hughes
We have been preferring commodity SSD like Intel 320 (older), intel 710, or currently, Samsung 850 pro. We also use it as boot drive and reserve an 8GB slide for ZIL so that massive synchronous NFS IOPS are manageable. Sent from my android device. -Original Message- From: Matthew Lagoe

Re: [OmniOS-discuss] allocation throttle

2015-06-29 Thread Doug Hughes
It wasn't entirely clear from the video.. is this enabled automatically, or must an /etc/system variable be set to take advantage of it? (We're probably not target customer since our zpools are setup once and done; no incremental growth/change, except very infrequently upgrade disks in place with

Re: [OmniOS-discuss] Highly Available ZFS

2015-06-29 Thread Doug Hughes
For things that require that, we've just been going with dual-head controller boxes. One such example is Seagate (nee Xyratex) which has a dual head box and then you can use something like pacemaker to fail over by force pool import/export. You might need to combine this with something like tcpkil

Re: [OmniOS-discuss] Samba Performance

2015-05-19 Thread Doug Hughes
; > On May 19, 2015, at 2:41 PM, Doug Hughes wrote: > > > > > > ndd -set /dev/tcp tcp_xmit_hiwat 1048576 > > ndd -set /dev/tcp tcp_recv_hiwat 1048576 > > ndd -set /dev/tcp tcp_max_buf 4194304 > > Umm... not as much now. The ipadm(1M) M

Re: [OmniOS-discuss] Samba Performance

2015-05-19 Thread Doug Hughes
The equivalent TCP raw tunings for Solaris based OS's ndd -set /dev/tcp tcp_xmit_hiwat 1048576 ndd -set /dev/tcp tcp_recv_hiwat 1048576 ndd -set /dev/tcp tcp_max_buf 4194304 Those are the raw tunables and if you run get on those you'll see that they are different than what's in ipadm. One is just

Re: [OmniOS-discuss] OmniOS 151012 latest 17.04.2015 updates and uname

2015-05-07 Thread Doug Hughes
I can confirm that no more nlockmgr's for us since going with r14! On Thu, May 7, 2015 at 3:26 PM, John Barfield wrote: > Okay awesome! I’ve been holding back on upgrading but now I probably will. > > > John Barfield / Sr Principal Engineer > +1 (214) 425-0783/ john.barfi...@bissinc.com > BISS,

Re: [OmniOS-discuss] strange local repository corruption

2015-05-06 Thread Doug Hughes
Didn't work. still 0. I ended up copying the repo from another machine built at the same time and then doing a refresh. On 5/6/2015 11:00 PM, Dan McDonald wrote: pkgrepo rebuild -s Dan Sent from my iPhone (typos, autocorrect, and all) On May 6, 2015, at 9:53 PM, Doug Hughes wrote:

[OmniOS-discuss] strange local repository corruption

2015-05-06 Thread Doug Hughes
this is a relatively fresh install and not much going on on the machine, and I see somehow that the pkg repo got corrupted relatively recently on r14 t@x4275-3-15-20:/usr/local/orca-r535# pkg refresh An error was encountered while attempting to read image state information to perform the reques

Re: [OmniOS-discuss] OmniOS NFS fileserver hanging under sustained high write loads

2015-05-05 Thread Doug Hughes
I managed to get my system in a state with dd test across a bunch of client nodes (4k writes, many nodes in parallel, all to the same file -- by mistake, I meant to do many files), that all of the ttys except for /dev/console are stuck. It was showing signs of desparation swapping a few times, but

Re: [OmniOS-discuss] OmniOS NFS fileserver hanging under sustained high write loads

2015-05-04 Thread Doug Hughes
Yes, absolutely. We've run into this same problem, exactly as you describe, in Solaris10 (all versions) You can catch it with a kernel dump, but you have to be wary and quick. keep a vmstat 3 open (or similar), and when free mem drops below 5GB or so, be ready. As soon you start seeing PO or DE

Re: [OmniOS-discuss] r151012 fresh install to r151014

2015-05-03 Thread Doug Hughes
Good catch! I take if you've run into this before. Luckily, I also admin the firewall so I added an exception for the outbound threat trigger. On 5/1/2015 5:55 PM, John D Groenveld wrote: In message , Doug Hughes writes: DOWNLOAD PKGS FILES

[OmniOS-discuss] r151012 fresh install to r151014

2015-05-01 Thread Doug Hughes
haven't had time to upgrade all my kayak stuff to r151014 yet, so going to r151012 and then doing the pkg upgrade with alt BE, but running into a consistent problem After the install and making sure I have all of the latest r151012 there, I do the unset publisher, the set publisher, and then upgra

Re: [OmniOS-discuss] What should we look at in a memory exhaustion situation?

2015-04-28 Thread Doug Hughes
I've seen something similar to this in Solaris10 (that Oracle won't fix). It was diganosed as basically 'storage is too slow to service requests. Throw more hardware at it.". What happens is that nfs buffers just keep building up and building up (even if it's a read request storm) and the I/O syste

Re: [OmniOS-discuss] r151014 feedback

2015-04-24 Thread Doug Hughes
Dan McDonald wrote: > > > On Apr 24, 2015, at 12:24 AM, Doug Hughes wrote: > > > > Aye, fixed in r151014. Somewhere during the fmd storm and reboots, I > guess they all just disappeared. > > > > Don't suppose you have an upstream open source version of sca

Re: [OmniOS-discuss] r151014 feedback

2015-04-23 Thread Doug Hughes
the 014 BE? Strange the entries went away... Dan Sent from my iPhone (typos, autocorrect, and all) On Apr 23, 2015, at 11:52 PM, Doug Hughes wrote: BINGO I noticed that ixgbe entries were completely missing from driver_aliases. a little bit of googling to remember the syntax to bind the right

Re: [OmniOS-discuss] r151014 feedback

2015-04-23 Thread Doug Hughes
l ixgbe0 ixgbe1 Ethernet up 1 full ixgbe1 root@x4275-3-15-39:/root# back in business. On 4/23/2015 4:07 PM, Dan McDonald wrote: On Apr 23, 2015, at 3:58 PM, Doug Hughes wrote: Oddly, removing the SFP modules makes no difference. Replacing the modules - still

Re: [OmniOS-discuss] r151014 feedback

2015-04-23 Thread Doug Hughes
I'll try a reboot into r151012 tonight. On Thu, Apr 23, 2015 at 4:07 PM, Dan McDonald wrote: > > > On Apr 23, 2015, at 3:58 PM, Doug Hughes wrote: > > > > Oddly, removing the SFP modules makes no difference. Replacing the > modules - still doesn't show

Re: [OmniOS-discuss] r151014 feedback

2015-04-23 Thread Doug Hughes
ut it still fails to attach even though lspci sees the card just fine and it shows up in PROM. On Thu, Apr 23, 2015 at 11:03 AM, Doug Hughes wrote: > it shows in lspci and is brand new. I'm pretty sure it still works. Most > likely it's the optics that is causing this. (it also show

Re: [OmniOS-discuss] r151014 feedback

2015-04-23 Thread Doug Hughes
it shows in lspci and is brand new. I'm pretty sure it still works. Most likely it's the optics that is causing this. (it also shows in POST) On Thu, Apr 23, 2015 at 10:36 AM, Tim Rice wrote: > On Wed, 22 Apr 2015, Doug Hughes wrote: > > > Even if it doesn't recogniz

Re: [OmniOS-discuss] New OmniOS bloody update

2015-04-22 Thread Doug Hughes
On 4/22/2015 7:52 PM, Dan McDonald wrote: - Addition of netperf (2.6.0) and iperf (3.0.11) as native OmniOS packages. They are both 64-bit binaries, but that shouldn't be a problem. They are also stock for now, but I reserve the right to add features (command-line IPsec comes to m

Re: [OmniOS-discuss] r151014 feedback

2015-04-22 Thread Doug Hughes
I'm going to start with replacing the SFP+ modules as soon as they arrive and go from there. There's a fair chance that might just take care of it. The odd thing is, though, that the ones that are in there were accepted previously. Head scratcher, I know. On 4/22/2015 7:25 PM, Dan McDonald wr

Re: [OmniOS-discuss] r151014 feedback

2015-04-22 Thread Doug Hughes
esn't recognize the SFP+ any more (though it was running fine for weeks on r151012), I wouldn't expect it to not see the card at all. (It shows in lspci, but not in dladm) On Wed, Apr 22, 2015 at 5:36 PM, Dan McDonald wrote: > > > On Apr 22, 2015, at 5:22 PM, Doug Hughes wr

[OmniOS-discuss] r151014 feedback

2015-04-22 Thread Doug Hughes
The awesome: the nlockmgr bug appears to be fixed. We're not seeing that any more and nlockmgr is, so far, starting flawlessly. But, our brand new Intel 10G card is no longer recognized.. It started out ok, then a whole host of SFP+ not recognized over the course of about 1-2 minutes, and now the

[OmniOS-discuss] r151014 missing /usr/share/man/man1/cpp

2015-04-22 Thread Doug Hughes
Any place to submit long term requests like this? It is fair to note that Linux and OpenIndiana are in the same boat, as one might expect. Solaris10 has a pretty good man page for cpp, but obviously that couldn't be used directly for copyright reasons at least, but perhaps some of the options are d

[OmniOS-discuss] r151014 missing /usr/share/man/man1/cpp

2015-04-22 Thread Doug Hughes
it seems like an odd omission. But I can't find the man page for cpp anywhere. I tried find in /usr/share/man to see if it was anywhere else, but couldn't find it. It's not that I don't have man pages installed. There are lots, but cpp is notably missing. __

Re: [OmniOS-discuss] What do people use for basic system monitoring?

2015-04-21 Thread Doug Hughes
I'm interested in this too! Once upon a time we used Orcallator for this on Sol10, which is quite a bit like Ganglia, but uses the venerable SEtoolkit to pull stats. I'd be curious what other people are doing here since all of that stuff is pretty much unmaintained for a decade, though it provided

Re: [OmniOS-discuss] OmniOS as web server: what good/best practices to follow?

2015-04-08 Thread Doug Hughes
My take to summarize the two choices: 1) use a NGZ in its on pool and you have complete isolation and you can move it from machine to machine as needed. More setup required, but doable. 2) use a pre-packaged apache or nginx that installs all of the read-only stuff in your regular root pool (this s

Re: [OmniOS-discuss] All SSD pool advice

2015-04-04 Thread Doug Hughes
We have a couple of machines with all SSD pool (~6-10 Samsung 850 pro is the current favorite). They work great for IOPS. Here's my take. 1) you don't need a dedicated zil. Just let the zpool intersperse it amongst the existing zpool devices. They are plenty fast enough. 2) you don't need an L2

Re: [OmniOS-discuss] OmniOS r151014 is now out!

2015-04-03 Thread Doug Hughes
Yes, that! I've tried it somewhat recently on r12 with mixed luck. Some things are ok, others just have too many non-available dependencies or conflicts. (sorry, no specifics at the moment) On Fri, Apr 3, 2015 at 10:51 AM, Dan McDonald wrote: > > > On Apr 3, 2015, at 10:39 A

Re: [OmniOS-discuss] OmniOS r151014 is now out!

2015-04-03 Thread Doug Hughes
Does anybody know if anybody is planning on updating the list of free packages in a repo somewhere? in r12 using the public omniti repo (r10) was a bit tenuous. I imagine it will be even mor so with r14. it'd be nice to reference an up to date open source repo somewhere for things like postfix, ipe

Re: [OmniOS-discuss] best or preferred 10g card for OmniOS

2015-03-29 Thread Doug Hughes
On 3/29/2015 9:51 AM, Matthew Lagoe wrote: The intel cards are nice but they don't have any cx4 cards so we don't use them. Copper connections have less latency on short links then fiber as you don't have the electric to optical conversion (when done properly) Do yourself a huge favor and go t

Re: [OmniOS-discuss] best or preferred 10g card for OmniOS

2015-03-26 Thread Doug Hughes
Regarding X520 and SFP+.. We tend to use Amphenol. Do those work ok? On Thu, Mar 26, 2015 at 12:51 PM, Doug Hughes wrote: > Thanks guys! (also, if anybody has some advice or contrary experience with > SolarFlare (5162), I'd love to hear it. Right now they are pretty much > unusa

Re: [OmniOS-discuss] best or preferred 10g card for OmniOS

2015-03-26 Thread Doug Hughes
27;s and the Supermicro equivalents are rock solid. The > X540 probably is too, I just haven't used it. I prefer the Supermicro > branded Intel cards because the firmware is not as picky about the twin-ax > cables used. > > -Chip > > On Thu, Mar 26, 2015 at 11:24 AM, Doug

[OmniOS-discuss] best or preferred 10g card for OmniOS

2015-03-26 Thread Doug Hughes
any recommendations? We're having some pretty big problems with the Solarflare card and driver dropping network under high load. We eliminated LACP as a culprit, and the switch. Intel? Chelsio? other? - Doug___ OmniOS-discuss mailing list OmniOS-discu

[OmniOS-discuss] problems with 10g interfaces dropping off for a time and then coming back

2015-03-05 Thread Doug Hughes
I'm having an issue with r*12 with 10g Solarflare interfaces setup in an aggregate simultaneously dropping for a while for no apparent reason and then coming back. Oddly, I can see them leaving the port channel and dropping on the switch side, but there's no log messages or anything on the client s

Re: [OmniOS-discuss] Dell vs. Supermicro and any recommendations..

2015-02-18 Thread Doug Hughes
The nice thing about Supermicro is that they have much for platform variation than just about anybody else. However, if you need the r730 with the 1.8 disks, SM does not have an option for that. You can, however, easily get 24 2.5" disks in the SC216 (or equivalent) platform, and they have sever

Re: [OmniOS-discuss] package build help

2015-01-26 Thread Doug Hughes
On 1/26/2015 6:57 PM, Michael Rasmussen wrote: On Tue, 27 Jan 2015 00:22:49 +0100 Michael Rasmussen wrote: On Mon, 26 Jan 2015 18:14:12 -0500 Doug Hughes wrote: Agh! ick. please don't use LD_LIBRARY_PATH. If at all possible, rebuild your binary with -R /opt/pgsql/lib passed t

Re: [OmniOS-discuss] package build help

2015-01-26 Thread Doug Hughes
Agh! ick. please don't use LD_LIBRARY_PATH. If at all possible, rebuild your binary with -R /opt/pgsql/lib passed to the linker (when combined with NFS, LD_LIBRARY_PATH can lead to all sorts of evil behaviors, when combined with NFS and 64/32 bit, multiply by 2!) On 1/26/2015 6:02 PM, Micha

Re: [OmniOS-discuss] latent problem with networking

2014-12-18 Thread Doug Hughes
this suddenly started causing a problem! I'm glad it turned out to be something simple. On Thu, Dec 18, 2014 at 1:21 PM, Dan McDonald wrote: > > > > On Dec 18, 2014, at 11:26 AM, Doug Hughes wrote: > > > > > > Here's the simplest test... I start up t

[OmniOS-discuss] latent problem with networking

2014-12-18 Thread Doug Hughes
the machine has been up for a while. It seems like something funky is going on in the network stack. it pings ok.. ssh inbound new sessions no longer work. The master ssh process isn't bound to port 22 any more (pfiles). Active ssh session to this machine continues to work, however. Also, pkg inst

Re: [OmniOS-discuss] LACP Omnios , igb and C3750

2014-12-13 Thread Doug Hughes
On 12/13/2014 4:53 PM, Paul B. Henson wrote: On Sat, Dec 13, 2014 at 11:12:35AM -0500, Dan McDonald wrote: I thought I'd mentioned this on the thread, but does the machine attempt to use one of the IGB interfaces for IPMI as well? We do not support dual-use NICs like that. (Check your BIOS.)

Re: [OmniOS-discuss] list of know-compatible motherboards?

2014-11-19 Thread Doug Hughes
There are probably more that work than not. It might be easier to have a hardware incompatibility list. On 11/19/2014 6:35 PM, Joseph Boren wrote: Is anyone aware of a list, even a short list, of motherboards that are known to be compatible with OmniOS? The illumos HCL doesn't list any moth

Re: [OmniOS-discuss] strange console message

2014-11-03 Thread Doug Hughes
Oops, forgot to reply-all. No windowing or windowing tools of any kind. Fresh boot, naked OS. On Mon, Nov 3, 2014 at 3:47 PM, Dan McDonald wrote: > > > On Nov 3, 2014, at 3:33 PM, Doug Hughes wrote: > > > > DispatchInterruptMessage > > > Are you running firefox

[OmniOS-discuss] strange console message

2014-11-03 Thread Doug Hughes
I have a strange console message on a relatively newly installed machine: root@x4275-3-15-39:/root# uname -a SunOS x4275-3-15-39 5.11 omnios-f808c81 i86pc i386 i86pc root@x4275-3-15-39:/root# more /etc/release OmniOS v11 r151012 Copyright 2014 OmniTI Computer Consulting, Inc. All rights reserv

[OmniOS-discuss] strange console messages

2014-10-22 Thread Doug Hughes
I'm seeing these on a 'mature' x4275 server. I tried googling this, but didn't turn up anything. Any idea what it means or how severe it is? ###!!! [Child][DispatchInterruptMessage] Error: Unknown message: not processed ###!!! [Child][DispatchInt

Re: [OmniOS-discuss] SolarFlare SFXGE with OmniOS

2014-09-25 Thread Doug Hughes
ys), so I enable it by default. add_drv sets up appropriate permissions and aliases: add_drv -m '* 0600 root sys' -i '"pciex1924,703" "pciex1924,710" "pciex1924,803" sfxge.conf attached On Thu, Sep 25, 2014 at 3:39 PM, Saso Kiselkov wrote: > On 9/25

Re: [OmniOS-discuss] SolarFlare SFXGE with OmniOS

2014-09-25 Thread Doug Hughes
Both have Solarflare cards setup in LACP to the switch stack. I'd say this is ok to release/bundle! (I'd be happy to volunteer a sfxge.conf for this, also we should use the Solaris postinstall or a variant of it to do the correct add-drv and driver_aliases stuff.) On Thu, Sep 25, 2014 at

Re: [OmniOS-discuss] SolarFlare SFXGE with OmniOS

2014-09-25 Thread Doug Hughes
locally connected to same switch solves the outbound problem. I got 7.46gbits/sec outbound (not full bandwidth slot in x4440) and 3.3mbits/sec inbound. This is with the debugging driver loaded. I'll try with the non debug driver shortly. On Wed, Sep 24, 2014 at 11:25 PM, Doug Hughes

Re: [OmniOS-discuss] SolarFlare SFXGE with OmniOS

2014-09-24 Thread Doug Hughes
On 9/24/2014 11:07 PM, Dan McDonald wrote: On Sep 24, 2014, at 11:02 PM, Doug Hughes wrote: So far so good. ping tests work successfully with OmniOS r012 and dladm aggr. FYI, 012 isn't officially out yet. There are more updates and respins. (bash & mozilla-nss being the biggies

Re: [OmniOS-discuss] SolarFlare SFXGE with OmniOS

2014-09-24 Thread Doug Hughes
On 9/19/2014 9:03 PM, Saso Kiselkov wrote: On 9/20/14, 1:23 AM, Mark wrote: On 20/09/2014 5:13 a.m., Dan McDonald wrote: On Sep 19, 2014, at 11:44 AM, Doug Hughes wrote: Is anybody using Solarflare 10G cards with OmniOS. I have a 2010 vintage of Openindiana (yeah, I should really upgrade

Re: [OmniOS-discuss] further problem with r010 install with kayak

2014-09-22 Thread Doug Hughes
On 9/22/2014 10:19 PM, Dan McDonald wrote: On Sep 22, 2014, at 9:27 PM, Doug Hughes wrote: I got the miniroot (earlier emails) worked out by getting the bloody build and building a new miniroot, but I suspect that this is making the final boot non-functional because it's not back

[OmniOS-discuss] further problem with r010 install with kayak

2014-09-22 Thread Doug Hughes
I got the miniroot (earlier emails) worked out by getting the bloody build and building a new miniroot, but I suspect that this is making the final boot non-functional because it's not backwards compatible because it includes new com.delphix:embedded_data. The kayak install works fine, but I g

Re: [OmniOS-discuss] SolarFlare SFXGE with OmniOS

2014-09-19 Thread Doug Hughes
On 9/19/2014 9:03 PM, Saso Kiselkov wrote: Ok, got it to build cleanly, code at: https://github.com/skiselkov/illumos-gate/tree/sfxge Unique commits in that branch: 1c3fe595 - initial commit of the sfxge pretty much as-is from the webrev (plus a few formatting fixes to get git to shu

[OmniOS-discuss] SolarFlare SFXGE with OmniOS

2014-09-19 Thread Doug Hughes
Is anybody using Solarflare 10G cards with OmniOS. I have a 2010 vintage of Openindiana (yeah, I should really upgrade that - it's a test box) running with the Sol10 production sfxge driver and working flawlessly for years. It tried the sfxge package for Sol11 and for Sol10 on OmniOS r151012 (yeah,

Re: [OmniOS-discuss] problems with kayak r151010

2014-09-15 Thread Doug Hughes
On 9/15/2014 8:28 PM, Dan McDonald wrote: On Sep 15, 2014, at 8:24 PM, Dan McDonald wrote: Actually... I'd fixed these in the bloody branch, and have fixed them as well in the r151012 branch. If you checkout either of those branches, you should see the mods (and a comment reminding future

Re: [OmniOS-discuss] problems with kayak r151010

2014-09-15 Thread Doug Hughes
I figured out how to build the miniroot after skulking around the utils a bit. I had to make the same edits to ./build_image.sh that I did to the build_zfs_send.sh (http://pkg.omniti.com/omnios/release => http://pkg.omniti.com/omnios/r151010) after that running gmake with tftp-install made

Re: [OmniOS-discuss] problems with kayak r151010

2014-09-15 Thread Doug Hughes
On 9/15/2014 4:00 PM, Dan McDonald wrote: On Sep 15, 2014, at 3:26 PM, Doug Hughes wrote: I had some problems with 006 also, but these appear to be different so far. I took an omniOS 008 machine and upgraded to 010 using the standard upgrade mechanism. Totally successul. My /etc/release

[OmniOS-discuss] problems with kayak r151010

2014-09-15 Thread Doug Hughes
I had some problems with 006 also, but these appear to be different so far. I took an omniOS 008 machine and upgraded to 010 using the standard upgrade mechanism. Totally successul. My /etc/release is updated and everything is fine. Then I made sure that the kayak and kayak-server packages we

  1   2   >