Re: grep question

2003-02-25 Thread Steven A. Adams
The find command works well and if you don't care to see the permission errors and such you might try appending 2>/dev/null to the command. Something like: find / -name "xxx*" -print 2>/dev/null In a nutshell your telling STDERR to output to /dev/null. Steve On Tue, 2003-02-25 at 13:30, MACK, J

Re: URGENT - RH 7.1 (64-bit) LPAR Install CTC Problems

2003-02-25 Thread Vic Cross
On 26.02.2003 at 09:49:32, Kyle Stewart <[EMAIL PROTECTED]> wrote: > I can\'t even find the ping command on the initrd ipl file system--I get > command not found. Do you have any tips about this? Eek, cannot help there. I would take this up with your Red Hat support people. Try specifying the p

Re: PLanning for Z/VM and Linux

2003-02-25 Thread McKown, John
I'm in the same situation, but I can answer some questions. 1) You cannot backup a LINUX disk to tape from outside of the LINUX system, if the disk (filesystem) is mounted in WRITE mode. This would result in a "fuzzy" backup since LINUX does not immediately write all disk updates to the filesystem

Re: Changing /proc/dasd/devices

2003-02-25 Thread Ledbetter, Scott E
Linux for z/Series and S/390 Device Drivers and Installation Commands http://www10.software.ibm.com/developerworks/opensource/linux390/docu/lnuxdd 02.pdf A virtual cornucopia of insight into S/390 Linux. A fountain knowledge about the angry penguin's deepest roots. The techno-geek's equivalent

Re: PLanning for Z/VM and Linux

2003-02-25 Thread Adam Thornton
n Tue, Feb 25, 2003 at 03:31:09PM -0600, McKown, John wrote: > I'm in the same situation, but I can answer some questions. > > 1) You cannot backup a LINUX disk to tape from outside of the LINUX system, > if the disk (filesystem) is mounted in WRITE mode. This would result in a > "fuzzy" backup sin

Re: grep question

2003-02-25 Thread MACK, JONATHAN (AIT)
Scott, You might want to try and use the "find" command. This will output the complete path of the file found return code you can do some form of logic on. Such as: find -name "" Just my 2 cents worth. Jon -Original Message- From: Scott Ko

Re: SLES8 Install Problems

2003-02-25 Thread Jon R. Doyle
iso9660 Jon R. Doyle Sendmail Inc. 6425 Christie Ave Emeryville, Ca. 94608 (o_ (o_ (o_ //\ (/)_ (\)_ V_/_ On Tue, 25 Feb 2003, Noll, Ralph wrote: > what is the mount command and the type to mount my cdrom from my windows box > to install a product from

Re: SLES8 Install Problems

2003-02-25 Thread Noll, Ralph
what is the mount command and the type to mount my cdrom from my windows box to install a product from my win pc onto my linux machine mount -t ftp 10.201.18.2 /cdrom... zvmlinx5:/# mount -t ftp 10.201.18.2 /cdrom mount: fs type ftp not supported by kernel zvmlinx5:/# error message above Ralph

Re: URGENT - RH 7.1 (64-bit) LPAR Install CTC Problems

2003-02-25 Thread Kyle Stewart
I can't even find the ping command on the initrd ipl file system--I get command not found. Do you have any tips about this? Thanks for the info about the subnet. Mine is set up like: OS/390 10.254.36.115 <--> Linux 10.254.36.117. We use this as a class-a network, i.e. no subnetting. Should I p

Re: URGENT - RH 7.1 (64-bit) LPAR Install CTC Problems

2003-02-25 Thread Robert J Brenneman
Yes, you should be able to ping Linux from the peer at the other end of the CTC connection. If you can ping from the peer (os/390) to your linux system, and you can ping from the world to os/390, then you have a routing problem. I set my CTC connections to OS/390 up like this: world --> 10.5.7.1

Re: Changing /proc/dasd/devices

2003-02-25 Thread Kittendorf, Craig
Thanks. I look thru that manual all morning (mine says 19 September) and didn't see it. Now I do. Oh well, brain cells are going fast Thanks, again, Craig -Original Message- From: Nix, Robert P. [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 25, 2003 3:17 PM To: [EMAIL PROTE

Re: Changing /proc/dasd/devices

2003-02-25 Thread Nix, Robert P.
Funny you should ask this; I was just in the book looking for the same command. Try "Linux for S/390 - Device Drivers and Installation Commands". Mine says 14 September, Linux kernel 2.4 on the cover. (Well, it's a .pdf file, so cover may not be the right term... But you get the idea.) The file

Re: how to connect guest lan to z/VM using hipersocket?

2003-02-25 Thread Alan Altmark
On Tuesday, 02/25/2003 at 10:50ZE12, Vic Cross <[EMAIL PROTECTED]> wrote: > On Mon, 24 Feb 2003, Alan Altmark wrote: > > > You will never be able to ping from your PC to linux03. Your config files > > describe a network that looks like: > > .--. > >

Re: grep question

2003-02-25 Thread Alan Cox
On Tue, 2003-02-25 at 16:57, Scott Koos wrote: > Hi All, > >Dumb question on grep, I'm trying to find if a file exists and the path > to it. ls -laR | grep y shows me the y file exists, is there a way > to show the path to the file also. find is your friend find . -name "*y*" -pr

Re: URGENT - RH 7.1 (64-bit) LPAR Install CTC Problems

2003-02-25 Thread Kyle Stewart
Shouldn't I be able to ping the initrd ipl'ed version of Linux via the CTC from the partner? I have tried configuring this with an OSA card in passthru mode. Everything (as far as I know) looks good, but we can't ping, telnet nor ssh to the Linux image. There must be something more basic that I

Re: SLES8 Auto Config parmfile parameter

2003-02-25 Thread Scott Archer
At 10:27 AM 02/25/2003, Marcy Cortes wrote: >I'm trying to automate the install by using the parameters in the >parmfile. I finally have all of them except for the last response: > >1) X-Window >2) VNC (VNC-Client or Java enabled Browser) >3) ssh >Choice:Which terminal do want to use? > >I can't f

Changing /proc/dasd/devices

2003-02-25 Thread Kittendorf, Craig
This is going to sound silly, but I use the following add dasd devices: echo "add device range=" >> /proc/dasd/devices but can't remember where I learned it. Anyone point me to docs describing this process? Thanks,Craig

Re: Itanium a flop?

2003-02-25 Thread Michael Short
If you count those that don't get turned on along with the ones that do, 390 processors definitely outshipped Itanium. To: [EMAIL PROTECTED] Phil Payne cc: (bcc: Michael Short/Towers Perrin)

PLanning for Z/VM and Linux

2003-02-25 Thread Duane Weaver
We are in the planning stages of installing Z/VM with the intent of installing Linux. How do other sites handle the backups done of the Linux virtual machines? Are the backups done from the VM side using DDR? Or are the backups done within the Linux virtual machine, some how giving tape access to

Itanium a flop?

2003-02-25 Thread Phil Payne
http://www.theinquirer.net/?article=7983 If this is right, given the average number of processors in each server, it means zSeries shipped two or three times as many engines as Itanium last year. -- Phil Payne http://www.isham-research.com +44 7785 302 803 +49 173 6242039

Re: SLES8 Auto Config parmfile parameter

2003-02-25 Thread Marcy Cortes
>I'm trying to automate the install by using the parameters in the >parmfile. I finally have all of them except for the last response: > >1) X-Window >2) VNC (VNC-Client or Java enabled Browser) >3) ssh >Choice:Which terminal do want to use? > >I can't find the parameter for this one. Did anybody

Re: grep question

2003-02-25 Thread Bellussi Giorgio
find / -name Scott Koos wrote: Hi All, Dumb question on grep, I'm trying to find if a file exists and the path to it. ls -laR | grep y shows me the y file exists, is there a way to show the path to the file also. Thanks in advance, Scott

SLES8 Auto Config parmfile parameter

2003-02-25 Thread Scott Archer
I'm trying to automate the install by using the parameters in the parmfile. I finally have all of them except for the last response: 1) X-Window 2) VNC (VNC-Client or Java enabled Browser) 3) ssh Choice:Which terminal do want to use? I can't find the parameter for this one. Did anybody figure it

Re: grep question

2003-02-25 Thread Daniel P. Martin
Scott: Try the 'find' command. Something like: find . -type f -name -print should do the trick. -dan. On Tue, 25 Feb 2003, Scott Koos wrote: > Hi All, > >Dumb question on grep, I'm trying to find if a file exists and the path > to it. ls -laR | grep y shows me the y

Re: SLES8 Install Problems

2003-02-25 Thread Scott Archer
WAR-FTPD is a server that will work with a Linux install, unlike microsoft ftp servers which only have a subset of the FTP command set. It is free and can be found at http://www.jgaa.com/ Now I can install Linux from my window workstation w/o having to bother the UNIX group to mount my CD on one of

grep question

2003-02-25 Thread Scott Koos
Hi All, Dumb question on grep, I'm trying to find if a file exists and the path to it. ls -laR | grep y shows me the y file exists, is there a way to show the path to the file also. Thanks in advance, Scott

Old JDKs

2003-02-25 Thread Murray Butler
Hello all- First, I'd like to thank everyone for their previous help, it was greatly appreciated. I was curious, are there any binary rpms of JDK1.1.8, I have an applet that needs to run in an older JVM, the applet is on it's way out, but I need to run it in a JVM that it can use, and

Re: SLES8 Install Problems

2003-02-25 Thread Michael.Megson
Eric... Here is the URL http://www.jgaa.com/ -Original Message- From: Linux on 390 Port [mailto:[EMAIL PROTECTED] Behalf Of Eric Bielefeld Sent: 25 February 2003 16:19 To: [EMAIL PROTECTED] Subject: Re: SLES8 Install Problems What is WAR-FTPD? FTPD I know, but WAR is unfamiliar to me.

Re: SLES8 Install Problems

2003-02-25 Thread Michael.Megson
Eric, WAR-FTPD is a FTP server ... rather than a client. It is very good and very cheap. -Original Message- From: Linux on 390 Port [mailto:[EMAIL PROTECTED] Behalf Of Eric Bielefeld Sent: 25 February 2003 16:19 To: [EMAIL PROTECTED] Subject: Re: SLES8 Install Problems What is WAR-FTPD

Re: SLES8 Install Problems

2003-02-25 Thread Rich Smrcina
A free FTP server that runs under Windows. On Tuesday 25 February 2003 09:19 am, you wrote: > What is WAR-FTPD? FTPD I know, but WAR is unfamiliar to me. > > Eric Bielefeld > Sr. MVS Systems Programmer > P&H Mining Equipment > Milwaukee, WI > 414-671-7849 > [EMAIL PROTECTED] > > >>> [EMAIL PROTEC

Re: SLES8 Install Problems

2003-02-25 Thread Eric Bielefeld
What is WAR-FTPD? FTPD I know, but WAR is unfamiliar to me. Eric Bielefeld Sr. MVS Systems Programmer P&H Mining Equipment Milwaukee, WI 414-671-7849 [EMAIL PROTECTED] >>> [EMAIL PROTECTED] 02/24/03 04:56PM >>> Okay.. solved my space problem. I'm doing an FTP install using WAR-FTPD. I set t

Re: Microsoft proud of XP compatibility

2003-02-25 Thread Eric Bielefeld
Only 5% of all programs needed changing for Y2K? I think we had to modify at least half of our programs. Unfortuneatly, we didn't change many of the old OS/VS Cobol to a current version of Cobol. I tried to sell them on that, but failed miserably. I have XP on my home computer, and have had n

Cost of PC churn

2003-02-25 Thread Phil Payne
http://www.theinquirer.net/?article=7942 Interesting article and a useful argument - most cost of ownership comparisons look at purchase and support. I don't think I've seen one cater for future upgrades. Basically this is a Mickeysofter admitting that a PC upgrade costs around $2000 in lost pr

Re: Microsoft proud of XP compatibility

2003-02-25 Thread Beinert, William
I think I live on a different planet than these people. I have programs I wrote on OS/2 1.2 that still run on Warp4. I have programs 30 years old that still run on OS/390 2.10 And it's not just MS. I installed a genealogy app last fall on RH Linux 7.2. I upgraded to RH 8.0 a month ago. And the app

Microsoft proud of XP compatibility

2003-02-25 Thread Phil Payne
Only 5% of applications will see problems: http://zdnet.com.com/2100-1104-985820.html (About the same number that needed modifiying for Year 2000.) -- Phil Payne http://www.isham-research.com +44 7785 302 803 +49 173 6242039

Re: how to connect guest lan to z/VM using hipersocket?

2003-02-25 Thread Vic Cross
I'm suspecting you are trying to migrate from a topology using vCTC or IUCV, or you've used an example based on vCTC or IUCV as a model for your configuration. In configurations such as these where point-to-point connections are used, it is possible for the IP addresses used at the VM end to be th