- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- file system error question
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
07-17-2001 05:41 AM
07-17-2001 05:41 AM
ode 69 marked bad
Jul 17 06:25:17 dmc30 vmunix: vxfs: mesg 008: vx_direrr - /amr99 file system ino
de 8 block 1566 error 6
Will unmounting this file system and running fsck help or is this suggesting something more severe has happened? Thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2001 05:55 AM
07-17-2001 05:55 AM
Re: file system error question
Unmounting the filesystem and running fsck should fix it. Of course, you have a recent backup in case it doesn't, right? :)
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2001 05:58 AM
07-17-2001 05:58 AM
Re: file system error question
Regards,
Rita
and as always
....hope you got a good backup 'just in case'...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2001 06:20 AM
07-17-2001 06:20 AM
Re: file system error question
error showing inode 69 marked bad in vmunix.
so we can conclude this is not a hardware problem. do fsck on this filesyem. if still same persist, boot from /stand/vmunix.prev kernel.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2001 06:50 AM
07-17-2001 06:50 AM
Re: file system error question
# fsck -F vxfs /dev/vg04/rlvol4
log replay in progress
full file system check required, exiting ...
When I tried to re-mount it, I got this:
#mount /dev/vg04/lvol4 /amr99
vxfs mount: /dev/vg04/lvol4 is corrupted. needs checking
I assume that I am in trouble at this point and need to recover from backup at this point... unless you all have any suggestions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2001 07:06 AM
07-17-2001 07:06 AM
Solution# fsck -F vxfs -o full /dev/vg04/rlvol4
Carsten
In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move. -- HhGttG
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2001 07:18 AM
07-17-2001 07:18 AM
Re: file system error question
You need to do the following
fsck -y /dev/vg04/rlvol4
This would run fsck with yes to all questions mode and would also fix the problem. But the issue is the source of the problem , I have a strong feeling that some disk is going bad.
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2001 07:33 AM
07-17-2001 07:33 AM
Re: file system error question
Run the fsck with full option on unmounted file system.
fsck -o full /dev/vg04/rlvol4
Good Luck.
Prashant.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2001 07:34 AM
07-17-2001 07:34 AM