Open System Services Management and Operations Guide (G06.30+, H06.08+, J06.03+)

For example:
The SCF command:
INFO /OUT $S.#srv.info/ SERVER $ZPMON.*
returns descriptions of all the servers in the ZOSSSERV file.
The SCF command:
STATUS /OUT $S.#file.stat/ FILESET $ZPMON.*user*
and the SCF command:
STATUS /OUT $S.#file.stat/ FILESET $ZPMON.*USER*
both return the status of every fileset in the ZOSSFSET file that contains the string “USER”
in its name.
Creating Command Aliases:
You can use the SCF ALIAS command to create aliases for OSS Monitor commands. Such
aliases can be similar to UNIX commands. For detailed information about the SCF ALIAS
command, see the SCF Reference Manual for G-Series RVUs or the SCF Reference Manual
for J and H-Series RVUs.
For example, you can create the alias DF for the STATUS FILESET command to simulate the
UNIX df command by doing the following at SCF prompts:
1. Use the SCF ASSUME command to access the OSS Monitor:
ASSUME PROCESS $ZPMON
2. Issue the SCF ALIAS command for the desired alias:
ALIAS DF STATUS FILESET
3. Display the status of the fileset USER1 by entering this command:
DF USER1
Other aliases you could define that are similar to UNIX commands include:
Corresponding SCF CommandAlias for UNIX Command
DIAGNOSE FILESETfsck
ADD FILESETmkfs
START FILESETmount
STOP FILESETumount
Stopping the OSS Monitor
Stop the OSS Monitor process by doing one of the following:
If the OSS Monitor is running as a standard process, then, as the super ID, enter at a TACL
prompt:
STOP $ZPMON
If the OSS Monitor is running as a persistent process, then, as a member of the super group,
enter at an SCF prompt:
ABORT PROCESS $ZZKRN.#ZPMON
56 Operating the OSS Environment