Operating System - OpenVMS
1827452 Members
4914 Online
109965 Solutions
New Discussion

Advanced Server - Large File Transfer Fails

 
SOLVED
Go to solution
Ted Ripp
Occasional Contributor

Advanced Server - Large File Transfer Fails

When I try to copy a large file, 800 MB, to the Advanced Server the copy runs for a minute or so and then fails with the diagnostic: "The specified network name is no longer available." I am doing this from cmd.exe in Windows 2000.

On the VMS side the file is created and continues to grow (dir/size=all) even after the error message on the PC, up to around 600 MB. This takes a few minutes. After a while the file gets closed on the VMS side. It looks to me like AS is allocating space for the file which takes too long causing the PC to time out on the connection. Can I fix this somehow?

Advanced Server 7.3A ECO-3
VMS 7.3-1
TCP/IP 5.3
ODS-5 disk holds the directory share
cluster size 64 extend 256.
The disk is software RAID-0 but I have the same problem on a single ODS-2 disk.

Also, do any of you have an idea of when the 4 GB limit will be lifted on the Advanced Server?
14 REPLIES 14
Volker Halle
Honored Contributor
Solution

Re: Advanced Server - Large File Transfer Fails

Ted,

is the disk set up for 'file high-water marking' (check with SHOW DEV/FULL and look in Volume Status:) ? If so, try $ SET VOL/NOHIGH disk to disable high-water marking. This should speed up filespace allocation

Volker.
Antoniov.
Honored Contributor

Re: Advanced Server - Large File Transfer Fails

Hi Ted,
I remember another thread like yours; if you have server based licence might be during long time copy licence expires.

Antonio Vigliotti
Antonio Maria Vigliotti
Brad McCusker
Respected Contributor

Re: Advanced Server - Large File Transfer Fails

>Also, do any of you have an idea of when
>the 4 GB limit will be lifted on the
>Advanced Server?

This is not an easy task - Advanced Server uses 32 bit file pointers and changing them to 64 bit is not a trivial task. I don't see it on the roadmaps anywhere. I also have not heard of many requests for this, either.

Brad McCusker
Brad McCusker
Software Concepts International
Brad McCusker
Respected Contributor

Re: Advanced Server - Large File Transfer Fails

Oh, regarding the primary point of the thread - High Water Marking is a good idea to check.

If that doesn't help, then, the fact that you are using the CMD prompt might be significant. Do you get a failure with drag and drop?

I've seen discussions around the TCP parameter, TCPNODELAY (UCX SET PROTOCOL TCP/NODELAY), but haven't heard those rumblings lately - so I don't recall the specifics of when this comes into play. If its easy for you to test, you might want to try it.

Regards,

Brad
Brad McCusker
Software Concepts International
Paul Nunez
Respected Contributor

Re: Advanced Server - Large File Transfer Fails

Hi,

As Halle noted, it's likely high-water marking on the volume which is slowing the file allocation effort, but disk fragmentation could also be contributing...

Also, I think you have to remount the volume after disabling high-water marking.?.

Can anyone confirm?

Paul
Wim Van den Wyngaert
Honored Contributor

Re: Advanced Server - Large File Transfer Fails

No remount needed.

Wim
Wim
Wim Van den Wyngaert
Honored Contributor

Re: Advanced Server - Large File Transfer Fails

Another possibility is that the volume is setup with "erase_on_delete" AND that the file has previous versions AND there is a version limit that causes a purge of a previous version.

set volume/noerase !

Wim
Wim
Ted Ripp
Occasional Contributor

Re: Advanced Server - Large File Transfer Fails

Volker,

Vielen Dank. Setting /nohigh solved my problem. Thank you for your quick and accurate response.

I had considered setting /nohigh but when I used help init/high on my 7.3-1 system the help message began with:

"Affects Files-11 On-Disk Structure Level 2 disks only."

It seems this is not the case.

TR
Jan van den Ende
Honored Contributor

Re: Advanced Server - Large File Transfer Fails

Ted,


"Affects Files-11 On-Disk Structure Level 2 disks only."


Well, on OpenVMS 7.3-2 the Help text is:

"Applies to Files-11 On-Disk Structure Level 2 (ODS-2) and Level 5 (ODS-5) disks only."

... but on 7.3-1 I indeed get your text.

So, documentation was a bit slow to catch up with new feature, but it IS updated in 7.3-2


Jan
Don't rust yours pelled jacker to fine doll missed aches.
labadie_1
Honored Contributor

Re: Advanced Server - Large File Transfer Fails

If a file transfer in Advanced server takes looong, you should try a basic ftp. If it is several orders of magnitude faster, stick to Ftp. Some tuning on caches in Advanced server may help too. Others will comment wisely and better than me on this :-) (Hello Brad !)
Ted Ripp
Occasional Contributor

Re: Advanced Server - Large File Transfer Fails

My problem is resolved but I am posting some final notes.

1) We are not using FTP because it is unfamiliar to our users. We are using Advanced Server because of security considerations. We have a less secure network and a more secure network connected by a firewall. We have the need to allow access to data on the more secure side from PCs on the less secure side and have been using a Windows 2000 based file server. We set up the firewall to allow incoming connections to that server. For various reasons it was not desirable to place the server on the less secure side and push data to it. Because of the almost continuous very serious security problems with Windows we decided to use the VMS Advanced Server to serve files to the less secure side. Our thinking is that it will not present as much of a security weakness as did Windows.

2) I noticed that with Advanced Server 7.3A ECO-3 (and perhaps other versions but I did not try them) if the Advanced Server is started before a disk is mounted you can not add a directory service on that disk. If the disk is mounted before Advanced Server is started services can be created.

3) These forums are a valuable resource.


TR
Uwe Zessin
Honored Contributor

Re: Advanced Server - Large File Transfer Fails

2) that can be fixed after the mount:

$ admin
D\\N> set computer /autoshare_synchronize
.
Bill Hall
Honored Contributor

Re: Advanced Server - Large File Transfer Fails

Ted,

To resolve problem #2 issue the following command in your system startup procedure after your disks have been mounted that you have created shares on:

$ADMINISTER SET COMPUTER /AUTOSHARE_SYNCHRONIZE /NOCONFIRM

We do this because we start Advanced Server to enble external authentication immediately after starting TCPIP Services. We mount all user data disks after starting all of the network transports.

This command is documented in the AS Commands Reference Manual.
Bill Hall
Ian Miller.
Honored Contributor

Re: Advanced Server - Large File Transfer Fails

can you post a note on what solved the problem for you (for future reference).
(People who use VMS as a secure file server for VMS should be encouraged :-).
____________________
Purely Personal Opinion