- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- SWAP in HPUX11 i
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
08-18-2006 10:49 PM
08-18-2006 10:49 PM
SWAP in HPUX11 i
and 3Go RAM,how to adjest(modifile) my SWAP to 2 of RAM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2006 10:58 PM
08-18-2006 10:58 PM
Re: SWAP in HPUX11 i
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2006 11:50 PM
08-18-2006 11:50 PM
Re: SWAP in HPUX11 i
swapinfo -mat.
You can add swap as secondary swap now.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2006 12:03 AM
08-19-2006 12:03 AM
Re: SWAP in HPUX11 i
you can incress with "swapon " command.
see the man pages for more information.
rgd
Arun M Govind
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2006 12:13 AM
08-19-2006 12:13 AM
Re: SWAP in HPUX11 i
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2006 01:52 AM
08-19-2006 01:52 AM
Re: SWAP in HPUX11 i
You should always have at least as much swap as ram. This can be all hysical swap, or a combination of real and psuedo swap. Pseudo swap is a kernel parameter (swapmem_on =1) that fools the system into thinking there is more swap than there actually. If you use psuedo swap, you still need at .75 GB (for your system) real swap.
If you want to add physical swap -create a lvol of the size swap you want to add, then add it as swap with either swap on or via sam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2006 03:52 AM
08-19-2006 03:52 AM
Re: SWAP in HPUX11 i
i think ur question is " i have 3GB RAM and how to adjest swap to twice of RAM?"
Assume /dev/dsk/c0t2d0 is 4GB and myswap lvm and myfs1 is 1 GB each. so totally 6GB.
1. swapon /dev/vg01/myswap
2. swapon /dev/dsk/c0t2d0
3. swapon -p 3 -l 1024M /myfs1
1. swap on a logical volume.
2. swap on a whole disk.
3. swap on a filesystem.
or
sam-->Disks and File Systems-->Swap
and -->actions u can create.