Re: [zfs-discuss] Re: Heavy writes freezing system

2007-01-18 Thread Roch - PAE
Jason J. W. Williams writes: Hi Anantha, I was curious why segregating at the FS level would provide adequate I/O isolation? Since all FS are on the same pool, I assumed flogging a FS would flog the pool and negatively affect all the other FS on that pool? Best Regards, Jason

[zfs-discuss] Re: Heavy writes freezing system

2007-01-18 Thread Rainer Heilke
Bag-o-tricks-r-us, I suggest the following in such a case: - Two ZFS pools - One for production - One for Education The DBA's are very resistant to splitting our whole environments. There are nine on the test/devl server! So, we're going to put the DB files and redo logs on separate

Re: [zfs-discuss] Re: Heavy writes freezing system

2007-01-17 Thread Robert Milkowski
Hello Anantha, Wednesday, January 17, 2007, 2:35:01 PM, you wrote: ANS You're probably hitting the same wall/bug that I came across; ANS ZFS in all versions up to and including Sol10U3 generates ANS excessive I/O when it encounters 'fssync' or if any of the files ANS were opened with 'O_DSYNC'

[zfs-discuss] Re: Heavy writes freezing system

2007-01-17 Thread Rainer Heilke
What do you mean by UFS wasn't an option due to number of files? Exactly that. UFS has a 1 million file limit under Solaris. Each Oracle Financials environment well exceeds this limitation. Also do you have any tunables in system? Can you send 'zpool status' output? (raidz, mirror, ...?)

[zfs-discuss] Re: Heavy writes freezing system

2007-01-17 Thread Rainer Heilke
Thanks for the feedback! This does sound like what we're hitting. From our testing, you are absolutely correct--separating out the parts is a major help. The big problem we still see, though, is doing the clones/recoveries. The DBA group clones the production environment for Education. Since

Re: [zfs-discuss] Re: Heavy writes freezing system

2007-01-17 Thread Richard Elling
Rainer Heilke wrote: I'll know for sure later today or tomorrow, but it sounds like they are seriously considering the ASM route. Since we will be going to RAC later this year, this move makes the most sense. We'll just have to hope that the DBA group gets a better understanding of LUN's and

Re: [zfs-discuss] Re: Heavy writes freezing system

2007-01-17 Thread Richard Elling
Rainer Heilke wrote: What do you mean by UFS wasn't an option due to number of files? Exactly that. UFS has a 1 million file limit under Solaris. Each Oracle Financials environment well exceeds this limitation. Really?!? I thought Oracle would use a database for storage... Also do you

Re: [zfs-discuss] Re: Heavy writes freezing system

2007-01-17 Thread Dennis Clarke
What do you mean by UFS wasn't an option due to number of files? Exactly that. UFS has a 1 million file limit under Solaris. Each Oracle Financials environment well exceeds this limitation. what ? $ uname -a SunOS core 5.10 Generic_118833-17 sun4u sparc SUNW,UltraSPARC-IIi-cEngine $ df -F

Re: [zfs-discuss] Re: Heavy writes freezing system

2007-01-17 Thread Michael Schuster
Dennis Clarke wrote: What do you mean by UFS wasn't an option due to number of files? Exactly that. UFS has a 1 million file limit under Solaris. Each Oracle Financials environment well exceeds this limitation. what ? $ uname -a SunOS core 5.10 Generic_118833-17 sun4u sparc

Re: [zfs-discuss] Re: Heavy writes freezing system

2007-01-17 Thread Jason J. W. Williams
Hi Anantha, I was curious why segregating at the FS level would provide adequate I/O isolation? Since all FS are on the same pool, I assumed flogging a FS would flog the pool and negatively affect all the other FS on that pool? Best Regards, Jason On 1/17/07, Anantha N. Srirama [EMAIL

[zfs-discuss] Re: Heavy writes freezing system

2007-01-17 Thread Anantha N. Srirama
Bag-o-tricks-r-us, I suggest the following in such a case: - Two ZFS pools - One for production - One for Education - Isolate the LUNs feeding the pools if possible, don't share spindles. Remember on EMC/Hitachi you've logical LUNs created by striping/concat'ng carved up physical disks,

Re[2]: [zfs-discuss] Re: Heavy writes freezing system

2007-01-17 Thread Robert Milkowski
Hello Jason, Wednesday, January 17, 2007, 11:24:50 PM, you wrote: JJWW Hi Anantha, JJWW I was curious why segregating at the FS level would provide adequate JJWW I/O isolation? Since all FS are on the same pool, I assumed flogging a JJWW FS would flog the pool and negatively affect all the

Re: Re[2]: [zfs-discuss] Re: Heavy writes freezing system

2007-01-17 Thread Jason J. W. Williams
Hi Robert, I see. So it really doesn't get around the idea of putting DB files and logs on separate spindles? Best Regards, Jason On 1/17/07, Robert Milkowski [EMAIL PROTECTED] wrote: Hello Jason, Wednesday, January 17, 2007, 11:24:50 PM, you wrote: JJWW Hi Anantha, JJWW I was curious why

[zfs-discuss] Re: Heavy writes freezing system

2007-01-16 Thread Rainer Heilke
What hardware is used? Sparc? x86 32-bit? x86 64-bit? How much RAM is installed? Which version of the OS? Sorry, this is happening on two systems (test and production). They're both Solaris 10, Update 2. Test is a V880 with 8 CPU's and 32GB, production is an E2900 with 12 dual-core CPU's