- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: SWAP configuration
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
07-14-2005 07:30 AM
07-14-2005 07:30 AM
Next week I will be installed 2 additional 36GB drives. I will be adding RAM at the same time and will be adding swap. Can I move ALL swap to these drives? Can I do this from single user mode or do I need to do an ignite?
I think the steps would be:
1) add new disks to vg00
2) create new 10-12GB swap device on new disks.
3) use lvlnboot to set primary system swap to this new swap
4) reboot to single user mode
5) delete 2 previous swap devices
6) reboot to run level 3
Does this make sence to anyone? I do not play with swap often and do not want to wind up with a mess.
Thankx in advance for your input,
-Dave
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2005 07:38 AM
07-14-2005 07:38 AM
SolutionOnce the new disks are installed, set up your SWAP LVOL and make sure it is in /etc/fstab.
Remove your LVOLH LV from /etc/fstab and reboot.
You should verify that your maxswapchunks is set to a high enough number. I would go ahead and set it to its maximum (16384 I think) so you don't have to worry about it ever again. This will require a recompile of the kernel and a reboot.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2005 07:49 AM
07-14-2005 07:49 AM
Re: SWAP configuration
I checked and I will have to modify maxswapchunks, it is 3501 currently.
I will do as suggested.
Thank you,
-Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2005 07:49 AM
07-14-2005 07:49 AM
Re: SWAP configuration
cheers!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2005 07:51 AM
07-14-2005 07:51 AM
Re: SWAP configuration
-Dave