If you have a resource assigned to a client, but are not sure which one, try:

for i in $(lsnim -t standalone | awk '{print $1}')
do
   echo $i : $(lsnim -l $i | grep nim_resource)
done

Replace nim_resource with the resource name you are having trouble with, e.g. AIX61TL9SP4_spot

Private