- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Business Copy fsck Problem on Backup Server
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
10-11-2002 10:51 AM
10-11-2002 10:51 AM
Business Copy fsck Problem on Backup Server
I've been trying to mount some business copies of volumes on our backup server. I'm having a problem with one particular logical volume, though. The business copy contains volume groups 01 through 04, with a bunch of logical volumes in each volume group. The fsck runs on every single logical volume except for the last one. When the command:
/sbin/fsck -y -F vxfs -o full /dev/
... is run, I get the following error:
log replay in progress
vxfs fsck: malloc failed!, add more swap space
file system check failure, aborting ...
... which means we can't actually get the business copies mounted in order to do a backup of them.
I've checked, and the memory utilization is very low when running the fsck. In fact, none of the swap is actually used when the command is run.
Can anybody shed some light onto why this might be happening?
Thanks in advance,
--db
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2002 11:00 AM
10-11-2002 11:00 AM
Re: Business Copy fsck Problem on Backup Server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2002 12:18 PM
10-11-2002 12:18 PM
Re: Business Copy fsck Problem on Backup Server
This file system most likely has a lot more files in it than the others that were successful and hence fsck requires more memory to run.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2002 04:51 AM
10-15-2002 04:51 AM
Re: Business Copy fsck Problem on Backup Server
So you think these should be raised a bit more in order to get fsck to work on that filesystem?
Thanks,
--db
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2002 04:59 AM
10-15-2002 04:59 AM
Re: Business Copy fsck Problem on Backup Server
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
10-15-2002 05:34 AM
10-15-2002 05:34 AM
Re: Business Copy fsck Problem on Backup Server
Are you sure the filesystem is vxfs?
What error does the mount command give you?
Try unmounting all the other and then mounting vgo4/lvol4
Have you tried a reboot?
Paula