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-08-2000 12:06 AM
05-08-2000 12:06 AM
I added second swap device with the same size and priority as the first one. I did this by:
lvcreate -C y -n lvswap /dev/vg01
swapon /dev/vg01/lvswap
It seems the system runs fine, but in the output from swapinfo -ta the field "USED" (for both swap devices) is allways "0".
Do I have problem? How to resolve it?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2000 05:12 AM
05-08-2000 05:12 AM
Solution- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2000 05:15 AM
05-08-2000 05:15 AM
Re: Swap
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2000 09:10 AM
05-08-2000 09:10 AM
Re: Swap
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2000 05:32 AM
05-10-2000 05:32 AM
Re: Swap
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2000 08:58 AM
05-10-2000 08:58 AM
Re: Swap
You will notice that you have significant amount of "reserved" space for these devices. "Reserved" means that as processes are started they "reserve" space in swap "just in case" they need to be swapped out. That is what this "reserve" column is showing in swapinfo. This is shown with a negative number to indicate that this amount of device swap is reserved and unavailable. This is indicative of how much device swap is being "used". However, if the process is never actually swapped out you will never see this "reflected" in "used".
As mentioned before, pseduo swap will be show as a memory line in swapinfo. This is not really used before reserving swap on a device but it is used before actually swapping processes to disk which would cause a performance hit and would increase the used column above 0%.
Hopefully this clarifies things.