Re: WG: Performance of large file systems

2004-07-20 Thread Rob van der Heij
Frank Schwede, LSY wrote: Im sorry, but: What is going on here? I was sure, someone would give a statement about the real current state of PAV on Escon DASDs. Maybe others were puzzled like myself. Why the $* would you pay for PAV license on the ESS and not invest in FICON? When all response

AW: WG: Performance of large file systems

2004-07-20 Thread Frank Schwede, LSY
Now Im puzzled, I wasnt aware of the fact you have to pay for an PAV license. I didnt read the whole story. I was sure, that PAV is only an eckd-linux-driver bussiness, wich isnt developed/released yet. Perf: The goal is, to get the most perf, lowest response time, best scalabilty, and of

Re: AW: WG: Performance of large file systems

2004-07-20 Thread Rob van der Heij
Frank Schwede, LSY wrote: Now Im puzzled, I wasnt aware of the fact you have to pay for an PAV license. I didnt read the whole story. I was sure, that PAV is only an eckd-linux-driver bussiness, wich isnt developed/released yet. ianysmg, but as far as I know, PAV is a licensed feature of the ESS

Re: AW: WG: Performance of large file systems

2004-07-20 Thread Rob van der Heij
Frank Schwede, LSY wrote: I think the performance of an M9 disk isnt important. We benchmarked striped M3 and M9 pvs, same LVM-layout, had 4 and 8 phys. escon-channels. Nearly Same perf-values. If you feel you can get the same amount of bandwidth from a -9 as from a -3, then that only means that

Re: down load site for: webmin

2004-07-20 Thread Terry Spaulding
I need to look at the support for administration of LDAP user accounts. What is a good freebee product for LDAP admin if not webmin ? I see that cpu, gq, and directory_administrator come on the SuSE SLES8 CD's. Any recommendations ? TIA

Re: down load site for: webmin

2004-07-20 Thread David Boyes
On Tue, Jul 20, 2004 at 07:42:41AM -0400, Terry Spaulding wrote: I need to look at the support for administration of LDAP user accounts. What is a good freebee product for LDAP admin if not webmin ? YaST (at least on SuSE 9 and above) has a LDAP management module, and it's already installed.

Re: Linux 2.6 Kernel

2004-07-20 Thread Scully, William P
Gregg and Arnd, Thanks very much for your input, guys! As you may have deduced, I'm working on finding ways to safely and easily allow kernel and application sharing work on the 2.6 kernel. It -does- seem that the early mount of /dev/pts is causing my difficulties, and I'm having trouble

Forms flash or overlay printing

2004-07-20 Thread Tom Duerbusch
I need to do some quick research as we may be heading very quickly to disaster mode. We have a Xerox 4890 laser printer (one of those big things) that is channel attached. It broke over the weekend and Xerox has been trying to fix it over the last few days. Well we have voter notification

Re: Forms flash or overlay printing

2004-07-20 Thread Michael MacIsaac
Tom, Forms overlay is not described, but for basic setup of CUPS (sounds like you won't need Samba) on SLES-8 see the redpaper Printing with Linux on zSeries Using CUPS and Samba on the Web at: http://publib-b.boulder.ibm.com/Redbooks.nsf/RedpaperAbstracts/redp3864.html?Open -Mike MacIsaac, IBM

Re: Forms flash or overlay printing

2004-07-20 Thread David Boyes
Two suggestion: 1) find the nearest Xerox demo center and cut a tape with the output. Road trip. 2) use the forms functions in CUPS to print the form and the output simultaneously. You can feed this via RSCS to CUPS and get CUPS to add the form w/o too much trouble. Contact me offline for how to

Re: Forms flash or overlay printing

2004-07-20 Thread Tom Duerbusch
Thanks Mike I'm reading it nowand configuring...neat stuff. I'm always amazed that this stuff works. I've configured a CUPS printer, brought up the web stuff, printed test pages (that took way, way too long to print, but great resolution). Although I can't configure printers or modify

Re: Forms flash or overlay printing

2004-07-20 Thread Adam Thornton
On Tue, 2004-07-20 at 13:35, Tom Duerbusch wrote: I've configured a CUPS printer, brought up the web stuff, printed test pages (that took way, way too long to print, but great resolution). If you're using your S/390 cycles to render the raster output, yeah, that'll take a while. I think a

WG: Performance of large file systems

2004-07-20 Thread Jim Sibley
But we have big performance problems on an 40GB fs (LVM, 10 Stripes on M9, 4 phys Escon) with an mySql-DB on it. Reorgs and even selects sometimes takes a lot of time. (Same on SCSI-Raid is double-performance) Two things: 1) A reorg does both a read and a write, so the activity of the 4 escon

WG: Performance of large file systems

2004-07-20 Thread Jim Sibley
Aren't the DASDs virtual in the storage boxes?? Tracks are living anywhere!? That may be true for the RVA, which is a log structured array (paging) device that maps a page anywhere in the backend. On a shark, each LSS is a separate RAID 5 group and device addresses are assigned sequentially in

make modules build error w/ 2.6.5

2004-07-20 Thread Post, Mark K
I'm trying to compile a 2.6.5 kernel and corresponding modules. The kernel build seems to work fine, but I'm getting this linking error for the modules: CC [M] drivers/s390/char/tty3270.o CC [M] drivers/s390/char/fs3270.o LD [M] drivers/s390/char/tub3270.o

Dirt Simple Monitor

2004-07-20 Thread Mike Caughran
I have been playing around trying to make a simple monitor like top for vm. If you create two files MONITOR EXEC and MONITOR2 EXEC you can see what I have been up to. I have not written any vm scripts for 10 years and had never seen cms pipes before so Im sure there are better ways to do this.

Re: Dirt Simple Monitor

2004-07-20 Thread Mike Caughran
Looking at some previous posts, Maybe MONITOR is a bad name Im trying TOP for a while to see if that causes me any problems. Mike Caughran wrote: I have been playing around trying to make a simple monitor like top for vm. If you create two files MONITOR EXEC and MONITOR2 EXEC you can see what I