PDA

View Full Version : QVNAAMON



jojoschluckfirma
19-05-03, 16:00
Hallo,
Nach jedem IPL wird das Programm QVNAAMON aus QNTAP gestartet kann mir jemand sagen was dieses programm macht ?? Wir haben einen integrierten Server in unserer AS400 .

Im voraus vielen Dank
Gruß Jojo

boma1963
19-05-03, 18:14
Hallo JoJo,

es handelt sich um ein Monitorjob für den Windows-Server. Wie unten angegeben kannst du Ihn über eine DTAARA steuern ob er laufen soll oder nicht. Wenn du weitere Hilfe suchst, einfach bei www.ibm.com (http://www.ibm.com) in Suche den Namen eintragen und los gehts.

Gruss Markus

Enabling Monitor Job (QVNAAMON) Trace

The Monitor Job (QVNAAMON) can trace activity that occurs between the system and the Microsoft Windows server, such as user propagation processing, and Windows shutdown requests. The trace statements are shown in the Monitor job log. To enable the Monitor job trace, type the following on an OS/400 command line:

CRTDTAARA DTAARA(QUSRSYS/QVNATRC) TYPE(*CHAR) LEN(1) VALUE('0')

Press the Enter key.

When no longer needed, disable the Monitor job trace by typing the following on an OS/400 command line:

DLTDTAARA DTAARA(QUSRSYS/QVNATRC)

Press the Enter key.