- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: primary 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
10-26-2005 06:11 PM
10-26-2005 06:11 PM
primary swap
# swapinfo -a
Kb Kb Kb PCT START/ Kb
TYPE AVAIL USED FREE USED LIMIT RESERVE PRI NAME
dev 4194304 77148 4117156 2% 0 - 1 /dev/vg00/lvol2
dev 26640384 76168 26564216 0% 0 - 1 /dev/vg00/lvol9
reserve - 3499724 -3499724
memory 4792088 2208040 2584048 46%
#
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2005 06:15 PM
10-26-2005 06:15 PM
Re: primary swap
loot at this
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=939794
regards gga
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2005 06:21 PM
10-26-2005 06:21 PM
Re: primary swap
Normally, the first swap (by default) is /dev/vg00/lvol2 and the additional swap logical volume on your system is /dev/vg00/lvol9.
But from the output (swapinfo -a), you can see that both swap logical volume set as 1, so this mean both swap will work together since the priority given are the same.
Check the manpage of swapinfo for more details :
# man swapinfo
Hope this information can help you.
Cheers,
AW
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2005 06:22 PM
10-26-2005 06:22 PM
Re: primary swap
Check SWAP SPACE MANAGEMENT
http://docs.hp.com/en/5965-4641/ch01s09.html
hth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2005 06:26 PM
10-26-2005 06:26 PM
Re: primary swap
I saw on this url below :
http://forums1.itrc.hp.com/service/forums/pageList.do?userId=BR892123&listType=unassigned&forumId=1
You assigned 0 of 20 responses.
Please assign points to the person who spend their time to help you, this will encourage them and make them happy.
Thanks & Cheers,
AW
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2005 06:34 PM
10-26-2005 06:34 PM
Re: primary swap
Primary swap is always /dev/vg00/lvol2 , which is created at the time of system installation .
Vikas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2005 07:21 PM
10-26-2005 07:21 PM
Re: primary swap
Primary swap is usually /dev/vg00/lvol2.
You can change it by command:
lvlnboot -s swap_lv
Where swap_lv should be the primary swap volume the next time the system is booted on the volume group. swap_lv must be a contiguous logical volume, and a root logical volume must have been previously defined with this command. The previously defined swap area must be removed with lvrmboot.
Regards,
Borislav
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2005 02:29 AM
10-28-2005 02:29 AM
Re: primary swap
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2005 02:35 AM
10-28-2005 02:35 AM
Re: primary swap
Rgds...Geoff