Re: Linux task structure

2005-02-01 Thread Ferguson, Neale
The best option is to use SNMP. Configure and run the netsnmp or ucdsnmp packages and have an agent collect the appropriate MIBs. ESALPS does this very well. This option will also be the same for 2.4 or 2.6. I had used the XASTOR package (I think available on the VM download site) and created a

Re: Linux task structure

2005-02-01 Thread Barton Robinson
"xactly" Any user with normal class 'G' user can do this easily using ESALPS. Or any browser can do this as well. (ESALPS uses SNMP as it's data source, thanks Tom) >Date: Tue, 1 Feb 2005 19:07:43 -0600 >From: Tom Shilson <[EMAIL PROTECTED]> > >How much can you spend? :-) > >S

Re: Linux task structure

2005-02-01 Thread Tom Shilson
How much can you spend? :-) SNMP may be able to give you the information. <...snip...> I need to be able to follow the running task structure of a Linux guest from outside the virtual machine that hosts the Linux guest. I want to be able, from a CMS guest with class E privs, discover what Linux

Linux task structure

2005-02-01 Thread Dave Jones
Hi, folks. I need to be able to follow the running task structure of a Linux guest from outside the virtual machine that hosts the Linux guest. I want to be able, from a CMS guest with class E privs, discover what Linux is running and how much resources the processes are taking. Anybody got a clue,

Re: z/Linux and Oracle

2005-02-01 Thread Tom Duerbusch
Right...but who does it? Meaning, when I issue a Flashcopy command (is it a command?) For proper flashing, Linux has to respond and "sync" the buffers and NOT do anything until told the flash was done, plus Oracle has to pick up on this fact, and prep itself for the flash. Then, I would assume,

Re: z/Linux and Oracle

2005-02-01 Thread Little, Chris
sync flushes filesystem buffers. -Original Message- From: Tom Duerbusch [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 01, 2005 4:16 PM To: LINUX-390@VM.MARIST.EDU Subject: Re: z/Linux and Oracle The question was, does Linux and Oracle understand Flashcopy or in your case snapshot.

Re: z/Linux and Oracle

2005-02-01 Thread Smith, Ann (ISD, IT)
The DDR backup is just first cut recovery. TSM backup is second but these in our case were done with the Oracle database down. As far as table reloads go our Oracle support unit handles them. I'm not sure what their scheme is. They may have other backups in addition to TSM. -Original Message--

Re: z/Linux and Oracle

2005-02-01 Thread Tom Duerbusch
The question was, does Linux and Oracle understand Flashcopy or in your case snapshot. >From the Linux side, if a Flash is requested, it would have to flush out all the write cache buffers to disk before the Flash took place. Otherwise, your copy would look like a "crashed" image. With Oracle, Or

Re: z/Linux and Oracle

2005-02-01 Thread Smith, Ann (ISD, IT)
We have run Oracle data bases (9.2.0.3 and 9.2.0.4). We use STK dasd which has SNAPSHOT capability. We have backed up the whole VM system with the linux guests up (using SNAPSHOT then DDR of snapped volumes). We use ext3 journaling file system. First cut recovery is from the DDR tapes. The dasd is

Re: Linux performance items

2005-02-01 Thread Barton Robinson
First, Thank You Jeremy. Ok, first question. Are your service levels even partially important? If you go production and you have bad performance and can not figure out what is wrong, say for 2-3 days, does anybody care? Most production installations have service level requirements, if you do

Re: Linux performance items

2005-02-01 Thread Tom Duerbusch
Great points there... In my case, I started with VM in VM/370 Release 6 BSE back mid to late '70s. My "gut" on VM is pretty good, until you really push something to it's limits. Linux, I'm not sure about. Not enought experience to know if I can fly by the seat of my pants. But the multiuser ap

Re: Linux performance items

2005-02-01 Thread Rich Smrcina
I'll second that motion. Java programmers need to make sure that they use efficient coding in order to run in a shared environment. Tom Shilson wrote: Linux on 390 Port wrote on 02/01/2005 01:16:25 PM: Just weighing the decisionmoney for Oracle performance tools, vs money for Linux performan

Re: Linux performance items

2005-02-01 Thread Jeremy Warren
But if VM says a machine is using 50% And in that machine, TOP says some process is the major user... Then, you look at that process. That works when only one guest machine is going goofy at a time, but can get far more complex to figure out when multiple guests are busy simultaneously. Jus

Re: Linux performance items

2005-02-01 Thread Tom Shilson
Linux on 390 Port wrote on 02/01/2005 01:16:25 PM: > > Just weighing the decisionmoney for Oracle performance tools, vs > money for Linux performance tools.. If money was no object, I would get > the VM performance, Linux performance, TCP/IP performance, Oracle > performance, Websphere perf

Re: Suse 8

2005-02-01 Thread Adam Thornton
On Feb 1, 2005, at 1:13 PM, Doug Fairobent wrote: My recollection is that Linux requires IEEE floating point, a feature not available on pre-G5 machines. It's actually the halfword immediate stuff, which is present on later G2 machines. I know that recent Debians won't boot on my P/390 (a G2) but t

Re: z/Linux and Oracle

2005-02-01 Thread David Boyes
> Anyway, there are some rather large data requirments. But one of them > is 128GB. I don't know what 128 GB means in this case. Raw data. > The dasd used by the current database platform. The amount of dasd on > that server...just what, I don't know. > In either case, I expect at least 100 GB

Re: Linux performance items

2005-02-01 Thread Tom Duerbusch
Yep, under VM. And yep, I know about CPU inaccuracties...have/had the same problem with VSE and CICS for decades. But if VM says a machine is using 50% And in that machine, TOP says some process is the major user... Then, you look at that process. Don't need fancy tools for that. But if the

Re: Suse 8

2005-02-01 Thread Doug Fairobent
My recollection is that Linux requires IEEE floating point, a feature not available on pre-G5 machines. - doug Carlos A Bodra <[EMAIL PROTECTED] .br> To Sent by: Linux on LIN

Re: z/Linux and Oracle

2005-02-01 Thread Tom Duerbusch
I don't know if we have a requirement for flashcopy. I may not find out until all the hardware is bought (too late) and the data is being moved over. But, 128 GB database, on the surface, would require a rather large batch window to archive it. I don't know what the batch window is for that appl

Re: z/Linux and Oracle

2005-02-01 Thread Little, Chris
rman is the oracle end. tivoli data protector is the tivoli side. they make pretty music together. -Original Message- From: Tom Duerbusch [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 01, 2005 12:59 PM To: LINUX-390@VM.MARIST.EDU Subject: Re: z/Linux and Oracle OK, what is RMAN? I

Re: Linux performance items

2005-02-01 Thread Jeremy Warren
You are running under VM You may want to search the archives for some of Barton Robinson's very detailed messages regarding how top,vmstat,etc provide inaccurate (sometimes VERY inaccurate) information when running under VM. We have been very happy with the ESAMON tools and what it tells us.

Re: z/Linux and Oracle

2005-02-01 Thread Tom Duerbusch
OK, what is RMAN? Is that part of Oracle (which I don't have any docs on) or is it part of a Linux distribution? Is it a logical backup (like an unload) or a physical backup? Can you backup while Oracle is active, or must applications be shutdown? Tom Duerbusch THD Consulting >>> [EMAIL PROTE

Linux performance items

2005-02-01 Thread Tom Duerbusch
I know there are Linux performance measurement tools out there, some free, some at a cost. But a more basic item. Just what needs to be meaured? We may be increasing our Linux workload greatly. We have been using Linux (Suse) for about 3 years now. So far, I've been satisified with what I get

Re: z/Linux and Oracle

2005-02-01 Thread Little, Chris
Tom, we use Tivoli storage manager with the data protector to do online backups to tape. TSM has the option of going to dasd, if that is your preferred storage medium. Is there a requirement for flashcopy? -Original Message- From: Tom Duerbusch [mailto:[EMAIL PROTECTED] Sent: Tuesday, Fe

Re: z/Linux and Oracle

2005-02-01 Thread Seader, Cameron
I would consider using RMAN backups, This works very well. We have over 20 oracle systems running databases and this is how we do our backups. -Cameron -Original Message- From: Linux on 390 Port [mailto:[EMAIL PROTECTED] Behalf Of Tom Duerbusch Sent: Tuesday, February 01, 2005 11:47 AM To

Re: Anti-virus on Linux/390

2005-02-01 Thread David Boyes
ClamAV. Works like a champ, and is included with most civilized distributions. > -Original Message- > From: Linux on 390 Port [mailto:[EMAIL PROTECTED] Behalf Of > [EMAIL PROTECTED] > Sent: Tuesday, February 01, 2005 12:01 PM > To: LINUX-390@VM.MARIST.EDU > Subject: Anti-virus on Linux/390

Suse 8

2005-02-01 Thread Carlos A Bodra
Hi, Can anyone tell me if it's possible to run SUSE Enterpreise Server 8 under a not G5/G6 machine. We are getting some error messages during install from script LINUXRC. Suse documentation tells to run only in G5/G6 or later machines. Any SUSE 8 running in G4? Thanks in advance Carlos Alberto

z/Linux and Oracle

2005-02-01 Thread Tom Duerbusch
Apparently we are going to be moving a large set of resources to the mainframe, and will be moving the data to Oracle 10g (note..64 bit). The last time I ran Oracle on the mainframe was Oracle 6, under VM/ESA 1.0 and also, for a brief time, under VSE/SP 4.1 (sure didn't run well there). Anyway, t

Re: z/VM commands to Linux guests?

2005-02-01 Thread Richard Troth
> I don't think you can run bash directly from inittab, that's why we > needed the mingetty patch, which allowed the console to autolog as any > user. You can. I still prefer to "wrap it" in a script. Mike Kershaw's tool is a binary. Same for others. > I don't know what PROP is (maybe because I

Re: z/VM commands to Linux guests?

2005-02-01 Thread Richard Troth
On Tue, 1 Feb 2005, Bennie Hicks wrote: > If PROP is used, don't you have to have a console session in > /etc/inittab such as "1:2345:respawn:/bin/bash" ? Are there > alternatives to the root shell? ... Yes, if PROP is used (we don't use PROP for this, but the SCIF reqs are basically the sa

Re: z/VM commands to Linux guests?

2005-02-01 Thread Hall, Ken (IDS DCS PE)
I don't think you can run bash directly from inittab, that's why we needed the mingetty patch, which allowed the console to autolog as any user. I don't know what PROP is (maybe because I'm not a VM expert). In the end, this mechanism didn't work very well because it was too easy for the consol

Re: z/VM commands to Linux guests?

2005-02-01 Thread Romanowski, John (OFT)
If PROP is used then you're controling the linux guest via secondary console facility using CP SEND commands and you can enter mixed-case commands on the Linux disconnected console by using something like parse value diagrc(8,'SEND' LinuxId msg) with CPrc . CPans where "msg" is mixed-case -Ori

Re: z/VM commands to Linux guests?

2005-02-01 Thread Bennie Hicks
If PROP is used, don't you have to have a console session in /etc/inittab such as "1:2345:respawn:/bin/bash" ? Are there alternatives to the root shell? How would say "1:2345:respawn:/sbin/mingetty console --noclear" compare and will it work with the PROP command structure? Other ideas about th

Re: Anti-virus on Linux/390

2005-02-01 Thread Adam Thornton
On Feb 1, 2005, at 11:01 AM, [EMAIL PROTECTED] wrote: Is anyone running anti-virus software on 390/Linux SUSE sles8 & 9? If so, what are you running? Not on SuSE. On Debian I'm running ClamAV quite successfully. In general, though, this and spam scanning should be put on an outboard Intel box, sim

Re: z/VM commands to Linux guests?

2005-02-01 Thread Romanowski, John (OFT)
We too use the secondary console facility and login as root; we have it automated as a VM:Operator macro. One of our uses is changing root's login pw periodically. -Original Message- From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of Tom Shilson Sent: Tuesday, February 01, 2005

Anti-virus on Linux/390

2005-02-01 Thread Keith . Cowan
Is anyone running anti-virus software on 390/Linux SUSE sles8 & 9? If so, what are you running? Thanks, Keith -- For LINUX-390 subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message:

Re: z/VM commands to Linux guests?

2005-02-01 Thread Thomas Kern
Let me put in a second plug for BigBrother. It produces nice, management-understandable webpages and underneath can produce good graphs of some capacity data. And VM can feed it data. /Tom Kern --- Rich Smrcina <[EMAIL PROTECTED]> wrote: > Rexec comes to mind, but there are security issues rela

Re: z/VM commands to Linux guests?

2005-02-01 Thread Tom Shilson
Linux on 390 Port wrote on 02/01/2005 09:39:51 AM: > We are writing a REXX exec to run under z/VM to verify the status of our > Linux guests. The purpose of this script is to provide an easy mechanism > for our operators to verify the health of the Linux guests. Is there a > mechanism from z/VM t

Re: z/VM commands to Linux guests?

2005-02-01 Thread Richard Troth
Peter ... We do something similar to what Ken Hall mentions. Others have implemented similar hacks, notably Mike Kershaw's tool. Ours is just a shell script (attached), plus, you'd need to modify /etc/inittab to have something like: cons:12345:respawn:/sbin/suloginv console -- R;

Re: z/VM commands to Linux guests?

2005-02-01 Thread Mrohs, Ray
The monitor we use is a home-grown Java program that polls our Linux applications every 5 minutes. Our operators access it via a web page. Solid green next to the server name means we are up and running. A red indicator signals trouble. This has a triple verification function: 1. The instance is

Re: z/VM commands to Linux guests?

2005-02-01 Thread Hall, Ken (IDS DCS PE)
If your console (3270) is logged on to linux (has a command prompt instead of "login:"), you can use the VM msg mechanism to send commands to the linux guest. Two caveats: 1) The console has to be logged on. We solved this by using a patch to the mingetty program. 2) VM translates all comman

Re: z/VM commands to Linux guests?

2005-02-01 Thread Rich Smrcina
Rexec comes to mind, but there are security issues related to it's use. There are open source packages that can be configured fairly easily to do this. Big Brother or it's open source follow on 'Hobbit' is my personal favorite. Nagios is another one. The both provide easy to read web pages to ch

z/VM commands to Linux guests?

2005-02-01 Thread Peter E. Abresch Jr. - at Pepco
We are writing a REXX exec to run under z/VM to verify the status of our Linux guests. The purpose of this script is to provide an easy mechanism for our operators to verify the health of the Linux guests. Is there a mechanism from z/VM to issue Linux commands to a Linux guest and capturing the out

Re: Linux with fiber channel

2005-02-01 Thread Celio Costa Carvalho,IBM Brasil
Hi Volker, The complete output from your hardware console is : An error was detected in partition LINU, central processor (CP) 00 is looping due to switching between program status word ( PSW ) that are not valid. The program status work ( PSW ) is . Regards Celio Costa Car

Samba 3.x install (SLES8 RPMS)

2005-02-01 Thread Sal Torres/SBC Inc.
*** Reply to note of Wed, 05 Jan 2005 15:31:24 -0500 (EST) *** by LINUX-390@VM.MARIST.EDU You can download the Samba 3.0.x RPMs for SLES8 from: http://ftp.sernet.de/pub/samba/ I found the link after reading the README file at the SAMBA site: ftp://us1.samba.org/pub/samba/Binary_Packages/Su

Re: Linux with fiber channel

2005-02-01 Thread Volker Sameske
> I installed a Suse Linux 9 in a z800 with fiber channel only. > > The installation finished without any problem, when I IPLed Linux in LPAR > from SCSI, I got the following message : > > An error was detected in partition LINU, central processor (CP) 00 is > looping due to switching between pro

LVM Limits

2005-02-01 Thread Philippe Septier
Hi, I am a newbie on Linux 390 and I have a question about LVM with Linux 390. I am running a Red Hat AS3 distribution on a LPAR and under VM later. I found the limit of number of devices defined in Linux, 16384. But what is the limit for the number of Logical Volumes in a Volume Group with LVM

Re: Debian Sarge on 7060 H30 LPAR

2005-02-01 Thread Jan MOEYERSONS
Sorry, guys & gals for the odd encoding of yesterday... -Oorspronkelijk bericht- Van:Jan MOEYERSONS Verzonden: ma 31/01/2005 10:56 Aan:LINUX-390@VM.MARIST.EDU CC: Onderwerp: Re: Debian Sarge on 7060 H30 LPAR > for the country and mirror site. How can I stop the ins

Re: sarge install problem

2005-02-01 Thread Jan MOEYERSONS
Sorry, guys & gals for the odd message format of yesterday... -Oorspronkelijk bericht- Van:Jan MOEYERSONS Verzonden: ma 31/01/2005 10:52 Aan:LINUX-390@VM.MARIST.EDU CC: Onderwerp: Re: sarge install problem > eneric/, and started things up. I'm currently formatting