Accessing windows UNC shares from Linux

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
smoffa
Premium Member
Premium Member
Posts: 40
Joined: Wed Jun 30, 2004 6:00 am
Location: Orlando, FL
Contact:

Accessing windows UNC shares from Linux

Post by smoffa »

I hope I can do a good job of describing my issue. I am still a little confused myself.

I am currently switching my DataStage Windows 8.01 instance to Linux 64bit 8.7 version of DataStage.

I have a number of server jobs that use a sequential stage to create a file on a Windows UNC share. For example, I have \\gscnas03\gsc-dept3$\file.txt in the File name box of the sequential file stage.

How can I access this share from Linux?

A couple of options I have thought about already that are not preferable are:

1. FTP the file instead, or
2. Use Samba software (already installed on the Linux server) to create permanent mounts to the shares. I was told by my Linux team that this is not a good idea as this would create dependencies on my server to all of these shares.

Does anyone have any other suggestions?
lstsaur
Participant
Posts: 1139
Joined: Thu Oct 21, 2004 9:59 pm

Post by lstsaur »

The way I have done is establish the ssh first between your Linux and Windows boxes; then use the SFTP stage to get your files. No FTP or Samba is allowed due to the security reasons.
Post Reply