Kelvin Kloehn
Technical Support - Storage Systems
(214)216-3206 - kklo...@tuelectric.com
>Does anyone now where in storage I can find the domain (logical
>partition) name I am running in on an Amdahl 5665.
MVS itself doesn't know much about PR/SM partitions or MDF domains,
as far as I know. In the PR/SM world, you can issue a diagnose
instruction to get config information (partitions, weights, etc).
I think RMF does it several times a minute and writes the data
to SMF. Look at the RMF macros that map its SMF records,
you'll find mention of what diag code it uses.
The PR/SM config data is kept in storage by RMF and you can use it
if you know where it is. TASID finds this information (I don't know
how but you may try to ask its author). So does SHOWMVS, a program
you can find on the CBT tape, Compuserve (IBMHW) or NASCOM.
Also, in the CSD (macro IHACSD, addr in CVTCSD),
there is a PR/SM flag and the PR/SM partition number.
But all of this is for PR/SM, not MDF. So it may not be very helpful.
Sorry.