Dlpar

Hi,

Anybody had a problem trying to rmdev a scsi device and get the following error :

root@:/> rmdev -dlscsi3 -R
Method error (/usr/lib/methods/ucfgncr_scsi):
0514-062 Cannot perform the requested function
because the specified device is busy.

I can't seem to find what is causing it ????

AIX 5.2.

S.

Hi,

try fuser -cu /dev/scsi3 command to find out what is keeping your SCSI adaper busy.

--Tommy