- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Error while running fsck
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
05-17-2011 03:15 AM
05-17-2011 03:15 AM
Error while running fsck
We are facing file system check failure error while executing below command on /dev/vol11/lvol3
Please find the error logs below:
fileset 999 primary-ilist inode 99016 dup block
extent start 11630848 offset 39 continue? (ynq)y
fileset 999 primary-ilist inode 99016 dup/bad blocks found clear? (ynq)y
vxfs fsck: malloc failed, add more swap space
file system check failure, aborting ...
Please suggest how to mount the filesytem in this situation.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2011 03:27 AM - last edited on 07-07-2011 01:11 PM by Kevin_Paul
05-17-2011 03:27 AM - last edited on 07-07-2011 01:11 PM by Kevin_Paul
Re: Error while running fsck
Hi,
I've found a similar thread matching your problem:
http://h30499.www3.hp.com/t5/System-Administration/Business-Copy-fsck-Problem-on-Backup-Server/m-p/2824203#M87266
---------------------------------------------
Emmanuelle
Oct 15, 2002 12:59:16 GMT
fsck -F vxfs -o full ....
malloc failed! add more swap space
swapinfo -t .... is ok
increased maxdsiz from 64mb to 128mb solved the problem
bye
Emmanuelle
---------------------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2011 03:34 AM
05-17-2011 03:34 AM
Re: Error while running fsck
mount -o ro /dev/vol11/lvol3
The messages you posted indicate the filesystem contains errors: before mounting the filesystem in normal read/write mode, it is recommended (or sometimes it might be even required) to successfully complete a filesystem check first.
The error message already told you how to allow fsck to proceed: "add more swap space".
First, you probably should run "swapon -a" before re-running the filesystem check, to ensure all the configured swap areas are activated. If that is not enough, do you have unallocated disk space you could use for creating a new swap LV? Or do you have free disk space on some other filesystem you could use for temporary filesystem swap?
Run "man 1m swapon" for instructions on activating new LVs as swap, or on creating a filesystem swap area.
MK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2011 04:05 AM
05-17-2011 04:05 AM
Re: Error while running fsck
If I want to use the filesystem, I need to change it to read write mode which can only be done using "mount -F vxfs -o rw /dev/vol11/lvol3 /volume". For this we need to unmount it first. Mounting command gives corrupt filesystem for which we need to give fsck command which is again giving the same error.
Kindly suggest how to make the file system in readwrite mode.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2011 04:49 AM
05-17-2011 04:49 AM
Re: Error while running fsck
What OS release do you have?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2011 04:55 AM
05-17-2011 04:55 AM
Re: Error while running fsck
Details for swapinfo as below. It got 4 GB of memory
Mb Mb Mb PCT START/ Mb
TYPE AVAIL USED FREE USED LIMIT RESERVE PRI NAME
dev 8192 0 4096 0% 0 - 1 /dev/vg00/lvol2
reserve - 752 -752
memory 3230 1524 1706 47%
total 11422 2276 5050 20% - 0 -
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2011 04:58 AM
05-17-2011 04:58 AM
Re: Error while running fsck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2011 05:21 AM
05-17-2011 05:21 AM
Re: Error while running fsck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2011 09:23 PM
05-17-2011 09:23 PM
Re: Error while running fsck
#man kmtune for CLI