Jesús, mira si pudiera ser esto. Paco Sanchis

==================================================
IBM AS/400 Support Line
Technical Document

   Document Number:   12751331
____________________________________________________________
Functional Area:                       AS/400 Mail
SubFunctional Area:               SMTP
SubSubFunctional Area:       General
____________________________________________________________
Product:  TCP/IP UTILITIES (5769TC100)
Release:  ALL

Classification:     Public Use

Keywords:            MAIL, SMTP, TCPIP
____________________________________________________________
Document Title:SMTP Warm and Cold Start
Document Description:

During SMTP start-up, SMTP may destroy distributions that it cannot
process.  How SMTP does this depends on the
existence and contents of a single-character, user-defined data area called
QTMSCLEAN in the QUSRSYS library.  The
character in this data area indicates the extent of mail control block
clean-up:


 o   An uppercase or lowercase c in this data area indicates a cold start
     was requested to free all mail control blocks.



 o   Any other character causes a warm start to free only the first
     floater mail control block found.  A floater is an MCB that was
     dequeued but was not fully processed or failed processing when SMTP
     ended (for whatever reason).



When SMTP starts up, a recovery function checks the QUSRSYS library for
this data area and proceeds accordingly.

Since a warm start frees only a single MCB, it may be necessary to stop
SMTP, create the data area, and start SMTP more than one time to get to the
MCB that is causing the problem.  If there are a large number of MCBs, a
cold start may be the fastest way to correct the problem.

To create the QTMSCLEAN data area, use the Create Data Area (CRTDTAARA)
command.

Cold Start

The following command causes a cold start to occur and frees all the mail
control blocks found the next time SMTP starts
up.  On the OS/400 command line, type the following:

Important Note:  When a cold start occurs, all unprocessed SMTP
distributions found in the system are destroyed and mail is lost.

CRTDTAARA  DTAARA(QUSRSYS/QTMSCLEAN)  TYPE(*CHAR)  +
LEN(1)  VALUE('c')  AUT(*ALL)

Press the Enter key.

Warm Start

To cause a warm start and free only the first floater mail control block
found the next time SMTP starts up, on the OS/400 command line type the
following:

CRTDTAARA  DTAARA(QUSRSYS/QTMSCLEAN)  TYPE(*CHAR)  +
LEN(1)  VALUE('W')  AUT(*ALL)

Press the Enter key.  Once the clean-up is complete, code within SMTP
deletes the QTMSCLEAN data area from library QUSRSYS (provided the data
area was created using the *ALL authority)
----- Mensaje original -----
De: <[EMAIL PROTECTED]>
Para: <[EMAIL PROTECTED]>
Enviado: jueves 2 de mayo de 2002 16:31
Asunto: Servidor SMTP y rendimiento


> Amigos, recientemente habilitamos el servidor SMTP del AS/400 y a partir
de
> entonces el rendimiento del sistema se ha degradado considerablemente. A
> continuacion les presento los resultados del comando WRKSYSACT.
>
>                           Work with System Activity
TTZAC
>                                                              02/05/02
09:09:21
> Automatic refresh in seconds  . . . . . . . . . . . . . . . . .     5
> Elapsed time . . . . :   00:00:02        Overall CPU util . . :   98.6
>
>
>
> Type options, press Enter.
>   1=Monitor job   5=Work with job
>                                                           Total Total
>     Job or                                          CPU   Sync  Async
PAG
> Opt Task        User        Number  Thread    Pty  Util   I/O    I/O
Fault
>     QTSMTPCLTP  QTCP        310024  0000002A   35  15.7      0      3
0
>     QTSMTPSRVP  QTCP        310039  00000009   35  15.4     31     40
0
>     QTSMTPCLTP  QTCP        310030  0000000A   10  15.2     11      3
0
>     QTSMTPSRVP  QTCP        310048  00000001   35  13.7     30     39
0
>     QTSMTPCLTP  QTCP        310045  00000003   35   8.5      0      0
0
>     QTSMTPCLTP  QTCP        310082  00000003   35   8.5      0      0
0
>     QTSMTPSRVP  QTCP        310085  00000001   35   7.0     40     36
0
>     QTSMTPSRVP  QTCP        310060  00000028   35   6.8     30     29
0
>     QTSMTPCLTP  QTCP        310062  00000001   35   3.1      0      0
0
>     QTSMTPSRVP  QTCP        310061  0000002A   10   2.7     28     16
0
>     CFINT01                                     0    .7      0      0
0
>     DINJESUSO1  INJESUS     310058  00000001    1    .1      0      0
0
>     SMIOSTCPGT                                  0    .1      0      0
0
>     FAXMSTCTL   QPGMR       309110  00000001   20    .1      0      0
0
>     QTSMTPCLTD  QTCP        309083  00000001   35    .1      1      0
0
>     MNTASK                                     52    .0      0      4
0
>     PRT03       QSPLJOB     309118  00000001   15    .0      2      0
0
>     RMTMSAFETA                                  0    .0      1      0
0
>
> Nuestro equipo es pequeño, un 9406-720 con 512 MB RAM y 32 GB HD en V4R4.
Alguna idea?
>
> Saludos y gracias.
>
> Jesus H. Olague Alcala
>
>
> _____________________________________________________
> Forum.HELP400 es un servicio más de NEWS/400.
> © Publicaciones Help400, S.L. - Todos los derechos reservados
> http://www.help400.es
> _____________________________________________________
>
> Para darte de baja, envía el mensaje resultante de pulsar
> mailto:[EMAIL PROTECTED]?body
>


_____________________________________________________
Forum.HELP400 es un servicio más de NEWS/400.
© Publicaciones Help400, S.L. - Todos los derechos reservados
http://www.help400.es
_____________________________________________________

Para darte de baja, envía el mensaje resultante de pulsar
mailto:[EMAIL PROTECTED]?body=LEAVE

Responder a