Re: IEF403I when no other console than the HMC

2008-07-31 Thread W. Kevin Kelley
On Tue, 29 Jul 2008 08:59:52 -0500, Richard Peurifoy r-
[EMAIL PROTECTED] wrote:


The MONITOR command is not supported in COMMNDxx any more.
Use COM='SETCON MN,JOBNAMES=(ON,LOG),T=ON' instead.

See MVS Console Commands

http://publibz.boulder.ibm.com/epubs/pdf/iea2g181.pdf


Also, the comment by the original author of this topic that he must have at 
least one console active in order to get the IEF403/IEF404I messages 
produced is no longer true. You can get these messages produced, if you 
want,  without having to display them on any console -- this was done 
specifically for automation purposes. See the Commands book.

W. Kevin Kelley  IBM POK Lab -- z/OS Core Technology
  

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



IEF403I when no other console than the HMC

2008-07-29 Thread Mauri Kanter
Hi list:

We are issuing the command
MN JOBNAMES,T
from our COMMNDxx

In addition our CONSOLxx member contains
MONITOR(JOBNAMES-T)   
for each defined console

Now, there are cases on which we want to IPL our DR site (a shadow image 
copy of the first, using a different CPC) without any of the actual hardware 
consoles defined on our CONSOLxx, but just with the HMC console. 

The system IPLs ok but the messages IEF403I and IEF404I do not appear ... 
After the system is up, if we open a VTAM SMCS console the messages 
appear, and if we close the just opened SMCS console again the IEF403I and 
IEF404I stop to appear. Long history short, looks that we need at least one 
target console active in order to receive the IEF403I and IEF404I messages. 

We do need the IEF403I and IEF404I messages for our IPL automation rules.

Any idea how to force the system to issue the IEF403I and IEF404I messages 
when only the HMC console is available ?

Thanks in advance.

Mauri.

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



Re: IEF403I when no other console than the HMC

2008-07-29 Thread Bond, Richard
Hi Mauri,

Do you have MONITOR (JOBNAMES-T) specified in your HMC console definition, as 
in:

CONSOLE  DEVNUM(SYSCONS)
 NAME(CNSSSYSNAME.)
 AUTH(MASTER)
 ROUTCODE(1,2,10)
 LEVEL(ALL,NB)
 MONITOR(JOBNAMES-T)
 MSCOPE(*)
 CMDSYS(*)

Dick Bond
HFHS Mainframe Administration

_
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Tuesday, July 29, 2008 4:45 AM
To: IBM-MAIN@BAMA.UA.EDU
Subject: IEF403I when no other console than the HMC


Hi list:

We are issuing the command
MN JOBNAMES,T
from our COMMNDxx

In addition our CONSOLxx member contains
MONITOR(JOBNAMES‑T)
for each defined console

Now, there are cases on which we want to IPL our DR site (a shadow image
copy of the first, using a different CPC) without any of the actual hardware
consoles defined on our CONSOLxx, but just with the HMC console.

The system IPLs ok but the messages IEF403I and IEF404I do not appear ...
After the system is up, if we open a VTAM SMCS console the messages
appear, and if we close the just opened SMCS console again the IEF403I and
IEF404I stop to appear. Long history short, looks that we need at least one
target console active in order to receive the IEF403I and IEF404I messages.

We do need the IEF403I and IEF404I messages for our IPL automation rules.

Any idea how to force the system to issue the IEF403I and IEF404I messages
when only the HMC console is available ?

Thanks in advance.

Mauri.

‑‑
For IBM‑MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM‑MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm‑main.html


  File: Mime.822 


==
CONFIDENTIALITY NOTICE: This email contains information from the sender that 
may be CONFIDENTIAL, LEGALLY PRIVILEGED, PROPRIETARY or otherwise protected 
from disclosure. This email is intended for use only by the person or entity to 
whom it is addressed. If you are not the intended recipient, any use, 
disclosure, copying, distribution, printing, or any action taken in reliance on 
the contents of this email, is strictly prohibited. If you received this email 
in error, please contact the sending party by reply email, delete the email 
from your computer system and shred any paper copies.
 
Note to Patients: There are a number of risks you should consider before using 
e-mail to communicate with us. See our Privacy Policy and Henry Ford My Health 
at www.henryford.com for more detailed information. If you do not believe that 
our policy gives you the privacy and security protection you need, do not send 
e-mail or Internet communications to us.

==


Re: IEF403I when no other console than the HMC

2008-07-29 Thread Richard Peurifoy

Mauri Kanter wrote:

Hi list:

We are issuing the command
MN JOBNAMES,T
from our COMMNDxx

In addition our CONSOLxx member contains
MONITOR(JOBNAMES-T)   
for each defined console


Now, there are cases on which we want to IPL our DR site (a shadow image 
copy of the first, using a different CPC) without any of the actual hardware 
consoles defined on our CONSOLxx, but just with the HMC console. 

The system IPLs ok but the messages IEF403I and IEF404I do not appear ... 
After the system is up, if we open a VTAM SMCS console the messages 
appear, and if we close the just opened SMCS console again the IEF403I and 
IEF404I stop to appear. Long history short, looks that we need at least one 
target console active in order to receive the IEF403I and IEF404I messages. 


We do need the IEF403I and IEF404I messages for our IPL automation rules.

Any idea how to force the system to issue the IEF403I and IEF404I messages 
when only the HMC console is available ?


Thanks in advance.

Mauri.


The MONITOR command is not supported in COMMNDxx any more.
Use COM='SETCON MN,JOBNAMES=(ON,LOG),T=ON' instead.

See MVS Console Commands

http://publibz.boulder.ibm.com/epubs/pdf/iea2g181.pdf


--
Richard

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



Re: IEF403I when no other console than the HMC

2008-07-29 Thread Mauri Kanter
Hi:

Many thanks  for the ideas on what to   I will check them tomorrow at
work ...

Mauri.

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