HP 3000 Manuals

Ap A. Operator Commands [ HP DeskMon: Administrator's Guide ] MPE/iX 5.0 Documentation


HP DeskMon: Administrator's Guide

Appendix A  Operator Commands 

DeskMon has a number of commands that have been set up as UDCs in the
file DMUDC.DESKMON.HPOFFICE.

DMCONFIG 

DMCONFIG runs the DeskMon Configurator program.  For example:

     RUN DMCONFIG.DESKMON.SYS;LIB=G

DMDBDUMP 

DMDBDUMP runs a program that "dumps" the entire contents of the DeskMon
database to a file in a format that can be used by the *DMUPDATE server.
By default the file it creates is called DMDBDUMP.DESKMON.HPOFFICE. An
alternate file name can be supplied after the command.

     DMDBDUMP !INFO="DMDBDUMP"
     RUN DMDBDUMP.DESKMON.SYS;LIB=G;INFO="!INFO"

DMDESKOFF 

DMDESKOFF executes a program which writes a record to the DMIPC file
requesting DeskMon to disable HP DeskManager checks.  DMDESKOFF would
normally be used if you wish to continue monitoring non-HP DeskManager
processes which you have configured in the DeskMon database but wish to
have DeskMon release its hold on the HP DeskManager database or related
files for some reason (for example, during expansion of the HP
DeskManager database).

     RUN DMDSKOFF.DESKMON.SYS;LIB=G

DMDESKOFF is automatically issued when a DMOFF is issued.


NOTE DeskMon automatically suspends HP DeskManager checks while routine operations (such as MAILMAINT and MAILSTORE) are performed. It is therefore not necessary to inhibit DeskMon while routine HP DeskManager operations are performed.
DMDESKON DMDESKON executes a program which writes a record to the DMIPC file requesting DeskMon to enable HP DeskManager checks. RUN DMDSKON.DESKMON.SYS;LIB=G DMDESKON is automatically enabled when a DMON is issued. DMJCL DMJCL is used by applications to send DeskMon messages to any Report Category configured on the local system. Following the command, a string made up of the name of the Report Category, a colon, and then the message in double quotes or the name of an MPE file is required. DMJCL !INFO=string RUN DMJCL.DESKMON.SYS;LIB=G;INFO="!INFO" DMOFF DMOFF executes a program which writes a record to the DMIPC file requesting DeskMon to shut down. RUN DMSTOP.DESKMON.SYS;LIB=G DMON DMON uses MAILSTREAM to stream the template job which starts up the DeskMon reporting process. RUN MAILSTRM.HPMAIL.SYS;LIB=G;INFO="DESKMON" This job stays logged on as long as DeskMon is running. (MAILSTREAM is used to substitute the passwords for MGR.HPOFFICE, so that using the HP DeskManager PASSEDIT command will update the password information for both HP DeskManager and DeskMon). The DMON command should be put into the start procedure performed by the system operator, so that DeskMon reporting is enabled as part of system start up.
NOTE The DMON command cannot be put in the SYSSTART file since MAILSTREAM cannot be executed from SYSSTART.
DMVERSION DMVERSION runs a program that reports the version of DeskMon that is being used. RUN DMVER.DESKMON.SYS;LIB=G


MPE/iX 5.0 Documentation