![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| AIX AIX is IBM's industry-leading UNIX operating system that meets the demands of applications that businesses rely upon in today's marketplace. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Cannot umount - device busy | keelba | HP-UX | 2 | 04-11-2008 12:16 PM |
| CD Drive is busy | nikk | UNIX for Advanced & Expert Users | 6 | 08-29-2004 10:59 AM |
| [FreeBSD] ptrace( ) - Device busy | Driver | High Level Programming | 5 | 01-31-2003 06:34 AM |
| umount, device busy, but.. | sTorm | UNIX for Dummies Questions & Answers | 10 | 08-20-2002 03:49 AM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
rmdev - device is busy
Hi folks,
Could I get information about why fscsi is busy ? I'm trying to rmdev a fc adapter. This adapter doesn't have connected cables. See the problem: ail_3:/#lsdev -C |grep 44-08 fcs3 Available 44-08 FC Adapter fscsi3 Available 44-08-01 FC SCSI I/O Controller Protocol Device mail_3:/#rmdev -d -l fcs3 -R Method error (/usr/lib/methods/ucfgdevice): 0514-062 Cannot perform the requested function because the specified device is busy. mail_3:/#rmdev -d -l fscsi3 -R Method error (/usr/lib/methods/ucfgdevice): 0514-062 Cannot perform the requested function because the specified device is busy. The fuser command on any /dev/fscsiX shows all process on / file systems. |
| Forum Sponsor | ||
|
|
|
|||
|
How to remove...
Actually the problem, as long as I can see is with a HBA.
THe problem can be resolve, with removing first, the next devices fcscsi#, fcnet#, and finally the FC adapter usually detected as FC0 or something like that. The problem is because the FC protocol is experiencing some problems, not the HBA, once you remove all the protocol, and the SCSI device, you wolud be able to remove the FC adapter. Good Luck |