Disk Enclosures
1753893 Members
7436 Online
108809 Solutions
New Discussion юеВ

Error mounting BCV

 
Tommy_6
Regular Advisor

Error mounting BCV

Just recently I am having a problem mounting a BCV from one HPUX 11.0 to another HPUX 11.0. These are the steps I am taking.

vgimport /dev/vgtest /dev/dsk/cXtXdX
vgchange -a y /dev/vgtest
fsck -y /dev/vgtest/lvol1
mount /dev/vgtest/lvol1 /Test

The mount command returns
vxfs mount: /dev/vgtest/lvol1 is corrupted. needs checking

Everything was working on this system a couple of weeks ago. This does work on every other system except this one. Any ideas on why this just start happening?
3 REPLIES 3
Michael Tully
Honored Contributor

Re: Error mounting BCV

Were there any messages displayed after the first 'fsck' attempt? What happens after the second attempt of running an 'fsck'?
Anyone for a Mutiny ?
Tommy_6
Regular Advisor

Re: Error mounting BCV

Actually when I run:

fsck -y /dev/vgtest/lvol1

It does not return anything. When I run this command on my other systems, it returns:

log replay in progress
replay complete - marking super-block as CLEAN

Any idea on why fsck is not returning any message?
Tommy_6
Regular Advisor

Re: Error mounting BCV

Michael,
Thanks for turning the light bulb on, in my head. There was a problem with the actual fsck command linking back to /sbin/fs_wrapper. Problem solved!