Displaying 20 results from an estimated 30000 matches similar to: "Why we wont use zpool ever again"
2012 Oct 03
14
Changing rpool device paths/drivers
Hello all,
It was often asked and discussed on the list about "how to
change rpool HDDs from AHCI to IDE mode" and back, with the
modern routine involving reconfiguration of the BIOS, bootup
from separate live media, simple import and export of the
rpool, and bootup from the rpool. The documented way is to
reinstall the OS upon HW changes. Both are inconvenient to
say the least.
2006 Jun 21
2
ZFS and Virtualization
Hi experts,
I have few issues about ZFS and virtualization:
[b]Virtualization and performance[/b]
When filesystem traffic occurs on a zpool containing only spindles dedicated to this zpool i/o can be distributed evenly. When the zpool is located on a lun sliced from a raid group shared by multiple systems the capability of doing i/o from this zpool will be limited. Avoiding or limiting i/o to
2007 Jul 13
28
ZFS and powerpath
How much fun can you have with a simple thing like powerpath?
Here''s the story: I have a (remote) system with access to a couple
of EMC LUNs. Originally, I set it up with mpxio and created a simple
zpool containing the two LUNs.
It''s now been reconfigured to use powerpath instead of mpxio.
My problem is that I can''t import the pool. I get:
pool: ######
id:
2011 May 19
2
Faulted Pool Question
I just got a call from another of our admins, as I am the resident ZFS
expert, and they have opened a support case with Oracle, but I figured
I''d ask here as well, as this forum often provides better, faster
answers :-)
We have a server (M4000) with 6 FC attached SE-3511 disk arrays
(some behind a 6920 DSP engine). There are many LUNs, all about 500 GB
and mirrored via ZFS. The LUNs
2010 May 28
21
expand zfs for OpenSolaris running inside vm
hello, all
I am have constraint disk space (only 8GB) while running os inside vm. Now i
want to add more. It is easy to add for vm but how can i update fs in os?
I cannot use autoexpand because it doesn''t implemented in my system:
$ uname -a
SunOS sopen 5.11 snv_111b i86pc i386 i86pc
If it was 171 it would be grate, right?
Doing following:
o added new virtual HDD (it becomes
2010 Nov 05
3
ZFS vs mpxio vs cfgadm in Solaris.
Folks,
I''m trying to figure out whether we should give ZFS / mpxio a shot
on one of our research servers, or simply skip it (as we have
previously).
In Nov 2009 Cindy responded to a thread concerning ZFS device
issues, cfgadm, and mpxio:
http://mail.opensolaris.org/pipermail/zfs-discuss/2009-November/033496.html
I''ve got an x2270 with the Sun EZ-SAS HBA and external SATA
2006 Oct 18
5
ZFS and IBM sdd (vpath)
Hello, I am trying to configure ZFS with IBM sdd. IBM sdd is like powerpath, MPXIO or VxDMP.
Here is the error message when I try to create my pool:
bash-3.00# zpool create tank /dev/dsk/vpath1a
warning: device in use checking failed: No such device
internal error: unexpected error 22 at line 446 of ../common/libzfs_pool.c
bash-3.00# zpool create tank /dev/dsk/vpath1c
cannot open
2006 Jan 10
2
DBDesigner4 to AR model (script)
Hi list,
I have hacked together a small script to generate an ActiveRecord model
from a DBDesigner 4 (fabForce.net) model file. Take it apart and feed it to
the pigs ;).
the article:
http://tua.ch/ruby/current.html
and the script:
http://tua.ch/ruby/dbmodel/compute_model.rb
best of whishes for the new year,
kaspar
code manufacture & ruby lab at http://www.tua.ch/ruby
2011 May 19
8
Mapping sas address to physical disk in enclosure
Hi, we have SunFire X4140 connected to Dell MD1220 SAS enclosure,
single path, MPxIO disabled, via LSI SAS9200-8e HBA. Disks are visible
with sas-addresses such as this in "zpool status" output:
NAME STATE READ WRITE CKSUM
cuve ONLINE 0 0 0
mirror-0 ONLINE 0 0 0
2007 Jul 18
1
Converting exisitng ZFS pool to MPxIO
We have a Sun v890, and I''m interested converting existing ZFS zpool from c#t#d# to MPxIO.
% zpool status
pool: data
state: ONLINE
status: ONLINE
scrub: scrub completed with 0 errors on Sun Jul 15 10:58:33 2007
config:
NAME STATE READ WRITE CKSUM
data ONLINE 0 0 0
mirror ONLINE 0 0 0
c1t2d0
2008 Jul 09
8
Using zfs boot with MPxIO on T2000
Here is what I have configured:
T2000 with OBP 4.28.6 2008/05/23 12:07 with 2 - 72 GB disks as the root disks
OpenSolaris Nevada Build 91
Solaris Express Community Edition snv_91 SPARC
Copyright 2008 Sun Microsystems, Inc. All Rights Reserved.
Use is subject to license terms.
Assembled 03 June 2008
2006 Aug 22
6
Mongrel crashes - bad doggie
Hello List,
I have a production machine with very low ram (Xen Virtual Server) that
runs mysql and lighty->pound->mongrel (2 instances). About once a day,
one of the mongrels just locks up, leaving that in its log files:
*** glibc detected *** /usr/bin/ruby: free(): invalid next size (fast):
0x0a744780 ***
That process (mongrel) will stay locked, not answer any connections
anymore and
2009 Oct 09
22
Does ZFS work with SAN-attached devices?
Hi All,
Its been a while since I touched zfs. Is the below still the case with zfs and hardware raid array? Do we still need to provide two luns from the hardware raid then zfs mirror those two luns?
http://www.opensolaris.org/os/community/zfs/faq/#hardwareraid
Thanks,
Shawn
--
This message posted from opensolaris.org
2006 Sep 04
3
Mongrel Upload Progress 0.2 -- With Instructions and Examples
Hi Folks,
I''m sure tons of people are gonna ruin a whole drawer of their best
panties over this one.
Rick Olson worked on the mongrel_upload_progress gem, documentation and
examples and has almost everything you need to do progress tracked file
uploads using just Mongrel to handle the upload. This means that Rails
(or any other framework) isn''t blocked while the upload
2007 Jan 10
2
using veritas dmp with ZFS (but not vxvm)
We have some HDS storage that isn''t supported by mpxio, so we have to use veritas dmp to get multipathing.
Whats the recommended way to use DMP storage with ZFS. I want to use DMP but get at the multipathed virtual luns at as low a level as possible to avoid using vxvm as much as possible.
I figure theres no point in having overhead from 2 volume manages if we can avoid it.
Has anyone
2006 Dec 18
6
mongrel_cluster: selective restarts
Hi list,
I have tried to reach Bradley (author of mongrel_cluster) by mail, but
have not gotten a response. So I''ll try trough this channel:
I have ''developed''[1] a small extension to mongrel_cluster that allows
selective restart of any one listener in a configuration that contains
more than one listener by using a command like
mongrel_rails
2007 Jun 15
1
ZFS zpool created with MPxIO devices question
Customer asks:
Will SunCluster 3.2 support ZFS zpool created with MPxIO devices instead
of the corresponding DID devices?
Will it cause any support issues?
Thank you,
James Lefebvre
--
James Lefebvre - OS Technical Support james.lefebvre at Sun.com
(800)USA-4SUN (Reference your Case Id #) Hours 8:00 - 5:00 EST
Sun Support Services
4 Network Drive, UBUR04-105
Burlington MA
2009 May 31
9
No more than one "instances" of a type in define()?
Hi folks,
when I try to do something like:
define railsproject($name, $uid, $gid, $userpass, $sqlpass) {
mysql_database { "$name_staging": ensure => present }
mysql_database { "$name_production": ensure => present}
....more stuff...
}
I get:
Puppet::Parser::AST::Resource failed with error ArgumentError:
Duplicate definition: Mysql_database[] is already
2010 Jul 07
7
inventory of managed resources
Hi,
are there any good ways of scripting an inventory of managed resources on
all nodes? I''ve found the inventory script by R.I.Pienaar (
http://www.devco.net/archives/2010/02/26/what_does_puppet_manage_on_a_node-2.php)
which does what I want but only locally on each client. Is there any native
way of syncing the client_yaml data centrally or any other way of doing
this?
I need a
2006 Oct 22
1
--user and --group switch broken in TRUNK
It seems that a recent code cleanup broke --user and --group switch in
the trunk. Mongrel essentially ignores these commands. This applies to
everyone who has installed
gem install mongrel --source=http://mongrel.rubyforge.org/releases/
recently. I have attached a patch to revert to some old working code.
best regards,
kaspar
-------------- next part --------------
An embedded and