Operating System - HP-UX
1754906 Members
3674 Online
108827 Solutions
New Discussion юеВ

Re: vxfs mount: /dev/vg02/lvol1 is already mounted, /oracle is busy, or allowable number of moun

 
naveennella
Occasional Advisor

vxfs mount: /dev/vg02/lvol1 is already mounted, /oracle is busy, or allowable number of moun

I have a problem with a disk that is damage and belongs to the vg02 volume group.

The filesystems that are unable to be mount are /oracle
What will be the procedure to can recover these filesystem ?

# mount -a
vxfs mount: /dev/vg02/lvol1 is already mounted, /oracle is busy,
or allowable number of mount points exceeded
mount: /dev/vg00/lvol8 is already mounted on /var
mount: /dev/vg00/lvol7 is already mounted on /usr
mount: /dev/vg01/lvol2 is already mounted on /usr/sap
mount: /dev/vg00/lvol6 is already mounted on /opt
mount: /dev/vg00/lvol5 is already mounted on /home
mount: /dev/vg00/lvol4 is already mounted on /tmp
mount: /dev/vg00/lvol1 is already mounted on /stand

It says the above message..is there any way to recify that.we dont have any back up of this.please suggest me how to solve the issue..?


regards,

Naveen
20 REPLIES 20
Torsten.
Acclaimed Contributor

Re: vxfs mount: /dev/vg02/lvol1 is already mounted, /oracle is busy, or allowable number of moun

See

http://docs.hp.com/en/5991-1236/When_Good_Disks_Go_Bad_WP.pdf


Don't have a backup? Bad luck.
You should learn the lesson and backup your systems.

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
naveennella
Occasional Advisor

Re: vxfs mount: /dev/vg02/lvol1 is already mounted, /oracle is busy, or allowable number of moun

Dear Experts,


Iam getting the following error

vxfs mount: /dev/vg02/lvol1 is corrupted. needs checking

When i put mount commmand
# mount -F vxfs /dev/vg02/lvol1 /oracle
vxfs mount: /dev/vg02/lvol1 is corrupted. needs checking

Please have a look into it..
Torsten.
Acclaimed Contributor

Re: vxfs mount: /dev/vg02/lvol1 is already mounted, /oracle is busy, or allowable number of moun

Check it

# fsck -F vxfs /dev/vg02/rlvol1

and follow the document I posted earlier.

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
naveennella
Occasional Advisor

Re: vxfs mount: /dev/vg02/lvol1 is already mounted, /oracle is busy, or allowable number of moun

Dear Expert,

# fsck -F vxfs /dev/vg02/lvol1
vxfs fsck: file system had I/O error(s) on meta-data.
vxfs fsck: file system had I/O error(s) on user data.
vxfs fsck: fsck read failure bno = 13092100, off = 0, len = 8192
full file system check required, exiting ...

This is the output i got..

regards,

Naveen
Torsten.
Acclaimed Contributor

Re: vxfs mount: /dev/vg02/lvol1 is already mounted, /oracle is busy, or allowable number of moun

Do the "dd" check (see manual above).

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
James R. Ferguson
Acclaimed Contributor

Re: vxfs mount: /dev/vg02/lvol1 is already mounted, /oracle is busy, or allowable number of moun

Hi Naveen:

Try a full check (as the last error suggested):

# fsck -F vxfs -o full /dev/vg02/rlvol1

However, as Torsten has suggested, look at "When Good Disks Go Bad" guide. You are probably going to need to replace the damaged disk and unless it's mirrored, restore the missing data from a backup.

Regards!

...JRF...
naveennella
Occasional Advisor

Re: vxfs mount: /dev/vg02/lvol1 is already mounted, /oracle is busy, or allowable number of moun

Dear Expert,

# fsck -F vxfs -o full /dev/vg02/lvol1
vxfs fsck: file system had I/O error(s) on meta-data.
vxfs fsck: file system had I/O error(s) on user data.
vxfs fsck: fsck read failure bno = 13092100, off = 0, len = 819
full file system check required, exiting ...

I read that document and checking everything it says ok and good,but i cant understand where it goes wrong.

regards,

Naveen
Torsten.
Acclaimed Contributor

Re: vxfs mount: /dev/vg02/lvol1 is already mounted, /oracle is busy, or allowable number of moun

Did you perform the "dd"? How? Results?

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
naveennella
Occasional Advisor

Re: vxfs mount: /dev/vg02/lvol1 is already mounted, /oracle is busy, or allowable number of moun

Dear

# dd if=/dev/rdsk/c5t0d3 of=/dev/null bs=1024k count=64&
[1] 4527
# 64+0 records in
64+0 records out

[1] + Done
#
#
#
# dd if=/dev/rdsk/c5t0d1 of=/dev/null bs=1024k count=64&
[1] 4528
# dd read error: Invalid argument
0+0 records in
0+0 records out

[1] + Done(2)

Regards,

Naveen