Question about reserved memory


 
Thread Tools Search this Thread
Operating Systems AIX Question about reserved memory
# 1  
Old 06-19-2012
Question about reserved memory

Hi!

maybe a stupid question but i recall fixing this issue before (or something similar),

On one of my frames I have a huge amount of reserved memory. 25GB to be exact. I am running out of memory and need to add a new lpar. I can't remember exactly how i fixed this issue before and it's starting to drive me nuts Smilie

anyone had any experience with this?

One thing I don't think I've ever known is how much reserved memory is really needed per lpar?
# 2  
Old 06-20-2012
you need at least 512mb of memory for an AIX 6.1/7.1 lpar, 128mb (from release note, would rather give at least 256mb, don't know if 128mb is even possible for an lpar) for an AIX 5.3 lpar. but I guess this lpar has a purpose other than running an empty AIX, so you may need more

the reserved memory comes from the maximum memory defined in your partition profiles. So if you lower other lpars maximum memory, you can free up reserved memory.
but at a high cost of flexibility, remember: you cant increase the maximum memory online, so every increase requires a lpar to reboot

Last edited by funksen; 06-20-2012 at 03:57 AM..
This User Gave Thanks to funksen For This Post:
# 3  
Old 06-20-2012
hi thanks for your response. I will do some readjustments and post back what works.

Thanks!
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Solaris memory question...

On my Solaris 10 server we are having memory issue. I did top and I see this. last pid: 8876; load avg: 0.19, 0.16, 0.16; up 50+05:24:02 14:56:53 80 processes: 77 sleeping, 1 stopped, 2 on cpu CPU states: 93.5% idle, 3.1% user, 3.4%... (4 Replies)
Discussion started by: samnyc
4 Replies

2. Programming

Memory addressing question

Forgive me if this sounds like a newbie question. Any time you obtain a stack address from a pointer, what is this relative to by default? Is it the extra segment, the stack segment, what? How do you change change the relative positioning in memory? Thanks in advance (1 Reply)
Discussion started by: stevenswj
1 Replies

3. Solaris

/dev/rmt/0mn: write protected or reserved

# mt stat HP DDS-4 DAT (Sun) tape drive: sense key(0x0)= No Additional Sense residual= 0 retries= 0 file no= 0 block no= 0 mt -f /dev/rmt/0mn erase /dev/rmt/0mn: write protected or reserved. Getting error while ufsdump .... --- Dumping / to /dev/rmt/0mn --- DUMP: Date... (5 Replies)
Discussion started by: vickyingle5
5 Replies

4. Hardware

/dev/rmt/0mn: write protected or reserved

# mt stat HP DDS-4 DAT (Sun) tape drive: sense key(0x0)= No Additional Sense residual= 0 retries= 0 file no= 0 block no= 0 mt -f /dev/rmt/0mn erase /dev/rmt/0mn: write protected or reserved. Getting error while ufsdump .... --- Dumping / to /dev/rmt/0mn --- DUMP: Date... (1 Reply)
Discussion started by: vickyingle5
1 Replies

5. High Performance Computing

Newbie question about using a Cluster: using memory

Newbie question about clusters and memory. Is there a way using a cluster (or any other Linux feature/technology) where I can link up a bunch of PCs such that an app thinks it has more memory than available on just one local machine? For example, we have multiple surplus PCs with 512MB RAM... (8 Replies)
Discussion started by: joespr
8 Replies

6. Shell Programming and Scripting

chkcount variable in bash reserved?

Hi, im experiencing a really strange thing: _____________________________ #!/bin/bash chkcount=0 chkcountmax=3 while ((chkcount < chkcountmax)) do echo "chkcount=$chkount" echo "chkcountmax=$chkountmax" ((chkcount++)) done... (1 Reply)
Discussion started by: tho99
1 Replies

7. Shell Programming and Scripting

sed error - using reserved letters

Hi All, below is my data file file.txt 0 ServerA LAN1 AAA IT01 04/30/2008 09:16:26 (no records) 0 ServerB LAN1 AAA IT02 04/30/2008 09:16:26 0 ServerA LAN1 AAA IT01 04/30/2008 11:11:26 0 ServerB LAN1 AAA IT02 ... (6 Replies)
Discussion started by: karthikn7974
6 Replies

8. UNIX for Dummies Questions & Answers

Memory utilization question

Hi All I have a clarification. I am running a database on CentOS 4.5 final, PostgreSQL version 8.1.9. The question is about memory usage on the system. The memory used statistic has risen consistently over the past few days... by about 2-3% a day. I want to know why this memory is growing.... (1 Reply)
Discussion started by: skotapal
1 Replies

9. UNIX for Advanced & Expert Users

memory question

Following is the result of commands vmstat and free, on a linux machine: $ vmstat procs -----------memory---------- ---swap-- -----io---- -system-- -----cpu------ r b swpd free buff cache si so bi bo in cs us sy id wa st 0 0 40 207344 135724 3234048 0 0 ... (1 Reply)
Discussion started by: fredao
1 Replies

10. UNIX for Advanced & Expert Users

NFS and NIS reserved ports

Does anyone know how to assign rpc ports to NFS or NIS processes on Solaris please ? Thanks, Michael Chnader (0 Replies)
Discussion started by: mchnaider
0 Replies
Login or Register to Ask a Question