- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: How to increase swap?
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-2006 07:06 AM
05-17-2006 07:06 AM
I have 6 GB of swap, I would like to increase it. Do I need online JFS?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2006 07:11 AM
05-17-2006 07:11 AM
Re: How to increase swap?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2006 07:13 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2006 06:13 PM
05-17-2006 06:13 PM
Re: How to increase swap?
Otherwise as suggested above , Create a seconday swap with required space.
It would be better, if you create that on another disk than that of primary swap.
Also seconday swap can be anywhere, it could be in vg01 also.
-Amit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2006 06:14 PM
05-17-2006 06:14 PM
Re: How to increase swap?
a) Avoid file system swap altogether if possible.
b) Avoid using busy file systems such as the root file system.
c) Avoid using file systems already near capacity.
d) Avoid using file systems on disks that already have swap configured.
e) Set priorities appropriately.
f) Choose faster devices over slower devices.
g) Choose infrequently-used file systems over busier file systems.
Regards,
Amit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2006 06:14 PM
05-17-2006 06:14 PM
Re: How to increase swap?
maxswapchunks * swchunk * DEV_BSIZE = max swap space
If you have the default values of swchunk and DEV_BSIZE with maxswapchunks of 1536 it should give you about 3.2 GB of swap since setting this parameter is only going to cost you a reboot, fix it high enough for future needs af swap so 5000 should bring you to about 10GB...
swapon will only work if you are adding a new swap device...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2006 04:25 AM
05-18-2006 04:25 AM
Re: How to increase swap?
Avoid using busy file systems such as the root file system.
What do you mean by that? My current swap is setup in the vg00 volume group. Should I create another volume group for that additional swap?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2006 04:57 PM
05-18-2006 04:57 PM
Re: How to increase swap?
quote:
Avoid using busy file systems such as the root file system.
What do you mean by that? My current swap is setup in the vg00 volume group. Should I create another volume group for that additional swap?
- Above statement means that you shouldn't use same disk to create secondary swap. You can use any other existing Volume Group such as vg01/vg02 to create secondary swap. It will enhance performance of the system.
By creating another swap on the same disk will hamper performance.
-Amit