Open System Services Management and Operations Guide (G06.29+, H06.07+)
Operating the OSS Environment
Open System Services Management and Operations Guide—527191-005
2-15
Stopping the OSS Monitor
•
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:
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
Obtaining Information About the OSS Subsystem
You can use SCF commands to obtain information as described in the following
subsections:
•
Checking Whether a Subsystem Process Is Running on page 2-15
•
Listing the Objects Managed by the OSS Monitor on page 2-17
•
Checking the Configuration of the OSS Monitor on page 2-17
•
Checking the Version of the OSS Monitor on page 2-18
Checking Whether a Subsystem Process Is Running
There is no OSS Monitor command that provides the state of an OSS subsystem
process. To determine the state of an OSS subsystem process, you must use the basic
SCF LISTDEV command.
Alias for UNIX Command Corresponding SCF Command
fsck DIAGNOSE FILESET
mkfs ADD FILESET
mount START FILESET
umount STOP FILESET