[OmniOS-discuss] upgrade nearly perfect

2013-12-13 Thread Natxo Asenjo
hi, I just followed the instructions on the wiki http://omnios.omniti.com/wiki.php/Upgrade_r151006_r151008 and everything worked fine, except now is java broken: # /usr/java/bin/java -version ld.so.1: java: fatal: libjli.so: open failed: No such file or directory Killed # ldd /usr/bin/java

Re: [OmniOS-discuss] strange io-pattern

2013-12-13 Thread Paul Jochum
Hi Tobias: Sorry, I don't know why you are having these strang io-patterns, but I was wondering if you could share how you record and display this info? thanks, Paul On 12/13/2013 04:25 AM, Tobias Oetiker wrote: Multitudes,

Re: [OmniOS-discuss] strange io-pattern

2013-12-13 Thread Tobias Oetiker
Hi Paul, Today Paul Jochum wrote: Hi Tobias:     Sorry, I don't know why you are having these strang io-patterns, but I was wondering if you could share how you record and display this info? I created a little plugin for collectd to interface with iostat. I guess having one for vfsstat

Re: [OmniOS-discuss] upgrade nearly perfect

2013-12-13 Thread Natxo Asenjo
-- Groeten, natxo On Fri, Dec 13, 2013 at 1:41 PM, Chavdar Ivanov c...@outlook.com wrote: -Original Message- From: OmniOS-discuss [mailto:omnios-discuss-boun...@lists.omniti.com] On Behalf Of Natxo Asenjo Sent: 13 December 2013 12:06 To: omnios-discuss@lists.omniti.com Subject:

Re: [OmniOS-discuss] strange io-pattern

2013-12-13 Thread Henk Langeveld
There's a known problem with iostat -xn on multi-processor systems that I posted on the illumos-list back in September/October, where we occasionally see an astronomical spike in the io wait and service times. This appears to be caused by the hires kernel timer used by the kstat_io routines,

Re: [OmniOS-discuss] strange io-pattern

2013-12-13 Thread Tobias Oetiker
Hi Henk, Today Henk Langeveld wrote: There's a known problem with iostat -xn on multi-processor systems that I posted on the illumos-list back in September/October, where we occasionally see an astronomical spike in the io wait and service times. This appears to be caused by the hires

Re: [OmniOS-discuss] [smartos-discuss] Re: Supermicro IPMI based BIOS update

2013-12-13 Thread Alain O'Dea
On Dec 12, 2013, at 2:24, Paul B. Henson hen...@acm.org wrote: From: Keith Wesolowski [mailto:keith.wesolow...@joyent.com] Sent: Wednesday, December 11, 2013 9:01 AM My perspective on this is that being able to upgrade firmware over the LAN interface is an essential manageability feature.

Re: [OmniOS-discuss] upgrade nearly perfect

2013-12-13 Thread Natxo Asenjo
On Fri, Dec 13, 2013 at 4:29 PM, John D Groenveld jdg...@elvis.arl.psu.edu wrote: In message cahbejzw5o2s3w5f42u1yt+av8x1cknq4szadglvm21zmgyp...@mail.gmail.com , Natxo Asenjo writes: Is this the right one? How can I reinstall it or verify it is correctly installed? Looks like OmniTI's

Re: [OmniOS-discuss] strange io-pattern

2013-12-13 Thread Richard Elling
On Dec 13, 2013, at 5:13 AM, Tobias Oetiker t...@oetiker.ch wrote: Hi Paul, Today Paul Jochum wrote: Hi Tobias: Sorry, I don't know why you are having these strang io-patterns, but I was wondering if you could share how you record and display this info? I created a little

[OmniOS-discuss] zoneadm -z zone attach -u fails

2013-12-13 Thread Natxo Asenjo
hi, Following the update I needed to update my only non-global zone as well but this is the result: # /usr/sbin/zoneadm -z zone1 attach -u Log File: /var/tmp/zone1.attach_log.X6ai9c Attach Path: /tank/zones/zone1/root Attach ZFS Dataset: tank/zones/zone1/ROOT/zbe-1

Re: [OmniOS-discuss] zoneadm -z zone attach -u fails

2013-12-13 Thread Chris Nehren
On Fri, Dec 13, 2013 at 16:52:31 +0100, Natxo Asenjo wrote: hi, Following the update I needed to update my only non-global zone as well but this is the result: # /usr/sbin/zoneadm -z zone1 attach -u Log File: /var/tmp/zone1.attach_log.X6ai9c Attach Path:

Re: [OmniOS-discuss] upgrade nearly perfect

2013-12-13 Thread Chavdar Ivanov
-Original Message- From: Natxo Asenjo [mailto:natxo.ase...@gmail.com] Sent: 13 December 2013 15:10 To: Chavdar Ivanov Cc: omnios-discuss@lists.omniti.com Subject: Re: [OmniOS-discuss] upgrade nearly perfect On Fri, Dec 13, 2013 at 1:41 PM, Chavdar Ivanov c...@outlook.com wrote: ➜ ~

Re: [OmniOS-discuss] strange io-pattern

2013-12-13 Thread Doug Hughes
regarding the possibility of multi-processor shifting and counters, it seems like that would be fairly easy to rule out (however unlikely) by running pbind on the iostat process to keep it pegged to a specific core. On Fri, Dec 13, 2013 at 10:38 AM, Richard Elling