- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: increasing 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-22-2002 06:03 AM
05-22-2002 06:03 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2002 06:07 AM
05-22-2002 06:07 AM
SolutionWait! Don't complicate your vg00 by making it a multi-disk volume group. If you need more swapspace, simply add a secondary swap space as a logical volume on *another* disk. You can do this quickly with SAM if you like. Make the swap priority the same as that of your primary and you will gain I/O interleaving when/if swapping occurs, thereby increasing performance.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2002 06:10 AM
05-22-2002 06:10 AM
Re: increasing swap
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2002 06:12 AM
05-22-2002 06:12 AM
Re: increasing swap
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2002 06:13 AM
05-22-2002 06:13 AM
Re: increasing swap
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2002 06:13 AM
05-22-2002 06:13 AM
Re: increasing swap
The easiest way is to add second swap, for example vi SAM or manually:
1)lvcreate -L 256 -n swap2 -C y -r n /dev/vg00
2) swapon -e -f -p 1 -u /dev/vg00/swap2
3) entry in /etc/fstab
Or if You want to reorganize all Your vg00 do:
make_recovery -avi -d /dev/rmt/0m
boot from tape and fix new lvol size.
hope it help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2002 06:14 AM
05-22-2002 06:14 AM
Re: increasing swap
You shouldnot increase the primary swap as it will also ersult in more i/o to the same disk , the better option is to add a secondary swap on different disk .
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2002 06:48 AM
05-22-2002 06:48 AM
Re: increasing swap
Never increase the primary swap space. It may create lots of problems.
Add a secondary swap space for load balancing.
Load will be shared on the new disk....or else your root VG will be having more I/Os
lvcreate -L swapsize -n swap2 -C y -r n /dev/vg00
swapon
put swap entry in /etc/fstab
Piyush
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2002 06:52 AM
05-22-2002 06:52 AM
Re: increasing swap
Just creating the make_recovery tape does not do anything to your VG00 configuration. It merely gives you a tool install from that allows you to make changes.
In order for the new configuration that is on the tape to take effect, you must boot from the tape and reinstall HP-UX from that Ignite tape. The reinstall is when you can make changes to LV sizes, etc.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2002 06:55 AM
05-22-2002 06:55 AM
Re: increasing swap
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2002 06:56 AM
05-22-2002 06:56 AM