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
01-26-2005 12:47 AM
01-26-2005 12:47 AM
i have hp 11i system on rp5430 server,it has 2GB memory and i have to add another 2GB memory, so is it needed to increse the swap space and if is it needed how to do that
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2005 12:52 AM
01-26-2005 12:52 AM
Re: memory
swapinfo -tam
Used to be 2 times the memory - but now it is more application dependent - for example, SAP wants around 24GB of swap.
Others - same as amount of ram.
Easiest is to use SAM to add swap - or:
man 1m swapon
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2005 01:00 AM
01-26-2005 01:00 AM
Re: memory
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2005 01:06 AM
01-26-2005 01:06 AM
Re: memory
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2005 01:10 AM
01-26-2005 01:10 AM
Re: memory
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2005 01:19 AM
01-26-2005 01:19 AM
Solution1. Check maxswapchunks to ensure that yo have enough. You'll get an error message if you don't.
2. Swap depends on application. In general should be roughly twice memory.
Swap segments should be equal in size.
3. Check current swap:
root@gbo315-d:/root# swapinfo -at
Kb Kb Kb PCT START/ Kb
TYPE AVAIL USED FREE USED LIMIT RES. PRI NAME
dev 1945600 0 1945600 0% 0 - 1 /dev/vg00/lvol2
dev 1945600 0 1945600 0% 0 - 1 /dev/vg00/lvol4
reserve - 1886004 -1886004
memory 2309808 262216 2047592 11%
total 7839408 2148220 5691188 27% - 0 -
4. Check available space on vg00:
vgdisplay vg00
5. Pick new swap file size:
If you're adding 2 GB, make it 2 GB.
3. Create swap LV. ASSIGN TO SECOND DISK IN VG00:
lvcreate -C y -r n -n swap02 vg00 # create swap volume
# Contiguous
# No bad block reloction
lvextend -L 1996 /dev/vg00/swap02 /dev/dsk/c5t9d0 # assign to 2nd disk
# modify /etc/fstab
echo "/dev/vg00/swap02 ... swap pri=2 0 0" >> /etc/fstab
# turn swap on..
swapon -a # all /etc/fstab swap
4. If there was a file system on this LV before, you must:
swapon -f /dev/vg00/swap02
5. Now, if you mirror the root disk, you want to mirror swap also:
lvextend -m 1 /dev/vg00/swap02 /dev/dsk/c2t6d0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2005 01:29 AM
01-26-2005 01:29 AM
Re: memory
"Managing Swap and Dump"
http://docs.hp.com/en/5990-8172/ch06s03.html
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2005 11:08 PM
01-26-2005 11:08 PM
Re: memory
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2005 11:25 PM
01-26-2005 11:25 PM
Re: memory
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2005 11:41 PM
01-26-2005 11:41 PM
Re: memory
lvcreate -C y -r n -n swap vg00
and i try to start sam another time but also it doesnot work and give the same error message. what to do
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2005 12:04 AM
01-27-2005 12:04 AM
Re: memory
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2005 12:07 AM
01-27-2005 12:07 AM
Re: memory
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2005 12:11 AM
01-27-2005 12:11 AM
Re: memory
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2005 07:10 AM
01-27-2005 07:10 AM
Re: memory
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2005 08:51 AM
01-28-2005 08:51 AM