Re: Filesystems and growing them online

2003-11-18 Thread Don Mulvey
A while back I asked about the adding of dasd without a reboot. First, thank you to all who answered I have proven the steps and everything works. Now I have a question about the growing of filesystems without unmounting them. It seems that most of the documentation I have found discusses ext3

SuSE SLES8 SP3 ISO images

2003-11-18 Thread Hall, Ken (IDS ECCS)
For those of you with SuSE maintenance contracts, the SP3 ISO images are available from their support site: http://sdb.suse.de/en/psdb/html/ef83f958af36a92fda2298ec03e3c87b.html

SLES8 VDISK issue

2003-11-18 Thread Eric Sammons
Our z/VM folks have configured me a vdisk which I am trying to make use of in my Guest Linux install. It seems that I was able to do this under SLES7 however, am having difficulty doing it with SLES8. Perhaps I have forgotten something along the way or something is misconfigured. Second set of

Re: SLES8 VDISK issue

2003-11-18 Thread Post, Mark K
Eric, You need to either have DIAG support built into your kernel, or you need to modprobe dasd_diag_mod. You should probably make sure that dasd_diag_mod.o is on your initrd by re-running mkinitrd. Mark Post -Original Message- From: Eric Sammons [mailto:[EMAIL PROTECTED] Sent:

Re: Too Many Open Files

2003-11-18 Thread Post, Mark K
The lsof command might help you with figuring out how many files are open. Mark Post -Original Message- From: Craig, Roger C [ITS] [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 18, 2003 10:55 AM To: [EMAIL PROTECTED] Subject: Too Many Open Files We are running Linux under VM on a

Re: [Linux/390] Too Many Open Files

2003-11-18 Thread Michael Kershaw
The utility 'lsof' should list open files and what process has them open, system-wide. You might need to google/go to freshmeat.net and get the source if your distro doesn't have a copy already. it just uses /proc so it should be platform-neutral. -m On Tue, Nov 18, 2003 at 09:55:01AM -0600,

Re: Too Many Open Files

2003-11-18 Thread Malcolm Beattie
Craig, Roger C [ITS] writes: We are running Linux under VM on a mainframe. We keep running into this Too many open files problem with one of our WebLogic Servers: Sep 8, 2003 5:58:25 AM CDT Notice WebLogicServer 000203 Reopening listen socket on port 7201 Sep 8, 2003 5:59:30 AM CDT Critical

Re: Too Many Open Files

2003-11-18 Thread Jim Sibley
sysctl -A | grep fs will show you the current and maximum file system values. You should be able to reset the maximum with sysctl -w fs.file-max= = Jim Sibley Implementor of Linux on zSeries in the beautiful Silicon Valley Computer are useless.They can only give answers. Pablo Picasso

Re: Filesystems and growing them online

2003-11-18 Thread David Boyes
1. Is there an issue with reiserfs on the Z platform installs of Linux? The same limitations apply on Z as on Intel. 2. Is there a way of growing a filesystem without unmounting it? I thought you could do this with Reiserfs but I have found nothing that is related to Reiserfs on the Z

Re: 32-bit apps/Linux on 64-bit hardware

2003-11-18 Thread Ferguson, Neale
Rich, What distribution are you using? With SuSE, they're completely different media so it's not possible to install 32-bit on one system and 64-bit on the other. Neale -Original Message- This goes along with my previous DB2 question. How does Linux get installed (or IPLed) in 32-bit

Re: 32-bit apps/Linux on 64-bit hardware

2003-11-18 Thread Sergey Korzhevsky
18.11.2003 19:24:02 Rich Smrcina wrote: This goes along with my previous DB2 question. How does Linux get installed (or IPLed) in 32-bit mode when running on 64-bit hardware? I've installed the same Linux media on a 32-bit system (Flex in ESA mode) and a 64-bit system (z900). The Linux on the

Re: 32-bit apps/Linux on 64-bit hardware

2003-11-18 Thread McKown, John
OK, just to be a PITA grin, there is no 32 bit mode on the zSeries hardware. There is a 31 bit mode and a 64 bit mode. But no 32 bit mode at all. -- John McKown Senior Systems Programmer UICI Insurance Center Applications Solutions Team +1.817.255.3225 This message (including any attachments)

Re: SLES8 VDISK issue

2003-11-18 Thread Minasian, [EMAIL PROTECTED]
Eric, I remember seeing some issues with the 64bit kernel and the diag driver. We are just doing the equivalent of the following: modprobe dasd_fba_mod echo add device range=292 /proc/dasd/devices mkswap /dev/dasdg swapon /dev/dasdg The bottom line is that the vdisk is an fba type device. If

Re: Filesystems and growing them online

2003-11-18 Thread Chris Cox
David Boyes wrote: 1. Is there an issue with reiserfs on the Z platform installs of Linux? The same limitations apply on Z as on Intel. 2. Is there a way of growing a filesystem without unmounting it? I thought you could do this with Reiserfs but I have found nothing that is related to

Re: SLES8 VDISK issue

2003-11-18 Thread Rob van der Heij
On Tue, 2003-11-18 at 17:02, Post, Mark K wrote: Eric, You need to either have DIAG support built into your kernel, or you need to modprobe dasd_diag_mod. You should probably make sure that dasd_diag_mod.o is on your initrd by re-running mkinitrd. The default for FORMAT is not 512-byte

Re: SLES8 VDISK issue

2003-11-18 Thread Eric Sammons
Following the procedures below worked perfectly. I then proceeded to take the dasd_fba_mod and add it to the /etc/sysconfig/kernel file and ran mkinitrd to ensure that everything is there. I now have a swap device on VDISK at system startup. -- Of course I added the entry in /etc/fstab

Re: SLES8 VDISK issue

2003-11-18 Thread Marcy Cortes
I remember seeing some issues with the 64bit kernel and the diag driver. I saw that mentioned in the SuSE SP3 anno - something about a VM problem. Does anyone have more details? Marcy Cortes Wells Fargo Services Co

Re: 32-bit apps/Linux on 64-bit hardware

2003-11-18 Thread Rich Smrcina
That's interesting. I installed my supposedly 32-bit CDs on a 64-bit system and when I did my first ssh to start YaST, I checked the kernel mode with uname and it came back s390x. The same CDs were used under Flex (in ESA mode). On Tue, 2003-11-18 at 11:46, Ferguson, Neale wrote: Rich, What

Re: Filesystems and growing them online

2003-11-18 Thread David Boyes
The same limitations apply as on Intel. See the extendfs man page for details. Shouldn't that be resize_reiserfs? It's there with SLES8. But SLES is partial to reiserfs. I've used it on Intel many times to grow them dynamically... even while being heavily used... seemed to work.

Re: Linux ready for the desktop: IBM

2003-11-18 Thread Jim Elliott
http://theinquirer.net/?article=12693 The picture is from IBM's ISSI (IBM Standard Software Installer) application (the server of which runs on Linux). The list of software for Linux is short, for Windows is VERY LONG. If you will note, the list on the left includes Windows XP, 2000, NT, 95 and

OT: New doctor in the house...8-)

2003-11-18 Thread David Boyes
(This is totally off topic, but many of you have met Margarete at trade shows and in other arenas, and have been following the long saga of her quest for a doctorate, so it's easier to tell the world than send individual notes to all of the interested parties. ) We at Sine Nomine are pleased (and

Re: New doctor in the house...8-)

2003-11-18 Thread Post, Mark K
Yay! Very cool. Glad to hear things went well! Mark Post -Original Message- From: David Boyes [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 18, 2003 2:33 PM To: [EMAIL PROTECTED] Subject: OT: New doctor in the house...8-) (This is totally off topic, but many of you have met

Re: New doctor in the house...8-)

2003-11-18 Thread Joe Poole
On Tuesday 18 November 2003 14:54, you wrote: Yay! Very cool. Glad to hear things went well! Mark Post Second that!

Re: OT: New doctor in the house...8-)

2003-11-18 Thread John Campbell
for the degree of Doctor of Philosophy from Princeton Theological Seminary. ^^^ So... does this mean she can now preach the Gospel of Linus? -soup John R. Campbell, Speaker to Machines (GNUrd)

Re: Filesystems and growing them online

2003-11-18 Thread Adam Thornton
On Tue, 2003-11-18 at 12:39, David Boyes wrote: Duh. Yes. Brain check -- I seem to be having these more frequently. Must check my maintenance contract on my brain You're overclocking it again, and it's running too hot. Talk to Neale about coolant. Adam

Re: New doctor in the house...8-)

2003-11-18 Thread Loren Charnley, Jr.
WELL DONE...!!! Loren Charnley, Jr. Tech Support Administrator Family Dollar Stores, Inc. (704) 847-6961 Ext. 2000 -Original Message- From: David Boyes [SMTP:[EMAIL PROTECTED] Sent: Tuesday, November 18, 2003 2:33 PM To: [EMAIL PROTECTED] Subject: OT: New

OT: New doctor in the house...8-)

2003-11-18 Thread Jim Sibley
Doctor of Philosophy from Princeton Theological Seminary The theology degree seems appropriate for CompSci with all the religious wars ;-) = Jim Sibley Implementor of Linux on zSeries in the beautiful Silicon Valley Computer are useless.They can only give answers. Pablo Picasso

Re: OT: New doctor in the house...8-)

2003-11-18 Thread James Tison
snip and has been approved for the degree of Doctor of Philosophy from Princeton Theological Seminary. /snip^^^ And nobody's said Amen! yet? Sheesh, you guys are slow :-) Amen!! (and congratulations!!) --Jim-- James S. Tison Senior Software Engineer TPF Laboratory / Architecture

Re: OT: New doctor in the house...8-)

2003-11-18 Thread Hall, Ken (IDS ECCS)
And there was great rejoicing. (Yaaayyy!) Many congratulations! -Original Message- From: Linux on 390 Port [mailto:[EMAIL PROTECTED] Behalf Of David Boyes Sent: Tuesday, November 18, 2003 2:33 PM To: [EMAIL PROTECTED] Subject: [LINUX-390] OT: New doctor in the house...8-) (This

European Union Open Source Migration Guidelines

2003-11-18 Thread Post, Mark K
For anyone that hasn't seen it, netproject Ltd. has produced a document on behalf of the European Commission regarding migrating to Open Source products. The document was intended for IT managers in public administrations within Europe, but it looks as though it would be of use to others as well.

RPM spec files

2003-11-18 Thread Wolfe, Gordon W
I have an rpm and I want to see what the spec file is that created it. Is there a way to extract it? I've been all through the Maximum RPM book and can't find it. Use the Best! Linux for Servers Macintosh for Graphics Palm for Mobility

German Government Open Source Migration Guide

2003-11-18 Thread Post, Mark K
In a similar vein to the link I posted previously, here is another document published by the German Federal Ministry of the Interior, Migration Guide, A guide to migrating the basic software components on server and workstation computers. The English version is at

Re: RPM spec files

2003-11-18 Thread Paul L. Rogers
On Tue, 18 Nov 2003, Wolfe, Gordon W wrote: Date: Tue, 18 Nov 2003 16:06:52 -0800 From: Wolfe, Gordon W [EMAIL PROTECTED] Reply-To: Linux on 390 Port [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: RPM spec files I have an rpm and I want to see what the spec file is that created it. Is

Re: linux and VIPA

2003-11-18 Thread Vic Cross
On Wed, 12 Nov 2003, Tim-Chr. Hanschen wrote: I tried the IBM tool srv_vipa, but I still have problems. This tool works fine for ssh, but fails for rsh... our application does internally something like rsh bad for us. The script that's provided makes changes to environment variables to