VM VSE linux/390 Employment Web Page

2003-09-04 Thread Dennis G. Wicks
Greetings; (Posted to VMESA-L and VSE-L and LINUX-390) - - Now in its sixth year! - - Includes VSE and linux/390! I have set up a public service web page at http://www.eskimo.com/~wix/vm/ for posting positions available and wanted for VM, VSE and linux/390. Please visit the web

zSLES 8 - Using ext2,ext3,JFS,reiserFS ?

2003-09-04 Thread Seifert, Harald
Some questions about filesystems to the forum, which probably will not be easily answered with yes or no ? When running a zSLES8 Linux, what choose of filesystem would fit best ? ext2,ext3,JFS,reiserFS ? ( some considerations may be . performance of operations like

Re: Stupid question about BogoMIPS

2003-09-04 Thread Phil Payne
Not if the two CPUs are different architectures. For different processors of the same architecture, yes, more or less. Even then it doesn't work. During my PCM career (1978-1992) I lost count of the number of times silly amateurs wrote little kernel loops, didn't see what they simplisticly

2003-09-04 Recommended Linux code drop to developerWorks

2003-09-04 Thread Gerhard Hiller
Please see the What's New page at: http://www10.software.ibm.com/developerworks/opensource/linux390/whatsnew.shtml for a change summary of the 2003-09-04 additions and changes to the Linux for zSeries and S/390 developerWorks-pages. August 2001 stream: o kernel 2.4.17: - kernel patch with

Backupsoftware with ACSLS Support?

2003-09-04 Thread Rene Wiedewilt
Hi @ll, I want to backup Windows, Solaris and other clients over an Linux/390 Server. The Linux/390 Server should be connected to a StorageTek TapeSilo over an ACSLS server. Does anybody know a Backupsoftware for Linux/390 which is able to handle this? --- René Wiedewilt

ask.slashdot: Managing Linux and Virtual Machines?

2003-09-04 Thread Sal Torres/SBC Inc.
http://ask.slashdot.org/article.pl?sid=03/09/03/227257 Posted by Cliff on Wednesday September 03, @07:10PM from the seeking-wisdom-from-the-pioneers dept. deijmaster asks: For a couple of months we have been hearing (as a major consulting firm) IBM people pushing the possibility of installing a

Re: Debian Tomcat4 Installation Configuration Help

2003-09-04 Thread Nakagawa, Robert
The problem here is that neither port 8080 or 8180 work. There is a configuration problem. And yes I have read all of the documentation with no resolve. I believe that the server.xml is now configured correctly and if I had and example it would be greatly appreciated. Thanks... -Original

Re: Backupsoftware with ACSLS Support?

2003-09-04 Thread Sergey Korzhevsky
May be, TSM can do this? WBR, Sergey Rene Wiedewilt [EMAIL PROTECTED] Sent by: Linux on 390 Port [EMAIL PROTECTED] 04.09.2003 15:18 Please respond to Linux on 390 Port To: [EMAIL PROTECTED] cc: Subject:Backupsoftware with ACSLS Support? Hi

Re: ask.slashdot: Managing Linux and Virtual Machines?

2003-09-04 Thread Post, Mark K
One of my co-workers pointed this out to me. When I looked, someone was kind enough to mention both the website and this mailing list as being good sources of information. The slashdot effect didn't do much for my daily hit statistics, though. ;) Some of the usual suspects from this mailing

Adding Dasd

2003-09-04 Thread Moloko Monyepao
I am trying to add dasd volumes on SuSe Interprice Server 8, the following is the status of theof my volumes, when I try to do fdasd /dev/dasdk i get the following Error lnx1:/boot/zipl # fdasd /dev/dasdk fdasd error: open error Could not open device '/dev/dasdk' in read-only mode! When

size of new distributions

2003-09-04 Thread Jim Sibley
I've been playing with several of the new distributions and they have one thing in common - the size of the /usr directory is growing rapidly. In early distributions, you could contain a zLinux system on one 3390-3 image. Now, its taking two or three if you need to install all the development

Re: size of new distributions

2003-09-04 Thread Adam Thornton
On Thu, 2003-09-04 at 11:20, Jim Sibley wrote: I've been playing with several of the new distributions and they have one thing in common - the size of the /usr directory is growing rapidly. In early distributions, you could contain a zLinux system on one 3390-3 image. Now, its taking two or

size of distributions (redux)

2003-09-04 Thread Jim Sibley
Sorry for the shortened post just now. This is the complete post: I've been playing with several of the new distributions and they have one thing in common - the size of the /usr directory is growing rapidly. In early distributions, you could contain a zLinux system on one 3390-3 image. Now, its

Re: Backupsoftware with ACSLS Support?

2003-09-04 Thread David Boyes
TSM for Linux on 390 can only operate SCSI-based tape. It can't use an existing 3480/3490-based silo. -- db David Boyes Sine Nomine Associates -Original Message- From: Linux on 390 Port [mailto:[EMAIL PROTECTED] Behalf Of Sergey Korzhevsky Sent: Thursday, September 04, 2003 10:04

websphere

2003-09-04 Thread Noll, Ralph
where do i get websphere application server so i can install on z/linux thanks Ralph

Re: zSLES 8 - Using ext2,ext3,JFS,reiserFS ?

2003-09-04 Thread Post, Mark K
Harald, I can only give you my recommendations, I suppose. I would have my root file system be ext3. Any file systems that are being shared read-only, I would make ext2. (If it's not mounted read-write, there's no need for journaling.) Based on a performance presentation at SHARE, there is a

Re: size of distributions (redux)

2003-09-04 Thread Tzafrir Cohen
On Thu, Sep 04, 2003 at 09:31:52AM -0700, Jim Sibley wrote: Sorry for the shortened post just now. This is the complete post: I've been playing with several of the new distributions and they have one thing in common - the size of the /usr directory is growing rapidly. Yes, if you insist on

Re: Adding Dasd

2003-09-04 Thread Holger Smolinski
Moloko, you may want to check /proc/subchannels, whether the DASD has really been attached to your system, and whether there is a path available (boolean AND of PIM/PAM/POM). If so, a 'echo set 7240 on /proc/dasd/devices' may make the DASD visible to the DASD driver. Best Regards Holger

Is there a way to get scp to read STDIN?

2003-09-04 Thread McKown, John
I want to do something like: program | scp - [EMAIL PROTECTED]:/output.file Where scp is used to send the STDOUT of program to ~user/output.file on host. Apparently scp does not accept input from STDIN. If your really, really curious about exactly what I want to do: dd if=/dev/dasda1 bs=4096 |

CDL backup and copying the IPL record

2003-09-04 Thread James Melin
If I understand things correctly, a DD dump of a linux volume will not copy the IPL record, whereas a disk copy of the CDL image on the OS/390 side, will? Is that a true statement? Would this allow you to restore say a slightly pregnant mod-9 device (our dasd person gave me an approximately

Re: Is there a way to get scp to read STDIN?

2003-09-04 Thread Fargusson.Alan
I don't have access to a Linux system to try this, but what happens if you do: dd if=/dev/dasda1 bs=4096 | scp /dev/fd/0 [EMAIL PROTECTED]://dev/tape1 -Original Message- From: McKown, John [mailto:[EMAIL PROTECTED] Sent: Thursday, September 04, 2003 10:19 AM To: [EMAIL PROTECTED]

Re: size of distributions (redux)

2003-09-04 Thread Jim Sibley
Tzafrir wrote: Yes, if you insist on installing everything. Thanks for the not very informative on shoe fits all non-answer. Of course I insist on installing everything because my users are developers and they do ALL of the things that you describe, including using the zLinux KDE as a driver

Re: size of distributions (redux)

2003-09-04 Thread Adam Thornton
On Thu, 2003-09-04 at 12:51, Jim Sibley wrote: Of course I insist on installing everything because my users are developers and they do ALL of the things that you describe, including using the zLinux KDE as a driver for an aix workstation and exploring and modifying the source code for the

Re: Is there a way to get scp to read STDIN?

2003-09-04 Thread Matt Zimmerman
On Thu, Sep 04, 2003 at 12:19:05PM -0500, McKown, John wrote: I want to do something like: program | scp - [EMAIL PROTECTED]:/output.file program | ssh [EMAIL PROTECTED] 'cat output.file' -- - mdz

Re: Is there a way to get scp to read STDIN?

2003-09-04 Thread McKown, John
Thanks, that seems to work here on my SuSE Linux system. I'll try it out at home tonight. -- John McKown Senior Systems Programmer UICI Insurance Center Applications Solutions Team +1.817.255.3225 This message (including any attachments) contains confidential information intended for a

Re: Is there a way to get scp to read STDIN?

2003-09-04 Thread McKown, John
I tried that, I got an error /dev/fd/0 is not a regular file. I just stumbled onto: dd if=/dev/dasda1 | ssh [EMAIL PROTECTED] cat output.file Which looks like it should work. -- John McKown Senior Systems Programmer UICI Insurance Center Applications Solutions Team +1.817.255.3225 This

Re: Is there a way to get scp to read STDIN?

2003-09-04 Thread John Campbell
Actually a part of Stupid SSH Tricks, don't use scp. dd if=/dev/dasda1 bs=4096 | ssh -l bkupuser boxname dd bs=4096 of=/dev/tape1 Heck: cd /home ; find . -xdev -print | cpio -ocB | ssh -l yada boxname cd /backups/home ; cpio -icdmBv -soup John R. Campbell,

Re: size of distributions (redux)

2003-09-04 Thread Post, Mark K
I've gotten to the point where I won't recommend to anyone that they put their root partition on RAID/LVM/what have you. I would make my root partition ext2/3 (including /etc and /boot), and have the rest be either LVM or RAID. RAID if you don't anticipate having to add/remove a particular

Re: size of distributions (redux)

2003-09-04 Thread Jim Sibley
Thanks for the comment, Mark. There certainly seems to a lot of people that are making uninformed value judgments on this topic about how I ought to run my systems rather that looking for solutions. As I understand it, you would advocate this: /dev/dasda1 / /dev/md0/usr = Jim

Re: size of distributions (redux)

2003-09-04 Thread Post, Mark K
Jim, Pretty much. There are other file systems that could/should be broken out from root, such as /tmp, /var, but in the particular case you asked about, yes. Mark -Original Message- From: Jim Sibley [mailto:[EMAIL PROTECTED] Sent: Thursday, September 04, 2003 3:23 PM To: [EMAIL

Re: CDL backup and copying the IPL record

2003-09-04 Thread Post, Mark K
Jim, I don't think those two statements are either necessarily correct, or incorrect. I would say that the trick is that the first cylinder to be dumped to tape (and restored to disk at real cylinder 0) needs to be what the Linux/390 system thinks is cylinder 0. That's where the IPL record

Re: size of distributions (redux)

2003-09-04 Thread McKown, John
Jim, What would you like, specifically? From what I gather, you could: 1) Create a 3390-9 or -27 for the /usr partition. The problems are (a) possible I/O queueing to the physical device, (b) not have a correspondingly sized volume for D.R. purposes. 1a) True. But I think this is also true of

Re: CDL backup and copying the IPL record

2003-09-04 Thread James Melin
Oy. Well then, how would you recommend this be done? I have no decent facility at disaster recovery to IPL a recovery CD and mount the disk images to that. The vendor is reluctant to load anything from CD at the HMC. I'm basically trying to take the file system images on the CDL volumes and back

Re: CDL backup and copying the IPL record

2003-09-04 Thread Kern, Thomas
We did our Disaster Recovery test last week and recovered 3 production linux instances and a test instance in addition to the standard zVM and OS/390 instances. We do all of the full-volume DASD backups under OS/390 using DFDSS. The DR vendor's floor system is used to restore all the DASD and then

Linux Data Generator program??

2003-09-04 Thread Dave Myers
Anyone know of any linux open-source pgms or other tools that I can use to generate lots of data.to test loads on escon, ficon and fcp attached storage devices switches?? Tia Dave Myers Denver Solutions Group Senior Systems Engineer Office Phone:   (303) 996-7112 Cellular Phone: (303)

Re: Linux Data Generator program??

2003-09-04 Thread Post, Mark K
Dave, I went to freshmeat, and put in generate test data. I got back 5 hits, 2 of which look like they might be useful to you: 1. DBMonster A random data generation tool for SQL databases. 5. TestGen A customizable intuitive test data generator for Web services. Mark Post -Original

Possible enhancement idea for dasdfmt

2003-09-04 Thread McKown, John
I've noticed that when the dasdfmt program formats a cdl volume, there is one thing missing. DS1LSTAR is not set. Is this by design or just because it was too much of a bother to put it in there? The only thing that this would get me would be the ability to use ftp on MVS to send the entire

Re: Linux Data Generator program??

2003-09-04 Thread McKown, John
dd if=/dev/zero if=... count=nnn bs=4 while (true); do cat some.file x.tmp;done These assume you don't care about the value, just want a steady stream of bytes. -- John McKown Senior Systems Programmer UICI Insurance Center Applications Solutions Team +1.817.255.3225 This message (including

Rockin' on without Microsoft

2003-09-04 Thread Michael MacIsaac
Good article: http://news.com.com/2008-1082-5065859.html I like the answer: Q: Any thoughts on SCO's claims on Linux? A: I don't know the merits of the lawsuit, but I run their Unix and I'm taking it off that system. I just don't like the way it's being handled. I feel like I'm being threatened

Re: CDL backup and copying the IPL record

2003-09-04 Thread Ledbetter, Scott E
DFDSS (OK, I know, it is DFSMSdss), should work if you don't mind putting the CDL volume online to OS390 to dump it to tape. I'd be a little worried about the state of a Linux file system dumped from OS/390 unless it was cleanly unmounted or mounted R/O to Linux at the time. Make that a lot

Re: CDL backup and copying the IPL record

2003-09-04 Thread Kern, Thomas
I am a VM sysprog, I don't need to remember all of OS extend acronyms. :) Two of our production Linux instances are VERY UN-busy at the time of our backups, and the third is brought down for the duration of the backup job. It is submitted from VM and returned to VM for post-processing. If the job

[no subject]

2003-09-04 Thread Jim Elliott
From: Noll, Ralph [EMAIL PROTECTED] Subject: Re: websphere where do i get websphere application server so i can install on z/linux Ralph: If you are looking for a trial version of WAS Version 5 go to http://www7b.software.ibm.com/wsdd/downloads/WASsupport.html#download If you are looking for

Re: size of distributions (redux)

2003-09-04 Thread Jim Sibley
John McKown wrote: What would you like, specifically? I am trying to understand how to handle the large distribution sizes with the small buckets I am given to use. My users, being devlopers, can and will use everything they can find on the distribution. Yet I have to manage large DASD

Re: size of distributions (redux)

2003-09-04 Thread Tzafrir Cohen
On Thu, Sep 04, 2003 at 04:23:00PM -0700, Jim Sibley wrote: John McKown wrote: What would you like, specifically? I am trying to understand how to handle the large distribution sizes with the small buckets I am given to use. My users, being devlopers, can and will use everything they can

How do I build vmlinuz manually?

2003-09-04 Thread Adam Thornton
So, I'm building my own 2.4.21 kernel, with the IBM patches and some of Leland Lucius's stuff. make or make boot builds vmlinux. There's no obvious compressed target in the arch/s390/boot directory. And when I try to boot that kernel, I get a program interrupt loop. But when I use the Debian

Re: How do I build vmlinuz manually?

2003-09-04 Thread Matt Zimmerman
On Thu, Sep 04, 2003 at 10:39:16PM -0500, Adam Thornton wrote: So, I'm building my own 2.4.21 kernel, with the IBM patches and some of Leland Lucius's stuff. make or make boot builds vmlinux. There's no obvious compressed target in the arch/s390/boot directory. And when I try to boot that