- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- adding swap space
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-18-2001 12:49 PM
10-18-2001 12:49 PM
Here is my output of swapinfo
Mb Mb Mb PCT START/ Mb
TYPE AVAIL USED FREE USED LIMIT RESERVE PRI NAME
dev 1024 0 1024 0% 0 - 1 /dev/vg00/lvol2
dev 1024 0 1024 0% 0 - 0 /dev/vg00/lvol12
dev 4000 0 4000 0% 0 - 1 /dev/vg00/lvol10
reserve - 3420 -3420
memory 13327 779 12548 6%
total 19375 4199 15176 22% - 0 -
Iam planning to add another 30 gig of device space (EMC unmirrored disk) . Few questions .
1. should i create a seperate vg and assign a 30 gig to swap space or
2. should i add a swap space to my existing volumes - let say 5 gig each to 6 volumes . To maintain the same size ?
3. Should my maxswapchunks value = totalspace * 2 ?
4. how should i define them in fstab - which level so they work best ?
Any help/suggestion appriciated.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2001 01:08 PM
10-18-2001 01:08 PM
Re: adding swap space
I wouldn't add any more. From what you show, you're not using any of your device swap now. Why waste the disk?
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2001 01:12 PM
10-18-2001 01:12 PM
SolutionHope this helps.
-Santosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2001 01:17 PM
10-18-2001 01:17 PM
Re: adding swap space
My first question is why? You are not using it. A few applications (SAP) do some really dumb things that require the swapspace but don't really use it. All you may need to do is enable pseudoswap and you should be fine.
Plan B. If you feel you really must have the swap then use the terrible, dreaded filesystem swap at very low (hi number) priority. The value of this method is that the swapspace is there for application checks but unless it is really used, it doesn't consume diskspace. In your case, the disk doesn't appear to be used so it's far better to trick the system by using filesystem swap - since we're really not using it anyway.
Clay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2001 01:26 PM
10-18-2001 01:26 PM
Re: adding swap space
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2001 01:29 PM
10-18-2001 01:29 PM
Re: adding swap space
-Santosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2001 01:30 PM
10-18-2001 01:30 PM
Re: adding swap space
From your swapinfo output,
i don't see any need to add
additional swap to the
existing setup.
Please note that Psedo-Swap
is currently SET ON in your
system. That is allowing you
to use 75% of your Memory
for Pseudo-swap - which
comes to around 12 Gb.
Add that to your 5Gb device
swap and you have 17Gb of
swap on your box. There is
no need to add further to it,
unless the usage is high.
HTH
raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2001 01:37 PM
10-18-2001 01:37 PM
Re: adding swap space
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2001 03:18 PM
10-18-2001 03:18 PM
Re: adding swap space
If you are seeing a few pageouts that is probably memory mapped files being closed and is certainly no big deal.