[Search for users]
[Overall Top Noters]
[List of all Conferences]
[Download this site]
Title: | VAX and Alpha VMS |
Notice: | This is a new VMSnotes, please read note 2.1 |
Moderator: | VAXAXP::BERNARDO |
|
Created: | Wed Jan 22 1997 |
Last Modified: | Fri Jun 06 1997 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 703 |
Total number of notes: | 3722 |
367.0. "COPY/CONCATENATE,REPETITIONS?" by KAOT01::E_SHALABY () Fri Mar 21 1997 15:46
System is a VAX 4000-105A running VMS V6.2 in a VAXcluster.
Hello,
I am using the COPY/CONCATENATE but as you can see the first 4 files are
repeated twice.
any idea?
Thanks,
Emad Shalaby
Ovms Support Canada
$ COPY/CONCATENATE/LOG ACL_DAT4:ACLT6171_*A.DAT -
ACL_DAT3:ACLT6161A.DAT
%COPY-S-COPIED, DISK_ACL2:[ACL.DAT4]ACLT6171_1A.DAT;1 copied
to DISK_ACL2:[ACL.DAT3]ACLT6161A.DAT;1 (4409 blocks)
%COPY-S-APPENDED, DISK_ACL2:[ACL.DAT4]ACLT6171_2A.DAT;1
appended to DISK_ACL2:[ACL.DAT3]ACLT6161A.DAT;1 (2403 records)
%COPY-S-APPENDED, DISK_ACL2:[ACL.DAT4]ACLT6171_3A.DAT;1
appended to DISK_ACL2:[ACL.DAT3]ACLT6161A.DAT;1 (2413 records)
%COPY-S-APPENDED, DISK_ACL2:[ACL.DAT4]ACLT6171_4A.DAT;1
appended to DISK_ACL2:[ACL.DAT3]ACLT6161A.DAT;1 (2406 records)
______ 2nd time_______
%COPY-S-APPENDED, DISK_ACL2:[ACL.DAT4]ACLT6171_1A.DAT;1
appended to DISK_ACL2:[ACL.DAT3]ACLT6161A.DAT;1 (2401 records)
%COPY-S-APPENDED, DISK_ACL2:[ACL.DAT4]ACLT6171_2A.DAT;1
appended to DISK_ACL2:[ACL.DAT3]ACLT6161A.DAT;1 (2403 records)
%COPY-S-APPENDED, DISK_ACL2:[ACL.DAT4]ACLT6171_3A.DAT;1
appended to DISK_ACL2:[ACL.DAT3]ACLT6161A.DAT;1 (2413 records)
%COPY-S-APPENDED, DISK_ACL2:[ACL.DAT4]ACLT6171_4A.DAT;1
appended to DISK_ACL2:[ACL.DAT3]ACLT6161A.DAT;1 (2406 records)
-----------continuation of the log file and no repetitions ---------------
%COPY-S-APPENDED, DISK_ACL2:[ACL.DAT4]ACLT6171_5A.DAT;1 appended
to DISK_ACL2:[ACL.DAT3]ACLT6161A.DAT;1 (2408 records)
%COPY-S-APPENDED, DISK_ACL2:[ACL.DAT4]ACLT6171_6A.DAT;1 appended
to DISK_ACL2:[ACL.DAT3]ACLT6161A.DAT;1 (2406 records)
%COPY-S-APPENDED, DISK_ACL2:[ACL.DAT4]ACLT6171_7A.DAT;1 appended
to DISK_ACL2:[ACL.DAT3]ACLT6161A.DAT;1 (2410 records)
%COPY-S-APPENDED, DISK_ACL2:[ACL.DAT4]ACLT6171_8A.DAT;1 appended
to DISK_ACL2:[ACL.DAT3]ACLT6161A.DAT;1 (2427 records)
%COPY-S-APPENDED, DISK_ACL2:[ACL.DAT4]ACLT6171_9A.DAT;1 appended
to DISK_ACL2:[ACL.DAT3]ACLT6161A.DAT;1 (2402 records)
T.R | Title | User | Personal Name | Date | Lines |
---|
367.1 | | QUARK::LIONEL | Free advice is worth every cent | Fri Mar 21 1997 15:55 | 3 |
| Is ACL_DAT4 a search list?
Steve
|
367.2 | Part of Search List? | KAOT01::E_SHALABY | | Tue Mar 25 1997 09:47 | 8 |
|
Steve,
Sorry to have taken so long to answer
ACL_DAT4 is not a search list but is a part of ACL_DAT which is a
search list.
Regards,
Emad
|
367.3 | Standard Searchlist Stuff | XDELTA::HOFFMAN | Steve, OpenVMS Engineering | Tue Mar 25 1997 09:51 | 9 |
|
When there is a search list, one can see a particular action taken for
each entry in the search list -- seeing multiple copies of a file on a
BACKUP or similar operation is regularly noticed effect of this behaviour,
and what you are seeing looks like a variant.
Try to duplicate this behaviour without a searchlist involved. (I suspect
you will not be able to do so...)
|
367.4 | | AUSS::GARSON | DECcharity Program Office | Tue Mar 25 1997 18:02 | 9 |
| re .0
Can you reproduce this problem in house or is this a customer only
problem?
Searchlist is the most likely explanation. Can we see SHOW LOG/FU for
all involved logical names? Does DIR also list the files twice? If
searchlist really isn't involved then perhaps directory corruption has
occurred.
|