Re: Monitoring dlm locks - system wide...
clifford.kh.yeung_at_gmail.com
Date: 02/01/05
- Next message: Chris Heller: "Tru64 issues with Infinite limits"
- Previous message: Brian Haley: "Re: How to add a TZ87 drive on alphaserver 100 tru64 v4.0"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 1 Feb 2005 11:44:44 -0800
Have you tried using dlm_get_lkinfo function? Essentially, you will
need an interface to peek at the resource hash table and then walk
through the various queues in the specific resource in order to return
lock blocks found in the various queues (granted, converting, waiting,
etc).
Thanks!
Cliff.
tsv wrote:
> Hi,
> We use DLM (using lock value block) for IPC between processes in a
> tru64 unix cluster.
> Incidentally, we face issues in IPC and we suspect it to be because
of
> an orphaned dlm lock (in PR mode).
> To isolate, we are looking for any command or procedure which will
> list out the
> details(list of processes holding this lock, the lock modes and
> status) about a given dlm lock name.
> I tried using the dlm api - dlm_get_rsbinfo, but it lists only the
> count of the locks taken but no process info.
>
> Regards,
> TSV
- Next message: Chris Heller: "Tru64 issues with Infinite limits"
- Previous message: Brian Haley: "Re: How to add a TZ87 drive on alphaserver 100 tru64 v4.0"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|