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!

mount issue 3

Status
Not open for further replies.

AIXFinder

IS-IT--Management
Jan 4, 2007
97
US
// AIX 5.1.4

root:/> mount /temp01
mount: 0506-324 Cannot mount /dev/temp01lv on /temp01: The requested resource is busy.

How do you fix this?


 
Is the system perhaps re-syncing this LV?
Or is it already mounted on another dir?
what does lsvg -l <vgname> show?

Perhaps
fuser /dev/temp01lv
or
fuser /dev/rtemp01lv
gives you a clue?

HTH,

p5wizard
 
>> is it already mounted on another dir?
no

>> Is the system perhaps re-syncing this LV?

I don't think so.


It gives:

root:/> lsvg temp01vg
0516-362 lsvg: Unknown Object Data Manager error: 0.

root:/> fuser /dev/temp01lv
/dev/temp01lv:
616062c

 
It is odd. What would be the issues?

root:/> ps -ef|grep 616062
root 163914 473782 2 20:54:58 pts/1 0:00 grep 616062

root:/> fuser /dev/temp01lv
/dev/temp01lv:

root:/> mount /temp01
mount: 0506-324 Cannot mount /dev/temp01lv on /temp01: The requested resource is busy.

root:/> lsvg -o
backup2vg
temp02vg
trainvg
testvg
mqvg
certvg
temp01vg
bmcvg
rootvg

root:/> lsvg temp02vg
0516-362 lsvg: Unknown Object Data Manager error: 0.
root:/> lsvg temp01vg
0516-362 lsvg: Unknown Object Data Manager error: 0.
 
It is something with the ODM i'm afraid

What's the output of

odmget -q "name=temp01vg" CuDv
odmget -q "name=temp01vg" CuAt
ls -l /etc/objrepos/Cu*

regards,
Khalid
 
is there still space in your root volume ? Most of the times these kinds of errors start occuring when / is full

rgds,

R.
 
Thanks so much for all your help.
I found /etc/filesystems was removed, which was the root cause.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top