W dniu 28.10.2020 o 17:52, Charles Mills pisze:
I have two z/OS systems joined by a real fast TCP connection. (They're
actually two guests on the same VM, but seeing as how I have relatively
little knowledge or authority on the VM side of things it may be simpler to
just think of them as two adjacent machines.) This is the IBM Dallas
"Innovation Center," FWIW.
What would be the best way of replicating all of the "user" UNIX files from
one to the other? I can of course identify the "user" files by their highest
directory name. I want to propagate all of the permissions and so forth. Is
there a good way to do that?
FWIW I have complete authority on the z/OS machines; I can run SPECIAL
and/or OPERATIONS if necessary.
Related question: the UNIX file system on the "old" machine is a hodgepodge
of VSAM LDS. Every time we needed a bunch more space we simply defined a big
enough VSAM LDS and mounted it as whatever we needed. There's no advantage
to keeping the existing structure, is there? I should just define a single
space big enough to hold everything? I have no idea what the future might
hold but I don't think the UNIX file inventory is going to shrink
significantly.
Thanks, all.
Charles
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN
.
There are many ways.
I would suggest two:
1. Just "dump" your files, whol directory subtree to a file using pax
utility. Very simple, preserves all the attributes.
Of course this is dump-restore, or dump-send_file-restore.
2. Assuming all you files reside in single filesystem, just unmount it
and dump as any other VSAM dataset. Then copy it to target system,
restore and mount.
Disadvantate: this is all-or-nothing method and even free space have to
be moved. For almost-empty filesystems it is not effective.
--
Radoslaw Skorupka
Lodz, Poland
======================================================================
Jeśli nie jesteś adresatem tej wiadomości:
- powiadom nas o tym w mailu zwrotnym (dziękujemy!),
- usuń trwale tę wiadomość (i wszystkie kopie, które wydrukowałeś lub zapisałeś
na dysku).
Wiadomość ta może zawierać chronione prawem informacje, które może wykorzystać
tylko adresat.Przypominamy, że każdy, kto rozpowszechnia (kopiuje, rozprowadza)
tę wiadomość lub podejmuje podobne działania, narusza prawo i może podlegać
karze.
mBank S.A. z siedzibą w Warszawie, ul. Senatorska 18, 00-950
Warszawa,www.mBank.pl, e-mail: [email protected]. Sąd Rejonowy dla m. st.
Warszawy XII Wydział Gospodarczy Krajowego Rejestru Sądowego, KRS 0000025237,
NIP: 526-021-50-88. Kapitał zakładowy (opłacony w całości) według stanu na
01.01.2020 r. wynosi 169.401.468 złotych.
If you are not the addressee of this message:
- let us know by replying to this e-mail (thank you!),
- delete this message permanently (including all the copies which you have
printed out or saved).
This message may contain legally protected information, which may be used
exclusively by the addressee.Please be reminded that anyone who disseminates
(copies, distributes) this message or takes any similar action, violates the
law and may be penalised.
mBank S.A. with its registered office in Warsaw, ul. Senatorska 18, 00-950
Warszawa,www.mBank.pl, e-mail: [email protected]. District Court for the Capital
City of Warsaw, 12th Commercial Division of the National Court Register, KRS
0000025237, NIP: 526-021-50-88. Fully paid-up share capital amounting to PLN
169.401.468 as at 1 January 2020.
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN