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
12-23-2001 06:31 PM
12-23-2001 06:31 PM
swap
Mb Mb Mb PCT START/ Mb
TYPE AVAIL USED FREE USED LIMIT RESERVE PRI NAME
dev 512 191 321 37% 0 - 1 /dev/vg00/lvol2
reserve - 245 -245
memory 172 42 130 24%
total 684 478 206 70% - 0 -
Sometimes the device swap is heavily used especially when the backup started. I am thinking of adding an secondary swap.
Here is my kernel parameter.
maxswapchunks 256
swchunk 2048
Is this okay for me to one additional 512MB of secondary swap without any reboot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2001 06:59 PM
12-23-2001 06:59 PM
Re: swap
Yes you can.
Use either SAM or the swapon command eg.
# swapon /dev/dsk/c0t1d0
For more options, man swapon.
If your maxswapchucks kernel parameter has a value that is too small, SAM will complain.
Hope this helps. Regards.
Steven Sim Kok Leong
Brainbench MVP for Unix Admin
http://www.brainbench.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2001 07:57 PM
12-23-2001 07:57 PM
Re: swap
But if swapping is going for continuous jobs (such as backup) then throughput will be reduced as much as 100:1, and pauses in the data stream will waste space on tape as well as time.
The only fix is to increase RAM substantially.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-24-2001 02:16 AM
12-24-2001 02:16 AM
Re: swap
you could first try to reduce the amount of RAM "wasted".
Look for processes you do not need (NFS perhaps), the amount of UN*X buffer cache (the default of up to 50% of your RAM is too high for your system, I guess).
That way you could free up precious RAM and then (perhaps, read: if you free up enough) your system won't swap any longer...
Just my $0.02,
Wodisch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-24-2001 06:11 AM
12-24-2001 06:11 AM
Re: swap
Check to see if you have swapmem_on set to 1 in your kernel parms. This will enable pseudo swap.
Otherwise, you will need more memory to perform the tasks that you want to do.