IBM GC28-1920-01 Server User Manual


 
5. Issue a TARGET command from the operator's console to define system
SYSTEM1 as the MAIN system for the multisystem node. (Issuing this
command allows you to reconfigure the node to make SYSTEM2 the main
system at some future time.)
prefixTARGET NODE(MIAMI1) SYSNAME(SYSTEM1) LOCAL MAIN OPERATIVE
PREFIX(...) PROTOCOL(...) WORKSPACE(...)
Add this command to the RACF parameter library for SYSTEM2.
On ORLANDO:
1. If MIAMI2 is the chosen destination of any autodirected output or notifications,
change this destination to be node MIAMI1. For example:
SET AUTODIRECT(NOTIFY(FAILURES(MIAMI1.ADMIN))
OUTPUT(FAILURES(MIAMI1.ADMIN)))
All autodirected output and notifications are sent to the main system of a
multisystem node.
2. Issue a TARGET DORMANT command from the operator's console to make
the connection with MIAMI2 dormant:
prefixTARGET NODE(MIAMI2) DORMANT
3. Ensure that the INMSG and OUTMSG workspace data sets for node MIAMI2
are empty. Automatic command direction and automatic password direction
should have been directed to MIAMI1. But if the workspace data sets are not
empty, use the RACF VSAM file browser utility, IRRBRW00, to record any
remaining command requests. (See
OS/390 Security Server (RACF) Diagnosis
Guide
and the RACJCL member of SYS1.SAMPLIB for information on
IRRBRW00.)
Note: Rerun the remaining commands after you complete step 5.
4. Issue a TARGET DELETE command from the operator's console to delete the
RRSF connections with MIAMI2:
prefixTARGET NODE(MIAMI2) DELETE
Update the RACF parameter library to delete the existing TARGET commands
for RRSF connections.
Another way you can do this step is to first make the updates to the RACF
parameter library, then stop and restart the RACF address space:
prefixSTOP
START subsystem-name,SUB=MSTR
5. Issue TARGET commands from the operator's console for the new
multisystem node, MIAMI1:
prefixTARGET NODE(MIAMI1) DORMANT
prefixTARGET NODE(MIAMI1) SYSNAME(SYSTEM1) MAIN OPERATIVE
prefixTARGET NODE(MIAMI1) SYSNAME(SYSTEM2) OPERATIVE
PREFIX(...) PROTOCOL(...) WORKSPACE(...)
Add these commands to the RACF parameter library for ORLANDO.
Remember to rerun remaining commands as noted in step 3.
Chapter 13. Scenarios 63