- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: corrupt filesystem
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2008 02:26 AM
06-08-2008 02:26 AM
corrupt filesystem
1- interrupt BCH
2- bo
3- interact with IPL/ISL: y
hpux -lm
4- pvmove /dev/dsk/c0t5d0 /dev/dsk/c0t6d0 /dev/vg00/lvol4
where lvol4 is the "/tmp" and both disk belong to the same volume group vg00
5- lvextend -L 500 /dev/vg00/lvol3
6- extendfs /dev/vg00/lvol3
7- i was forced to run an fsck and it said filesystem clean and all is well, and it was successfully extended, i moved up to run level 3 and made an lvdisplay and lvlnboot -v and found everything normal and mounted.
when i made a reboot "shutdown -ry 0" the system crashed made a crash dump and displayed several errors and warnings one of the is that the super block size is wrong and a full fsck need to be run. and the server reboots.
i tried logging in single user mode but i couldn't. is there any way i can log in to the system and fix this? thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2008 04:56 AM
06-08-2008 04:56 AM
Re: corrupt filesystem
regards,
ivan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2008 04:59 AM
06-08-2008 04:59 AM
Re: corrupt filesystem
any other solution?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2008 05:15 AM
06-08-2008 05:15 AM
Re: corrupt filesystem
You could try to boot from dvd and try to repair the root filesystem, but it could be faster to reinstall from scratch. I would go for the second option.
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2008 05:22 AM
06-08-2008 05:22 AM
Re: corrupt filesystem
so what went exactly wrong? did i corrupt the superblock data by initiating an init 3?
or was it something in the extension steps?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2008 05:23 AM
06-08-2008 05:23 AM
Re: corrupt filesystem
Did you run any lvlnboot (-d -r -b) command?
Maybe this is the problem.
IMHO you should start over now.
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!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2008 01:53 AM
06-16-2008 01:53 AM
Re: corrupt filesystem
Booting to lvm maintenance mode, hpux -lm, is only done in very specific (recovery) cases and not developed with "increasing" the rootfilesystem in mind, ignite on the otherhand was specifically developed as a way to increase the rootfilesystem in a supported way.
So yeah, ignite is, the way to go..
Greetz,
Chris