Re: File Transfer Alternatives - Different Platforms

2022-06-28 Thread Glenn Wilcock
For folks on this thread who would be interested in doing this via cloud object 
storage, DFSMS is looking for sponsor users.  You'll need an NDA to 
participate.  Please reply to me via wilc...@us.ibm.com if you're interested.  
Thx.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: File Transfer Alternatives - Different Platforms

2022-06-27 Thread Rob Schramm
Not sure this exists anymore but there used to be a channel attached some
sort of conversion that used ficon.

But I do know that recently as of at least a few operating systems ago IBM
significantly improved FTP performance.

Also there's some company that does a JDBC type driver that is supposedly
good at really pumping data. And no it's it wasn't IBM it was some other
company and I can't remember who it was now.  It's been seven or eight
years I was interested because of CICS interdependency analyzer and running
the database on DB2 Linux / Windows and I wanted an easy way to pump the
data across for a load.  And they had a driver that would do it really well.

I think there is IBM backup software that pushes stuff to the cloud which
might be able to do what you're looking for.

Sorry I just have too many dust bunnies in my memory right now.

Rob

On Mon, Jun 27, 2022, 13:47 Paul Gilmartin <
042bfe9c879d-dmarc-requ...@listserv.ua.edu> wrote:

> On Mon, 27 Jun 2022 17:22:41 +, Steve Finch wrote:
>
> >SMB, NFS, DB2
> >
> Depending on availability of the vehicle on "Different Platforms".
>
> How does one transfer a file with DB2?  As a BLOB?
>
> >-Original Message-
> >From: Mark Jacobs
> >Sent: Monday, June 27, 2022 10:18 AM
> >
> >This might be a silly question, but are there any solutions out there for
> data access by different platforms other than sending data around the
> internal network? I'm thinking of have a huge storage device where servers,
> Linux, Windows, zOS can access the same data. With data locking so when
> server 'X' is writing the data, no other server can read it, and the
> reverse of course too. No data updates when data is being read.
>
> --
> gil
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: File Transfer Alternatives - Different Platforms

2022-06-27 Thread Paul Gilmartin
On Mon, 27 Jun 2022 17:22:41 +, Steve Finch wrote:

>SMB, NFS, DB2
> 
Depending on availability of the vehicle on "Different Platforms".

How does one transfer a file with DB2?  As a BLOB?

>-Original Message-
>From: Mark Jacobs
>Sent: Monday, June 27, 2022 10:18 AM
>
>This might be a silly question, but are there any solutions out there for data 
>access by different platforms other than sending data around the internal 
>network? I'm thinking of have a huge storage device where servers, Linux, 
>Windows, zOS can access the same data. With data locking so when server 'X' is 
>writing the data, no other server can read it, and the reverse of course too. 
>No data updates when data is being read.

-- 
gil

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: [External]File Transfer Alternatives - Different Platforms

2022-06-27 Thread Steve Finch
SMB, NFS, DB2

Steve Finch

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
Mark Jacobs
Sent: Monday, June 27, 2022 10:18 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: [External]File Transfer Alternatives - Different Platforms

Attention: This message originated from outside the RPS Network. Always use 
caution when clicking on links or opening attachments.   

This might be a silly question, but are there any solutions out there for data 
access by different platforms other than sending data around the internal 
network? I'm thinking of have a huge storage device where servers, Linux, 
Windows, zOS can access the same data. With data locking so when server 'X' is 
writing the data, no other server can read it, and the reverse of course too. 
No data updates when data is being read.

Mark Jacobs

Sent from [ProtonMail](https://protonmail.com), Swiss-based encrypted email.

GPG Public Key - 
https://api.protonmail.ch/pks/lookup?op=get=markjac...@protonmail.com

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: File Transfer Alternatives - Different Platforms

2022-06-27 Thread Paul Gilmartin
On Mon, 27 Jun 2022 14:17:43 +, Mark Jacobs wrote:

>... With data locking so when server 'X' is writing the data, no other 
> server can read it, and the reverse of course too. No data updates when data 
> is being read.
>
With  a Solaris FTP server I have relied on UNIX behavior:
...
PUT filename incoming/filename
RENAME  incoming/filename filename
QUIT

o UNIX rename is preemptive -- it quietly replaces any existing copy.
o UNIX rename is atomic -- no other process will observe two
  instances of "filename" or none.
o UNIX rename is nondisruptive -- a process which has open()ed a
  descriptor on a file can continue to process that file via the descriptor
  regardless of any rename() or ulink().  (Regina appears to violate
  this; perhaps it does a stat() before each STREAM I/O operation.)

-- 
gil

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: File Transfer Alternatives - Different Platforms

2022-06-27 Thread Mike Shaw
We have a Synology NAS RAID server  that Windows and our z/OS system
connect to via FTP.  OSX and Linux can also talk to it via other protocols
. It is very easy to use.

Mike Shaw

On Mon, Jun 27, 2022, 10:17 AM Mark Jacobs <
0224d287a4b1-dmarc-requ...@listserv.ua.edu> wrote:

> This might be a silly question, but are there any solutions out there for
> data access by different platforms other than sending data around the
> internal network? I'm thinking of have a huge storage device where servers,
> Linux, Windows, zOS can access the same data. With data locking so when
> server 'X' is writing the data, no other server can read it, and the
> reverse of course too. No data updates when data is being read.
>
> Mark Jacobs
>
> Sent from [ProtonMail](https://protonmail.com), Swiss-based encrypted
> email.
>
> GPG Public Key -
> https://api.protonmail.ch/pks/lookup?op=get=markjac...@protonmail.com
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: File Transfer Alternatives - Different Platforms

2022-06-27 Thread Seymour J Metz
External network, and there's a lot of overlap.


From: IBM Mainframe Discussion List  on behalf of 
Mark Jacobs <0224d287a4b1-dmarc-requ...@listserv.ua.edu>
Sent: Monday, June 27, 2022 10:17 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: File Transfer Alternatives - Different Platforms

This might be a silly question, but are there any solutions out there for data 
access by different platforms other than sending data around the internal 
network? I'm thinking of have a huge storage device where servers, Linux, 
Windows, zOS can access the same data. With data locking so when server 'X' is 
writing the data, no other server can read it, and the reverse of course too. 
No data updates when data is being read.

Mark Jacobs

Sent from 
[ProtonMail](https://secure-web.cisco.com/1j6M1ose_YIfZQY74VoK7-GAZ1IWpXkmscnNSi3QfDZhKSKw_oUqKpiEDTUieTBcBeLwrkQOWB0mIordv5S1K5p_scK7JtviC507Puh-59TJcahAZbQ1__d45Jn-ryMl_MDdqscW-rTO77b0zlEp8U1_hItxb_5mLQoLpWl1B3p-BK270U-_AFFhtD2PGNCDS-tIyc9lwXsZJbf2ENJmDTco78WPQgv0qcEQvQlDMr2rrjLGeiChl3emcFHvdUNfom9cS-N2S4CibvAWke3xKsCViQ40uRCcRWafcjwjnUuMToEWcWmmQRdfr8Esp21wRwSSm3GNuB-FKOkENiG29S9551b_z9x-5YfjboNaPEa2h--vcF7FrYQiJ79CIFQy2uzRCy2ekdNMbFlRFRDJAbOwqWN0h3YEl6ULsldyRmbBsiGsythez4FSKosKhgKWV/https%3A%2F%2Fprotonmail.com),
 Swiss-based encrypted email.

GPG Public Key - 
https://secure-web.cisco.com/1wnU6Bogw8V-dRbrot1eWxuZA0SQaZPenhN7O302ILYUjD0E0mDmCzCVUGr4gOG13tkEJgWgXql0As37IVg2zjwscf8aZzKf_QWSkaPfLTPOk4J0SrmPBpPIOLr_Tznox5V86-ZrrIitTn1xBpy-RhBeviyWZYadm7Os9ThHD5pY3N2TsDVTdiQAve9za_EFvt60fvgk7kbC6Wh5mRIPUkvTV1BjqNJhZ_aKFPO5mCJiVPERtmMtCU3WtaQ9-36I15rstA96-1iA7o6ht-CG6JTNBnFiF_6co_qVv8yspb_fGMxzUNru6_d5MOWajE7ZMZGoTZ65iDXKF_NIAIwdG1PYPYbql4Mx7tKUPwjrtk9eqTexKjsysqD3u0mvvrExd4ZSaJsNIEHVHFTFr2800SgwN_rTCkBQtLlmtVA44fA2pcV9lhozDpveKFvr9w8ea/https%3A%2F%2Fapi.protonmail.ch%2Fpks%2Flookup%3Fop%3Dget%26search%3Dmarkjacobs%40protonmail.com

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: File Transfer Alternatives - Different Platforms

2022-06-27 Thread Wayne Bickerdike
JDBC?

On Mon, Jun 27, 2022 at 3:44 PM Paul Gilmartin <
042bfe9c879d-dmarc-requ...@listserv.ua.edu> wrote:

> On Mon, 27 Jun 2022 14:17:43 +, Mark Jacobs wrote:
>
> >This might be a silly question, but are there any solutions out there for
> data access by different platforms other than sending data around the
> internal network? I'm thinking of have a huge storage device where servers,
> Linux, Windows, zOS can access the same data. With data locking so when
> server 'X' is writing the data, no other server can read it, and the
> reverse of course too. No data updates when data is being read.
> >
> NFS?
>
> z/OS can operate as either server or client.
>
> --
> gil
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>


-- 
Wayne V. Bickerdike

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: File Transfer Alternatives - Different Platforms

2022-06-27 Thread Paul Gilmartin
On Mon, 27 Jun 2022 14:17:43 +, Mark Jacobs wrote:

>This might be a silly question, but are there any solutions out there for data 
>access by different platforms other than sending data around the internal 
>network? I'm thinking of have a huge storage device where servers, Linux, 
>Windows, zOS can access the same data. With data locking so when server 'X' is 
>writing the data, no other server can read it, and the reverse of course too. 
>No data updates when data is being read.
> 
NFS?

z/OS can operate as either server or client.

-- 
gil

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


File Transfer Alternatives - Different Platforms

2022-06-27 Thread Mark Jacobs
This might be a silly question, but are there any solutions out there for data 
access by different platforms other than sending data around the internal 
network? I'm thinking of have a huge storage device where servers, Linux, 
Windows, zOS can access the same data. With data locking so when server 'X' is 
writing the data, no other server can read it, and the reverse of course too. 
No data updates when data is being read.

Mark Jacobs

Sent from [ProtonMail](https://protonmail.com), Swiss-based encrypted email.

GPG Public Key - 
https://api.protonmail.ch/pks/lookup?op=get=markjac...@protonmail.com

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN