Open System Services Installation Guide (G06.24+, H06.03+, J06.03+)
STOPOSS Utility
Open System Services Installation Guide—429954-004
5-2
Status and Error Messages
Using OSSREMOV, STARTOSS, and STOPOSS version AAB on G06.17 RVU or later
without the OSSEASYSEUP^STARTUP param ignores the need for $ZSMP and
$NULL to be started before doing an OSS operation. However, if either $ZSMP or
$NULL is missing and the EASYSETUP^STARTUP param is set, then OSSREMOV or
Example 5-1. STOPOSS Session With EASYSETUP^STARTUP param Set With
$NULL and $ZSMP
TACL> param EASYSETUP^STARTUP "$ZSMP $NULL"
TACL> stoposs
NOTICE - No EasySetup EMS events will be generated.
STOPOSS - T0585G07 (07NOV2003) - December 10, 2003 15:38:21 System \NODE
(C)2002 Compaq (C)2003 Hewlett-Packard Development Company, L.P.
Shutdown of the OSS subsystem on \NODE: STARTING
Process missing. security manager process ($ZSMP) startup: STARTING
TACL> OSMP / NAME $ZSMP, NOWAIT, CPU 0, TERM $ZHOME/ 1
security manager process ($ZSMP) startup: COMPLETED
Process missing. NULL process ($NULL) startup: STARTING
TACL> NULL / NAME $NULL, NOWAIT, CPU 0, TERM $ZHOME, PRI 180 / 1
NULL process ($NULL) startup: COMPLETED
Shutdown of all OSS filesets: STARTING
SCF-> STOP FILESET $ZPMON.*
Shutdown of all OSS filesets: COMPLETED
Shutdown of the NULL process ($NULL): STARTING
TACL> STOP $NULL
Shutdown of the NULL process ($NULL): COMPLETED
Shutdown of the security manager process ($ZSMP): STARTING
TACL> SAFECOM STOP
Shutdown of the security manager process ($ZSMP): COMPLETED
Shutdown of the OSS subsystem on \NODE: COMPLETED
STOPOSS finished
Example 5-2. STOPOSS Session Without EASYSETUP^STARTUP param
TACL> param
EASYSETUP^STARTUP .$null $zsmp.
TACL> clear param easysetup^startup
TACL> param
TACL> stoposs
NOTICE - No EasySetup EMS events will be generated.
STOPOSS - T0585G07 (07NOV2003) - December 10, 2003 15:37:49 System \NODE
(C)2002 Compaq (C)2003 Hewlett-Packard Development Company, L.P.
Shutdown of the OSS subsystem on \NODE: STARTING
Shutdown of all OSS filesets: STARTING
SCF-> STOP FILESET $ZPMON.*
Shutdown of all OSS filesets: COMPLETED
Shutdown of the OSS subsystem on \NODE: COMPLETED
STOPOSS finished.