ADSM-L

Re: Storage Pool Problem

2004-01-15 07:21:48
Subject: Re: Storage Pool Problem
From: Richard Sims <rbs AT BU DOT EDU>
To: ADSM-L AT VM.MARIST DOT EDU
Date: Thu, 15 Jan 2004 07:21:27 -0500
...
>  ANR2033E  UPDATE STGPOOL: Command faild - lock conflict
>There was no other process accessing the stgpool.
...

The lock conflict would not necessarily be associated with the
stgpool: to prevent deadlocks, a hierarchy of locks may be employed,
and so the conflict may be occurring at a higher level.
It would seem that another process or session had set a lock which
kept your command from proceeding: you may be able to deduce which
one via queries, and re-trying your command as prevailing sessions
and processes end.

  Richard Sims, BU

<Prev in Thread] Current Thread [Next in Thread>