- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: CIFS on VMS
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2007 02:59 PM
01-14-2007 02:59 PM
CIFS on VMS
I am using CIFS/Samba v 3.0.10 on VMS 8.2 and all seems to be working well except......
transferring of files of any find.
I can drop and drag from the Windows XP professional but the files are totally corrupt.
Does anyone know what could be wrong?
A simple show dev/output=temp.txt comes out with a single control character in the left hand corner - that's all.
Thanks for any help on the matter.
Gary
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2007 11:27 PM
01-14-2007 11:27 PM
Re: CIFS on VMS
Welcome to the OpenVMS forum.
It's all a matter of record format and record attributes of the files.
SAMBA doesn't know how to present e.g. "variable length, carriage return carriage control" files to a Windows client such as Notepad.
Likewise, if you create (with Notepad) a file directly on a SAMBA share, you get a Stream_LF file at the VMS side, but with CR-characters (13 decimal, 0D hex) stuck at the end of each logical record.
I'm still trying to figure out how to amend these annoying things.
Regards,
Kris (aka Qkcl)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2007 05:41 AM
01-15-2007 05:41 AM
Re: CIFS on VMS
textfiles i.e. postscript, .txt, XML, CSVs are 100% of what we would be using it for.
Looks like I'm stuck.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2007 06:16 AM
01-15-2007 06:16 AM
Re: CIFS on VMS
The CIFS file server is on VMS right?
And you are using a windoze client to copy files around.
When and where do you see corruption?
VMS text file, copied to VMS, still fine on VMS?
VMS text file, opened with notepad.. corrupt?
Does it matter whether the file was 'standard OpenVMS: variable length', or Unixy (STREAM_LF) or Windoze/RSTS (STREAM)
PC text file, copied to VMS drive. Useable on PC? Useable on VMS?
Nothing works?
Gary> Does anyone know what could be wrong?
Your expectations !?
[ Perhaps shaped / spoiled through Pathworks? ]
Gary> A simple show dev/output=temp.txt comes out with a single control character in the left hand corner - that's all.
You are just using that VMS command on VMS to create a sample file right? which is than opened on Windoze and it shows a single funny char right?
Kris > Likewise, if you create (with Notepad) a file directly on a SAMBA share, you get a Stream_LF file at the VMS side, but with CR-characters (13 decimal, 0D hex) stuck at the end of each logical record.
So that means you really got a STREAM file, not STREAM_LF, but it was erroneously labeled STREAM_LF
Kris> I'm still trying to figure out how to amend these annoying things.
SET FILE/ATTRI=RFM=STM should bring them to life!
Gary>> textfiles i.e. postscript, .txt, XML, CSVs are 100% of what we would be using it for.
Gary>>Looks like I'm stuck.
Have you tried CONVERT/FDL=STREAM vms.TXT pc.txt ??
STREAM.FDL should be a file just containing:
RECORD; FORMAT STREAM
On OpenVMS 8.3 you can do:
$CONVERT/FDL=RECORD; FORMAT STREAM" x y
Anyway... on the windoze side you might not be stuck, as all it takes it a simple program which can read OpenVMS RMS Variable length record file, and convert to local format as needed.
I posted a PERL script to do just that years ago in:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=607254
Try it? (to make sure we at least understand the problem, even though it will probably not be an acceptable solution.)
Hope this helps some,
Hein van den Heuvel
HvdH Performance Consulting.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2007 07:01 AM
01-17-2007 07:01 AM
Re: CIFS on VMS
Why buy a car only to push it uphill yourself.
Surely HP must be looking at rectifying that situation at some point?