Re: Still seeing Fenced out on a few SSA pdisks, any thoughts?



Talked to one of our guys who did a lot with SSA stuff. Usually for us it is a
wiring issue but sometimes other things can cause a reservation problem.
He says may be a lock problem. Here is a snippet from our script that does ssa
certifies for us...

if /usr/sbin/ssa_certify -l $pdisk > $tmp 2>&1

then

stat=$?

else

stat=$?

if grep 'ssa_certify:[ ]*Reservation[ ]*conflict[ ]*accessing ' $tmp >/dev/null

then

#

# Getting the above error output and a rc=1 after 0 seconds.

# IBM PMR 77923,500 Tala said these lock files sometimes cause

# problems. I'll remove only when we see the error.

integer rmd=0

cd /etc/objrepos && for lock in diag_lock config_lock

do

[ -a $lock ] && rm $lock && ((rmd=rmd+1))

done

if [ $rmd -gt 0 ]

then

/usr/sbin/ssa_certify -l $pdisk > $tmp 2>&1

stat=$?

fi

fi

Mark Hunter
Anheuser-Busch Cos.
MIS Consultant, ES&SO Server Planning and Integration
*Office: (314) 765-2339
*Email: Mark.Hunter@xxxxxxxxxxxxxxxxxx

The information transmitted (including attachments) is covered by the Electronic
Communications Privacy Act, 18 U.S.C. 2510-2521, is intended only for the
person(s) or entity/entities to which it is addressed and may contain
confidential and/or privileged material. Any review, retransmission,
dissemination or other use of, or taking of any action in reliance upon, this
information by persons or entities other than the intended recipient(s) is
prohibited. If you received this in error, please contact the sender and delete
the material from any computer.



________________________________

From: IBM AIX Discussion List [mailto:aix-l@xxxxxxxxxxxxx] On Behalf Of Patrick
B. O'Brien
Sent: Wednesday, April 18, 2007 9:46 AM
To: aix-l@xxxxxxxxxxxxx
Subject: Still seeing Fenced out on a few SSA pdisks, any thoughts?



AIX'ers,



I'm still seeing fenced out errors when I try to certify 4 disks only in a
drawer.

"Pdisk41 is reserved or fenced out"



This is aix 4.3.3.11 (application constraint)

This is standalone system; this is not a hacmp environment.

This SSA drawer does use SSA 2 cards,

The SSA loops look correct,

If I umount the filesystems on these drives then the certify works, there are no
fenced out errors.

Sending a snap to IBM, they see no problems on this system.



Any thoughts and make it a great day!






The information transmitted (including attachments) is
covered by the Electronic Communications Privacy Act,
18 U.S.C. 2510-2521, is intended only for the person(s) or
entity/entities to which it is addressed and may contain
confidential and/or privileged material. Any review,
retransmission, dissemination or other use of, or taking
of any action in reliance upon, this information by persons
or entities other than the intended recipient(s) is prohibited.
If you received this in error, please contact the sender and
delete the material from any computer.



Relevant Pages