Hi Garry,

Look the statement UNLOCK 

--- snip from >HELP UNLOCK
   Use UNLOCK to clear file, group, and update record locks.  
   You  must  be  a UniVerse Administrator logged in to the uniVerse account to 
execute UNLOCK.                                                   
                                                                        
SYNTAX                                                                  
                                                                        
      UNLOCK [NODE node] [USER user.number]                             
         [FILE pathname | [DEVICE device.number]                        
         [INODE i.node.number]] [GROUP group.address]                   
         [RECORD record.ID]                                             
         {FILELOCK | GROUPLOCK | READULOCK | READLLOCK | ALL}           
----

Sample regarding your LIST.READU ; 
if you want to unlock the record S1970557 use : UNLOCK INODE 32810 RECORD 
S1970557 READULOCK 
if you want to unlock all locks of userno 31 use : UNLOCK USER 31 ALL 

warning, use LIST.READU EVERY to see all locks levels and eventually the "locks 
waiters" when you get a deadlock condition. 

manu


> -----Message d'origine-----
> De : u2-users-boun...@listserver.u2ug.org [mailto:u2-users-
> boun...@listserver.u2ug.org] De la part de Garry Smith
> Envoyé : mercredi 19 janvier 2011 01:27
> À : U2 Users List
> Objet : [U2] LIST.READU - clear lock table ?
> 
> So great -- LIST.READU shows you some information ...  but how do you clear
> these locks Active Record Locks:
> 
> Device.... Inode....  Netnode Userno  Lmode   Pid Login Id
> Item-ID.............
>    2621441     32810        0     50       4 RU                S1970666
> 
>    2621441     32810        0     48     30 RU                S1970676
> 
>    2621441     32810        0  44885   31 RU                S1970557
> <=====  PID ???? kill what ?? clear ??
>    2621441    786619        0  36393  31 RU                448659~VG.6
> 
>    2621441     32810        0     82     32 RU                S1970438
> 
> 
> When I try to kill 44885 as reported by Userno Unix says no such user.
> 
> clear.locks only looks at your current login session. Any suggestions ?
> 
> 
> UV 9.6 and Aix 5.2
> 
> Garry L. Smith
> 
> 
> 
> _______________________________________________
> U2-Users mailing list
> U2-Users@listserver.u2ug.org
> http://listserver.u2ug.org/mailman/listinfo/u2-users

_______________________________________________
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

Reply via email to