Re: Linux LPAR - how to drop caching

2004-09-29 Thread Ihno Krumreich
On Thu, Sep 16, 2004 at 07:04:52PM -0400, David Boyes wrote: We are on STK V2X DASD array. We can do very well without Linux adding further caching. Is there a way to tell Linux not to cache the DASD? AFAIK, there's no way to turn caching completely off in Linux. You can reduce the amount

Re: VM Shutdown

2004-09-29 Thread Carsten Otte
Rob van der Heij [EMAIL PROTECTED] wrote: The parmfile is generated by zipl, so any changes to the kernel command line must be in the /etc/zipl.conf and then run zipl before reboot. That depends (*). If you use the tag parmfile= in your zipl.conf, zipl will just read that parameter line. On the

Re: VM Shutdown

2004-09-29 Thread Peter 1 Oberparleiter
Rob van der Heij [EMAIL PROTECTED] wrote: The parmfile is generated by zipl, so any changes to the kernel command line must be in the /etc/zipl.conf and then run zipl before reboot. Note that starting with version 1.2.0, zipl no longer modifies the parmfile. Instead, all sources for kernel

Re: VM Shutdown

2004-09-29 Thread Michael MacIsaac
which is then written to the bootmap file Is there any way to extract/dump the parameters in /boot/zipl/bootmap? -Mike MacIsaac, IBM [EMAIL PROTECTED] (845) 433-7061 -- For LINUX-390 subscribe / signoff / archive access

Re: Linux LPAR - how to drop caching

2004-09-29 Thread James Melin
So how do you set /proc/sys/vm/bdflush so that it remains from IPL to IPL? Ihno Krumreich [EMAIL PROTECTED]

Re: Linux LPAR - how to drop caching

2004-09-29 Thread Rob van der Heij
On Wed, 29 Sep 2004 08:11:24 -0500, James Melin [EMAIL PROTECTED] wrote: So how do you set /proc/sys/vm/bdflush so that it remains from IPL to IPL? Easiest is probably through /etc/sysctl.conf and running sysctl as part of the boot process. Once you know what you need in there. The thing that

Re: SAMBA install of SLES9

2004-09-29 Thread Kohrs, Steven
On Tue, 2004-09-28 at 20:53, Gillis, Mark D wrote: I am trying to install SLES9 from directories on a Windows machine that is part of a Windows domain. The first part of the install proceeds without problems up until it's time to select packages to install in yast. At that point I'm getting the

Re: Linux LPAR - how to drop caching

2004-09-29 Thread Ulrich Weigand
Rob van der Heij wrote: What we are seeing lately with some installations is that Linux appears so eager to keep data in memory (i.e. data backed by files on disk) that it starts to swap out processes. That does not seem to be the right way... It's not a simple either-or decision. In many

Re: VM Shutdown

2004-09-29 Thread Post, Mark K
Which leads to the question, if two sources of information conflict in some way, which one wins? The first one? The last one? Something else? Can we have some specific examples that can be put into a HOWTO? :) Mark Post -Original Message- From: Linux on 390 Port [mailto:[EMAIL

Re: VM Shutdown

2004-09-29 Thread Post, Mark K
It looks like they're a null-terminated string starting at offset (octal) 30,000, (hex) 3,000, (decimal) 12,288. Mark Post -Original Message- From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of Michael MacIsaac Sent: Wednesday, September 29, 2004 8:49 AM To: [EMAIL PROTECTED]

On/Off Capacity on demand

2004-09-29 Thread Biggs, Eric J [ITS]
Has anyone utilized IBM's On/Off Capacity on Demand for the zSeries with their Linux installations? If so, what were your experiences and how did you implement it? Eric Biggs * [EMAIL PROTECTED] -- For LINUX-390 subscribe /

Re: VM Shutdown

2004-09-29 Thread Peter Oberparleiter
Michael MacIsaac [EMAIL PROTECTED] wrote: Is there any way to extract/dump the parameters in /boot/zipl/bootmap? Yes, there is, but the question is: why would you want to? The bootmap format is only used internally by zipl, i.e. it can change without notice, therefore you shouldn't rely on its

New to Linux

2004-09-29 Thread Herczeg, Zoltan
Hi. We are new to Linux and trying to move workload from a DOS pc to a Linux lpar on a MP3000. I created a /home directory and a user, copied (via binary ftp) a .exe to this linux directory. I could not execute it so I did a chmod 111 on the file. On a tera term session I type

Re: New to Linux

2004-09-29 Thread Ferguson, Neale
You cannot move binaries from DOS to Linux especially on different hardware platforms. You need to rebuild from source. -Original Message- Hi. We are new to Linux and trying to move workload from a DOS pc to a Linux lpar on a MP3000. I created a /home directory and a user, copied

Re: [Possible Spam] New to Linux

2004-09-29 Thread Ward, Garry
If it is a PC executable, it probably won't run. You need to obtain the source and recompile it so that it has the specific instruction set that the MP3000 uses. -Original Message- From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of Herczeg, Zoltan Sent: Wednesday, September

Re: [Possible Spam] New to Linux

2004-09-29 Thread Adam Thornton
On Wed, 2004-09-29 at 11:57, Ward, Garry wrote: If it is a PC executable, it probably won't run. I suppose you *COULD* build Bochs, install MS-DOS in it, and run the executable, but that would be an amazingly bad use of the rather expensive S/390 cycles in the MP3K. Particularly since the DOS

Re: New to Linux

2004-09-29 Thread Herczeg, Zoltan
Thank you for the quick responses. I will search the web but does anyone have a personal recommendation for a COBOL compiler on Linux? Thanks Zoltan -Original Message- From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of Ferguson, Neale Sent: Wednesday, September 29, 2004 12:56

Re: New to Linux

2004-09-29 Thread Ferguson, Neale
I've used and liked Microfocus COBOL. -Original Message- Thank you for the quick responses. I will search the web but does anyone have a personal recommendation for a COBOL compiler on Linux? -- For LINUX-390 subscribe /

Re: New to Linux

2004-09-29 Thread Post, Mark K
From http://linuxvm.org/Info/l390link.html, check out this link: http://www.ibm.com/eserver/zseries/solutions/s390da/linuxproduct.html - Independent Software Vendor Products for Linux for S/390 Mark Post -Original Message- From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of

Documentation for User Process Faults

2004-09-29 Thread Post, Mark K
In my continuing efforts to build a 64-bit version of Slack/390, I'm running into problems with not knowing how to interpret the User process fault: interruption code messages that get generated. Is there a pointer to a document that contains explanations for these that anyone knows about?

Re: Documentation for User Process Faults

2004-09-29 Thread Daniel Jarboe
knowing how to interpret the User process fault: interruption code messages that get generated. Is there a pointer to a document that contains explanations for these that anyone knows about? You've probably already seen this, but just in case... there's a tiny bit in

Re: Documentation for User Process Faults

2004-09-29 Thread Ferguson, Neale
The Principles of Operation manual (SA22-7832-03 chapter 6) describes all the program interruption types. -Original Message- knowing how to interpret the User process fault: interruption code messages that get generated. Is there a pointer to a document that contains explanations for

Re: Documentation for User Process Faults

2004-09-29 Thread Post, Mark K
So, when I see a 0x40001 or 0x020001 error, how do I map that to something in the POP? Mark Post -Original Message- From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of Ferguson, Neale Sent: Wednesday, September 29, 2004 2:48 PM To: [EMAIL PROTECTED] Subject: Re: Documentation

Re: Documentation for User Process Faults

2004-09-29 Thread Ferguson, Neale
Can you forward the user oops output? -Original Message- So, when I see a 0x40001 or 0x020001 error, how do I map that to something in the POP? -- For LINUX-390 subscribe / signoff / archive access instructions, send

Re: Documentation for User Process Faults

2004-09-29 Thread Post, Mark K
I was trying to _not_ do that, since what I'm really looking for is documentation that I can use to figure it out myself. But, here it is: User process fault: interruption code 0x6 CPU:0Not tainted Process nm (pid: 3273, task: 00c44000, ksp: 00c47e80) User PSW :

Re: Documentation for User Process Faults

2004-09-29 Thread Ferguson, Neale
interruption code 0x6 = specification exception (which is why the invalid PSW message is there - the user PSW has an odd address which is invalid) Where is the 0x40001 or 0x020001 error you refer to? Neale -Original Message- I was trying to _not_ do that, since what I'm really looking

Re: Documentation for User Process Faults

2004-09-29 Thread Richard Hitt
Hi, Mark Slack may be giving you the fullword at 0x8c, consisting of two-byte ILC and two-byte code. The instruction length code will be the number of bytes in the faulting instruction: 2, 4, or 6. The code will be the 0x0001 part of the examples you gave, Operation Exception for code 0x0001.

Re: Documentation for User Process Faults

2004-09-29 Thread Knutson, Sam
You might still be able to get a free one from SPCI if you ask nicely... Email Joe address here http://www.spci.net/contact.htm From a recent SPCI newsletter. Free Reference Summary Have you been dutifully collecting reference summaries since the golden age of the fanfold green card? Just admit

Re: Documentation for User Process Faults

2004-09-29 Thread Post, Mark K
I've still got some of those that really _are_ green, as well as goldenrod and the later booklets. I also have access to POP and any other IBM manuals that might be necessary. I just needed something that tells me what translates to what. Also, just so you know, the 4 and 6-digit exception

Re: Documentation for User Process Faults

2004-09-29 Thread Post, Mark K
Those are long gone. I keep clearing the dmesg buffer so I can tell what's new. Mark Post -Original Message- From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of Ferguson, Neale Sent: Wednesday, September 29, 2004 3:27 PM To: [EMAIL PROTECTED] Subject: Re: Documentation for

Re: Documentation for User Process Faults

2004-09-29 Thread Post, Mark K
No, I hadn't seen those before. Those look like the program interrupt codes (as opposed to the abend codes) that are kind of like reason codes for S0C4 abends. I did find some of the ones in your list in the archives. Mark Post -Original Message- From: Linux on 390 Port [mailto:[EMAIL