Open System Services NFS SCF Reference Manual

SCF Commands for OSS NFS
Open System Services NFS SCF Reference Manual522582-001
2-31
Considerations
DEBUGONERR { ON | OFF }
specifies what happens when a fatal error occurs. If ON, the process goes into
debug mode. If OFF, the process aborts ( the ABEND routine is called).
LOGFILE [file-name]
specifies the name of the log file used to used by the manager process. If the
LOGFILE attribute is specified without an argument, logging to the log file is
stopped.
MSGFILE file-name
specifies the name of the message file to be used by the manager process. This file
is usually located on the same subvolume as the OSS NFS manager process and its
value is not usually altered.
Considerations
Consider the following points when using the ALTER PROCESS command:
ALTER PROCESS is a sensitive command requiring super-group access.
The COLLECTOR attribute for the PROCESS object controls the EMS collector for
all LAN and SERVER objects as well. All the events generated by the subsystem
are sent to the same collector. Any changes to the collector are propagated to all
LAN and SERVER objects in the STARTED summary state.
The LOGFILE attribute is a feature of the manager process and only contains events
generated by the manager process. Events generated by a LAN or SERVER object
never appear in the log file.
Use the INFO PROCESS command to determine the current attribute values of the
PROCESS object.
If you specify multiple parameters in any ALTER command and an error occurs,
some of the processing might be complete even though the processing was
interrupted. Use the appropriate INFO command to determine which of the
requested changes were made before the error occurred.
Example
The following command turns off the DEBUGONERROR attribute and specifies a log
file:
->ALTER PROCESS $ZNFS, DEBUGONERROR OFF, &
->LOGFILE $VOL5.LOGNFS.LOG1
Caution. Use DEBUGONERR carefully, because turning it on inhibits takeover and prevents
normal fault tolerant operation.