I've this problem in ca ops connected to TNGmanager
In some condition the rexx clist in ops environment my trap snmp
sends messages to the server in a lot of time as you can see from the
list that i have included in my message.
someone of you has some suggestion.
Many Thanks
Enzo
OPS REl. 4.4.1
OS/390 Rel. 2.10
OMVS Rel. 2.10
Framework (omvs) Rel. 2.2
This is OPSLOG
09:56:00 OPS3092O inizio-------> 09:56:00 ALERT41 VARIE Refresh
Started
09:56:04 OPS3092O FINE -------> 09:56:04 ALERT43 VARIE Refresh Ended
10:05:21 OPS3724T USS PALVAROK SENT CMD=USSCMD cawto -n DCPTCNEDWEB
-c GREEN ALERT41 VARIE Refresh Started 09:56:00
10:05:23 OPS3724T USS PALVAROK SENT CMD=USSCMD cawto -n
100.100.100.249 -c GREEN ALERT41 VARIE Refresh Started 09:56:00
10:07:54 OPS3724T USS PALVAROK SENT CMD=USSCMD cawto -n DCPTCNEDWEB
-c GREEN ALERT43 VARIE Refresh Ended 09:56:04 29 S
*****************************************
This is the rule
TNGM008 ENABLED Y TOD 01.01 04/09/28 04/09/29 10:38 5 5 2
SCA3003
TNGM008
)TOD ,00:10:00,
)PROC
address OSF
"OI PALVAROK"
return
*********************
this is rexx clist
PALVAROK
/**********************************************************************/
/* Program name: prova1 invio apertura e chiusura palle superiori
*/
/**********************************************************************/
Sys_id = OPSINFO('SMFID')
TngGw = OPSVALUE('GLOBAL.TNGMON.GATEWAY','O')
If Sys_id <> TngGw Then return
TngManager = OPSVALUE('GLOBAL.TNGMON.MANAGER','O')
Msg_text = 'ALERT41 VARIE Refresh Started'
say 'inizio------->' TIME() msg_text
cmd_txt0 = 'cawto -n ' TngManager '-c GREEN' Msg_text TIME()
cmd_txt1 = 'cawto -n ' 100.100.100.249 '-c GREEN' Msg_text TIME()
address USS
"usscmd command('"cmd_txt0"')"
opswait(2.0)
address USS
"usscmd command('"cmd_txt1"')"
opswait(2.0)
Msg_text = 'ALERT43 VARIE Refresh Ended'
cmd_txt0 = 'cawto -n ' TngManager ' -c GREEN' Msg_text TIME()
DATE()
address USS
"usscmd command('"cmd_txt0"')"
say 'FINE ------->' TIME() msg_text
/* Msg_text = 'ALERT41 VARIE Refresh Started' time()
x = opscawto(TngManager,Msg_text,'D')
rc=opscawto
say x
opswait(2.0) */
Return
**********************************************************
this is the trace
11:00:02 OPS3900O RULE TNG.TNGM008 FOR TOD 2004/09/29 11:10:00 SET
11:00:02 OPS0997T >F>
11:00:02 OPS0997T *-* 16: address USS
11:00:02 OPS0997T >L> USS
11:00:02 OPS0997T *-* 17: "usscmd command('"cmd_txt1"')"
11:00:02 OPS0997T >L> usscmd command('
11:00:02 OPS0997T >V> cawto -n 100.100.100.249 -c GREEN ALERT41
VARIE Refre
11:00:02 OPS0997T >O> usscmd command('cawto -n 100.100.100.249 -c
GREEN ALE
11:00:02 OPS0997T >L> ')
11:00:02 OPS0997T >O> usscmd command('cawto -n 100.100.100.249 -c
GREEN ALE
11:00:02 OPS0997T *-* 18: opswait(2.0)
11:00:02 OPS0997T >L> 2.0
11:00:04 OPS0997T >F>
11:00:04 OPS0997T *-* 19: Msg_text = 'ALERT43 VARIE Refresh Ended'
11:00:04 OPS0997T >L> ALERT43 VARIE Refresh Ended
11:00:04 OPS0997T >>> MSG_TEXT=ALERT43 VARIE Refresh Ended
11:00:04 OPS0997T *-* 20: cmd_txt0 = 'cawto -n ' TngManager ' -c
GREEN' Msg_
11:00:04 OPS0997T >L> cawto -n
11:00:04 OPS0997T >V> DCPTCNEDWEB
11:00:04 OPS0997T >O> cawto -n DCPTCNEDWEB
11:00:04 OPS0997T >L> -c GREEN
11:00:04 OPS0997T >O> cawto -n DCPTCNEDWEB -c GREEN
11:00:04 OPS0997T >V> ALERT43 VARIE Refresh Ended
11:00:04 OPS0997T >O> cawto -n DCPTCNEDWEB -c GREEN ALERT43 VARIE
Refresh
11:00:04 OPS0997T >F> 11:00:04
11:00:04 OPS0997T >O> cawto -n DCPTCNEDWEB -c GREEN ALERT43 VARIE
Refresh
11:00:04 OPS0997T >F> 29 Sep 2004
11:00:04 OPS0997T >O> cawto -n DCPTCNEDWEB -c GREEN ALERT43 VARIE
Refresh
11:00:04 OPS0997T >>> CMD_TXT0=cawto -n DCPTCNEDWEB -c GREEN
ALERT43 VARIE
11:00:04 OPS0997T *-* 21: address USS
11:00:04 OPS0997T >L> USS
11:00:04 OPS0997T *-* 22: "usscmd command('"cmd_txt0"')"
11:00:04 OPS0997T >L> usscmd command('
11:00:04 OPS0997T >V> cawto -n DCPTCNEDWEB -c GREEN ALERT43 VARIE
Refresh
11:00:04 OPS0997T >O> usscmd command('cawto -n DCPTCNEDWEB -c
GREEN ALERT4
11:00:04 OPS0997T >L> ')
11:00:04 OPS0997T >O> usscmd command('cawto -n DCPTCNEDWEB -c
GREEN ALERT4
11:00:04 OPS0997T *-* 23: say 'FINE ------->' TIME() msg_text
11:00:04 OPS0997T >L> FINE ------->
11:00:04 OPS0997T >F> 11:00:04
11:00:04 OPS0997T >O> FINE -------> 11:00:04
11:00:04 OPS0997T >V> ALERT43 VARIE Refresh Ended
11:00:04 OPS0997T >O> FINE -------> 11:00:04 ALERT43 VARIE Refresh
Ended
11:00:04 OPS3092O FINE -------> 11:00:04 ALERT43 VARIE Refresh Ended
11:00:04 OPS0997T *-* 30: Return
11:00:04 OPS3092O READY
> I've this problem in ca ops connected to TNGmanager
> In some condition the rexx clist in ops environment my trap snmp
> sends messages to the server in a lot of time as you can see from the
> list that i have included in my message.
I don't know anything about ca ops. But, if this much log info is
relevant and shows a timing issue, for commands issued from a rexx
exec, then probably the problem isn't a rexx one, but something in your
ca ops environment.
You're very unlikely to find anyone on this group who knows the answer.
You'd be better contacting either CA support, or asking on the ibm
mainframe news groups, eg bit.listserv.ibm-main
--
Jeremy C B Nicoll - my opinions are my own.