VM/CMS REXX MySQL

2010-08-19 Thread Mark Pace
I've done a lot of searching and can not find any ability to access a MySQL database from REXX running in CMS. I had hoped that the REXX/SQL might do it, but it doesn't appear that it will. Does anyone know that it will? -- Mark D Pace Senior Systems Engineer Mainline Information Systems

Re: VM/CMS REXX MySQL

2010-08-19 Thread David Boyes
On 8/19/10 1:14 PM, Mark Pace pacemainl...@gmail.com wrote: I've done a lot of searching and can not find any ability to access a MySQL database from REXX running in CMS. I had hoped that the REXX/SQL might do it, but it doesn't appear that it will. Does anyone know that it will? It will not

How to convince others. Was: Re: mono keep guest active - ban the blips.

2010-08-19 Thread Berry van Sleeuwen
That's a good way to make things clear. Especially to management. Here is a challenge. We are in the process of enrolling new machines into production. Part of that is that they want to force us to install a general monitoring tool (nagios and local scripting). We noticed quite a dramatic

Re: How to convince others. Was: Re: mono keep guest active - ban the blips.

2010-08-19 Thread David Kreuter
Are Nagios and local scripts waking up needlessly? or are they doing legitimate work even if it is wasteful? David Kreuter Original Message Subject: How to convince others. Was: Re: mono keep guest active - ban the blips. From: Berry van Sleeuwen berry.vansleeu...@xs4all.nl

Re: How to convince others. Was: Re: mono keep guest active - ban the blips.

2010-08-19 Thread Rich Smrcina
A 'general monitoring tool' is not a performance monitor. In an environment where efficient resource utilization is critical to the business, a means to monitor: - the performance of the virtual machine environment - the virtual machines running in that environment - potentially systems

Re: How to convince others. Was: Re: mono keep guest active - ban the blips.

2010-08-19 Thread Berry van Sleeuwen
Nagios is in use at the server side. Each client (our servers) has the nagios client, with scipting instead of the nagios plugins, and sec. Sec is in use for monitoring the /var/log/messages, it makes the server go into Q3 and stay there and has quite some CPU load as well. Usefull, I don't know,

Re: s390 and s390x ABI documentation

2010-08-19 Thread Ivan Warren
On 8/18/2010 8:02 PM, Neale Ferguson wrote: Google ELF Handing for Thread-Local Storage Tried.. And the only site I found was a redhat site which basically game me a 404.. I'll just figure it out by myself I guess ;) --Ivan

Re: s390 and s390x ABI documentation

2010-08-19 Thread Mark Post
On 8/19/2010 at 06:41 PM, Ivan Warren i...@vmfacility.fr wrote: On 8/18/2010 8:02 PM, Neale Ferguson wrote: Google ELF Handing for Thread-Local Storage Tried.. And the only site I found was a redhat site which basically game me a 404.. Without the surrounding double quotes you'll get a

Re: How to convince others. Was: Re: mono keep guest active - ban the blips.

2010-08-19 Thread Berry van Sleeuwen
True, it isn't. It's the replacement of an operator. The main issue here is that it needs to raise tickets and get reporting stats. For instance, raise a ticket at 100% CPU (and indeed, our ABS limithard machines do raise tickets when they are running their batch..sigh.) or when a filesystem is at

Re: s390 and s390x ABI documentation

2010-08-19 Thread Ivan Warren
On 8/20/2010 12:46 AM, Mark Post wrote: Without the surrounding double quotes you'll get a lot more hits. This may be a good place to start: http://www.akkadia.org/drepper/tls.pdf It's apparently written by one of the main glibc developers. No.. I didn't surround my request with \...

Re: s390 and s390x ABI documentation

2010-08-19 Thread Ivan Warren
On 8/20/2010 12:46 AM, Mark Post wrote: Without the surrounding double quotes you'll get a lot more hits. This may be a good place to start: http://www.akkadia.org/drepper/tls.pdf It's apparently written by one of the main glibc developers. Ignore my previous message.. Apparently this

Re: s390 and s390x ABI documentation

2010-08-19 Thread Ivan Warren
On 8/20/2010 12:46 AM, Mark Post wrote: Without the surrounding double quotes you'll get a lot more hits. This may be a good place to start: http://www.akkadia.org/drepper/tls.pdf It's apparently written by one of the main glibc developers. Just a quick update.. The document (which is

Re: How to convince others. Was: Re: mono keep guest active - ban the blips.

2010-08-19 Thread Rich Smrcina
If your batch runs regularly or consistently drive some virtual machines to 100% this may not signal a loop condition (which, I would guess, is why the ticket is being raised). Techs may grow conditioned to this and either take longer to respond or just outright 'ignore' the tickets

Re: How to convince others. Was: Re: mono keep guest active - ban the blips.

2010-08-19 Thread Rogério Soares
Berry, to monitor some stats of lpar using nagios, we set up a machine with high class level, and make some scripts to use vmcp module to query and filter informations... i have sure that is not the best way, but, some times we need improvise :-) On Thu, Aug 19, 2010 at 7:51 PM, Berry van

Re: mono keep guest active - ban the blips.

2010-08-19 Thread Neale Ferguson
As a workaround this was suggested: Add the following to the apache config - MonoMaxActiveRequests 0 On 8/18/10 10:19 AM, van Sleeuwen, Berry berry.vansleeu...@atosorigin.com wrote: It is not on SLES11 SP1, there it contains the 2.0.1 version. Is there any way to get around this? Like I

Re: How to convince others. Was: Re: mono keep guest active - ban the blips.

2010-08-19 Thread Marcy Cortes
It'd be even cooler if your monitor could learn a virtual machines normal or expected activity pattern by time of day / day of week and the signal things out of the ordinary. Like the batch activity that was supposed to have been running but took an unexpected low address protection exception