Operating System - HP-UX
1833858 Members
3510 Online
110063 Solutions
New Discussion

Re: unable to mount file system

 
SOLVED
Go to solution
veronica pizana
Advisor

unable to mount file system

Hi all, I am trying to activate my package (duplex SIG), but I got an error under the SIG.cntl.log file, does anyone know why I might be getting this??

Thanks
VP

vxfs fsck: cannot initialize aggregate
file system check failure, aborting ...
file system is clean - log replay is not required
ERROR: Function check_and_mount
ERROR: Failed to fsck one of the logical volumes.
Jan 15 11:11:11 - Node "wrchhxxx": Mounting /dev/vg01/lvol1 at /sigdb
/sigdb:

/dev/vg01/lvol1: unrecognized file system
ERROR: Function check_and_mount
ERROR: Failed to mount /dev/vg01/lvol1 to /sigdb
Jan 15 11:11:11 - Node "wrchhxxx": Deactivating volume group vg01
Deactivated volume group in Exclusive Mode.
Volume group "vg01" has been successfully changed.
6 REPLIES 6
Marco Santerre
Honored Contributor

Re: unable to mount file system

it almost looks like your /dev/vg01/lvol1 is not there.

Have you checked your /dev/vg01 directory to see if lvol1 exists?

Maybe you can activate vg01 yourself and then verify with a vgdisplay if lvol1 exists and then deactivate the Volume Group.
Cooperation is doing with a smile what you have to do anyhow.
veronica pizana
Advisor

Re: unable to mount file system

Everythign is there
lvol1 is under the vg01 dir, and when I activate it the lvol1 shows under the vgdsiplay
Todd McDaniel_1
Honored Contributor
Solution

Re: unable to mount file system

I would run fsck with FULL option... the cursory fsck failed ... The ERROR refers to failed fsck

ERROR: Failed to fsck one of the logical volumes.


However, I did see a reference to doing an newfs on the logical volume b/c you appear not to have a filesystem to mount it to...

newfs -F vxfs /dev/vg00/rlvol8 # for vxfs fs

Here is that link to the posting... look at Rainer post there...http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=89364
Unix, the other white meat.
Todd McDaniel_1
Honored Contributor

Re: unable to mount file system

You need 3 things to mount...

1) a logical volume
2) a new filesystem defined by newfs or updated FS by fsadm(refers back to the LV)
3) a mountpoint



No points here...
Unix, the other white meat.
doug mielke
Respected Contributor

Re: unable to mount file system

In addition to the -o full option, I've had to run fsck repeatedly to resurect a severely damaged filesystem.
It seems like 4 or 5 times was the most I've had to do before making a filesystem moutable.
veronica pizana
Advisor

Re: unable to mount file system

Thanks to all for your prompt responses.
I was able to fix the problem my following Todd's suggestion to create it, and voila! i don't get the error anymore
Thanks,
VP