- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- encountered "out of virtual memory" using fbackup ...
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-24-2001 06:59 AM
05-24-2001 06:59 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2001 07:07 AM
05-24-2001 07:07 AM
Re: encountered "out of virtual memory" using fbackup -0vf
i also advise also to increase the MAXDSIZ and MAXSSIZ & MAXTSIZ.
also do you get en eror code of the fbackup ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2001 09:52 AM
05-24-2001 09:52 AM
Re: encountered "out of virtual memory" using fbackup -0vf
In this case, if the error looks like:
fbackup(1106): out of virtual memory
[the number may be different] and upping your
swap had no effect (indicating it's not a matter of the malloc failing due to a swap reservation failure, upping MAXDSIZ should fix it (if you're not already at the maximum). The default is 256Mb - since you've got 2Gb of swap, you can easily double that... and in fact there shouldn't be a big problem putting it up to 1Gb -- it's just a fence line after all.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2001 01:09 AM
05-25-2001 01:09 AM
Re: encountered "out of virtual memory" using fbackup -0vf
As Don suggested increase the maxdsiz, this should solve your problem.
check the following
http://www.docs.hp.com//hpux/onlinedocs/os/KCparams.OverviewAll.html
Regards
Darrel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2001 02:21 AM
05-25-2001 02:21 AM
Re: encountered "out of virtual memory" using fbackup -0vf
The virtual memory issue should be addressed by setting swapmem_on=1.
Just have a look at the attached kernel parameter used for K580 for a Oracle 8 database.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2001 11:30 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2001 11:36 AM
05-27-2001 11:36 AM
Re: encountered "out of virtual memory" using fbackup -0vf
increasing MAXDSIZ solve my problem...
thanks Jasper...