Hello Brian,
                  Below is the output of the console member. We do have
Master authority.


 BROWSE    SYS1.PARMLIB(CONSOL00) - 01.06             Line 00000000 Col 001
080
 Command ===>                                                  Scroll ===>
PAGE
********************************* Top of Data
**********************************
INIT      PFK(00)
          MPF(00)
          MONITOR(DSNAME)
          MLIM(5000)
          RLIM(10)
          UEXIT(N)
          CMDDELIM(;)
          DEFAULT ROUTCODE(1)
CONSOLE  DEVNUM(SYSCONS)
         AUTH(MASTER)
         NAME(SYSE1)
         ROUTCODE(ALL)
CONSOLE  DEVNUM(150)
         UNIT(3270-X)
         AUTH(MASTER)
         ROUTCODE(1-2)
         PFKTAB(PFKTAB1)
         MFORM(T,J)
         CON(N)
         SEG(28)
         DEL(R)
         RNUM(28)
         RTME(1/4)
         AREA(NONE)
         NAME(CONS0150)


Also I have noticed tow thing.

1) The system which is working fine for auto backup - Whenever SMFDUMP Job
start ,

$HASP373 SMFDUMP  STARTED
IEF233A M 0782,PRIVAT,SL,SMFDUMP,SMFDUMP,SMF.SYSE1.D111007.T203002
SMFDUMP VERSION 1 RELEASE 9 - STARTED
IEC705I TAPE ON 0782,V19283,SL,COMP,SMFDUMP,CB29,SMF.SYSE1.D111007.T203
02,MEDIA1
IEC205I DUMPOUT,SMFDUMP,CB29,FILESEQ=1, COMPLETE VOLUME LIST, 204
DSN=SMF.SYSE1.D111007.T203002,VOLS=V19283,TOTALBLOCKS=3247
SMFDUMP COMPLETED FOR DATASET: 205
DSNAME=SYS1.MAN2
I SMF
SMFDUMP SWITCH SMF COMMAND ISSUED
IEE360I SMF NOW RECORDING ON SYS1.MAN2 ON IPE103 TIME=20.30.20
IEC205I DUMPOUT,SMFDUMP,CB29,FILESEQ=1, COMPLETE VOLUME LIST, 209
DSN=SMF.SYSE1.D111007.T203002,VOLS=V19283,TOTALBLOCKS=3322
SMFDUMP COMPLETED FOR DATASET: 210
DSNAME=SYS1.MAN1

In this Job SMF takes dump on one of the Dataset and  asking for reply to
put this dataset onto Tape. And after that it issue I SMF command and wait
for REPLYTO job to run.

Once AUTOCAMPS job runs, it internally calls REPLTO job at 22:00 PM and 5:20
AM. When REPLTO Job runs it checks the outstanding message on every system.
If it finds the message to reply, the output doesn't come on the console.
But If the outstanding message is there not there on console then gives
gives RC 04, with following message.

REP020E  REPLYTO : WTOR NOT FOUND. NO REPLY ISSUED.
-    *     S2          04      0      0       .00       .00    5.0*
         SYSTEM       0     0     0     0
$HASP100 BPXAS    ON STCINRDR
$HASP373 BPXAS    STARTED
BPXP024I BPXAS INITIATOR STARTED ON BEHALF OF JOB SSHD4 RUNNING IN ASID 006F

This series is from S1 to S13 . Means I get output on console for REPLYTO
job for S1- 13 Steps, except S8.




2) The system which is not working fine for auto backup - Whenever SMFDUMP
Job start ,

it again take dump to one of the dataset and asking for reply to put this
dataset to tape.

Once AUTOCAMPS job runs, it internally calls REPLTO job at 22:00 PM and 5:20
AM. When REPLTO Job runs it checks the outstanding message on every system.
and this time I am getting the message that REPLY 09 NOT REQUESTED FROM THIS
CONSOLE


S REPLYTO
$HASP100 REPLYTO  ON STCINRDR    REPLY  TO
IEF695I START REPLYTO  WITH JOBNAME REPLYTO  IS ASSIGNED TO USER STC
 , GROUP SYS1
$HASP373 REPLYTO  STARTED
R   09,RETRY
IEE703I REPLY 09 NOT REQUESTED FROM THIS CONSOLE
REP050I  REPLYTO   R   09,RETRY
-                                      -----TIMINGS (MINS.)------
                   -----PAGING COUNTS----
-STEPNAME PROCSTEP    RC   EXCP   CONN       TCB       SRB  CLOCK
   SERV  WORKLOAD  PAGE  SWAP   VIO SWAPS
-         S1          00      0      0       .00       .00     .0
         SYSTEM       0     0     0     0
R   09,RETRY
REP050I  REPLYTO   R   09,RETRY
IEE703I REPLY 09 NOT REQUESTED FROM THIS CONSOLE
-         S2          00      0      0       .00       .00     .0

But I have seen Reply 09 was waiting on one of the console..

Again same thing, I used to see output in the series of S1 to S13  steps.
Means I get output on console for REPLYTO job for S1- 13 Steps, except S8.


does it mean  that MCS, somewhere MCS console setting has problem or for
some reason, EDG4010D message on this system, I believe wrong in MCS.
But still not sure.

Can you please help me in this regards.

For reference, I am pasting the executing REPLYTO Job JCL code.


SDSF EDIT    REPLYTO  (STC20087) JCLEDIT                   Columns 00001
00072
Command ===>                                                  Scroll ===>
CSR
****** ***************************** Top of Data
******************************
==MSG> -Warning- The UNDO command is not available until you change
==MSG>           your edit profile using the command RECOVERY ON.
000001 //REPLYTO  JOB (PS01),'REPLY  TO ',MSGCLASS=Z,REGION=0M,
000002 // MSGLEVEL=1
000003 //*
000004 //S1       EXEC PGM=REPLYTO,
000005 //             PARM='M=EDG4010D|R=RETRY'
000006 //*
000007 //S2       EXEC PGM=REPLYTO,
000008 //             PARM='M=EDG4010D|R=RETRY|T=300|W=Y'
000009 //*
000010 //S3       EXEC PGM=REPLYTO,
000011 //             PARM='M=EDG4010D|R=RETRY|T=300|W=Y'
000012 //*
000013 //S4       EXEC PGM=REPLYTO,
000014 //             PARM='M=EDG4010D|R=RETRY|T=300|W=Y'
000015 //*
000016 //S5       EXEC PGM=REPLYTO,
000017 //             PARM='M=EDG4010D|R=RETRY|T=300|W=Y'
000018 //*
000019 //S6       EXEC PGM=REPLYTO,
000020 //             PARM='M=EDG4010D|R=RETRY|T=300|W=Y'
000021 //*
000022 //S7       EXEC PGM=REPLYTO,
000023 //             PARM='M=EDG4010D|R=RETRY|T=300|W=Y'
000024 //*
000025 //S9       EXEC PGM=REPLYTO,
000026 //             PARM='M=EDG4010D|R=RETRY|T=300|W=Y'
000027 //*
000028 //S10      EXEC PGM=REPLYTO,
000029 //             PARM='M=EDG4010D|R=RETRY|T=300|W=Y'
000030 //*
000031 //S11      EXEC PGM=REPLYTO,
000032 //             PARM='M=EDG4010D|R=RETRY|T=300|W=Y'
000033 //*
000034 //S12      EXEC PGM=REPLYTO,
000035 //             PARM='M=EDG4010D|R=RETRY|T=300|W=Y'
000036 //*
000037 //S13      EXEC PGM=REPLYTO,
000038 //             PARM='M=EDG4010D|R=RETRY|T=300|W=Y'
000039 //*


Also in AUTOCMPS job, below code is JCL code is written for REPLTO job

  Menu  Utilities  Compilers  Help
 ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ
 BROWSE    SYS2.PROCLIB(AUTOCMPS) - 01.22             Line 00000000 Col 001
080
 Command ===>                                                  Scroll ===>
CSR
********************************* Top of Data
**********************************
//AUTOCMPS PROC
00010000
//*
00050000
//* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
00050000
//* DEPENDENCIES: STARTED BY AUTOIPL AT IPL
00070000
//*
00090000
//*    USE   $TA,ALL   TO DISPLAY AUTOCM__
00090000
//*
00090000
//* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
00170000
//*
//*SHO1    EXEC PGM=COMMAND,COND=EVEN,    <== START HOURLY
//*          PARM=('$TA SHO1,T=00.01,I=3600',
//*           '''$VS,''''S SHOWMVS''''''')
//REP1    EXEC PGM=COMMAND,COND=EVEN,    <== RUN FOR AM BACKUP OF RMM.
//        PARM=('$TA REP1,T=05.20','''$VS,''''S REPLYTO''''''')
//*
//REP2    EXEC PGM=COMMAND,COND=EVEN,    <== RUN FOR PM BACKUP OF RMM.
//        PARM=('$TA REP2,T=22.00','''$VS,''''S REPLYTO''''''')
//*


Thanks & Regards
Saurabh Khandelwal


On Sat, Oct 8, 2011 at 9:46 AM, Brian Westerman <
brian_wester...@syzygyinc.com> wrote:

> Hi,
>
> The old AUTO program that you are using has long since been replaced by
> SyzAUTO/z (I rewrote AUTO over 15 years ago to correct all of the issues and
> add more functionality) available at http://syzygyinc.net/AUTOz.aspx , but
> AUTO isn't the cause of your problem.
>
> What has happened is that you have a console set up on your LPAR (the one
> you experience the problem on) (or you generate one within your REPLYTO
> utility) and that console doesn't have the proper authority to answer
> (reply) to the outstanding WTOR.  There are several ways that you can go
> about fixing this, you can either change the autotask (the task that
> responds, or at least is trying to respond to the WTOR), and make sure it
> has master console authority.  You can check this via "D C,CN=autotaskname"
> (sans quotes and replacing autotaskname with your task name).  It's also
> possible that your REPLYTO program is using just SVC34 to answer the reply
> or MGCR (or MGCRE), in any case you have to set up register zero correctly
> (or you can get this problem), or int he case of MGCRE you may be specifying
> a console name to use that is defined incorrectly (In CONSOLxx) on this
> particular LPAR.
>
> When a WTOR is issued and sent to the consoles it should go to, the system
> only allows one of those consoles to REPLY to it. The IEE703I is issued when
> the ROUTECODEs of the WTOR do not match the ROUTECODEs of the console, AND,
> the console does NOT have MASTER authority.
>
> The authority is passed into console processing at the time the application
> issues the MCSOPER macro. In addition, it can be pre-set in the RACF
> OPERPARM segment for the used user ID. If no authority is specified then
> AUTH=INFO is the default and the console will not be allowed to reply to
> WTORs. With AUTH=MASTER the console should be allowed to reply to WTORs.
>
> You can check the console attributes with D C,CN=consolename command.
>
>
> You are eligible for a discount (it's an IBM-MAIN member discount) to get
> the "supported" version of AUTO for $2,500 and you can also obtain SyzMPF/z
> which will allow you to set up scripts to reply to WTOR's or any message to
> remove the problems you are having with your home-grown REPLYTO utility.
>
> You can however continue to use the freeware versions if you want, there
> are some problems with them, but if you don't mind then it's probably okay.
>
> Personally, considering the low cost of getting a supported version of code
> that you use, I would make the purchase, but I'm biased. ;)
>
> Brian
>
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
> Search the archives at http://bama.ua.edu/archives/ibm-main.html
>



-- 
Thanks & Regards
Saurabh Khandelwal

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to