Open System Services NFS SCF Reference Manual

SCF Commands for OSS NFS
Open System Services NFS SCF Reference Manual522582-001
2-30
ALTER PROCESS Command
ALTER PROCESS Command
The ALTER PROCESS command changes attribute values associated with the specified
PROCESS object.
The ALTER PROCESS command has the following syntax:
For a PROCESS object, attribute-spec can be any of:
PROCESS process-name
specifies the name of the PROCESS object whose attributes are to be altered.
SEL [ NOT ] state
specifies the summary state select option. You can use the SEL option to specify
that you want to alter only PROCESS objects in a specified summary state. See
Summary States on page 1-7, for the names and descriptions of these states.
BACKUP [ backup-cpu-number ]
specifies the number of the backup processor on which the manager process runs.
You can specify from -1 through 15. If you specify -1 or do not specify this
attribute, the manager process does not run as a process pair.
BACKUPDEBUG { ON | OFF }
specifies that any subsequent backup should be initiated in debug mode.
COLLECTOR [process-name]
specifies the name of the Event Management Service (EMS) collector process. If
the COLLECTOR attribute is specified without an argument, EMS logging is
stopped.
ALTER PROCESS process-name [ [ , attribute-spec ]... ]
[ , SEL [ NOT ] state ]
[ BACKUP [ backup-cpu-number ] ]
[ BACKUPDEBUG { ON | OFF } ]
[ COLLECTOR [ process-name ] ]
[ DEBUGONERR { ON | OFF } ]
[ LOGFILE [ file-name ] ]
[ MSGFILE file-name ]
Caution. Use BACKUPDEBUG carefully, because turning it on inhibits takeover and prevents
normal fault-tolerant operation.