Re: SLES/SLED10 RC Software Available

2006-07-12 Thread Kreiter, Chuck
Yes, I mounted it to my SLES9 gold image and can see the CD folders, directories and files. Directory structure is: /nfs/sles9x/SLES10/CD1 /nfs/sles9x/SLES10/CD2 /nfs/sles9x/SLES10/CD3 /nfs/sles9x/SLES10/CD4 Mount in EXPORTs is set to /nfs/sles9x/SLES10. I enter /nfs/sles9x/SLES10/CD1 when it p

Re: Question on /sys/devices/qeth

2006-07-12 Thread James Tison
Those files are established by the kernel, and their permissions are fixed, in my experience. Trying to sync such a file is hopeless. Allow the kernel on the target machine to live with its copies. If it were me, I would exempt at least /sys and /proc from your rsync list. The reason why is that t

Re: Question on /sys/devices/qeth

2006-07-12 Thread Dominic Coulombe
The file I was talking about is located in /sys/bus/ccwgroup/drivers/qeth/0.0.eb00/online . On 7/11/06, Dominic Coulombe <[EMAIL PROTECTED]> wrote: Hi James, /sys is an interface to drivers, like the qeth driver. /sys comes only with 2.6 kernels, like SLES9. As an example, you can echo 1 or

Linux32 command

2006-07-12 Thread Ryan Stewart
Does anyone know if there is a linux32 command or its equivalent in SLES 9 64-bit for zSeries? If there is, is it in a package somewhere? Thanks in advance. Ryan Stewart Systems Programmer Indian River Community College [EMAIL PROTECTED] 772-462-7310 ---

Re: Question on /sys/devices/qeth

2006-07-12 Thread Nix, Robert P.
The filesystems at /sys, /proc and /dev will generally contain no useful information in terms of doing a backup, and wouldn't be restorable even if backed up. /sys and /proc are used by the kernel. Such things as the system's real memory are mapped to files within /proc, and backing this up wou

Re: Linux32 command

2006-07-12 Thread Hannes Reinecke
Ryan Stewart wrote: Does anyone know if there is a linux32 command or its equivalent in SLES 9 64-bit for zSeries? If there is, is it in a package somewhere? Yes. It's called 's390'. Cheers, Hannes -- Dr. Hannes Reinecke [EMAIL PROTECTED] SuSE Linux Products GmbH

Re: Linux32 command

2006-07-12 Thread Dominic Coulombe
On 7/12/06, Hannes Reinecke <[EMAIL PROTECTED]> wrote: Yes. It's called 's390'. The package description is the following : s390 is a simple utility to set the 32bit personality on 64bit s390x machines. this creates an environment for the specified program (shell) and all child processes. In

Re: Linux32 command

2006-07-12 Thread Ryan Stewart
Thanks all. Ryan Stewart Indian River Community College -Original Message- From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of Dominic Coulombe Sent: Wednesday, July 12, 2006 11:15 AM To: LINUX-390@VM.MARIST.EDU Subject: Re: Linux32 command On 7/12/06, Hannes Reinecke <[EMAI

Re: Question on /sys/devices/qeth

2006-07-12 Thread James K Barnett
Thanks to everyone for your replies. I have a much better understanding of /sys, /proc and /dev now. Sometimes I can't see the forest through the trees. Jim Barnett United Health Technologies email: [EMAIL PROTECTED] "Nix, Robert P." <[EMAIL PROTECTED]> Sent by: Linux on 390 Port 07/12/2006

Re: SLES/SLED10 RC Software Available

2006-07-12 Thread Kreiter, Chuck
Dennis Andrews suggested storage being my issue. I upped my server to 512M and got by the "initializing catalogs" message. Thanks to all who responded. * This message was scanned by the corporate mail server for viruses and objectionable content.

snmp process monitoring....

2006-07-12 Thread Little, Chris
I'm wanting to put in a directive in snmpd.conf to monitor oracle process. Specifically the "ora_s???_KIDS" processes as seen below. When oracle creates a new server process, it increments the number in the process name. Unfortunately, snmpd doesn't seem to support wildcards for process names. Is

Re: snmp process monitoring....

2006-07-12 Thread Rich Smrcina
If snmp returns a list like that, then just use grep. Little, Chris wrote: I'm wanting to put in a directive in snmpd.conf to monitor oracle process. Specifically the "ora_s???_KIDS" processes as seen below. When oracle creates a new server process, it increments the number in the process name.

Re: snmp process monitoring....

2006-07-12 Thread Little, Chris
Unfortunately Velocity's ESALPS doesn't use grep. I would also have to code for each possible process name. > -Original Message- > From: Rich Smrcina [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 12, 2006 4:22 PM > To: LINUX-390@VM.MARIST.EDU > Subject: Re: snmp process monitoring

Re: snmp process monitoring....

2006-07-12 Thread Rich Smrcina
This sounds like an ESALPS support question. Little, Chris wrote: Unfortunately Velocity's ESALPS doesn't use grep. I would also have to code for each possible process name. -Original Message- From: Rich Smrcina [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 12, 2006 4:22 PM To: LINU

Re: snmp process monitoring....

2006-07-12 Thread Little, Chris
Sort of, but really it's more general than ESALPS -- which is why I'm asking here. SNMP has the ability to create alerts based on too few or too many processes, but it seems to require exact process names to create these. I'm not wanting ESALPS to create the alerts, just report on alerts created b

Re: snmp process monitoring....

2006-07-12 Thread Rich Smrcina
You could always ask for the feature in ESALPS, since it makes the snmp request. If you want something more elaborate, I could introduce you to Hobbit. Among lots of other things, it can do process monitoring and can match process names via a regular expression and it can alert if too many or too

Re: SLES/SLED10 RC Software Available

2006-07-12 Thread Rick Troth
> Jim Elliott <[EMAIL PROTECTED]> wrote: > > Since IBM is not supplying patches > > for the 2.6.16 kernel for anything other than 64-bit on z, the > > distros really don't have much of a choice. On Mon, 3 Jul 2006, Carsten Otte wrote: > Huh? We don't have a seperation between s390 and s390x anymor

Re: snmp process monitoring....

2006-07-12 Thread David Boyes
It depends on how the person coding the MIB definition and the SNMP subagent that fills in the data chose to implement it. There's nothing inherent in net-snmp that limits it to single variables other than the code supplied; eg, if the MIB defines the variable as an array of values, then it's a que