Previous Topic: Define SystemsNext Topic: Start the SOF Server


Define Switches

Normally, the SOF server automatically discovers all switches in the I/O configuration. There may be situations where the SOF server is not able to identify a switch, or may identify a switch improperly. Those situations results in SOF being unable to properly correlate the switch among the multiple z/OS systems.

The situations that follow require adding a DEFINE SWITCH command in the INITCMDS file:

The DEFINE SWITCH command syntax is described in Miscellaneous Commands.

Use DEFINE SWITCH command in the following situations:

For any switch, as long as there is a UCB for the switch on at least one z/OS system in the SOF complex and the switch is online to that system, all SOF connectivity control commands that are directed to the switch functions normally.

Example: Switch between Systems

A two-system SOF complex, follows with definitions:

The following commands in a shared INITCMDS file would enable SOF to correlate the switch between systems:

IFSYS SYSTEMA
  DEFINE SWITCH 0001 009032.005.IBM.02.FAKESERIAL03.0000
ENDSYS
IFSYS SYSTEMB
  DEFINE SWITCH 0002 009032.005.IBM.02.FAKESERIAL03.0000
ENDSYS

Important! After starting SOF for the first time, we recommend that you verify the switches as discovered by SOF in the shared I/O configuration. Use the SOF display commands or OPSVIEW option 3.5, to determine if DEFINE SWITCH commands are required at your site.