Feb 22, 2007 #1 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?
// 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?
Feb 22, 2007 1 #2 p5wizard IS-IT--Management Apr 18, 2005 3,165 BE 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 Upvote 0 Downvote
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
Feb 22, 2007 Thread starter #3 AIXFinder IS-IT--Management Jan 4, 2007 97 US >> 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 Upvote 0 Downvote
>> 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
Feb 22, 2007 #4 DukeSSD Technical User Jun 28, 2004 792 GB Has someone exported temp01vg? Upvote 0 Downvote
Feb 22, 2007 #5 p5wizard IS-IT--Management Apr 18, 2005 3,165 BE root:/> fuser /dev/temp01lv /dev/temp01lv: 616062c Click to expand... so: ps -ef|grep 616062 HTH, p5wizard Upvote 0 Downvote
root:/> fuser /dev/temp01lv /dev/temp01lv: 616062c Click to expand... so: ps -ef|grep 616062 HTH, p5wizard
Feb 22, 2007 Thread starter #6 AIXFinder IS-IT--Management Jan 4, 2007 97 US 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. Upvote 0 Downvote
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.
Feb 22, 2007 1 #7 khalidaaa Technical User Jan 19, 2006 2,323 BH 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 Upvote 0 Downvote
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
Feb 23, 2007 1 #8 RMGBELGIUM MIS Jul 28, 2004 726 BE is there still space in your root volume ? Most of the times these kinds of errors start occuring when / is full rgds, R. Upvote 0 Downvote
is there still space in your root volume ? Most of the times these kinds of errors start occuring when / is full rgds, R.
Feb 23, 2007 Thread starter #9 AIXFinder IS-IT--Management Jan 4, 2007 97 US Thanks so much for all your help. I found /etc/filesystems was removed, which was the root cause. Upvote 0 Downvote