- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- A question about device swap space
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
11-21-2006 06:25 PM
11-21-2006 06:25 PM
A question about device swap space
I have a question
Can I extend device swap space and how?
Thx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2006 06:36 PM
11-21-2006 06:36 PM
Re: A question about device swap space
Create new logical volume:
#lvcreate -L xxx /dev/vg00
insert in /etc/fstab:
/dev/vg00/lvolxx ... swap pri=2 0 0
Activate swap:
#swapon -a
Verify:
#swapinfo -mt
You can do it with SAM also.
regards,
ivan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2006 07:13 PM
11-21-2006 07:13 PM
Re: A question about device swap space
I appreciate your help
But what I mean is /dev/vg00/lvol2
Can I extend it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2006 07:21 PM
11-21-2006 07:21 PM
Re: A question about device swap space
Best way is to add additional swap volume.
regards,
ivan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2006 07:40 PM
11-21-2006 07:40 PM
Re: A question about device swap space
3 ways -
- simpliest one
as mentioned earlier, additional swap volume
- harder
if you have additional disk,then can create on it vg00 with larger lv02 (swap)
OR
- sofisticated one
using ignite's make_tape_recovery and recovering vg00 with enlarged swap
Zeev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2006 01:50 AM
11-22-2006 01:50 AM
Re: A question about device swap space
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2006 03:23 AM
11-22-2006 03:23 AM
Re: A question about device swap space
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2006 03:32 AM
11-22-2006 03:32 AM
Re: A question about device swap space
Swap should be contigous - that is why you should either create a new lvol or use ignite...........