- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Enable auxiliary swap space failed
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
03-01-2002 11:43 AM
03-01-2002 11:43 AM
Error message (HP-UX 11.11)
***********************
Enable auxiliary swap space
Output from "/sbin/rc1.d/S500swap_start start":
----------------------------
Enabling device paging on /dev/vg00/lvols.
/usr/sbin/swapon: /dev/vg00/lvols is already enabled for paging.
Warning: swapon returned exit code: 1
"/sbin/rc1.d/S500swap_start start" FAILED
*************************
But the system shows the swap volume if i execute the "lvlnboot -v" & swapinfo command. Looking like the swap volume got enabled by kernel and it's failing when the script try to enable the swap volume. I have 17gb volume as a swap volume. Can anyone give suggestions to solve this problem?
Thanks,
Arockia.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2002 11:47 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2002 11:52 AM
03-01-2002 11:52 AM
Re: Enable auxiliary swap space failed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2002 11:54 AM
03-01-2002 11:54 AM
Re: Enable auxiliary swap space failed
Jim has indicated your problem. Primary swap is part of the boot data. Additional swap is added to /etc/fstab. I do question your need for a 17GB primary swap area; that seems very excessive to me - especially if you are mirroring the swap.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2002 12:00 PM
03-01-2002 12:00 PM
Re: Enable auxiliary swap space failed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2002 12:27 PM
03-01-2002 12:27 PM
Re: Enable auxiliary swap space failed
Under any level of the OS, you will get much better swap performance (in the event that you ever exceed 16 GB of active memory usage) if you create several smaller (equal size, ideally) swap volumes and span them across drives and controllers.
If you mirror your root VG, then a large mirrored primary swap is an additional performance drain. You will od better ot create a small primary swap space and then unmirrored secondary swap.
Activating psuedo swap will allow you to fully utilize your memory without wasting so much disk space for swap space to be reserved but not used.