ServerNet/FX Adapter Configuration and Management Manual
Table Of Contents
- What’s New in This Manual
- About This Manual
- 1 Overview of the ServerNet/FX Adapter Subsystem
- 2 Configuring the ServerNet/FX Adapter Subsystem
- 3 Managing the ServerNet/FX Adapter Subsystem
- 4 ServerNet/FX Adapter Subsystem SCF Commands
- 5 Troubleshooting
- A SCF Command Summary
- B Error Messages
- C ServerNet/FX Adapter Self-test Codes
- Glossary
- Index

Configuring the ServerNet/FX Adapter Subsystem
ServerNet/FX Adapter Configuration and Management Manual—426872-002
2-5
Example
Example
The following command creates the primary FOX monitor process, named ZZFOX, in
processor 0 and the backup FOX monitor process in processor 3:
ADD PROCESS $ZZKRN.#ZZFOX, NAME $ZZFOX, TYPE FOXMON, &
PRIMARYCPU 0, BACKUPCPU 3, HOMETERM $ZHOME, PRIORITY 199, &
STARTMODE MANUAL, PROGRAM $SYSTEM.SYSTEM.FOXMON
Starting the FOX Monitor Process
After you have created the FOX monitor process using the SCF ADD PROCESS
command, you must start the process.
Using the SCF START PROCESS Command
Issue the Kernel subsystem SCF START PROCESS command to start the FOX
monitor process. The command syntax is
$ZZKRN.#gpname
is the user supplied name of the generic process controlled by the Kernel
subsystem manager ($ZZKRN).
Refer to the SCF Reference Manual for the Kernel Subsystem for complete syntax
information for the SCF START PROCESS command.
Example
The following command starts the FOX monitor process named ZZFOX:
START PROCESS $ZZKRN.#ZZFOX
Verifying the FOX Monitor Process
To make sure $ZZFOX has started successfully, use the Kernel subsystem SCF
STATUS PROCESS command. The command syntax is
$ZZKRN.#gpname
is the name of the generic process controlled by the Kernel subsystem manager
($ZZKRN).
START PROCESS $ZZKRN.#gpname
STATUS PROCESS $ZZKRN.#gpname