Re: z/Linux access to z/OS DASD

2008-05-21 Thread Chase, John
-Original Message- From: Linux on 390 Port On Behalf Of O'Brien, Dennis L You might not need a z/OS license for software running inside the penguin, but you would still need licenses for all your other z/OS software, and they would include the CP's that the penguin is running

Re: z/Linux access to z/OS DASD

2008-05-20 Thread Mark Perry
McKown, John wrote: Very correct. Ah now I understand the buggy problems with so many programs that were certified as correct. They haven't yet reached the very correct level yet ;-) Hey we can take mathematics to a whole new level, why stop at infinite, we can now have very infinite ;-) mark

Re: z/Linux access to z/OS DASD

2008-05-20 Thread Thomas Kern
Except the original poster wants to REDUCE z/OS cycles and cost, not INCREASE them. /Tom Kern John Summerfield wrote: I imagine it's possible to port Linux to z/OS. I'm thinking here of the user-mode-linux model, where the kernel's hardware is provided in the host OS. It would need tty

Optimal I/O (was z/Linux access to z/OS DASD)

2008-05-20 Thread Little, Chris
-Original Message- From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of McKown, John Sent: Monday, May 19, 2008 4:12 PM To: LINUX-390@VM.MARIST.EDU Subject: Re: z/Linux access to z/OS DASD Very true! That is why, back when I had z/Linux, I only allowed direct access

Re: z/Linux access to z/OS DASD

2008-05-20 Thread John Summerfield
Thomas Kern wrote: Except the original poster wants to REDUCE z/OS cycles and cost, not INCREASE them. I imagine that running commercial software inside a penguin on z/OS would not require a z/OS licence any more than it does when the penguin's running on z/VM. A penny saved is a penny saved.

Re: z/Linux access to z/OS DASD

2008-05-20 Thread O'Brien, Dennis L
' nightstand. -- Dennis Miller -Original Message- From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of John Summerfield Sent: Tuesday, May 20, 2008 17:12 To: LINUX-390@VM.MARIST.EDU Subject: Re: z/Linux access to z/OS DASD Thomas Kern wrote: Except the original poster wants to REDUCE z

Re: z/Linux access to z/OS DASD

2008-05-20 Thread John Summerfield
O'Brien, Dennis L wrote: running penguins. We already have that with z/VM, so why bother? I'm sure Why bother was asked about Linux (and Solaris) on System/390 too. And, in years before 1492, about sailing west from Europe. -- Cheers John -- spambait [EMAIL PROTECTED] [EMAIL

Re: z/Linux access to z/OS DASD

2008-05-20 Thread David Boyes
running penguins. We already have that with z/VM, so why bother? I'm sure Why bother was asked about Linux (and Solaris) on System/390 too. And, in years before 1492, about sailing west from Europe. More like Are you out of your $%^#ing mind? 8-) Actually, I think a Russian company did

Re: z/Linux access to z/OS DASD

2008-05-19 Thread Tom Duerbusch
Linux disk can be served (like NFS or SAMBA). Mainframe disk can be served to Linux (thinking LANRES). And, of course, there is FTP servers. Perhaps even Java beans, kind of like what we have on VSE to serve VSAM. But native reading/writing of anothers filesystem, can be done if you write the

Re: z/Linux access to z/OS DASD

2008-05-19 Thread Thomas Kern
to linux bypassing as much security as you can and then stop using the z/OS copy of the data. /Tom Kern -Original Message- From: Alan Ackerman [EMAIL PROTECTED] Subject: z/Linux access to z/OS DASD One of my managers told me that since you could make both ECKD (FICON) and SCSI

Re: z/Linux access to z/OS DASD

2008-05-19 Thread Kirk Wolf
Along with security (which is a huge problem) a production quality native file-system driver would have to deal with: - serialization (GRS/XCF enqueues with z/OS) - support for z/OS catalogs - support for dealing with variable length binary records. - support for datasets with extents that span

Re: z/Linux access to z/OS DASD

2008-05-19 Thread Alan Altmark
On Monday, 05/19/2008 at 01:26 EDT, McKown, John [EMAIL PROTECTED] wrote: Personal opinion time, doning Security Admin hat: There is NO way that I would allow a Linux system to directly access my z/OS datasets. Why? No ability to audit. No ability to restrict access and prove that access was

Re: z/Linux access to z/OS DASD

2008-05-19 Thread McKown, John
-Original Message- From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of Alan Altmark Sent: Monday, May 19, 2008 1:33 PM To: LINUX-390@VM.MARIST.EDU Subject: Re: z/Linux access to z/OS DASD On Monday, 05/19/2008 at 01:26 EDT, McKown, John [EMAIL PROTECTED] wrote

Re: z/Linux access to z/OS DASD

2008-05-19 Thread Alan Altmark
On Monday, 05/19/2008 at 01:12 EDT, Alan Ackerman [EMAIL PROTECTED] wrote: One of my managers told me that since you could make both ECKD (FICON) and SCSI (FCP) connections to the same IBM Storage subsystem, z/Linux should be able to read z/OS data off the z/OS volumes, without any special

Re: z/Linux access to z/OS DASD

2008-05-19 Thread Jacob Dekel
First, a confession: I am the one who wrote the device driver that enables accessing z/OS dasd from z/Linux. Regarding the security issues that were raised here: They are valid and I agree with what was said. However, *if* you have a z/OS volume accessible from z/Linux with or without a driver,

Re: z/Linux access to z/OS DASD

2008-05-19 Thread John Summerfield
Adam Thornton wrote: On May 19, 2008, at 12:02 PM, Alan Ackerman wrote: One of my managers told me that since you could make both ECKD (FICON) and SCSI (FCP) connections to the same IBM Storage subsystem, z/Linux should be able to read z/OS data off the z/OS volumes, without any special

Re: z/Linux access to z/OS DASD

2008-05-19 Thread John Summerfield
Thomas Kern wrote: I am pretty sure it would take at least a new driver and probably a new filesystem, akin to CMSFS for a start. But then you get into the area of security. Without z/OS doing the file access, your z/OS security package cannot validate any of the linux i/o to each file. Any