Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Force to umount

Status
Not open for further replies.

LeDam

IS-IT--Management
Oct 10, 2001
210
BE
i know hdisk0 is broken... but can somebody help me :

[root@hn020] / > umount /ora1
umount: 0506-349 Cannot unmount /dev/ora1lv: The requested resource is busy.

BUT :
[root@hn020] / > lsvg -p ora1vg
ora1vg:
PV_NAME PV STATE TOTAL PPs FREE PPs FREE DISTRIBUTION
hdisk2 active 550 0 00..00..00..00..00
hdisk3 active 550 0 00..00..00..00..00
hdisk4 active 550 0 00..00..00..00..00

So have i another busy disk?? But i have no problem in errpt (only for hdisk0)
How can i force to umount /ora1??
 
LeDam,

You can try two things:

unmount -f /ora1

or if that does not work:

fuser -kxuc /dev/ora1lv

N.B. This will call all open processes.

To just list the open PID's first use:

fuser -cu /dev/ora1lv

Cheers

PSD
IBM Certified Specialist - AIX V4.3 Systems Support
IBM Certified Specialist - AIX V4 HACMP
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top