Operating System - HP-UX
1830898 Members
2120 Online
110017 Solutions
New Discussion

logical volume(/dev/vgdb/db ) got corrupted

 
SOLVED
Go to solution
mailtork
Occasional Advisor

logical volume(/dev/vgdb/db ) got corrupted

% fsck -F vxfs /dev/vgdb/db
vxfs fsck: cannot stat /dev/vgdb/db

how to recover this ?
5 REPLIES 5
Robert-Jan Goossens_1
Honored Contributor
Solution

Re: logical volume(/dev/vgdb/db ) got corrupted

Hi,

Could you post.

# ll /dev/vgdb

# umount /dev/vgdb/db

# fsck -F vxfs -o full /dev/vgdb/rdb

# mount /dev/vgdb/db

Regards,
Robert-Jan
Morcos
Super Advisor

Re: logical volume(/dev/vgdb/db ) got corrupted

Hi,
Check the type of your file system if it's vxfs or hfs.From SAM --> Disks and File Systems --> File Systems

umount /dev/vgdb/db
fsck -F " hfs or vxfs " /dev/vgdb/rdb
mount /dev/vgdb/db

hope this helps.

Regards,
Ziad
mailtork
Occasional Advisor

Re: logical volume(/dev/vgdb/db ) got corrupted

Hi Dears,

it worked !

Thanks a lot.

BR,
mailtork
Occasional Advisor

Re: logical volume(/dev/vgdb/db ) got corrupted

it worked
Devender Khatana
Honored Contributor

Re: logical volume(/dev/vgdb/db ) got corrupted

Ziad,

The file system type can be found by by fstyp command as well instead of SAM.

#fstyp -v /dev/vgdb/db

Regards,
Devender
Impossible itself mentions "I m possible"