RE: [U2] Remotely monitor unidata lock issues

2009-02-07 Thread Allen E. Elwood
Or if Dad sees this message sent to the u2ug group instead of Sandy he might
get mad too

;)

-Original Message-
From: owner-u2-us...@listserver.u2ug.org
[mailto:owner-u2-us...@listserver.u2ug.org]on Behalf Of Lisa Dingman
Sent: Friday, February 06, 2009 12:08 PM
To: 'u2-users@listserver.u2ug.org'
Subject: RE: [U2] Remotely monitor unidata lock issues


Sandy -
This is the issue I see, at this point their house hasn't sold, I think we
need to get a feel for how and when that will happen - going to be hard to
convince my dad that Tammy shouldn't be there when no one is living in it
and we aren't 100% sure that someone will purchase Mary Ann's house, because
if Tammy were to get a hold of my dad and tell him he would be really mad,
so I at least want to have some sort of assurance their house is going to
sell...obviously it won't be by the end of Feb when it is already the
6th...I was waiting on you to tell me what exactly they were thinking in
regards to this.. so I guess I am unsure at this point, I can send Tammy a
letter saying she has to be out in 30 days but what happens then if their
house doesn't sell?  Also was wondering if you mailed the orig POA since
have not received. Let me know ,

Cordially,
Lisa Dingman
Systems DBA
Information Technology
Alvin Community College
281 756 3537

-Original Message-
From: owner-u2-us...@listserver.u2ug.org
[mailto:owner-u2-us...@listserver.u2ug.org] On Behalf Of Steve Romanow
Sent: Wednesday, February 04, 2009 2:20 PM
To: u2-users@listserver.u2ug.org
Subject: [U2] Remotely monitor unidata lock issues

I am trying to devise a way to remotely monitor long held locks and lock
contention.

My best thought so far was to write a basic program to parse the output of
LIST.READU and start notifying people with mailx.

Has anyone got any better ideas on detecting users who have left records
locked for an inordinate amount of time?

We are using unidata 6.1 on aix.

TIA,
Steve
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Remotely monitor unidata lock issues

2009-02-06 Thread Lisa Dingman
Sandy -
This is the issue I see, at this point their house hasn't sold, I think we need 
to get a feel for how and when that will happen - going to be hard to convince 
my dad that Tammy shouldn't be there when no one is living in it and we aren't 
100% sure that someone will purchase Mary Ann's house, because if Tammy were to 
get a hold of my dad and tell him he would be really mad, so I at least want to 
have some sort of assurance their house is going to sell...obviously it won't 
be by the end of Feb when it is already the 6th...I was waiting on you to tell 
me what exactly they were thinking in regards to this.. so I guess I am unsure 
at this point, I can send Tammy a letter saying she has to be out in 30 days 
but what happens then if their house doesn't sell?  Also was wondering if you 
mailed the orig POA since have not received. Let me know ,

Cordially,
Lisa Dingman
Systems DBA
Information Technology
Alvin Community College
281 756 3537

-Original Message-
From: owner-u2-us...@listserver.u2ug.org 
[mailto:owner-u2-us...@listserver.u2ug.org] On Behalf Of Steve Romanow
Sent: Wednesday, February 04, 2009 2:20 PM
To: u2-users@listserver.u2ug.org
Subject: [U2] Remotely monitor unidata lock issues

I am trying to devise a way to remotely monitor long held locks and lock
contention.

My best thought so far was to write a basic program to parse the output of
LIST.READU and start notifying people with mailx.

Has anyone got any better ideas on detecting users who have left records
locked for an inordinate amount of time?

We are using unidata 6.1 on aix.

TIA,
Steve
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Remotely monitor unidata lock issues

2009-02-05 Thread Doug Chanco
if your willing to share I would love to see your code!

thanks

dougc 

-Original Message-
From: owner-u2-us...@listserver.u2ug.org
[mailto:owner-u2-us...@listserver.u2ug.org] On Behalf Of Bill Haskett
Sent: Wednesday, February 04, 2009 4:41 PM
To: u2-users@listserver.u2ug.org
Subject: Re: [U2] Remotely monitor unidata lock issues


   Nick:
   This would be an interesting program to post on the wiki, either
U2s or
   the Pickwiki.
   Bill
   From: Nick Gettino nick.gett...@enroute911.com
   Sent: 2/4/2009 1:18 PM
   To: u2-users@listserver.u2ug.org
   Subject: Re: [U2] Remotely monitor unidata lock issues

We wrote a program called LOCK.MONITOR that uses GETREADU() and updates
at a specified time interval.

Additionally we put release commands in it so the lock can be released.
It displays the user, the file, the item length of time locked from
highest to lowest and works on Unix and Windows.  To get more detail it
also does a PORT.STATUS on any PID and displays it or prints it -
because the CALL.STACK or FILEMAP are sometimes needed in our
application.

Let me know if you want more detail.

Nicholas M Gettino | Director of Development | EnRoute Emergency
Systems, an Infor company | office: 813-207-6998 | fax: 678-393-5389
nick.gett...@infor.com | www.enroute911.com

-Original Message-
From: owner-u2-us...@listserver.u2ug.org
[mailto:owner-u2-us...@listserver.u2ug.org] On Behalf Of Steve Romanow
Sent: Wednesday, February 04, 2009 3:20 PM
To: u2-users@listserver.u2ug.org
Subject: [U2] Remotely monitor unidata lock issues

I am trying to devise a way to remotely monitor long held locks and lock
contention.

My best thought so far was to write a basic program to parse the output
of LIST.READU and start notifying people with mailx.

Has anyone got any better ideas on detecting users who have left records
locked for an inordinate amount of time?

We are using unidata 6.1 on aix.

TIA,
Steve
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

--
This message has been scanned for viruses and dangerous content by
SecureMail, and is believed to be clean.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Remotely monitor unidata lock issues

2009-02-04 Thread Nick Gettino
We wrote a program called LOCK.MONITOR that uses GETREADU() and updates
at a specified time interval.
Additionally we put release commands in it so the lock can be released.
It displays the user, the file, the item length of time locked from
highest to lowest and works on Unix and Windows.  To get more detail it
also does a PORT.STATUS on any PID and displays it or prints it -
because the CALL.STACK or FILEMAP are sometimes needed in our
application.

Let me know if you want more detail.

Nicholas M Gettino | Director of Development | EnRoute Emergency
Systems, an Infor company | office: 813-207-6998 | fax: 678-393-5389
nick.gett...@infor.com | www.enroute911.com
-Original Message-
From: owner-u2-us...@listserver.u2ug.org
[mailto:owner-u2-us...@listserver.u2ug.org] On Behalf Of Steve Romanow
Sent: Wednesday, February 04, 2009 3:20 PM
To: u2-users@listserver.u2ug.org
Subject: [U2] Remotely monitor unidata lock issues

I am trying to devise a way to remotely monitor long held locks and lock
contention.

My best thought so far was to write a basic program to parse the output
of
LIST.READU and start notifying people with mailx.

Has anyone got any better ideas on detecting users who have left records
locked for an inordinate amount of time?

We are using unidata 6.1 on aix.

TIA,
Steve
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] Remotely monitor unidata lock issues

2009-02-04 Thread Bill Haskett
   Nick:
   This would be an interesting program to post on the wiki, either U2s or
   the Pickwiki.
   Bill
   From: Nick Gettino nick.gett...@enroute911.com
   Sent: 2/4/2009 1:18 PM
   To: u2-users@listserver.u2ug.org
   Subject: Re: [U2] Remotely monitor unidata lock issues

We wrote a program called LOCK.MONITOR that uses GETREADU() and updates
at a specified time interval.

Additionally we put release commands in it so the lock can be released.
It displays the user, the file, the item length of time locked from
highest to lowest and works on Unix and Windows.  To get more detail it
also does a PORT.STATUS on any PID and displays it or prints it -
because the CALL.STACK or FILEMAP are sometimes needed in our
application.

Let me know if you want more detail.

Nicholas M Gettino | Director of Development | EnRoute Emergency
Systems, an Infor company | office: 813-207-6998 | fax: 678-393-5389
nick.gett...@infor.com | www.enroute911.com

-Original Message-
From: owner-u2-us...@listserver.u2ug.org
[mailto:owner-u2-us...@listserver.u2ug.org] On Behalf Of Steve Romanow
Sent: Wednesday, February 04, 2009 3:20 PM
To: u2-users@listserver.u2ug.org
Subject: [U2] Remotely monitor unidata lock issues

I am trying to devise a way to remotely monitor long held locks and lock
contention.

My best thought so far was to write a basic program to parse the output
of LIST.READU and start notifying people with mailx.

Has anyone got any better ideas on detecting users who have left records
locked for an inordinate amount of time?

We are using unidata 6.1 on aix.

TIA,
Steve
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Remotely monitor unidata lock issues

2009-02-04 Thread Steve Romanow
Tyvm.  That makes much more sense than an EXECUTE of the ecl command.

Appreciate the input. 
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] Remotely monitor unidata lock issues

2009-02-04 Thread Steve Romanow
On Wed, 4 Feb 2009 15:29:22 -0800
Tony G 1tlx6h...@sneakemail.com wrote:

 There are two sides to this:
 1) Monitoring locks
 2) Remote notifications
 
 As with any process where you have data generation and an
 interface with data consumers, separate the components and the
 task gets much easier.  Nick provided info about how to generate
 the data so I'll comment on notifications.
 
 You can use email or you can popup notifications on the PC of an
 admin when something on the server requires attention.  I blogged
 about this here:
 nospamNebula-RnD.com/blog/tech/mv/2008/09/remotecontrol1.html
 Note, that talks about remote control (and notifications) as
 being a new product offering.  Though that was the intent and the
 software works well and is very cool, this has not been
 productized for lack of interest.  Oh well.  To do this yourself,
 write a program that runs in the tray or as a Windows service.
 Ping the server periodically (using your favorite language and
 connectivity tools) for data of interest.  Report that data back
 to the user on the PC with the level of annoyance only
 commensurate with the level of urgency.  If you want a tool that
 already does this, let me know.
 
 HTH
 Tony Gravagno
 Nebula Research and Development
 TG@ remove.pleaseNebula-RnD.com
 
We have an underutilized nagios server, so I may try to abstract my lock
check into a plugin.  Unibasic to handle the lock checking, passing
status info back (warn for long locks, critical for queue entries) and
let nagios do the notifying.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/