- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Swap, VGCreate and Memory
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
04-19-2004 06:52 PM
04-19-2004 06:52 PM
three questions this time around.
1) How do I increase my swap space? Will a simple lvextend on /vg01/lvol2 be sufficient?
2) How do I check the memory size?
3) (Most Important) I am trying to create more than 10 VGs. Now, I have already increased the maximum VGs parameter to 20, but I seem to be having some problems choosing major and minor numbers. (Mknod command et all). Can anyone assist me as to what major and minor number I can use when I have used the first 10 major and minor groups (0x000000-0x090000)
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2004 06:57 PM
04-19-2004 06:57 PM
Re: Swap, VGCreate and Memory
2. dmesg |grep -i physical
3. 0x000000-0x190000
Regds,
Kaps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2004 06:58 PM
04-19-2004 06:58 PM
Re: Swap, VGCreate and Memory
Kaps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2004 07:00 PM
04-19-2004 07:00 PM
Re: Swap, VGCreate and Memory
Bona
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2004 07:05 PM
04-19-2004 07:05 PM
SolutionDo not push more I/O on the root disk.Also,it is best that the primary swap is kept as minimum as possible,
Now,Just create a new volume on a other disk on the machine and use it as swap.
If you have increased the maxvgs parameter,
0x000000 -0x090000 - 10
0x0a0000 -0x0f0000 - 5
0x100000 - 0x140000 -5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2004 07:09 PM
04-19-2004 07:09 PM
Re: Swap, VGCreate and Memory
1. Create a logical volume (Recommended same size as the poriomary swap)
2. swapon
Why not do it through sam it would be better if you have'nt worked on commands
Regds,
Kaps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2004 12:29 AM
04-21-2004 12:29 AM
Re: Swap, VGCreate and Memory
mknod /dev/vgent/group c 64 0x090000 ?
that would be....
mknod /dev/vgent/group c 64 0x0a0000
then 0x0b0000, 0x0c0000, 0x0d0000, 0x0e0000, and 0x0f0000.
Now you need to add a 16th volume group?
that would be...
mknod /dev/vgent/group c 64 0x100000
Note it's 0x##0000. Where ## is a hexidecimal number.
And this assumes you do not exceed the max volume groups allowed per the kernel parameter (whatever it is).
steve