Re: Alerts after critical events

2014-05-17 Thread Miklos Szigetvari

Hi

Thank you very much .
My question was mainly about the critical event's , What do yo 
consider as critical, how can you detect

etc etc, but not mainly about the notification .
We have here some HTTP application to show up the critical events, or 
send an Email.


On 17.05.2014 06:34, Brian Westerman wrote:

The SyzMAIL/z part of our automation suite allows messages to be sent for nay 
console or system event, including automatically sending email (or SMS text 
message) for any and all tasks in the system when the task ends (or any time 
during it's execution), all without any JCL changes to any of the tasks or 
jobs.  It, and all of our products, are very affordable.

Several sites have purchased it solely because they are unmanned, like your 
shop, because it will send the email or Cell phone text so that someone gets 
notified immediately should something happen, or if any jobs or tasks in the 
system end in a way they want to be told of.  Since there are no JCL changes to 
any job or started task, you can implement it quickly and it never sleeps.

You can get information at www.syzygyinc.com/SyzMAILz.htm

Brian




On Fri, 16 May 2014 06:31:52 -0500, John McKown john.archie.mck...@gmail.com 
wrote:


We do this sort of thing by trapping console messages using CA-OPS/MVS (you
might want to look at the free TSSO on the CBTTAPE for this, if necessary).
We have a number of jobs which we then submit, via CA-7 which use XMITIP
(also free) to send a email to the appropriate MS Exchange user. In our
case, this user has a email address which sends the email to the
appropriate email to SMS gateway (which depends on the phone's telephone
service provider). It ends up as an SMS text message on the appropriate
cell phone.

If you don't have something like CA-7, you could simply have a PDS with a
number of jobs in it. Each job sends the proper message to the proper email
user. You then submit this by having a STC which basically just does an
IEBGENER to the internal reader. The START command would look something
like: S SUBJOB,JOB=jobname

Where jobname is the member name in the PDS. Which, in CA-7, is also the
name of the JOB in the JOB card.


An alternative would be to have a PDS which contains the email to be send
via XMITIP. And then have a different STC, say called SENDTXT, which runs
XMITIP in the STC and references the name of the member containing the
proper email to be sent. Command: START SENDTXT,TEXT=pds_member



On Fri, May 16, 2014 at 3:24 AM, Miklos Szigetvari 
miklos.szigetv...@isis-papyrus.com wrote:


 Hi

We are a small shop, no operator,  and a small number of z/OS users.
I would like to develop an application, which can send/show alerts if some
kind of critical event occurs in the system.
What I'm considering now:
- Health checker events (PFA also)
- High CPU usage(SDSF DA?)
- MXI system wide exceptions (from CBT Tape 408)
- JES Resource Monitor
- MPF exit for critical messages
- DUMP exit for different dumps

What I would need :
- a simple tool to show the DISK space usage in different storage groups
and mount attributes

Maybe some other events also, any suggestion welcomed.

--
Kind regards, / Mit freundlichen Grüßen
Miklos Szigetvari

Research  Development
ISIS Papyrus Europe AG
Alter Wienerweg 12, A-2344 Maria Enzersdorf, Austria
T: +43(2236) 27551 333, F: +43(2236)21081
E-mail: miklos.szigetv...@isis-papyrus.com
Info: i...@isis-papyrus.com Hotline: +43-2236-27551-111
Visit our brand new extended Website at www.isis-papyrus.com
---
This e-mail is only intended for the recipient and not legally
binding. Unauthorised use, publication, reproduction or
disclosure of the content of this e-mail is not permitted.
This email has been checked for known viruses, but ISIS Papyrus accepts
no responsibility for malicious or inappropriate content.
---

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN




--
There is nothing more pleasant than traveling and meeting new people!
Genghis Khan

Maranatha! 
John McKown

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN





--
Kind regards, / Mit freundlichen Grüßen
Miklos Szigetvari

Research  Development
ISIS Papyrus Europe AG
Alter Wienerweg 12, A-2344 Maria Enzersdorf, Austria
T: +43(2236) 27551 333, F: +43(2236)21081
E-mail: miklos.szigetv...@isis-papyrus.com
Info: i...@isis-papyrus.com Hotline: 

Customizing ISPF panel

2014-05-17 Thread Rajesh Kumar
Hi all,

I would like to customize ISPF panel in my shop . i planed to add a
new RACF password reset  panel , I coded rexx already for  it. My concern
is how to create a new panel .Please guide me

Regards,
Rajesh

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Customizing ISPF panel

2014-05-17 Thread Lizette Koehler
You should review the Manuals for ISPF.  They have good examples of how to 
build applications/panels in ISPF.

You will need to add the ISPF Panel displays in your REXX to do this well.

Start with the ISPF Dialog Developer's Guide and Reference.

http://pic.dhe.ibm.com/infocenter/zos/v1r12/index.jsp?topic=%2Fcom.ibm.zos.r12.f54dg00%2Fispzdg80.htm


There are probably Share presentation as well you can use.

If you use an internet search

IBM ISPF PANEL BUILD

There should be several entries that will work.

There is also an ISPF List you might like to join to ask questions on as well.

Lizette

 -Original Message-
 From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On
 Behalf Of Rajesh Kumar
 Sent: Saturday, May 17, 2014 6:58 AM
 To: IBM-MAIN@LISTSERV.UA.EDU
 Subject: Customizing ISPF panel
 
 Hi all,
 
 I would like to customize ISPF panel in my shop . i planed to add a new RACF
 password reset  panel , I coded rexx already for  it. My concern is how to 
 create a
 new panel .Please guide me
 
 Regards,
 Rajesh
 

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Customizing ISPF panel

2014-05-17 Thread Lizette Koehler
I should have mentioned that the Panels must reside on a DD called ISPPLIB

Lizette


 -Original Message-
 From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On
 Behalf Of Lizette Koehler
 Sent: Saturday, May 17, 2014 7:17 AM
 To: IBM-MAIN@LISTSERV.UA.EDU
 Subject: Re: Customizing ISPF panel
 
 You should review the Manuals for ISPF.  They have good examples of how to 
 build
 applications/panels in ISPF.
 
 You will need to add the ISPF Panel displays in your REXX to do this well.
 
 Start with the ISPF Dialog Developer's Guide and Reference.
 
 http://pic.dhe.ibm.com/infocenter/zos/v1r12/index.jsp?topic=%2Fcom.ibm.zos.r12.f
 54dg00%2Fispzdg80.htm
 
 
 There are probably Share presentation as well you can use.
 
 If you use an internet search
 
 IBM ISPF PANEL BUILD
 
 There should be several entries that will work.
 
 There is also an ISPF List you might like to join to ask questions on as well.
 
 Lizette
 
  -Original Message-
  From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU]
  On Behalf Of Rajesh Kumar
  Sent: Saturday, May 17, 2014 6:58 AM
  To: IBM-MAIN@LISTSERV.UA.EDU
  Subject: Customizing ISPF panel
 
  Hi all,
 
  I would like to customize ISPF panel in my shop . i planed to add a
  new RACF password reset  panel , I coded rexx already for  it. My
  concern is how to create a new panel .Please guide me
 
  Regards,
  Rajesh
 

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Customizing ISPF panel

2014-05-17 Thread Bob Shannon
i planed to add a new RACF password reset  panel

Why not use the panels that ship with RACF?

Bob Shannon
Rocket Software

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Customizing ISPF panel

2014-05-17 Thread Scott Barry
On Sat, 17 May 2014 07:21:13 -0700, Lizette Koehler stars...@mindspring.com 
wrote:

I should have mentioned that the Panels must reside on a DD called ISPPLIB

Lizette


 -Original Message-
 From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On
 Behalf Of Lizette Koehler
 Sent: Saturday, May 17, 2014 7:17 AM
 To: IBM-MAIN@LISTSERV.UA.EDU
 Subject: Re: Customizing ISPF panel
 
 You should review the Manuals for ISPF.  They have good examples of how to 
 build
 applications/panels in ISPF.
 
 You will need to add the ISPF Panel displays in your REXX to do this well.
 
 Start with the ISPF Dialog Developer's Guide and Reference.
 
 http://pic.dhe.ibm.com/infocenter/zos/v1r12/index.jsp?topic=%2Fcom.ibm.zos.r12.f
 54dg00%2Fispzdg80.htm
 
 
 There are probably Share presentation as well you can use.
 
 If you use an internet search
 
 IBM ISPF PANEL BUILD
 
 There should be several entries that will work.
 
 There is also an ISPF List you might like to join to ask questions on as 
 well.
 
 Lizette
 
  -Original Message-
  From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU]
  On Behalf Of Rajesh Kumar
  Sent: Saturday, May 17, 2014 6:58 AM
  To: IBM-MAIN@LISTSERV.UA.EDU
  Subject: Customizing ISPF panel
 
  Hi all,
 
  I would like to customize ISPF panel in my shop . i planed to add a
  new RACF password reset  panel , I coded rexx already for  it. My
  concern is how to create a new panel .Please guide me
 
  Regards,
  Rajesh
 


Consider exploiting the ISPF application features LIBDEF for ISPPLIB (even as 
far as ISPxLIB) independence, also ALTLIB.

Scott Barry
SBBWorks, Inc.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Customizing ISPF panel

2014-05-17 Thread Steve Comstock

On 5/17/2014 8:17 AM, Lizette Koehler wrote:

You should review the Manuals for ISPF.  They have good examples of how to 
build applications/panels in ISPF.

You will need to add the ISPF Panel displays in your REXX to do this well.

Start with the ISPF Dialog Developer's Guide and Reference.

http://pic.dhe.ibm.com/infocenter/zos/v1r12/index.jsp?topic=%2Fcom.ibm.zos.r12.f54dg00%2Fispzdg80.htm


There are probably Share presentation as well you can use.

If you use an internet search

IBM ISPF PANEL BUILD

There should be several entries that will work.

There is also an ISPF List you might like to join to ask questions on as well.

Lizette


 http://www.trainersfriend.com/TSO_Clist_REXX_Dialog_Mgr/a810descrpt.htm

-Steve





-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On
Behalf Of Rajesh Kumar
Sent: Saturday, May 17, 2014 6:58 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Customizing ISPF panel

Hi all,

I would like to customize ISPF panel in my shop . i planed to add a new RACF
password reset  panel , I coded rexx already for  it. My concern is how to 
create a
new panel .Please guide me

Regards,
Rajesh



--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN



--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Customizing ISPF panel

2014-05-17 Thread Wayne Bickerdike
Use the MODEL command in ISPF EDIT. It provides templates for most common
panel types.

In your invoking REXX use the MODEL command for other templates for LIBDEF,
ISPEXEC DISPLAY PANEL etc.


On Sun, May 18, 2014 at 3:27 AM, Steve Comstock st...@trainersfriend.comwrote:

 On 5/17/2014 8:17 AM, Lizette Koehler wrote:

 You should review the Manuals for ISPF.  They have good examples of how
 to build applications/panels in ISPF.

 You will need to add the ISPF Panel displays in your REXX to do this well.

 Start with the ISPF Dialog Developer's Guide and Reference.

 http://pic.dhe.ibm.com/infocenter/zos/v1r12/index.
 jsp?topic=%2Fcom.ibm.zos.r12.f54dg00%2Fispzdg80.htm


 There are probably Share presentation as well you can use.

 If you use an internet search

 IBM ISPF PANEL BUILD

 There should be several entries that will work.

 There is also an ISPF List you might like to join to ask questions on as
 well.

 Lizette


  http://www.trainersfriend.com/TSO_Clist_REXX_Dialog_Mgr/a810descrpt.htm

 -Steve




  -Original Message-
 From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On
 Behalf Of Rajesh Kumar
 Sent: Saturday, May 17, 2014 6:58 AM
 To: IBM-MAIN@LISTSERV.UA.EDU
 Subject: Customizing ISPF panel

 Hi all,

 I would like to customize ISPF panel in my shop . i planed to add a new
 RACF
 password reset  panel , I coded rexx already for  it. My concern is how
 to create a
 new panel .Please guide me

 Regards,
 Rajesh


 --
 For IBM-MAIN subscribe / signoff / archive access instructions,
 send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


 --
 For IBM-MAIN subscribe / signoff / archive access instructions,
 send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN




-- 
Wayne V. Bickerdike

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Customizing ISPF panel

2014-05-17 Thread Ed Finnell
I'm with Bob on this. What's wrong with RACF reset password? Anyway,  
==Panelid on will tell names of where you are. Your Rexx will go in a PDS in  
SYSexec concatenation and the panel will go in the ISPPLIB.
For test use option 7 to invoke your command and/or  display the new  
stuff. 
 
 
In a message dated 5/17/2014 4:40:51 P.M. Central Daylight Time,  
wayn...@gmail.com writes:

Use the  MODEL command in ISPF EDIT. It provides templates for most common
panel  types.

In your invoking REXX use the MODEL command for other templates  for LIBDEF,
ISPEXEC DISPLAY PANEL  etc.


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


FDISK C: all Emory computers?

2014-05-17 Thread Mike Schwab
http://it.emory.edu/windows7-incident/

-- 
Mike A Schwab, Springfield IL USA
Where do Forest Rangers go to get away from it all?

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN